Comment 10 for bug 488274

Revision history for this message
edonia (uwe-ufritz) wrote :

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