* asus Motherboard's usb failing with 2.6.8
@ 2004-09-11 11:32 John covici
[not found] ` <41433FD5.1020807@mbio.ncsu.edu>
0 siblings, 1 reply; 2+ messages in thread
From: John covici @ 2004-09-11 11:32 UTC (permalink / raw)
To: linux-kernel
I have an Asus Motherboard and I cannot get usb2.0 to work properly.
I get the following messages:
ehci_hcd 0000:00:10.4: VIA Technologies, Inc. USB 2.0
ehci_hcd 0000:00:10.4: BIOS handoff failed (104, 1010001)
ehci_hcd 0000:00:10.4: can't reset
ehci_hcd 0000:00:10.4: init 0000:00:10.4 fail, -95
ehci_hcd: probe of 0000:00:10.4 failed with error -95
The relevant lspci listings are:
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc. A7V600 motherboard
Flags: bus master, medium devsel, latency 64, IRQ 21
I/O ports at c400 [size=32]
Capabilities: [80] Power Management version 2
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc. A7V600 motherboard
Flags: bus master, medium devsel, latency 64, IRQ 21
I/O ports at c800 [size=32]
Capabilities: [80] Power Management version 2
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc. A7V600 motherboard
Flags: bus master, medium devsel, latency 64, IRQ 21
I/O ports at d000 [size=32]
Capabilities: [80] Power Management version 2
0000:00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc. A7V600 motherboard
Flags: bus master, medium devsel, latency 64, IRQ 21
I/O ports at d400 [size=32]
Capabilities: [80] Power Management version 2
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if 20 [EHCI])
Subsystem: Asustek Computer, Inc. A7V600 motherboard
Flags: bus master, medium devsel, latency 64, IRQ 21
Memory at fbc00000 (32-bit, non-prefetchable) [size=256]
Capabilities: [80] Power Management version 2
Any assistance would be appreciated.
--
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 2+ messages in thread[parent not found: <41433FD5.1020807@mbio.ncsu.edu>]
* Re: asus Motherboard's usb failing with 2.6.8 [not found] ` <41433FD5.1020807@mbio.ncsu.edu> @ 2004-09-12 2:00 ` John covici 0 siblings, 0 replies; 2+ messages in thread From: John covici @ 2004-09-12 2:00 UTC (permalink / raw) To: Will Beers; +Cc: linux-kernel Well, getting the BIOS now in beta has helped a lot -- I still get the failure, however before the failure it seems to load the module and initialize the mass storage driver for at least 4 ports -- so they may still need to fix something or maybe the 6.9 will fix it. Thanks much. on Saturday 09/11/2004 Will Beers(whbeers@mbio.ncsu.edu) wrote > Update to the latest BIOS, and it's fixed. The code was also modified to > not fail in this instance in 2.6.9-rc1. > > Will Beers > > John covici wrote: > > I have an Asus Motherboard and I cannot get usb2.0 to work properly. > > I get the following messages: > > ehci_hcd 0000:00:10.4: VIA Technologies, Inc. USB 2.0 > > ehci_hcd 0000:00:10.4: BIOS handoff failed (104, 1010001) > > ehci_hcd 0000:00:10.4: can't reset > > ehci_hcd 0000:00:10.4: init 0000:00:10.4 fail, -95 > > ehci_hcd: probe of 0000:00:10.4 failed with error -95 > > > > The relevant lspci listings are: > > 0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI]) > > Subsystem: Asustek Computer, Inc. A7V600 motherboard > > Flags: bus master, medium devsel, latency 64, IRQ 21 > > I/O ports at c400 [size=32] > > Capabilities: [80] Power Management version 2 > > > > 0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI]) > > Subsystem: Asustek Computer, Inc. A7V600 motherboard > > Flags: bus master, medium devsel, latency 64, IRQ 21 > > I/O ports at c800 [size=32] > > Capabilities: [80] Power Management version 2 > > > > 0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI]) > > Subsystem: Asustek Computer, Inc. A7V600 motherboard > > Flags: bus master, medium devsel, latency 64, IRQ 21 > > I/O ports at d000 [size=32] > > Capabilities: [80] Power Management version 2 > > > > 0000:00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI]) > > Subsystem: Asustek Computer, Inc. A7V600 motherboard > > Flags: bus master, medium devsel, latency 64, IRQ 21 > > I/O ports at d400 [size=32] > > Capabilities: [80] Power Management version 2 > > > > 0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if 20 [EHCI]) > > Subsystem: Asustek Computer, Inc. A7V600 motherboard > > Flags: bus master, medium devsel, latency 64, IRQ 21 > > Memory at fbc00000 (32-bit, non-prefetchable) [size=256] > > Capabilities: [80] Power Management version 2 > > > > Any assistance would be appreciated. > > -- John Covici covici@ccs.covici.com ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-09-12 2:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-11 11:32 asus Motherboard's usb failing with 2.6.8 John covici
[not found] ` <41433FD5.1020807@mbio.ncsu.edu>
2004-09-12 2:00 ` John covici
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®