Hi
I have found the solution to this problem:
Please open the following file: /etc/init.d/mountdevsubfs.sh
Find the following lines:
#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
Unmark them so that look like this:
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
Restart and your usb devices will be recognised.
https://bugs.launchpad.net/ubuntu/+bug/157843
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/156085
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/151585
There is also a temporal solution:
sudo mount -t usbfs usbfs /prob/bus/usb
http://ubuntuforums.org/showthread.php?t=133419
Please include all this USB modifications in Ubuntu 8.04 in order to fix this
issue.
Regards
Felix Corrales
--
Ubuntu 8.04: VMware Server 1.5-80187, USB Devices are not recognized
https://bugs.launchpad.net/bugs/223366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs