Am Montag, 22. Januar 2001 20:38 schrieb Shea Martin:
> There was a way to view information re: usb drivers and resources
> etc. I think it was cat /proc/usb/something. Anyway, I have no
> /proc/usb dir, but I do have a /proc/bus/usb dir, but it is empty
> even when I have all of my usb drivers successfully loaded?
>
> Is there something else I should have check during kernel building
> that I forgot this time around?
Just do a RTFM in the Kernel-Documentation... ;-)
It is "cat /proc/bus/usb" but only if you have Kernel-Support for
USB_DEVICEFS enabled and mounted that filesystem!
Then you have to mount that file-system:
mount -t usbdevfs none /proc/bus/usb
alternatively you can write it to /etc/fstab :
none /proc/bus/usb usbdevfs defaults 0 0
Martin
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Mon Jan 22 2001 - 12:26:34 PST