LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   USB support /proc/bus/usb (https://www.linuxquestions.org/questions/red-hat-31/usb-support-proc-bus-usb-236967/)

schandak 09-30-2004 02:23 AM

USB support /proc/bus/usb
 
Hi ,
I compiled new kernel version 2.6.8.1 and selected all the options for USB .Finally , I should be able to see something in /proc/bus/usb but i don't find anything there !!!

can anyone tell me what option i need to select do see that ?
Any thing else i need to do ?

mdg 09-30-2004 03:00 AM

You need to mount the usb filesystem and have at least one usb device detected/configured for anything to show up in /proc/bus/usb.

Put this line in /etc/fstab to mount usbfs at boot:
Code:

none            /proc/bus/usb    usbfs      defaults    0 0
(might be called usbdevfs in other distro's)


All times are GMT -5. The time now is 05:51 AM.