Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dead USB card?
Date: Sat, 28 Jan 2006 14:00:35
Message-Id: 7573e9640601280555n4709d58u2b5de31d9824143e@mail.gmail.com
In Reply to: [gentoo-user] dead USB card? by Jorge Almeida
1 On 1/27/06, Jorge Almeida <jalmeida@××××××××××××.pt> wrote:
2 > I have a USB PCI card which stopped working, meaning my scanner stopped
3 > being detected. The problem remains also under KNOPPIX.
4 > Can I assume the card is dead? (But it is recognized, sort of...)
5 >
6 > Partial output of lspci -vvv (as root):
7 > 02:0c.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI])
8 > ehci_hcd: block sizes: qh 128 qtd 96 itd 192 sitd 96
9 > PCI: setting IRQ 11 as level-triggered
10 > PCI: Assigned IRQ 11 for device 0000:02:0c.3
11 > ehci_hcd 0000:02:0c.3: controller already in use
12 > ehci_hcd 0000:02:0c.3: init 0000:02:0c.3 fail, -16
13 > ehci_hcd: probe of 0000:02:0c.3 failed with error -16
14 > ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
15 > ohci_hcd: block sizes: ed 64 td 64
16 > PCI: setting IRQ 5 as level-triggered
17 > PCI: Assigned IRQ 5 for device 0000:02:0c.0
18 > ohci_hcd 0000:02:0c.0: controller already in use
19 > ohci_hcd 0000:02:0c.0: init 0000:02:0c.0 fail, -16
20 > ohci_hcd: probe of 0000:02:0c.0 failed with error -16
21 > PCI: Assigned IRQ 11 for device 0000:02:0c.1
22 > ohci_hcd 0000:02:0c.1: controller already in use
23 > ohci_hcd 0000:02:0c.1: init 0000:02:0c.1 fail, -16
24 > ohci_hcd: probe of 0000:02:0c.1 failed with error -16
25
26 It looks like the ohci and ehci drivers are fighting over the card.
27 You don't need both, so I would disable ohci in your kernel
28 configuration and see if that works.
29
30 -Richard
31
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] dead USB card? Jorge Almeida <jalmeida@××××××××××××.pt>