On Mon, Jan 07, 2002 at 04:43:47PM +1100, Dylan Egan wrote:
> 
> >Can you not load the usb-storage driver, load the usbcore module, and
> >the USB host driver that you are using, and point hotplug to somewhere
> >else:
> >        echo /bin/true > /proc/sys/kernel/hotplug
> >
> >Then plug in your device, and send the output of /proc/bus/usb/devices
> >to the list (and the linux-usb-devel list, which is a better place for
> >this :)
> 
> I only got this extra bit of infomation from the way you said for me to do 
> it.
> When i loaded usbcore this time it said cant get major 180 for usb....
> Ok i loaded it as you said it all went find but it never gave me anything 
> when i went to do "cat /proc/bus/usb/devices".

Oops, forgot to tell you to mount usbdevfs.  Try these steps then:

  insmod usbcore
  mount -t usbdevfs none /proc/bus/usb
  insmod usb-uhci
  {plug in device}
  cat /proc/bus/usb/devices


thanks,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to