Hello all,
 
for some reason, there is no way to store Data in one of the two Memorycards shipped with the Linuxpack from Towitoko. I did try the "original" Version of the Chipdriver on the CD, also the current Version 2.0.7.
 
Reading does work, for example the output of the program smartcard (256 Byte Memory):
 
nathan# ./smartcard -r --debug | hexdump -v
debug: size is 255
debug: ctbcs_request_icc(0,0,...) = 0, lenr=2
debug: response trail = 90 0
debug: iso_select_file(0,0x0,0x3F00) = 0, lenr=2
debug: response trail = 90 0
debug: read_data(0,...,255,0) reading one chunk
debug: iso_read_binary(0,0,...,255) = 0, lenr=257
debug: copying 255 bytes to user buffer
debug: response trail = 90 0
debug: smartcard_read_data() returned 255
debug: fwrite() returned 255
0000000 13a2 9110 e581 1581 e025 f8d1 c3e0 5d3c
0000010 3641 4957 d254 0076 0400 4300 5241 c1a0
0000020 ffff ffff ffff ffff ffff ffff ffff ffff
0000030 ffff ffff ffff ffff ffff ffff ffff ffff
0000040 ffff ffff ffff ffff ffff ffff ffff ffff
0000050 ffff ffff ffff ffff ffff ffff ffff ffff
0000060 ffff ffff ffff ffff ffff ffff ffff ffff
0000070 ffff ffff ffff ffff ffff ffff ffff ffff
0000080 ffff ffff ffff ffff ffff ffff ffff ffff
0000090 ffff ffff ffff ffff ffff ffff ffff ffff
00000a0 ffff ffff ffff ffff ffff ffff ffff ffff
00000b0 ffff ffff ffff ffff ffff ffff ffff ffff
00000c0 ffff ffff ffff ffff ffff ffff ffff ffff
00000d0 ffff ffff ffff ffff ffff ffff ffff ffff
00000e0 ffff ffff ffff ffff ffff ffff ffff ffff
00000f0 ffff ffff ffff ffff ffff ffff ffff 00ff
 
But when I try to store Data, the program hangs...
 
The test-tool from towitoko also does not write anything into the card.
It does not hang, but the data isn�t changed.
 
What am I doing wong???
 
Mk

Reply via email to