kernel: 2.6.12 Hello,
module ohci_hcd fails with message "USB HC TakeOver failed!". Reason is the section in ohci-hcd.c with the switch #define IR_DISABLE. With defined IR_DISABLE, ohci_hcd runs without error. CONFIG_ARCH_OMAP does not seems the right switch for the machine. The machine has no IR device. See error description and lspci below. Any help to make the change in an correct manner? What does this piece of code (IR_DISABLE) should do? Greetings Dietmar Section from Syslog with error description. Apr 23 22:57:58 ds7 kernel: ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 11 (level, low) -> IRQ 11 Apr 23 22:57:58 ds7 kernel: ohci_hcd 0000:00:02.0: nVidia Corporation nForce3 USB 1.1 Apr 23 22:57:58 ds7 kernel: ohci_hcd 0000:00:02.0: USB HC TakeOver failed! Apr 23 22:57:58 ds7 kernel: ohci_hcd 0000:00:02.0: can't reset Apr 23 22:57:58 ds7 kernel: ohci_hcd 0000:00:02.0: init 0000:00:02.0 fail, -1 Apr 23 22:57:58 ds7 kernel: ohci_hcd: probe of 0000:00:02.0 failed with error -1 Apr 23 22:57:58 ds7 kernel: ACPI: PCI interrupt 0000:00:02.1[B] -> GSI 10 (level, low) -> IRQ 10 Apr 23 22:57:58 ds7 kernel: ohci_hcd 0000:00:02.1: nVidia Corporation nForce3 USB 1.1 (#2) Apr 23 22:57:58 ds7 kernel: ohci_hcd 0000:00:02.1: USB HC TakeOver failed! Apr 23 22:57:58 ds7 kernel: ohci_hcd 0000:00:02.1: can't reset Apr 23 22:57:58 ds7 kernel: ohci_hcd 0000:00:02.1: init 0000:00:02.1 fail, -1 Apr 23 22:57:58 ds7 kernel: ohci_hcd: probe of 0000:00:02.1 failed with error -1 lspci -vv 0000:00:02.0 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5) (prog-if 10 [OHCI]) Subsystem: nVidia Corporation: Unknown device 0c80 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 (750ns min, 250ns max) Interrupt: pin A routed to IRQ 22 Region 0: Memory at e0000000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]