Howto

Christian Walgenbach lino16 at lfzm.de
Sam Mar 29 12:55:10 CST 2003


> Hi Christian!
> Bitte schau mal ein deine Log-Files, was da beim Start von chipcardd 
> geschrieben wird. Ich hänge einfach mal meine config dateien an, bis auf das 
> device (COM1) dürfte es ähnlich sein...
> Viel Erfolg Armin
> 
> chipcardc.conf :
> 
> timeout="750"
> maxmsg="20"
> commands="/usr/local/share/libchipcard/commands"
> 
> [service/1]
> type="net"
> address="192.168.0.10"
> port="32891"
> 
> 
> chipcardd.conf
> type="net"
> access="777"
> address="0.0.0.0"
> port="32891"
> timeout="750"
> maxmsg="20"
> enabled="1"
> 
> [reader/1]
> readertype="towitoko"
> drivertype="ctapi"
> driver="/usr/lib/libtowitoko.so.2"
> name="towitoko1"
> port="USB1"
> flags=
> 


Hi,

ich habe meine Configdateien überprüft. Und ein wenig angepasst. Leider hat dies nicht geholfen.

Hier die Meldung aus daemon.log

Mar 29 12:47:37 debian chipcardd[1140]: chipcardd.c:  920: Initializing daemon.
Mar 29 12:47:37 debian chipcardd[1140]: ctdriver_pcsc.c:  748: SCard error: 80100001
Mar 29 12:47:37 debian chipcardd[1140]: ctcore.c:  616:  Severity: Error Type: CTCore Code: Driver IO error (2)
Mar 29 12:47:37 debian chipcardd[1140]: ctcore.c: 1100: No PCSC driver availableMar 29 12:47:37 debian chipcardd[1140]: ctdriver_ctapi.c:  757: Valid ports section for type "towitoko" found.
Mar 29 12:47:39 debian chipcardd[1140]: ctdriver_ctapi.c:  454: CTAPI: Error on
init (ctn=0, pn=0, err=-10)
Mar 29 12:47:39 debian chipcardd[1140]: ctcore.c:  705:  Severity: Error Type: CTCore Code: Driver IO error (2)
Mar 29 12:47:39 debian chipcardd[1140]: ctcore.c:  835: Could not allocate reader
Mar 29 12:47:39 debian chipcardd[1140]: readerserver.c:  202: Could not allocate reader "towitoko1"
Mar 29 12:47:39 debian chipcardd[1140]: chipcardd.c:  390:  Severity: Error Type: CTCore Code: Unknown (5)
Mar 29 12:47:39 debian chipcardd[1140]: chipcardd.c:  393: No reader allocated
Mar 29 12:47:39 debian chipcardd[1140]: chipcardd.c: 1009: No readers in configuration file
Mar 29 12:47:45 debian chipcardd[1140]: ctserver.c:  271: New client: 192.168.1.1:33331

hier noch meine Config files:

chipcardc.conf

timeout="750"
maxmsg="20"
[service/1]
type="net"
address="192.168.1.1"
port="32891"


chipcardd.conf

type="net"
address="192.168.1.1"
access="777"
port="32891"
timeout="750"
maxmsg="20"
enabled="1"
[reader/1]
readertype="towitoko"
drivertype="ctapi"
driver="/usr/lib/libtowitoko.so.2"
name="towitoko1"
port="COM1"
flags=


by Christian