Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: Swedish e-legitimation/BankID installation problem

  1. #11
    Join Date
    May 2009
    Beans
    8

    Re: Swedish e-legitimation/BankID installation problem

    Sorry, I kind of forgot about this... :/

    Handelsbanken answered me that they weren't going to support the 64bit arc, and that it was due to problems with the many different flavours of Linux... Though I fixed it myself (installed libccid and pcscd as 32bit solved it) and mailed them the solution, they were grateful. It's nice to not have the same abilities as the mooks on the other systems already do!

  2. #12
    Join Date
    Nov 2007
    Beans
    6

    Re: Swedish e-legitimation/BankID installation problem

    I also got an answer, but I wrote to Todos (cardreader manufacturer), and they send me the 64 bits version of the driver.

    But I'm still stuck... The cardreader seems to work fine : when I plug it, first I have
    Handelsbanken
    ==== ====== ======

    and then a line on top, so I assume the driver works.

    Nexus seems to work ok (passes the bankid test). But when I want to login on the HB site, I got the message that my cardreader isn't plug (which it is actually).

    Any clue ?

    Also my nexus is empty (no previous e_leg) is this a problem ?
    I installed it with nspluginwrapper, that's how I should do it, right ?

    Any ideas ?

    Thanks,
    Zorg

  3. #13
    Join Date
    May 2009
    Beans
    8

    Re: Swedish e-legitimation/BankID installation problem

    When I start Nexus, I can see my name there, but I have no previous ID installed, so it's the cardreader that responds. Is pcscd started? try:
    Code:
    sudo pcscd --foreground --debug
    in a terminal window. (You need to stop pcscd first
    Code:
    sudo /etc/init.d/pcscd stop
    , if stopping it fails, you didn't start it before trying... That might be the problem.)

    If the debug doesn't give any clues, I guess you have to either use the i386 version of pcscd, libccid, nexus personal and the driver, or the problem lies elsewhere. Perhaps you need to get a 64bit version of nexus?

    If it doesn't work, post the output from the debug here!

    Would you mind sharing the driver in 64-bit with me?

    Good luck, and thanks in advance!

  4. #14
    Join Date
    Nov 2007
    Beans
    6

    Re: Swedish e-legitimation/BankID installation problem

    It seems pcscd was started.

    Here is the output :
    Code:
    00000000 debuglog.c:230:DebugLogSetLevel() debug level=debug
    00009247 pcscdaemon.c:512:main() pcsc-lite 1.5.4 daemon ready.
    00273684 tokenparser.l:175:LTPBundleFindValueWithKey() Value/Key not defined for: ifdVendorID in /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
    00000370 tokenparser.l:175:LTPBundleFindValueWithKey() Value/Key not defined for: ifdVendorID in /usr/lib/pcsc/drivers/shbecrDeb.bundle/Contents/Info.plist
    00054031 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0002
    00001883 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    00001851 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x05D5, PID: 0x6782
    00001120 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x05D5, PID: 0x6782
    00001629 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    00001853 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x046D, PID: 0xC03E
    00001516 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x045E, PID: 0x00F7
    00001192 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x045E, PID: 0x00F7
    00001127 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x045E, PID: 0x00F7
    00001501 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    00004822 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0002
    00001940 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    00002077 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    14122489 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x0B0C, PID: 0x003F
    00000027 hotplug_libhal.c:362:HPAddDevice() Adding USB device: usb_device_b0c_3f_noserial_if0
    01000643 readerfactory.c:1024:RFInitializeReader() Attempting startup of Handelsbanken card reader 00 00 using /usr/lib/pcsc/drivers/shbecrDeb.bundle/Contents/Linux/libshbecrDeb.so.1.0.0
    00037715 readerfactory.c:877:RFBindFunctions() Loading IFD Handler 3.0
    	 Todos Data System AB 	
    	 Handelbanken card reader 	
    	   Version: 1.0.2
    00105984 readerfactory.c:249:RFAddReader() Using the pcscd polling thread
    00137858 Card ATR: 3B 7D 96 00 00 80 31 80 65 B0 A3 11 00 C8 83 00 00 00
    Nothing happens when Nexus starts...
    Do you get something more ?

    About the driver, I will ask the Todos guy if it’s ok to share it...
    Thanks,

  5. #15
    Join Date
    Nov 2007
    Beans
    6

    64 bit version of the driver

    Hi,

    I got the permission to share the file, so here it is:
    http://www.4shared.com/file/11537929...102_64bit.html

    Here is the answer I got:
    Hi,

    Yes its ok to share, and since its quite new we would appreciate any feedback.

    Best regards,
    So if you have any comments, send a mail to the support of todos.se.

    Cheers,
    Zorg

  6. #16
    Join Date
    May 2009
    Beans
    8

    Re: 64 bit version of the driver

    Quote Originally Posted by zorgzorg2 View Post
    It seems pcscd was started.

    Here is the output :
    Code:
    00000000 debuglog.c:230:DebugLogSetLevel() debug level=debug
    00009247 pcscdaemon.c:512:main() pcsc-lite 1.5.4 daemon ready.
    00273684 tokenparser.l:175:LTPBundleFindValueWithKey() Value/Key not defined for: ifdVendorID in /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
    00000370 tokenparser.l:175:LTPBundleFindValueWithKey() Value/Key not defined for: ifdVendorID in /usr/lib/pcsc/drivers/shbecrDeb.bundle/Contents/Info.plist
    00054031 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0002
    00001883 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    00001851 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x05D5, PID: 0x6782
    00001120 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x05D5, PID: 0x6782
    00001629 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    00001853 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x046D, PID: 0xC03E
    00001516 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x045E, PID: 0x00F7
    00001192 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x045E, PID: 0x00F7
    00001127 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x045E, PID: 0x00F7
    00001501 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    00004822 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0002
    00001940 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    00002077 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
    14122489 hotplug_libhal.c:316:get_driver() Looking a driver for VID: 0x0B0C, PID: 0x003F
    00000027 hotplug_libhal.c:362:HPAddDevice() Adding USB device: usb_device_b0c_3f_noserial_if0
    01000643 readerfactory.c:1024:RFInitializeReader() Attempting startup of Handelsbanken card reader 00 00 using /usr/lib/pcsc/drivers/shbecrDeb.bundle/Contents/Linux/libshbecrDeb.so.1.0.0
    00037715 readerfactory.c:877:RFBindFunctions() Loading IFD Handler 3.0
         Todos Data System AB     
         Handelbanken card reader     
           Version: 1.0.2
    00105984 readerfactory.c:249:RFAddReader() Using the pcscd polling thread
    00137858 Card ATR: 3B 7D 96 00 00 80 31 80 65 B0 A3 11 00 C8 83 00 00 00
    Nothing happens when Nexus starts...
    Do you get something more ?

    About the driver, I will ask the Todos guy if it’s ok to share it...
    Thanks,
    Seems ok, you got just about the same output as I, though I think I now know where the fault lies. Nexus doesn't operate well without the 32bit surroundings... :/ (pcscd and libccid, if we can get a 64bit version of Nexus, I think we are good to go! I'll see what I can find...)

    Quote Originally Posted by zorgzorg2 View Post
    Hi,

    I got the permission to share the file, so here it is:
    http://www.4shared.com/file/11537929...102_64bit.html

    Here is the answer I got:


    So if you have any comments, send a mail to the support of todos.se.

    Cheers,
    Zorg
    Thanks! I'll look at it once I got a 64bit Nexus to go with the lot...

  7. #17
    Join Date
    May 2009
    Beans
    8

    Re: Swedish e-legitimation/BankID installation problem

    My mail to Nexus: (Sorry if it appears daft, it's too hot to think right now, and I'm tired... )

    Hi!

    I'm using your Linux version of the Nexus Personal program shipped from Handelsbanken, but they don't provide a 64-bit version, which is why I turn to you. I (and a few other people) are trying to use Nexus and Handelsbanken without the need to force half the system down to 32-bit and the last bit that keeps us from success now is Nexus Personal.

    Is this something you can help us out with? (I do understand that the source is unavailable, but a precompiled amd64-version would be great!)

    Thanks in advance, Mattias and a few more people at ubuntuforums.org

  8. #18
    Join Date
    Nov 2007
    Beans
    6

    Re: Swedish e-legitimation/BankID installation problem

    Well, before getting the 64 bits version of the driver, I had the 32 bits version install, with 32b versions of pcscd and libccid, but the problem was the same.

    Maybe I should reinstall nexus. Any pointer to the method you used to install it ?

    Quote Originally Posted by Granfot View Post
    My mail to Nexus: (Sorry if it appears daft, it's too hot to think right now, and I'm tired... )
    Yeah, it’s hot. Good we’ll have rain on the week-end

  9. #19
    Join Date
    Jun 2008
    Location
    Uppsala, Sweden
    Beans
    30
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Swedish e-legitimation/BankID installation problem

    Hi guys,

    I'm also following you on this since I want to get rid of having to fire up a complete virtual WinXP each time I want to do some handelsbanken stuff. How did you go about getting the card reader thingy? I've read that they are supposed to do it gradualy over the year, and that you don't _have_ to do anything, just wait. Wonder if there is anything one can do to get it faster?

  10. #20
    Join Date
    May 2009
    Beans
    8

    Re: Swedish e-legitimation/BankID installation problem

    Quote Originally Posted by zorgzorg2 View Post
    Well, before getting the 64 bits version of the driver, I had the 32 bits version install, with 32b versions of pcscd and libccid, but the problem was the same.

    Maybe I should reinstall nexus. Any pointer to the method you used to install it ?



    Yeah, it’s hot. Good we’ll have rain on the week-end
    I don't think I did anything in particular, I experimented some with "getlibs", but I don't think anything got changed...

    Quote Originally Posted by ljungkvist View Post
    Hi guys,

    I'm also following you on this since I want to get rid of having to fire up a complete virtual WinXP each time I want to do some handelsbanken stuff. How did you go about getting the card reader thingy? I've read that they are supposed to do it gradualy over the year, and that you don't _have_ to do anything, just wait. Wonder if there is anything one can do to get it faster?
    Either you wait until it comes "naturally", or you can talk to your bank-person and have them order your reader. I think you might be able to do it on your own too, but I'm not sure...

    B.T.W. Nothing heard from Nexus yet, not even an acknowledgment that they received my mail...
    Last edited by Granfot; July 5th, 2009 at 11:02 AM. Reason: I need to learn to spell... :/

Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •