Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cyberjack usb card reader doesn't find driver (SOLVED)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ustone
n00b
n00b


Joined: 13 Mar 2012
Posts: 22

PostPosted: Fri Mar 16, 2012 11:42 am    Post subject: Cyberjack usb card reader doesn't find driver (SOLVED) Reply with quote

i installed gnucash with following use flags


app-office/gnucash chipcard hbci mysql ofx
net-libs/aqbanking chipcard ofx


this also installed psc-lite

additionally i emerged the cyberjack drivers..

when i plug the usb card reader /var/log/messages show following log

Code:


Mar 16 13:20:40  my-test kernel: usb 2-1.2: new full-speed USB device number 4 using ehci_hcd
Mar 16 13:20:40 my-test kernel: usb 2-1.2: New USB device found, idVendor=0c4b, idProduct=0100
Mar 16 13:20:40 my-test kernel: usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0


and nothing more...i expected a message that the driver is load or someting

pcsc_scan doesn't found any reader....

what i have done wrong?


Last edited by ustone on Thu Mar 22, 2012 5:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
ustone
n00b
n00b


Joined: 13 Mar 2012
Posts: 22

PostPosted: Mon Mar 19, 2012 9:18 pm    Post subject: Reply with quote

ok.. i tried it again and i have no idea...

that's why a yes/no question:

is my expectation wrong that an emerge of the cyberjack drivers force the loading of the drivers on plugin of an usb card reader?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54028
Location: 56N 3W

PostPosted: Mon Mar 19, 2012 9:41 pm    Post subject: Reply with quote

ustone,

Google says you need CONFIG_USB_SERIAL_CYBERJACK in your kernel.
If that looks ok, do you need
Code:
modprobe cyberJack


I'm not sure what you emered but its unlikley to be the kernel part of the code you need.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
ustone
n00b
n00b


Joined: 13 Mar 2012
Posts: 22

PostPosted: Tue Mar 20, 2012 8:06 pm    Post subject: Reply with quote

thanx...this was a 1st success...
Code:


Mar 20 20:53:16 .. kernel: usb 2-1.1: new full-speed USB device number 4 using ehci_hcd
Mar 20 20:53:16 .. kernel: usb 2-1.1: New USB device found, idVendor=0c4b, idProduct=0100
Mar 20 20:53:16 ., kernel: usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 20 20:53:16 .. kernel: cyberjack 2-1.1:1.0: Reiner SCT Cyberjack USB card reader converter detected
Mar 20 20:53:16 .. kernel: usb 2-1.1: Reiner SCT Cyberjack USB card reader converter now attached to ttyUSB0



but

Code:


pcscd -f -d -a


shows nothing more than...
Code:


11144922 hotplug_libudev.c:260:get_driver() Looking for a driver for VID: 0x0C4B, PID: 0x0100, path: /dev/bus/usb/002/004



i expected something like

Code:

00000028 Card ATR: 3B 75 94 00 00 62 02 02 03 01


as the wiki stated...

module was loaded

Code:



lsusb | grep cyber
Bus 002 Device 004: ID 0c4b:0100 Reiner SCT Kartensysteme GmbH cyberJack e-com/pinpad

Code:

lsmod | grep cyber
cyberjack               6851  0
usbserial              26535  1 cyberjack
usbcore               121462  10 cyberjack,usbserial,xhci_hcd,sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd


is there something that i missed?
Back to top
View user's profile Send private message
ustone
n00b
n00b


Joined: 13 Mar 2012
Posts: 22

PostPosted: Tue Mar 20, 2012 8:39 pm    Post subject: Reply with quote

obviously i have a ancient model with id 100..this is not supported by cyberjack drivers anymore....:-/

Code:

lsusb | grep cyber
Bus 002 Device 004: ID 0c4b:0100 Reiner SCT Kartensysteme GmbH cyberJack e-com/pinpad
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Tue Mar 20, 2012 9:02 pm    Post subject: Reply with quote

Could you do me a favour and take a look at this link?

https://bugs.gentoo.org/show_bug.cgi?id=388329#c2

Let me know if that shed some light into this and if the udev rules need changing.
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Tue Mar 20, 2012 9:13 pm    Post subject: Reply with quote

NeddySeagoon wrote:
ustone,

Google says you need CONFIG_USB_SERIAL_CYBERJACK in your kernel.
If that looks ok, do you need
Code:
modprobe cyberJack


