[Bug 49367] Re: EHCI Configuration Errors Cause USB Errors (Mouse, etc)
Tristan BENOIST
tristan.benoist at free.fr
Thu Aug 24 20:56:59 UTC 2006
To temporary solve the problem, disable USB 2.0 by this way :
$sudo modprobe -r ehci_hcd
$sudo echo "blacklist ehci_hcd" > /etc/modprobe.d/blacklist-ehci
To get USB 2.0 back :
$sudo rm /etc/modprobe.d/blacklist-ehci
$sudo modprobe ehci-hcd
Waiting for a new Kernel image. It seems that the experimental
individual usb suspend is the source of this bug.
--
EHCI Configuration Errors Cause USB Errors (Mouse, etc)
https://launchpad.net/bugs/49367
More information about the kernel-bugs
mailing list