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 Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
