On Mon, 4 Sep 2006, Tomasz Chmielewski wrote:

> I have a tiny router (ASUS WL-500g deluxe, MIPS CPU, 32 MB RAM, 2x 
> USB2), and would like to make it work with a USB DSL modem.
> 
> Right now, it's running Debian and kernel 2.6.17, and boots off a USB-stick.
> 
> My problem is, that it only sees USB storage devices (USB sticks etc.).
> 
> When I connect other devices (USB modem, webcam, microphone, keyboard, 
> printer etc.), they are not detected.
> By "not detected" I mean there are no "dmesg" entries with the device 
> name, and no devices, other than "USB storage", listed with "lsusb".
> 
> I even compiled "USB verbose logging" in, but it only gives me a couple 
> of debug infos, no clue why the devices doesn't show up.
> 
> This is an example when I plug the USB printer in (USB verbose logging):
> 
> hub 1-0:1.0: state 7 ports 4 chg 0000 evt 0004
> ehci_hcd 0000:01:02.2: GetStatus port 2 status 001803 POWER sig=j CSC 
> CONNECT
> hub 1-0:1.0: port 2, status 0501, change 0001, 480 Mb/s
> hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501
> ehci_hcd 0000:01:02.2: port 2 full speed --> companion
> ehci_hcd 0000:01:02.2: GetStatus port 2 status 003801 POWER OWNER sig=j 
> CONNECT
> 
> 
> No new device appeared in /proc/bus/usb/devices.
> 
> Of course, I have the appropriate device modules built (pwc for Philips 
> webcam, usblp for a printer etc.), but inserting them doesn't change 
> anything.
> 
> Why it only detects USB storage devices, and no other devices?
> Did I forget to check some kernel option?
> 
> For reference, I attach my .config file.

Perhaps you need to set CONFIG_USB_UHCI_HCD, either builtin or as a 
module.  Or else maybe you need to modprobe ohci-hcd.

Alan Stern


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to