I'm not sure what you emered but its unlikley to be the kernel part of the code you need.


Nice catch. I've added a warning in the ebuild of 3.99.5_p03 if this kernel option is missing. Thanks Neddy.
Back to top
View user's profile Send private message
ustone
n00b
n00b


Joined: 13 Mar 2012
Posts: 22

PostPosted: Tue Mar 20, 2012 9:53 pm    Post subject: Reply with quote

ssuominen wrote:
Could you do me a favour and take a look at this link?

https://bugs.gentoo.org/show_bug.cgi?id=388329#c2

Let me know if that shed some light into this and if the udev rules need changing.


as i said...my reader has an id of 100....these are not supported...i ordered a new one....
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Tue Mar 20, 2012 9:57 pm    Post subject: Reply with quote

ustone wrote:
ssuominen wrote:
Could you do me a favour and take a look at this link?

https://bugs.gentoo.org/show_bug.cgi?id=388329#c2

Let me know if that shed some light into this and if the udev rules need changing.


as i said...my reader has an id of 100....these are not supported...i ordered a new one....


OK. Right, but don't know where you draw the conclusion from, hence asked.
Back to top
View user's profile Send private message
ustone
n00b
n00b


Joined: 13 Mar 2012
Posts: 22

PostPosted: Tue Mar 20, 2012 10:24 pm    Post subject: Reply with quote

http://www.matrica.de/download/installation_cyberjack.pdf

Quote:

3 Hinweise zum Betrieb eines Kartenlesers
3.1 REINER SCT Kartenleser unter Linux
Prüfen Sie die ID-Nummer des eingesetzten Kartenlesers. Geben Sie dazu in der
Konsole den Befehl lsusb ein. Aus der Ausgabe lässt sich die ID-Nummer ablesen.
Ausgabe eines Kartenlesers mit der ID 100:
Bus 001 Device 002: ID 0c4b:0100 Reiner SCT Kartensysteme GmbH cyberJack
Kartenleser ab der ID-Nummer 300 laufen problemlos mit allen Kernel-Versionen.
Wichtige Hinweise zum Einsatz von Kartenlesern mit der ID 100
Seit der Treiberversion 3.99 werden diese Kartenleser leider nicht mehr unterstützt.


http://www.reiner-sct.com/index.php?option=content&task=view&id=234

Quote:


Hinweis: Der abgekündigte Chipkartenleser cyberJack® pinpad V.2.0 (letzte Auslieferung seitens REINER SCT in 2004) kann aus technischen Gründen leider nicht mehr unterstützt werden. Der cyberJack® pinpad V.3.0 wird jedoch weiterhin unterstützt.


translated sumarize:

since version 3.99 reader with id 100 were not supported anymore...

another source said that readers with id 100 and display can firmware upgraded to id 300...but mine has no display...:-/
Back to top
View user's profile Send private message
ustone
n00b
n00b


Joined: 13 Mar 2012
Posts: 22

PostPosted: Tue Mar 20, 2012 10:35 pm    Post subject: Reply with quote

but some question remain...i looked at the udev rules in

Quote:


https://bugs.gentoo.org/show_bug.cgi?id=388329#c2



....am i wrong or have readers with id != 500 no rule?...if so that can't be correct coz i learned that id 300 and 400 are supported by the 3.99 driver...
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Wed Mar 21, 2012 12:36 am    Post subject: Reply with quote

ustone wrote:
but some question remain...i looked at the udev rules in

Quote:


https://bugs.gentoo.org/show_bug.cgi?id=388329#c2



....am i wrong or have readers with id != 500 no rule?...if so that can't be correct coz i learned that id 300 and 400 are supported by the 3.99 driver...


This is what I was aiming at.

The situation is that cyberjack was about to get removed from Portage but I picked it up by user request and have never owned any hardware for it.

If you have, or anyone else has a patch to provide to add more readers into the udev rules I'd be more than happy to push them forward.

https://bugs.gentoo.org/
Back to top
View user's profile Send private message
ustone
n00b
n00b


Joined: 13 Mar 2012
Posts: 22

PostPosted: Thu Mar 22, 2012 5:36 pm    Post subject: Reply with quote

i got my new cardreader and it has id 500...so it worked fine...

regarding your udev rules: not handling id = 100 and handling id= 500 is correct.. handling id 300 & 400 is still open...

edit: marked thread as solved..
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum