Gentoo Archives: gentoo-user

From: Michael Mol <mikemol@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USB-BT211 causing udev to fail, related to usb3, how to disable?
Date: Sat, 13 Aug 2011 11:56:02
Message-Id: CA+czFiDyTqvK-0ErDrGay_zN9Xd+3WRe44SizR6H_5znAD4mnw@mail.gmail.com
In Reply to: [gentoo-user] USB-BT211 causing udev to fail, related to usb3, how to disable? by jonas.narstrom@gmail.com
1 On Sat, Aug 13, 2011 at 6:23 AM, <jonas.narstrom@×××××.com> wrote:
2 >
3 > I have an ASUS USB-BT211 bluetooth dongle, I have never been able to make it
4 > work and it causes udev to fail at startup and sending the following msg to
5 > the syslog:
6 >
7 > 2011-08-13T09:45:30+02:00 poff udevd[5235]: timeout 'usb_id --export
8 > /devices/pci0000:00/0000:00:12.0/usb3'
9 >
10 > This seems to be related to usb3, however, neither the mobo (ASUS M4A79XTD
11 > EVO) nor the the installed kernel has usb3 support; if related to usb3 is
12 > expected.
13 >
14 > Acording to the ASUS website the bluetooth dongle should work with usb2.
15 >
16 > Is there a way to disable usb3 in udev and force it to use usb2 for the
17 > device?
18
19 You can find udev's action rules under /etc/udev/ ... Maybe you'll
20 find what you need there.
21
22 Note that most motherboards don't make every port USB3. In fact, I
23 haven't yet seen one yet that does. If you look next to the port, you
24 may see the text 'USB3'...try plugging your dongle into a different
25 port from that one.
26
27 The other thing you might do is disable USB3 in your kernel
28 configuration or BIOS. (Enable UHCI and EHCI, disable XHCI). Make sure
29 you have a PS/2 keyboard on hand, just in case.
30
31 On the other hand, it could just be that your dongle doesn't work;
32 that error sounds suspiciously like a misbehaving USB device. Try it
33 in a different system.
34
35 --
36 :wq

Replies