kryptek wrote: > I'm trying to install my Speedtouch ADSL USB modem, I'm at the step where > I need to mount my usbdevfs system, but when I go to mount, I don't have > /proc/bus/usb .. I'm running Debian 2.4.17 , I have USB device filesystem > enabled in my kernel, UHCI / OHCI enabled as modules.. please help!
check your /etc/fstab if you have something like none /proc/bus/usb usbdevfs defaults 0 0 in it. it may be that you mount your usbfs to anouther point than /proc/bus/usb. if you don't have that entry in your fstab, you should add it. your usbfs will be found after the next boot. (our you could make a "mount -t usbfs none /proc/bus/usb" if you don't want to reboot :) -fl _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
