From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F2qd0-0005cj-Ns for garchives@archives.gentoo.org; Sat, 28 Jan 2006 14:00:35 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k0SDxLW0017894; Sat, 28 Jan 2006 13:59:21 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k0SDtNbV011799 for ; Sat, 28 Jan 2006 13:55:23 GMT Received: by wproxy.gmail.com with SMTP id 68so771252wri for ; Sat, 28 Jan 2006 05:55:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fs/KyMDSA6LMf0EwuJARCmbXCowzoOF2l4BWdp5t5uEmxoVC7WrpBZdKxA/xaJn8mwGLcRyeFk7zT6U/A/NR4TTyz1oHi6DNUmEE65o9FzWHT0dOuhseQROE/ljMUq5UvG0JO6Rmno8qTEHPQvWE9DPSfqJzfw29cuC7zcZ5Et4= Received: by 10.54.71.15 with SMTP id t15mr5327106wra; Sat, 28 Jan 2006 05:55:22 -0800 (PST) Received: by 10.54.126.2 with HTTP; Sat, 28 Jan 2006 05:55:22 -0800 (PST) Message-ID: <7573e9640601280555n4709d58u2b5de31d9824143e@mail.gmail.com> Date: Sat, 28 Jan 2006 07:55:22 -0600 From: Richard Fish Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] dead USB card? In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k0SDtNbV011799 X-Archives-Salt: 555c7e62-dcb0-4b22-b462-2403fb557585 X-Archives-Hash: 7c4d7f232c0ec451aa25981973b8e07e On 1/27/06, Jorge Almeida wrote: > I have a USB PCI card which stopped working, meaning my scanner stopped > being detected. The problem remains also under KNOPPIX. > Can I assume the card is dead? (But it is recognized, sort of...) > > Partial output of lspci -vvv (as root): > 02:0c.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI]) > ehci_hcd: block sizes: qh 128 qtd 96 itd 192 sitd 96 > PCI: setting IRQ 11 as level-triggered > PCI: Assigned IRQ 11 for device 0000:02:0c.3 > ehci_hcd 0000:02:0c.3: controller already in use > ehci_hcd 0000:02:0c.3: init 0000:02:0c.3 fail, -16 > ehci_hcd: probe of 0000:02:0c.3 failed with error -16 > ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) > ohci_hcd: block sizes: ed 64 td 64 > PCI: setting IRQ 5 as level-triggered > PCI: Assigned IRQ 5 for device 0000:02:0c.0 > ohci_hcd 0000:02:0c.0: controller already in use > ohci_hcd 0000:02:0c.0: init 0000:02:0c.0 fail, -16 > ohci_hcd: probe of 0000:02:0c.0 failed with error -16 > PCI: Assigned IRQ 11 for device 0000:02:0c.1 > ohci_hcd 0000:02:0c.1: controller already in use > ohci_hcd 0000:02:0c.1: init 0000:02:0c.1 fail, -16 > ohci_hcd: probe of 0000:02:0c.1 failed with error -16 It looks like the ohci and ehci drivers are fighting over the card. You don't need both, so I would disable ohci in your kernel configuration and see if that works. -Richard -- gentoo-user@gentoo.org mailing list