Comment 11 for bug 1072918

Revision history for this message
eric pfaffhauser (e-pfaffhauser) wrote :

Same for me with everything "latest and greatest" and “UEFI mode without CSM”:
- Linux version 3.8.0-030800rc5-generic (root@gomeisa) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201301251535 SMP Fri Jan 25 20:36:24 UTC 2013
- efi: EFI v2.10 by HPQ
- DMI: Hewlett-Packard HP ProBook 6570b/17AB, BIOS 68ICE Ver. F.32 12/05/2012

seems to be an ACPI-bug. HP: fix this!

Tested kernel parameters:
- acpi_osi=Linux -> nothing
- pci=nocrs -> nothing
- pci=noacpi -> breaks other hardware, but enables USB3 ports

dmesg snippet:
...
[ 0.699440] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.699521] NET: Registered protocol family 1
[ 0.699532] pci 0000:00:02.0: Boot video device
[ 0.699540] pci 0000:00:14.0: enabling device (0000 -> 0002)
[ 0.699545] pci 0000:00:14.0: can't derive routing for PCI INT A
[ 0.699546] pci 0000:00:14.0: PCI INT A: no GSI
[ 0.699588] pci 0000:00:14.0: can't derive routing for PCI INT A
[ 0.699686] PCI: CLS 64 bytes, default 64
[ 0.699721] Trying to unpack rootfs image as initramfs...
[ 0.932915] Freeing initrd memory: 14840k freed
...
[ 1.174774] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.174795] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
[ 1.174796] xhci_hcd 0000:00:14.0: PCI INT A: no GSI
[ 1.174813] xhci_hcd 0000:00:14.0: setting latency timer to 64
[ 1.174816] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.174820] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.174905] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.174907] xhci_hcd 0000:00:14.0: request interrupt 255 failed
[ 1.174933] xhci_hcd 0000:00:14.0: USB bus 3 deregistered
[ 1.174946] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
[ 1.174947] xhci_hcd 0000:00:14.0: init 0000:00:14.0 fail, -22
[ 1.174971] xhci_hcd: probe of 0000:00:14.0 failed with error -22
...