If anybody could please point out where I have goofed up, it would be appreciated. I am running a RedHat 7.2 system with a 2.4.18 kernel. Included is a snippet from the USB parts of the system log (dmesg).
So, it seems to load fine and indeed does see the camera on the bus (logitech quickcam express). However, /proc/bus/usb remains completely empty. When I unplug and plug (hot) in the device, I use dmesg to confirm that the hotplugging seems to work (which it does). I read the FAQ, and it did not seem to help me here. Without some identity in /proc/bus/usb, I think it be hard (impossible) to make use of the latest qce drivers. Any help appreciated! Thanks in advance.
usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb.c: registered new driver usb-storage USB Mass Storage support registered. usb-uhci.c: $Revision: 1.275 $ time 17:58:05 Apr 25 2002 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: USB UHCI at I/O 0x1080, IRQ 11 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF c7cd885c, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 Product: USB UHCI Root Hub SerialNumber: 1080 hub.c: USB hub found hub.c: 2 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: global over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 2ms hub.c: hub controller current requirement: 0mA hub.c: port removable status: RR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c7cd885c usb.c: kusbd: /sbin/hotplug add 1 hub.c: port 2 connection change hub.c: port 2, portstatus 101, change 1, 12 Mb/s usb-uhci.c: v1.275:USB Universal Host Controller Interface driver usb.c: USB disconnect on device 1 hub.c: get_port_status(2) failed (err = -19) hub.c: port 2 of hub 1 not enabled, trying reset again... hub.c: get_port_status(2) failed (err = -19) hub.c: port 2 of hub 1 not enabled, trying reset again... hub.c: get_port_status(2) failed (err = -19) hub.c: port 2 of hub 1 not enabled, trying reset again... hub.c: get_port_status(2) failed (err = -19) hub.c: port 2 of hub 1 not enabled, trying reset again... hub.c: get_port_status(2) failed (err = -19) hub.c: port 2 of hub 1 not enabled, trying reset again... hub.c: Cannot enable port 2 of hub 1, disabling port. hub.c: Maybe the USB cable is bad? hub.c: cannot disable port 2 of hub 1 (err = -19) hub.c: get_hub_status failed hub.c: get_port_status failed (err = -19) hub.c: get_port_status failed (err = -19) hub.c: get_hub_status failed usb.c: kusbd: /sbin/hotplug remove 1 usb.c: USB bus 1 deregistered
