[Bug 488274] Re: disable deprecated config option CONFIG_USB_DEVICEFS
edonia
uwe at ufritz.de
Wed Mar 10 08:56:26 UTC 2010
maybe you should check, if the hardware needs usbfs, or just needs
/proc/bus/usb.
To get /proc/bus/usb working, try the following:
sudo mount --bind /dev/bus /proc/bus
or
sudo mount --bind /dev/bus/usb /proc/bus/usb
this will make /proc/bus/usb accessible /proc/bus/usb for some hardware
(although this will cause the other directories under /proc/bus to be
hidden). So you should umount, after use:
sudo umount -l /proc/bus
--
disable deprecated config option CONFIG_USB_DEVICEFS
https://bugs.launchpad.net/bugs/488274
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list