Why is the error "kernel: usb 1-2.2: reset high speed USB device using ehci_hcd and address 6" written to the /var/log/messages file?
Environment
- Red Hat Enterprise Linux (RHEL)
- 6
- 5
Issue
-
What does the following error message, under
/var/log/messages
file, mean?Aug 22 00:52:01 localhost kernel: usb 1-2.2: reset high speed USB device using ehci_hcd and address 6 Aug 22 01:10:08 localhost kernel: usb 1-2.2: reset high speed USB device using ehci_hcd and address 6 Aug 22 04:04:34 localhost init: Trying to re-exec init Aug 22 06:21:16 localhost kernel: usb 1-2.2: reset high speed USB device using ehci_hcd and address 6 Aug 22 12:47:14 localhost kernel: usb 1-2.2: reset high speed USB device using ehci_hcd and address 6 Aug 22 16:34:29 localhost last message repeated 2 times Aug 22 17:21:17 localhost kernel: usb 1-2.2: reset high speed USB device using ehci_hcd and address 6 Aug 22 17:41:32 localhost kernel: Warning: /proc/ide/hd?/settings interface is obsolete, and will be removed soon!
Resolution
- Replace hardware: In most cases, you need to replace the motherboard.
- Remove
ehci_hcd
driver temporarily. - Disable
ehci_hcd
driveUSB 2.0
interface, and use it asUSB 1.1
.
Root Cause
The Enhanced Host Controller Interface (EHCI) is a register-level interface that enables a host controller for USB or FireWire hardware to communicate with a host controller driver in software.
This error indicates that USB 2.0
may not function on your system, or may function only at USB 1.1
speeds.
Diagnostic Steps
-
To collect more information about the
EHCI
controller, the following commands can be used:# lspci |grep -i ehci # lsusb -v | less
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments