On Thu, 6 Apr 2006, rakesh kn wrote:

> Hi,
> 
> I am trying to test the working of ehci-hcd with a generic usb-device.
> I downloaded "usbtest.c"  from linux-usb-test site.
> i am using kernel 2.6.11 .
> 
> I compiled the test driver (usbtest.ko) and insmod it.
> when i run the test program "./testusb -a" , it says "usbfs files are 
> missing".
> 
> When i went to /proc/bus/usb , there are no files in that directory.
> 
> Please tell me what am i missing. Since in 2.6 , "sysfs" support has been 
> added,
> when i go there ,my usb device is there.
> 
> Please tell me how can i give the /proc/bus/usb support.. Am i missing
> something during kernel compilation.

It's not a kernel problem.  Some Linux distributions do mount
/proc/bus/usb and others don't.  You can always mount it by hand; the 
command is: mount -t usbfs none /proc/bus/usb

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to