Greetings,
I am testing openSUSE 13.1 out on a virtual machine before I install it as my host system. As of today, I am not able to get the pcscd service to run. I have tried several things that I found when searching this forum and others but none seem to work.
I have installed these packages, which work in 12.3 without issue:
When I go to scan for the smartcard, I get this:
Checked the status:
Restarted the service:
But I notice that the pcscd.pid has the error nos such file or directory still and the service is still unavailable.
Any ideas on how to get this running would be great. I can also file a bug report if that is what it will take too.
Thanks!
I am testing openSUSE 13.1 out on a virtual machine before I install it as my host system. As of today, I am not able to get the pcscd service to run. I have tried several things that I found when searching this forum and others but none seem to work.
I have installed these packages, which work in 12.3 without issue:
Code:
pcsc-lite
pcsc-ccid
perl-pcsc
pcsc-tools
Code:
> pcsc_scan
PC/SC device scanner
V 1.4.21 (c) 2001-2011, Ludovic Rousseau <ludovic.rousseau@free.fr>
Compiled with PC/SC lite version: 1.8.10
SCardEstablishContext: Service not available.
Code:
# systemctl status pcscd.service
pcscd.service - PC/SC Smart Card Daemon
Loaded: loaded (/usr/lib/systemd/system/pcscd.service; static)
Active: inactive (dead) since Thu 2013-11-21 12:43:04 EAT; 54min ago
Process: 2689 ExecStart=/usr/sbin/pcscd --foreground --auto-exit $PCSCD_OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 2689 (code=exited, status=0/SUCCESS)
Nov 21 12:41:46 linux-0rjx.site systemd[1]: Started PC/SC Smart Card Daemon.
Nov 21 12:41:46 linux-0rjx.site pcscd[2689]: 00000000 utils.c:53:GetDaemonPid() Can't open /var/run/pcscd/pcscd.pid: No such file or directory
Nov 21 12:41:57 linux-0rjx.site pcscd[2689]: 10577175 ccid_usb.c:732:WriteUSB() write failed (2/4): -7 Success
Nov 21 12:42:03 linux-0rjx.site pcscd[2689]: 06141497 winscard_svc.c:338:ContextThread() Client protocol is 4:3
Nov 21 12:42:03 linux-0rjx.site pcscd[2689]: 00000024 winscard_svc.c:340:ContextThread() Server protocol is 4:2
Nov 21 12:43:04 linux-0rjx.site pcscd[2689]: 61536611 commands.c:998:CmdPowerOff Card absent or mute
Code:
# systemctl status pcscd.service
pcscd.service - PC/SC Smart Card Daemon
Loaded: loaded (/usr/lib/systemd/system/pcscd.service; static)
Active: active (running) since Thu 2013-11-21 13:38:17 EAT; 2s ago
Main PID: 2794 (pcscd)
CGroup: /system.slice/pcscd.service
└─2794 /usr/sbin/pcscd --foreground --auto-exit
Nov 21 13:38:17 linux-0rjx.site systemd[1]: Started PC/SC Smart Card Daemon.
Nov 21 13:38:17 linux-0rjx.site pcscd[2794]: 00000000 utils.c:53:GetDaemonPid() Can't open /var/run/pcscd/pcscd.pid: No such file or directory
Any ideas on how to get this running would be great. I can also file a bug report if that is what it will take too.
Thanks!