|
|
#1 (permalink) Top |
|
Ani Ma'amin
![]() Join Date: May 2005
Age: 41 Male
Posts: 1,452
Times Helpful: 71
My Mood: Grumpy
Status: Offline
|
Hi all
Wondering if someone can help me set-up USB devices for my VirtualBox guest OS (Windows 2000). Not sure why I swapped..... but I had Win XP running although I had the same issue there. Basically all is working fine, apart from using USB devices. I have the devices connected and recognised in Linux (one is the USB Mouse which I am indifferent to whether it is recognised in Windows or not) . Then, following the manual, I add the filters according to what I have connected - in the first instance they were the mouse and my TomTom (GPS receiver), so two filters, one for each device. According to the VB manual, once windows starts, I should reconnect the devices in order for Windows to detect and install the devices. The problem is that windows does not.... When I go to 'Devices' -> 'USB Devices', both devices are listed but greyed out, so I cannot select them..... When I hover over the USB icon at the bottom right of the VB window, the tool tip tells me that no devices are attached..... So.... any ideas? Thanks for looking! ![]()
__________________
This is not a PC friendly user!!! "...when you find someone you really love, all the rest is just... other stuff." - Leanne Anika Battersby Help with digital video? Help My Mini City to grow Hit or Miss
|
|
|
|
|
#2 (permalink) Top |
|
Nonconformist Geek
![]() |
Hey saba, have you already tried this process?
http://anti-trend.homelinux.org/tmp/vbox_usb_howto.ogm (Note: Link will be good for 7 days, then file is deleted by a script).
__________________
See My Desktop | Try Linux | Install Linux | Visit My Server | Support Hardware Forums | Easily rip DVDs in Linux | Remember Everything |
|
|
|
|
#3 (permalink) Top |
|
Ani Ma'amin
![]() Join Date: May 2005
Age: 41 Male
Posts: 1,452
Times Helpful: 71
My Mood: Grumpy
Status: Offline
|
Yup! exactly how I did it......
Thanks AT.....
__________________
This is not a PC friendly user!!! "...when you find someone you really love, all the rest is just... other stuff." - Leanne Anika Battersby Help with digital video? Help My Mini City to grow Hit or Miss
|
|
|
|
|
#4 (permalink) Top |
|
Nonconformist Geek
![]() |
From the VirtualBox Manual:
11.4.6 USB not working If USB is not working on your Linux host, make sure that the current user has permission to access the USB filesystem (usbfs), which VirtualBox relies on to retrieve valid information about your host’s USB devices. As usbfs is a virtual filesystem, a chmod on /proc/bus/usb has no effect. The permissions for usbfs can therefore only be changed by editing the /etc/fstab file. For example, most Linux distributions have a user group called usb or similar, of which the current user must be a member. To give all users of that group access to usbfs, make sure the following line is present: Code:
# 85 is the USB group none /proc/bus/usb usbfs devgid=85,devmode=664 0 0 Replace 85 with the group ID that matches your system (search /etc/group for “usb” or similar) The various distributions are very creative from which script the usbfs filesystem is mounted. Sometimes the command is hidden in unexpected places. For SuSE 10.0 the mount command is part of the udev configuration file /etc/udev/rules.d/50-udev.rules. As this distribution has no user group called usb, you may e.g. use the vboxusers group which was created by the VirtualBox installer. Since group numbers are allocated dynamically, the following example uses 85 as a placeholder. Modify the line containing (a linebreak has been inserted to improve readability) Code:
DEVPATH="/module/usbcore", ACTION=="add",
RUN+="/bin/mount -t usbfs usbfs /proc/bus/usb"
Code:
DEVPATH="/module/usbcore", ACTION=="add",
RUN+="/bin/mount -t usbfs usbfs /proc/bus/usb -o devgid=85,devmode=664"
Code:
domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev Code:
domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev,devgid=85,devmode=664
__________________
See My Desktop | Try Linux | Install Linux | Visit My Server | Support Hardware Forums | Easily rip DVDs in Linux | Remember Everything |
|
|
|
|
#5 (permalink) Top |
|
Ani Ma'amin
![]() Join Date: May 2005
Age: 41 Male
Posts: 1,452
Times Helpful: 71
My Mood: Grumpy
Status: Offline
|
Duuuhhhhhhh!
Why look at the troubleshooting part? You people think it is easy to be so thick? You try it for a day or two! Thanks AT.... another lesson learned!
__________________
This is not a PC friendly user!!! "...when you find someone you really love, all the rest is just... other stuff." - Leanne Anika Battersby Help with digital video? Help My Mini City to grow Hit or Miss
|
|
|
|
|
#6 (permalink) Top |
|
Nonconformist Geek
![]() |
LOL, want to know the secrets to life, the universe and everything?
R - T - F - M
__________________
See My Desktop | Try Linux | Install Linux | Visit My Server | Support Hardware Forums | Easily rip DVDs in Linux | Remember Everything |
|
|
|
|
#7 (permalink) Top | |
|
Ani Ma'amin
![]() Join Date: May 2005
Age: 41 Male
Posts: 1,452
Times Helpful: 71
My Mood: Grumpy
Status: Offline
|
Quote:
__________________
This is not a PC friendly user!!! "...when you find someone you really love, all the rest is just... other stuff." - Leanne Anika Battersby Help with digital video? Help My Mini City to grow Hit or Miss
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux and GPS Devices | Impotence | Linux and Other OSes | 0 | 27-04-2007 03:12 PM |
| Help with hooking up devices | kyearman | Storage Devices | 10 | 09-08-2006 12:26 PM |
| Cant get 2 IDE devices to work... | daisycutter | Storage Devices | 8 | 11-06-2006 10:56 PM |
| Connecting IDE devices | sabashuali | Storage Devices | 1 | 30-09-2005 08:00 PM |
| More than 4 Devices? | and1088 | Storage Devices | 21 | 22-12-2001 02:23 AM |