program can't see Smart Card Reader

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sp_archer
Newbie
Newbie
Posts: 2
Joined: Wed Sep 03, 2008 8:50 am

program can't see Smart Card Reader

Post by sp_archer »

Hi,

I have Smart Card Reader (USB)
Driver is installed, pcscd daemon is running.

pcsc_scan says:
---8<---
[archer@archer Drv-Linux]$ pcsc_scan
PC/SC device scanner
V 1.4.14 (c) 2001-2008, Ludovic Rousseau <[email protected]>
Compiled with PC/SC lite version: 1.4.4
Scanning present readers
0: ICS Reader378 00 00

Wed Sep 3 09:47:39 2008
Reader 0: ICS Reader378 00 00
Card state: Card removed,

Wed Sep 3 09:47:49 2008
Reader 0: ICS Reader378 00 00
Card state: Card inserted,
ATR: 3B FF 11 00 00 81 31 70 45 4E 42 55 01 00 03 12 00 00 00 00 00 16 C5 49 B8
--->8---

It seems everything's OK.
But when I start win-program list of available readers is empty.

What should I do to solve the problem?

Thanks in advance.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: program can't see Smart Card Reader

Post by vitamin »

sp_archer wrote:Hi,

I have Smart Card Reader (USB)
Driver is installed, pcscd daemon is running.
It seems everything's OK.
But when I start win-program list of available readers is empty.

What should I do to solve the problem?

Thanks in advance.
Wine code does not fully support Smart cards.
You need some patches that haven't made it into official Wine yet. See here for more details: http://www.winehq.org/pipermail/wine-de ... 68462.html
sp_archer
Newbie
Newbie
Posts: 2
Joined: Wed Sep 03, 2008 8:50 am

Re: program can't see Smart Card Reader

Post by sp_archer »

Thanks a lot.
Now all work fine.
Locked