Difference between revisions of "Problem with USB 2.0"

From ThinkWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
==Problem description==
 
==Problem description==
 
On various (early?) T40 models, USB 2.0 may not function. Symptoms include inability to connect to USB 2.0 devices at USB 2.0 speeds, the "This device can perform faster" pop-up in Windows XP, device ID assignment error messages from the Linux kernel, and frequent reboots of the USB bus and connected devices.
 
On various (early?) T40 models, USB 2.0 may not function. Symptoms include inability to connect to USB 2.0 devices at USB 2.0 speeds, the "This device can perform faster" pop-up in Windows XP, device ID assignment error messages from the Linux kernel, and frequent reboots of the USB bus and connected devices.
 +
 +
==Affected Models==
 +
*ThinkPad {{T40}}
  
 
==Solutions==
 
==Solutions==
Line 6: Line 9:
  
 
If the Linux kernel refuses to register the USB device, "modprobe -r ehci_hcd" may help. This disables USB 2.0 functionality for the session.
 
If the Linux kernel refuses to register the USB device, "modprobe -r ehci_hcd" may help. This disables USB 2.0 functionality for the session.
 
[[Category:T40]]
 

Revision as of 11:53, 10 May 2005

Problem description

On various (early?) T40 models, USB 2.0 may not function. Symptoms include inability to connect to USB 2.0 devices at USB 2.0 speeds, the "This device can perform faster" pop-up in Windows XP, device ID assignment error messages from the Linux kernel, and frequent reboots of the USB bus and connected devices.

Affected Models

Solutions

This seems to be a hardware problem with the USB controller on Intel's chip or related electronics. Sending the laptop in for service may help.

If the Linux kernel refuses to register the USB device, "modprobe -r ehci_hcd" may help. This disables USB 2.0 functionality for the session.