Hi Cody, > > actually you can start by posting lspci or lsusb output (if the > > ExpressCard using the USB host controller) for you device and see if > > people can make sense out of it. In case this is connected via USB in > > the end, then /proc/bus/usb/devices helps a lot, too. > > lsusb yields the following line: > > Bus 002 Device 004: ID 04e8:6731 Samsung Electronics Co., Ltd > > However, /proc/bus/usb/ does not contain "devices". It appears as an > empty directory.
you have to have a kernel with usbfs enabled and then mount usbfs to /proc/bus/usb like you would do with procfs. In addition the output of lsusb -v for that device can be very helpful, but personally I find the information from /proc/bus/usb/devices a lot easier to read. Regards Marcel _______________________________________________ wimax mailing list [email protected] http://www.linuxwimax.org/mailman/listinfo/wimax
