Thanks for the reply.  As you can see from my config file, I have
uhci_hcd, ehci_hcd and ohci_hcd compiled in my kernel.  The messages
I get confirm this.  The problem seems to be in hub.c where a choice
is apparently made to use a slower speed.  In case it helps, my
/proc/bus/usb/devices file is attached.

Thanks again,
Mark

On Wed, Feb 07, 2007 at 05:27:40AM -0800, Z F wrote:
> Hello Mark Glassberg,
> 
> several things you could do...
> 
> Try
> 
> lsmod
> 
> and see if there is something like 
> 
> uhci_hcd ehci_hcd or ohci_hcd in the list.
> you should have ehci_hcd to have high speed (USB2) support.
> 
> If you do not have it, you can try as root (!!) 
> 
> modprobe ehci_hcd
> 
> If it works, than you are in luck, ehci_hcd is the module (driver) name
> for USB2 controller. Add ehci_hcd to /etc/modules file on an empty
> line.
> That is all.
> 
> If it does not work, do 
> zcat /proc/config.gz |grep -i EHCI
> and see if you have something like
> CONFIG_USB_EHCI_HCD=m
> or 
> CONFIG_USB_EHCI_HCD=y
> 
> If you do not have these enteries or if you do not have /proc/config.gz
> on your system, most probably you will have to recompile the kernel
> to include EHCI support. Basically this means that the driver for USB2
> controller is turned off on your system and to turn it on, you have to
> rebuild the kernel. Let us hope it does not come to that.
> 
> ZF

-------------------------------------------------------------------------
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