Problem with usb devices

Issues related to hardware problems
Post Reply
asterix222
Posts: 2
Joined: 2015/05/19 10:28:27

Problem with usb devices

Post by asterix222 » 2015/05/19 11:03:35

Hello, I am new in the forum and the CentOS, I have the following problem. I have install elastix(CentOS 5.9 Final), which can't recognize my usb devices.
Here are all the appropriate commands to help me debug me problem.
dmesg | grep usb

Code: Select all

usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
usb usb1: configuration #1 chosen from 1 choice
usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 1-1: device not accepting address 2, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 3
usb 1-1: device not accepting address 3, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 4
usb 1-1: device not accepting address 4, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 5
usb 1-1: device not accepting address 5, error -110
usbcore: registered new driver usb-storage
lspci | grep USB

Code: Select all

00:14.0 USB controller: Intel Corporation ValleyView USB xHCI Host Controller (rev 0c)
00:1d.0 USB controller: Intel Corporation ValleyView USB Enhanced Host Controller (rev 0c)
lsusb

Code: Select all

Bus 001 Device 001: ID 0000:0000
uname -a

Code: Select all

Linux @@@@@@@@@ 2.6.18-348.1.1.el5 #1 SMP Tue Jan 22 16:24:03 EST 2013 i686 i686 i386 GNU/Linux
Thanks for your attention and time!

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Problem with usb devices

Post by gerald_clark » 2015/05/19 14:46:31

Elastix may be based on parts of CentOS, but it is not CentOS and needs to provide its own support channel.
CentOS 5.9 is old and unsupported. The current supported version is 5.11.
If they have not messed with the repos, a 'yum update' should update you to 5.11 with kernel 2.6.18-404.

Post the output of lsusb so we can see what devices you are trying to use.

asterix222
Posts: 2
Joined: 2015/05/19 10:28:27

Re: Problem with usb devices

Post by asterix222 » 2015/05/21 09:43:24

gerald_clark wrote:Elastix may be based on parts of CentOS, but it is not CentOS and needs to provide its own support channel.
CentOS 5.9 is old and unsupported. The current supported version is 5.11.
If they have not messed with the repos, a 'yum update' should update you to 5.11 with kernel 2.6.18-404.

Post the output of lsusb so we can see what devices you are trying to use.
Thanks for your response! lsusb is on my initial post, that is the only output it is return to me. The device is an usb hub, which I have connect a keyboard and mouse. Thanks

Post Reply