Comment 14 for bug 112357

Revision history for this message
Oleksij Rempel (olerem) wrote : Re: [Bug 112357] Re: Feisty can't access USB ports

Ok. good job!
In this kernel ohci_hcd ( usb driver ) will not crash
but not working too. It says:
---------------------------------------------------------------------
[ 16.370917] PCI: No IRQ known for interrupt pin A of device
0000:00:13.0. Please try using pci=biosirq.
[ 16.370922] ohci_hcd 0000:00:13.0: Found HC with no IRQ. Check
BIOS/PCI 0000:00:13.0 setup!
[ 16.370929] ohci_hcd 0000:00:13.0: init 0000:00:13.0 fail, -19
[ 16.370946] PCI: No IRQ known for interrupt pin A of device
0000:00:13.1. Please try using pci=biosirq.
[ 16.370949] ohci_hcd 0000:00:13.1: Found HC with no IRQ. Check
BIOS/PCI 0000:00:13.1 setup!
[ 16.370955] ohci_hcd 0000:00:13.1: init 0000:00:13.1 fail, -19
---------------------------------------------------------------------

at the begin of the boot it found some more problems:
--------------------------------------------------------------------
[ 0.000000] ACPI Warning (tbutils-0310): 64-bit Physical Address in
XSDT is too large (1BEF31801BEF0000), truncating [20070126]
[ 0.000000] ACPI Warning (tbutils-0310): 64-bit Physical Address in
XSDT is too large (000000B000090001), truncating [20070126]

[ 0.000000] ACPI Error (tbutils-0219): Null physical address for ACPI
table [<NULL>] [20070126]
[ 0.000000] ACPI Error (tbutils-0219): Null physical address for ACPI
table [<NULL>] [20070126]

It's look at first like ACPI problem, and should be fixed upstream. It's
mean www.kernel.org

Here is some old instructions how to compile a kernel
http://doc.gwos.org/index.php/Kernel_Compilation_Dapper

I don't thing i can help you more :(