Re: Help with 2.6.5 and USB > cat /proc/bus/usb/devices
For me:
root@slakbox:~# cat /proc/bus/usb/devices
cat: /proc/bus/usb/devices: No such file or directory
And:
root@slakbox:~# cat /sys/bus/usb/devices
cat: /sys/bus/usb/devices: Is a directory
I cd /sys/bus/usb/devices and ls -a to find that the directory is empty.
> locate usbfs
> /sys/bus/usb/drivers/usbfs
For me:
root@slakbox:/sys/bus/usb/devices# locate usbfs
/sys/bus/usb/drivers/usbfs
>
> lsusb
For me:
root@slakbox:/sys/bus/usb/devices# lsusb
root@slakbox:/sys/bus/usb/devices#
> Are your usb buses being built when you boot?
>
> dmesg | grep -i usb
For me:
root@slakbox:~# dmesg|grep -i usb
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
Does any of this help anyone know what is wrong? Thanks in advance.
Shilo |