You are not logged in.

#1 2012-01-30 16:06:29

Diplomat
Member
Registered: 2012-01-30
Posts: 11

Unable to enumerate USB device on port

A few days ago I ran -Syu and updated. After first reboot when waiting for UDev uevents to be processed i got this message and right after that hub 2-0:1-0: connect-debounce failed, port 3 disabled. From then any usb device doesnt work. Today i again ran -Syu but nothing changed. I found some answers on forum but none helps... Any ideas?


uname -a

Linux myhost 3.2.2-1-ARCH #1 SMP PREEMPT Thu Jan 26 08:40:20 CET 2012 x86_64 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel GNU/Linux
lsusb

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 04f2:b083 Chicony Electronics Co., Ltd 
Bus 002 Device 018: ID 04e8:6863 Samsung Electronics Co., Ltd 

Last edited by Diplomat (2012-01-30 16:12:36)

Offline

#2 2012-01-30 18:15:07

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: Unable to enumerate USB device on port

push up.

Same problem here since I updated my system 2 weeks ago ...

EDIT: An old Bug Report says:

I confirm that loading ehci-hcd before uhci-hcd solves the problem. I have a midi to usb cable and on Ubuntu (kernel 2,6,24) it worked but not on Arch (kernel 2,6,27). In another Arch box with an old kernel (can't check right now) the cable worked fine without any special configuration. Great to know that there is a workaround.

which would second this blog solution

How can we try this in Archlinux?

EDIT2:
I read through Arch_Boot_Process
and did a:
mkinitcpio -v
which says somewhere:
adding file: /lib/modprobe.d/usb-load-ehci-first.conf

install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS
install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS

maybe this gives us a lead ...

Last edited by boomshalek (2012-01-30 18:33:34)

Offline

#3 2012-01-30 18:39:12

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: Unable to enumerate USB device on port

try editing /etc/modprobe.d/my_blacklist.conf
----------- snip
blacklist uhci-hcd
----------- snap

and reboot a few times checking output, maybe this is a temporary workaround

Offline

#4 2012-01-30 19:36:29

Diplomat
Member
Registered: 2012-01-30
Posts: 11

Re: Unable to enumerate USB device on port

it's strange that my external hdd, mouse, keyboard or anything that i plug in usb doesn't work, but tethering from phone works without any problem (file sharing doesn't work).

Offline

#5 2012-01-30 22:50:32

piratebill
Member
From: Sol System
Registered: 2011-10-20
Posts: 133

Re: Unable to enumerate USB device on port

Each time I update my kernel I get this problem.  After the next reboot things work again

Offline

#6 2012-02-01 07:32:01

Diplomat
Member
Registered: 2012-01-30
Posts: 11

Re: Unable to enumerate USB device on port

today i updated udev and still the same problem after reboot... so anybody solved this problem so far?

Offline

#7 2012-02-18 18:18:58

manouchk
Member
Registered: 2008-07-29
Posts: 306

Re: Unable to enumerate USB device on port

Wow! First time I've got a problem like that with archlinux. I cannot get access to my external usb hard-drives. Is there any solution found yet?

Offline

#8 2012-02-18 21:24:44

greyscale
Member
From: Sweden
Registered: 2011-01-02
Posts: 59

Re: Unable to enumerate USB device on port

manouchk wrote:

Wow! First time I've got a problem like that with archlinux. I cannot get access to my external usb hard-drives. Is there any solution found yet?

I have seen this too sometime when connecting a usb hard-drive that I seldom use.
So I haven't made any research in why and how to fix the problem more than I have notice that if I get that error,
then if I unplug the usb-cable and plug it into another usb-port (if I try plugging it back into the first port just keeps
giving me the same error) then usb-drive is found, no errors given and it works.

Might be worth testing, if it works you at least got a temporary work-around to get your files.


A tiling window manager simply manages your windows, not just letting you have em
:: Configs etc @GitHub

Offline

#9 2012-04-14 08:44:16

mike@php.net
Member
From: Austria
Registered: 2011-12-01
Posts: 1

Re: Unable to enumerate USB device on port

For me, it was my USB mouse not working anymore on my laptop, but this thread already gave all hints needed to fix the issue:

# sudo modprobe -vr uhci_hcd
# sudo modprobe -va ohci_hcd
# sudo modprobe -va uhci_hcd

Hello back USB mouse!

$ cat /etc/modprobe.d/usb_hci_order.conf 
#
# create a dependency on ohci for uhci, which fixes problems
# with external usb devices not showing up
#
softdep uhci_hcd pre: ohci_hcd

Cheers

Offline

#10 2013-05-28 19:21:27

and-bnk
Member
Registered: 2013-04-10
Posts: 49

Re: Unable to enumerate USB device on port

Hi everyone!
I am experiencing the same problem here: I tried to do exactly what it was suggested above, but nothing.
I have also tried to disable both ehci and uhci moduels, but in that case I can not use lsusb command.

Any help?
this is very annoying, because these messages are flooding my shell... I can not even type a command that a message appears...

Thanks in advance!

Offline

#11 2013-05-28 20:19:09

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Unable to enumerate USB device on port

please do not necrobump threads. Our policy :: https://wiki.archlinux.org/index.php/Fo … Bumping.22


Closing...


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB