E-Banking with “a.sign Signaturkarte (Bankomatkarte)”
Finally I managed to use my “Bankomatkarte” to login at my bank’s e-banking site. I’ve tested it on two machines, one running kernel 2.6.9, the other one running 2.4.27. The cardreader is a “Cyberjack pinpad”. Both kernels had a module called cyberjack to handle the cardreader (USB). Only a few steps are necessary to install all necessary software:
- Compile and install the kernel module (cyberjack, located in USB-serial drivers)
- Install ctapi (can be found on the CD that comes with the reader
- Plug in the reader to the usb port and insert your card
- Test ctapi by executing “cjgeldkarte”
- Open your e-banking site and test the login
Unfortunately it didn’t work under 2.6.9. I always had problems with permissions, it only worked for root. I have to test other 2.6.x kernels to find out if the problem is kernel-related.