thanks for your help.
Apperantly I was mixing the two installations
One from the ubuntu repository and one from source.
As I figured that out. Everything seemed to be fine.
At first
chipcard-tool list shows me my reader:
# chipcard-tool list
Server: 46ab9489
Readers:
- auto1-ccid_scm_335 (ccid_scm_335, port 0)
But the server log shows:
5:2007/07/28 21-32-13:chipcardd(22183):clr_clientready.c: 93: Client "46ab996d" started (chipcard3-tool, Gwen 2.9.1beta, ChipCard 3.9.1.0beta)
5:2007/07/28 21-32-13:chipcardd(22183):clr_notification.c: 468: Client 46ab996d: SetNotify [chipcard3-tool/nobody]
5:2007/07/28 21-32-13:chipcardd(22183):cs_callbacks.c: 31: One of my connections is down
5:2007/07/28 21-32-13:chipcardd(22183):clientmanager.c: 355: Removing client 46ab996d [chipcard3-tool/nobody]
May "One of my connections is down" be a problem ?
Because if I try "chipcard-tool check" I get an error:
In the server log:
5:2007/07/28 21-33-09:chipcardd(22183):clr_clientready.c: 93: Client "46ab9972" started (chipcard3-tool, Gwen 2.9.1beta, ChipCard 3.9.1.0beta)
5:2007/07/28 21-33-09:chipcardd(22183):clr_notification.c: 468: Client 46ab9972: SetNotify [chipcard3-tool/nobody]
5:2007/07/28 21-33-09:chipcardd(22183):clr_startwait.c: 63: Client 46ab9972: StartWait [chipcard3-tool/nobody]
5:2007/07/28 21-33-11:chipcardd(22183):devicemanager.c: 2014: Driver "46ab995b" (ccid_ifd) is up (Library loaded)
3:2007/07/28 21-33-12:chipcardd(22183):devicemanager.c: 1328: Driver reported error on startup of reader "auto1-ccid_scm_335": Unknow error code
5:2007/07/28 21-33-12:chipcardd(22183):cs_callbacks.c: 31: One of my connections is down
5:2007/07/28 21-33-12:chipcardd(22183):clientmanager.c: 355: Removing client 46ab9972 [chipcard3-tool/nobody]
5:2007/07/28 21-33-43:chipcardd(22183):devicemanager.c: 1158: Driver "ccid_ifd" is too long idle, stopping it
5:2007/07/28 21-33-44:chipcardd(22183):cs_callbacks.c: 31: One of my connections is down
5:2007/07/28 21-33-44:chipcardd(22183):devicemanager.c: 1737: Connection of driver "ccid_ifd" (46ab995b) just went down
4:2007/07/28 21-33-44:chipcardd(22183):devicemanager.c: 965: Driver terminated normally
And the client shows:
Readers:
- auto1-ccid_scm_335 (ccid_scm_335, port 0, ): error
Event log:
21:33:09 Reader listing
21:33:12 Reader error (Unknow error code)
So the communication between server and client should be fine.
But the reader seems to make some problems...
Any ideas ?