Results 1 to 4 of 4

Thread: Smartcard reader

  1. #1
    Join Date
    May 2007
    Beans
    6

    Smartcard reader

    hello lads,

    is there a way to use smartcard reader inside VM with XP SP2 on Ubuntu?
    thats the only thing that keeps me from going to 7.10

    thx

  2. #2
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Smartcard reader

    Sure, VMware handles just about all USB devices, cardreaders, printers, scanners, etc. Gutsy has four lines commented out that Feisty didn't. Can't say why the programmers did this but it is easy to fix:

    Code:
    gksudo gedit /etc/init.d/mountdevsubfs.sh
    Uncomment lines 42-45 starting with #mkdir -p /dev/bus/usb/.usbfs

    Code:
            mkdir -p /dev/bus/usb/.usbfs
    	domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    	ln -s .usbfs/devices /dev/bus/usb/devices
    	mount --rbind /dev/bus/usb /proc/bus/usb
    Save and exit. Reboot. Or simply run:

    Code:
    sudo etc/init.d/mountdevsubfs.sh start
    You might have to add this line to your /etc/fstab file:

    Code:
    usbfs /proc/bus/usb usbfs auto 0 0
    That should do it. If you have problems let us know.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  3. #3
    Join Date
    May 2007
    Beans
    6

    Re: Smartcard reader

    fjgaude, really thanks for help - it seems it worked - vmware xp sees cardreader, however my laptop has pcmcia reader with smardcard on it so I am just wondering if there is any possibily to convince vmware linux to work with this as well?

    tha

  4. #4
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Smartcard reader

    I don't know of a way. Others here may know. Start another thread just with that issue.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

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
  •