You are not logged in.
Pages: 1
Topic closed
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
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
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
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
Each time I update my kernel I get this problem. After the next reboot things work again
Offline
today i updated udev and still the same problem after reboot... so anybody solved this problem so far?
Offline
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
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
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
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
please do not necrobump threads. Our policy :: https://wiki.archlinux.org/index.php/Fo … Bumping.22
Closing...
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Pages: 1
Topic closed