Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 34

Thread: No Wireless - Broadcom 4311

  1. #11
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: No Wireless - Broadcom 4311

    You have an interesting problem. Please do this command

    Code:
    dmesg | grep IRQ
    Paste results.
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  2. #12
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: No Wireless - Broadcom 4311

    Sorry not to reply sooner; busy weekend. It is strange that you're still having the IRQ issues even with ACPI disabled. I suppose you can remove those additional boot parameters from your /boot/grub/grub.cfg file now, since they cause a strange noise and don't solve the problem.

    It would be helpful to see the output of "dmesg | grep IRQ" as nm_geo suggests above. It would also be good to know the exact model of your computer. I'd like to google around and see if there are known issues with IRQ addresses and Linux on your motherboard.

    Also, this is a bit of a shot in the dark, but it may be worth turning off your computer and removing the power plug (as well as the battery if it's a laptop), then holding the power button down for about thirty seconds. After that, reboot into Linux and see if the IRQ issues persist. I've seen situations in the past where Windows will leave wireless cards in states in which the Linux driver can't make them "wake up" and cutting off electricity to the motherboard forces the hardware to reset and solve the problem. I think your issue may be different from those other situations, but resetting the hardware can't hurt anything and seems worth a try.
    Last edited by pytheas22; August 14th, 2011 at 05:55 PM.

  3. #13
    Join Date
    Jun 2008
    Beans
    47

    Re: No Wireless - Broadcom 4311

    Quote Originally Posted by nm_geo View Post
    You have an interesting problem. Please do this command

    Code:
    dmesg | grep IRQ
    Paste results.
    Here goes:

    Code:
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ2 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] NR_IRQS:2304 nr_irqs:512 16
    [    0.000000] spurious 8259A interrupt: IRQ7.
    [    0.172880] PCI: Discovered primary peer bus 04 [IRQ]
    [    0.172895] pci 0000:00:0a.0: default IRQ router [10de:0260]
    [    0.173299] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
    [    2.048384] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    2.459833] pata_acpi 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    [    2.460790] ehci_hcd 0000:00:0b.1: can't find IRQ for PCI INT B; probably buggy MP table
    [    2.472422] ohci_hcd 0000:00:0b.0: can't find IRQ for PCI INT A; probably buggy MP table
    [    2.743703] b43-pci-bridge 0000:03:00.0: can't find IRQ for PCI INT A; probably buggy MP table
    [    2.753797] forcedeth 0000:00:14.0: can't find IRQ for PCI INT A; probably buggy MP table
    [    2.948000] firewire_ohci 0000:07:05.0: can't find IRQ for PCI INT B; probably buggy MP table
    [    3.004173] sdhci-pci 0000:07:05.1: can't find IRQ for PCI INT C; probably buggy MP table
    [    3.277257] sata_nv 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    [   50.756370] r852 0000:07:05.3: can't find IRQ for PCI INT C; probably buggy MP table
    [   51.050502] HDA Intel 0000:00:10.1: can't find IRQ for PCI INT B; probably buggy MP table
    [   53.108554] b43-phy0 ERROR: Cannot request IRQ-0
    [   53.632744] b43-phy0 ERROR: Cannot request IRQ-0
    Thanks in advance.

  4. #14
    Join Date
    Jun 2008
    Beans
    47

    Re: No Wireless - Broadcom 4311

    Quote Originally Posted by pytheas22 View Post
    Sorry not to reply sooner; busy weekend. It is strange that you're still having the IRQ issues even with ACPI disabled. I suppose you can remove those additional boot parameters from your /boot/grub/grub.cfg file now, since they cause a strange noise and don't solve the problem.

    It would be helpful to see the output of "dmesg | grep IRQ" as nm_geo suggests above. It would also be good to know the exact model of your computer. I'd like to google around and see if there are known issues with IRQ addresses and Linux on your motherboard.

    Also, this is a bit of a shot in the dark, but it may be worth turning off your computer and removing the power plug (as well as the battery if it's a laptop), then holding the power button down for about thirty seconds. After that, reboot into Linux and see if the IRQ issues persist. I've seen situations in the past where Windows will leave wireless cards in states in which the Linux driver can't make them "wake up" and cutting off electricity to the motherboard forces the hardware to reset and solve the problem. I think your issue may be different from those other situations, but resetting the hardware can't hurt anything and seems worth a try.
    I understand busy. I'm just appreciative that you return to this thread and continue to offer your suggestions for a solution to my problem; thank you.

    The laptop is a HP Pavilion dv6110ca from the dv6000 series. System board ID = 30B7, BIOS version = F.43, Processor type = AMD Turiton 64 x 2.

    I tried the "shot in the dark" but no solution there. I have posted the "dmesg | grep IRQ" output in my previous post.
    Last edited by KemKev; August 15th, 2011 at 02:03 AM. Reason: Laptop specs.

  5. #15
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: No Wireless - Broadcom 4311

    Thanks for the additional information. Unfortunately, googling around doesn't turn up any useful clues. It doesn't seem that there are any major problems associated with IRQ routing on your hardware.

    There's a page about troubleshooting IRQ problems here with several relatively straightforward solutions you could try. Any chance they make a difference? Adding boot parameters, as described on that page, simply means editing your /boot/grub/grub.cfg file as you've done earlier.

    A few other possibly helpful boot parameters you could try which aren't mentioned on that page are:
    Code:
    apic
    lapic
    nolapic
    pci=biosirq
    Finally, if you add the boot parameter "loglevel=7" it should force the kernel to provide more detailed logging information, which could be helpful. It would be useful to see the output of these commands after you've booted with the "loglevel=7" parameter enabled:
    Code:
    dmesg | grep -ie irq -ie ssb -ie b43
    grep -ie irq -ie ssb -ie b43 /var/log/syslog

  6. #16
    Join Date
    Jun 2008
    Beans
    47

    Re: No Wireless - Broadcom 4311

    Very interesting exercise trying all the different parameters. The wireless blue light flashes with options "pci=routeirq" and "pci=noacpi" before returning to static orange. Sort of like so close yet so far away!

    The outputs of the commands you requested:

    Code:
    dmesg | grep -ie irq -ie ssb -ie b43
    [    0.000000] nr_irqs_gsi: 40
    [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic root=UUID=2a11526d-8f5c-4ddf-b352-87cf14fb430d ro quiet splash vt.handoff=7 nolapic loglevel=7
    [    0.000000] NR_IRQS:2304 nr_irqs:512 16
    [    0.000000] CPU 0 irqstacks, hard=f3808000 soft=f380a000
    [    0.000000] spurious 8259A interrupt: IRQ7.
    [    0.043018] PCI: Discovered primary peer bus 04 [IRQ]
    [    0.043034] pci 0000:00:0a.0: default IRQ router [10de:0260]
    [    0.043493] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
    [    1.968933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    1.975054] ehci_hcd 0000:00:0b.1: irq 7, io mem 0xb0005000
    [    2.029554] ohci_hcd 0000:00:0b.0: irq 11, io mem 0xb0004000
    [    2.162682] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    2.162698] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    2.163035] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
    [    3.354610] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
    [    3.354615] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
    [    3.372367] b43-pci-bridge 0000:03:00.0: can't find IRQ for PCI INT A; please try using pci=biosirq
    [    3.372382] b43-pci-bridge 0000:03:00.0: setting latency timer to 64
    [    3.392074] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    [    3.392085] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    [    3.392093] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    [    3.392101] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    [    3.444324] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    [    3.870954] ata3: SATA max UDMA/133 cmd 0x30c0 ctl 0x30b4 bmdma 0x3090 irq 5
    [    3.870959] ata4: SATA max UDMA/133 cmd 0x30b8 ctl 0x30b0 bmdma 0x3098 irq 5
    [   21.986339] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    [   22.078751] Registered led device: b43-phy0::tx
    [   22.078871] Registered led device: b43-phy0::rx
    [   22.078987] Registered led device: b43-phy0::radio
    [   22.336113] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    [   22.426414] b43-phy0 ERROR: Cannot request IRQ-0
    [   22.628050] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    [   22.702159] b43-phy0 ERROR: Cannot request IRQ-0

    Code:
    OT_IMAGE=/vmlinuz-2.6.38-8-generic root=UUID=2a11526d-8f5c-4ddf-b352-87cf14fb430d ro quiet splash vt.handoff=7 
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    0.000000] NR_IRQS:2304 nr_irqs:512 16
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    0.000000] CPU 0 irqstacks, hard=f3808000 soft=f380a000
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    0.000000] spurious 8259A interrupt: IRQ7.
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    0.060003] CPU 1 irqstacks, hard=f38aa000 soft=f38ac000
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    0.172835] PCI: Discovered primary peer bus 04 [IRQ]
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    0.172851] pci 0000:00:0a.0: default IRQ router [10de:0260]
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    0.173253] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.052412] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.471850] pata_acpi 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.472773] ehci_hcd 0000:00:0b.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.473003] ehci_hcd 0000:00:0b.1: irq 7, io mem 0xb0005000
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.484417] ohci_hcd 0000:00:0b.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.484585] ohci_hcd 0000:00:0b.0: irq 11, io mem 0xb0004000
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.561656] serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.561666] serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.562584] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.762464] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.762469] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.765567] sata_nv 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.773601] ata3: SATA max UDMA/133 cmd 0x30c0 ctl 0x30b4 bmdma 0x3090 irq 5
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.773606] ata4: SATA max UDMA/133 cmd 0x30b8 ctl 0x30b0 bmdma 0x3098 irq 5
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.773713] forcedeth 0000:00:14.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.776617] sdhci-pci 0000:07:05.1: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.780250] b43-pci-bridge 0000:03:00.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.780261] b43-pci-bridge 0000:03:00.0: setting latency timer to 64
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.800113] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.800122] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.800129] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.800136] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    2.840121] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [    3.629286] firewire_ohci 0000:07:05.0: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  142.609319] r852 0000:07:05.3: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  142.672131] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  142.766065] HDA Intel 0000:00:10.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  142.779250] Registered led device: b43-phy0::tx
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  142.779383] Registered led device: b43-phy0::rx
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  142.779426] Registered led device: b43-phy0::radio
    Aug 14 22:39:38 colin-HP-Pavilion NetworkManager[705]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0)
    Aug 14 22:39:38 colin-HP-Pavilion NetworkManager[705]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0): no ifupdown configuration found.
    Aug 14 22:39:38 colin-HP-Pavilion NetworkManager[705]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/ieee80211/phy0/rfkill0) (driver <unknown>)
    Aug 14 22:39:38 colin-HP-Pavilion NetworkManager[705]: <info> (wlan0): new 802.11 WiFi device (driver: 'b43' ifindex: 3)
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  143.536058] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  143.614273] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 22:39:38 colin-HP-Pavilion kernel: [  144.036052] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 22:39:39 colin-HP-Pavilion kernel: [  144.108570] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] ACPI: IRQ0 used by override.
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] ACPI: IRQ2 used by override.
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] ACPI: IRQ9 used by override.
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] nr_irqs_gsi: 40
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic root=UUID=2a11526d-8f5c-4ddf-b352-87cf14fb430d ro quiet splash vt.handoff=7 pci=routeirq
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] NR_IRQS:2304 nr_irqs:512 16
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] CPU 0 irqstacks, hard=f3808000 soft=f380a000
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.000000] spurious 8259A interrupt: IRQ7.
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.056003] CPU 1 irqstacks, hard=f38aa000 soft=f38ac000
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168804] PCI: Discovered primary peer bus 04 [IRQ]
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168820] pci 0000:00:0a.0: default IRQ router [10de:0260]
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168844] PCI: Routing PCI interrupts for all devices because "pci=routeirq" specified
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168863] pci 0000:00:05.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168873] pci 0000:00:0a.1: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168883] pci 0000:00:0a.3: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168888] pci 0000:00:0b.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168894] pci 0000:00:0b.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168901] pci 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168908] pci 0000:00:10.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168914] pci 0000:00:14.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168924] pci 0000:03:00.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168931] pci 0000:07:05.0: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168938] pci 0000:07:05.1: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168944] pci 0000:07:05.2: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.168950] pci 0000:07:05.3: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    0.169333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.052066] pcieport 0000:00:03.0: irq 40 for MSI/MSI-X
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.052499] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    Aug 14 22:49:21 colin-HP-Pavilion NetworkManager[738]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0)
    Aug 14 22:49:21 colin-HP-Pavilion NetworkManager[738]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0): no ifupdown configuration found.
    Aug 14 22:49:21 colin-HP-Pavilion NetworkManager[738]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/ieee80211/phy0/rfkill0) (driver <unknown>)
    Aug 14 22:49:21 colin-HP-Pavilion NetworkManager[738]: <info> (wlan0): new 802.11 WiFi device (driver: 'b43' ifindex: 3)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.467869] pata_acpi 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.468806] ehci_hcd 0000:00:0b.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.469033] ehci_hcd 0000:00:0b.1: irq 7, io mem 0xb0005000
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.480406] ohci_hcd 0000:00:0b.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.480575] ohci_hcd 0000:00:0b.0: irq 11, io mem 0xb0004000
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.555697] serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.555706] serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.557011] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.745482] sdhci-pci 0000:07:05.1: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.748887] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.748891] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.749028] sata_nv 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.752173] b43-pci-bridge 0000:03:00.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.752185] b43-pci-bridge 0000:03:00.0: setting latency timer to 64
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.753958] ata3: SATA max UDMA/133 cmd 0x30c0 ctl 0x30b4 bmdma 0x3090 irq 5
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.753963] ata4: SATA max UDMA/133 cmd 0x30b8 ctl 0x30b0 bmdma 0x3098 irq 5
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.758215] forcedeth 0000:00:14.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.772084] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.772094] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.772102] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.772109] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    2.813248] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [    3.593879] firewire_ohci 0000:07:05.0: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   81.618449] r852 0000:07:05.3: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   81.834738] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   81.915775] HDA Intel 0000:00:10.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   81.917961] Registered led device: b43-phy0::tx
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   81.917994] Registered led device: b43-phy0::rx
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   81.918025] Registered led device: b43-phy0::radio
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   83.456036] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   83.528555] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   83.968077] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 22:49:21 colin-HP-Pavilion kernel: [   84.040561] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.000000] nr_irqs_gsi: 40
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic root=UUID=2a11526d-8f5c-4ddf-b352-87cf14fb430d ro quiet splash vt.handoff=7 pci=noacpi loglevel=7
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.000000] NR_IRQS:2304 nr_irqs:512 16
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.000000] CPU 0 irqstacks, hard=f3808000 soft=f380a000
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.000000] spurious 8259A interrupt: IRQ7.
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.020001] ...trying to set up timer (IRQ0) through the 8259A ...
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.028001] ...trying to set up timer as Virtual Wire IRQ...
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.028001] ...trying to set up timer as ExtINT IRQ...
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.072003] CPU 1 irqstacks, hard=f38aa000 soft=f38ac000
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.184971] PCI: Discovered primary peer bus 04 [IRQ]
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.184987] pci 0000:00:0a.0: default IRQ router [10de:0260]
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    0.185389] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.060411] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.483761] pata_acpi 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.484678] ehci_hcd 0000:00:0b.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.484909] ehci_hcd 0000:00:0b.1: irq 7, io mem 0xb0005000
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.496419] ohci_hcd 0000:00:0b.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.496588] ohci_hcd 0000:00:0b.0: irq 11, io mem 0xb0004000
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.572361] serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.572370] serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.573958] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.767510] sdhci-pci 0000:07:05.1: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.783312] firewire_ohci 0000:07:05.0: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.783771] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.783777] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.783884] forcedeth 0000:00:14.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.787733] b43-pci-bridge 0000:03:00.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.787747] b43-pci-bridge 0000:03:00.0: setting latency timer to 64
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.804133] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.804143] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.804150] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.804158] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    2.844139] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    3.300211] sata_nv 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    3.301118] ata3: SATA max UDMA/133 cmd 0x30c0 ctl 0x30b4 bmdma 0x3090 irq 5
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [    3.301123] ata4: SATA max UDMA/133 cmd 0x30b8 ctl 0x30b0 bmdma 0x3098 irq 5
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [  113.192047] r852 0000:07:05.3: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [  113.312869] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [  113.371199] HDA Intel 0000:00:10.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [  113.395020] Registered led device: b43-phy0::tx
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [  113.395052] Registered led device: b43-phy0::rx
    Aug 14 22:58:48 colin-HP-Pavilion kernel: [  113.395093] Registered led device: b43-phy0::radio
    Aug 14 22:58:48 colin-HP-Pavilion NetworkManager[731]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0)
    Aug 14 22:58:48 colin-HP-Pavilion NetworkManager[731]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0): no ifupdown configuration found.
    Aug 14 22:58:48 colin-HP-Pavilion NetworkManager[731]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/ieee80211/phy0/rfkill0) (driver <unknown>)
    Aug 14 22:58:49 colin-HP-Pavilion NetworkManager[731]: <info> (wlan0): new 802.11 WiFi device (driver: 'b43' ifindex: 3)
    Aug 14 22:58:49 colin-HP-Pavilion kernel: [  115.260063] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 22:58:49 colin-HP-Pavilion kernel: [  115.332555] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 22:58:49 colin-HP-Pavilion kernel: [  115.764071] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 22:58:49 colin-HP-Pavilion kernel: [  115.836818] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.000000] nr_irqs_gsi: 40
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic root=UUID=2a11526d-8f5c-4ddf-b352-87cf14fb430d ro quiet splash vt.handoff=7 acpi=off loglevel=7
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.000000] NR_IRQS:2304 nr_irqs:512 16
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.000000] CPU 0 irqstacks, hard=f3808000 soft=f380a000
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.000000] spurious 8259A interrupt: IRQ7.
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.024001] ...trying to set up timer (IRQ0) through the 8259A ...
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.032001] ...trying to set up timer as Virtual Wire IRQ...
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.032001] ...trying to set up timer as ExtINT IRQ...
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.180893] CPU 1 irqstacks, hard=f38aa000 soft=f38ac000
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.296842] PCI: Discovered primary peer bus 04 [IRQ]
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    0.296857] pci 0000:00:0a.0: default IRQ router [10de:0260]
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    1.952185] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.023999] pata_acpi 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.024938] ehci_hcd 0000:00:0b.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.040275] ehci_hcd 0000:00:0b.1: irq 7, io mem 0xb0005000
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.052549] ohci_hcd 0000:00:0b.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.064226] ohci_hcd 0000:00:0b.0: irq 11, io mem 0xb0004000
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.139201] serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.139210] serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.342380] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.342384] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.343242] forcedeth 0000:00:14.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.349116] b43-pci-bridge 0000:03:00.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.349133] b43-pci-bridge 0000:03:00.0: setting latency timer to 64
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.368334] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.368345] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.368352] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.368360] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.408334] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.535209] sdhci-pci 0000:07:05.1: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.545719] firewire_ohci 0000:07:05.0: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.865442] sata_nv 0000:00:0e.0: can't find IRQ for PCI INT A; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.866549] ata3: SATA max UDMA/133 cmd 0x30c0 ctl 0x30b4 bmdma 0x3090 irq 5
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [    3.866549] ata4: SATA max UDMA/133 cmd 0x30b8 ctl 0x30b0 bmdma 0x3098 irq 5
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [   52.056305] r852 0000:07:05.3: can't find IRQ for PCI INT C; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [   52.486560] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [   52.518769] HDA Intel 0000:00:10.1: can't find IRQ for PCI INT B; probably buggy MP table
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [   52.560502] Registered led device: b43-phy0::tx
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [   52.560502] Registered led device: b43-phy0::rx
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [   52.560502] Registered led device: b43-phy0::radio
    Aug 14 23:04:18 colin-HP-Pavilion NetworkManager[767]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0)
    Aug 14 23:04:18 colin-HP-Pavilion NetworkManager[767]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0): no ifupdown configuration found.
    Aug 14 23:04:18 colin-HP-Pavilion NetworkManager[767]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/ieee80211/phy0/rfkill0) (driver <unknown>)
    Aug 14 23:04:18 colin-HP-Pavilion NetworkManager[767]: <info> (wlan0): new 802.11 WiFi device (driver: 'b43' ifindex: 3)
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [   85.177368] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 23:04:18 colin-HP-Pavilion kernel: [   85.249839] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 23:04:19 colin-HP-Pavilion kernel: [   85.685439] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 23:04:19 colin-HP-Pavilion kernel: [   85.760286] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 23:04:55 colin-HP-Pavilion kernel: [  122.321097] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    0.000000] nr_irqs_gsi: 40
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic root=UUID=2a11526d-8f5c-4ddf-b352-87cf14fb430d ro quiet splash vt.handoff=7 nolapic loglevel=7
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    0.000000] NR_IRQS:2304 nr_irqs:512 16
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    0.000000] CPU 0 irqstacks, hard=f3808000 soft=f380a000
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    0.000000] spurious 8259A interrupt: IRQ7.
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    0.043018] PCI: Discovered primary peer bus 04 [IRQ]
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    0.043034] pci 0000:00:0a.0: default IRQ router [10de:0260]
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    0.043493] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    1.968933] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    1.975054] ehci_hcd 0000:00:0b.1: irq 7, io mem 0xb0005000
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    2.029554] ohci_hcd 0000:00:0b.0: irq 11, io mem 0xb0004000
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    2.162682] serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    2.162698] serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    2.163035] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.354610] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.354615] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.372367] b43-pci-bridge 0000:03:00.0: can't find IRQ for PCI INT A; please try using pci=biosirq
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.372382] b43-pci-bridge 0000:03:00.0: setting latency timer to 64
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.392074] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.392085] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.392093] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.392101] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.444324] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.870954] ata3: SATA max UDMA/133 cmd 0x30c0 ctl 0x30b4 bmdma 0x3090 irq 5
    Aug 14 23:08:44 colin-HP-Pavilion kernel: [    3.870959] ata4: SATA max UDMA/133 cmd 0x30b8 ctl 0x30b0 bmdma 0x3098 irq 5
    Aug 14 23:08:45 colin-HP-Pavilion kernel: [   21.986339] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    Aug 14 23:08:45 colin-HP-Pavilion kernel: [   22.078751] Registered led device: b43-phy0::tx
    Aug 14 23:08:45 colin-HP-Pavilion kernel: [   22.078871] Registered led device: b43-phy0::rx
    Aug 14 23:08:45 colin-HP-Pavilion kernel: [   22.078987] Registered led device: b43-phy0::radio
    Aug 14 23:08:45 colin-HP-Pavilion NetworkManager[616]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/ieee80211/phy0/rfkill0) (driver <unknown>)
    Aug 14 23:08:45 colin-HP-Pavilion NetworkManager[616]: <info> (wlan0): new 802.11 WiFi device (driver: 'b43' ifindex: 3)
    Aug 14 23:08:45 colin-HP-Pavilion kernel: [   22.336113] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 23:08:45 colin-HP-Pavilion kernel: [   22.426414] b43-phy0 ERROR: Cannot request IRQ-0
    Aug 14 23:08:45 colin-HP-Pavilion NetworkManager[616]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0)
    Aug 14 23:08:45 colin-HP-Pavilion NetworkManager[616]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/ssb0:0/net/wlan0, iface: wlan0): no ifupdown configuration found.
    Aug 14 23:08:45 colin-HP-Pavilion kernel: [   22.628050] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Aug 14 23:08:46 colin-HP-Pavilion kernel: [   22.702159] b43-phy0 ERROR: Cannot request IRQ-0
    I have no idea what most of that stuff means but I hope you do I have also been using Google quite a bit to see if I can find any similar instances where this problem has been found and resolved. Quite a bit on this particular series of HP laptops but with different motherboards.
    Last edited by KemKev; August 15th, 2011 at 04:39 AM.

  7. #17
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: No Wireless - Broadcom 4311

    Thanks again for the information. I do see some more interesting stuff in there about IRQ issues. It looks like several of your devices are having them, but in all cases except the wireless card the drivers are able to work around them.

    I should have asked for this earlier as well, but it would be good to see the actual IRQ assignments. What is the output of:
    Code:
    cat /proc/interrupts
    Also, have you tried playing around with your BIOS options at all? I would first disable any components of the system you don't use (like serial ports if you have them), which might free up IRQs and solve the issue. If your BIOS is good enough to let you assign IRQs manually, that would be great; in that case, you should be able to assign IRQs to your devices individually to make sure there are no conflicts.

    Finally, another thought I've had is whether the STA driver might be able to deal with these IRQ problems better than the b43 driver. You wrote that you have the STA driver blacklisted, but did you actually try it? If not, it would be worth it to black the b43 and ssb drivers, reboot and then try the STA driver. (If you blacklist only b43 and leave ssb active, ssb will probably still claim the device and prevent the STA driver from driving it.)

  8. #18
    Join Date
    Jun 2008
    Beans
    47

    Re: No Wireless - Broadcom 4311

    I am currently at work and will provide the output of the command you requested once I get home.

    In the interim, I did try the STA driver immediately after installing and reinstalling the OS. Unfortunately, that did nothing and I did read in various places on the internet that it was incompatible with the BCM 4311.

    As for the laptop's BIOS, I did have a look but besides a few generic things such as system date, time, and bootup sequence, there is not much else in there for user configuration. In other words, I cannot enable or disable any components.

    Incidentally, does the fact that my USB peripherals are working fine suggest there is some IRQ allocation going on?

    That fact that the blue light flashes with certain options makes me think we are close, but just missing that one piece of the puzzle to pull this off.
    Last edited by KemKev; August 15th, 2011 at 06:15 PM.

  9. #19
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: No Wireless - Broadcom 4311

    Too bad about the BIOS...unfortunately many these days don't provide very many useful features at all.

    Broadcom's website says the STA driver should support bcm4311 chips. Before giving up entirely on that potential solution, please let me know the output of:
    Code:
    lspci -nn
    so we'll know your exact wireless chipset and can look up whether the STA module will claim it. Perhaps before it wasn't working simply because it wasn't activated or the ssb module was still claiming the device.

  10. #20
    Join Date
    Jun 2008
    Beans
    47

    Re: No Wireless - Broadcom 4311

    Here goes:

    Code:
     
     
    cat /proc/interrupts
    
            CPU0       CPU1       
      0:         41          3   IO-APIC-edge      timer
      1:        114         29   IO-APIC-edge      i8042
      5:       4063      10943   IO-APIC-edge      sata_nv
      7:        814       9236   IO-APIC-edge      ehci_hcd:usb1
      8:          0          1   IO-APIC-edge      rtc0
     10:          0          0   IO-APIC-edge      eth0
     11:       4448         50   IO-APIC-edge      ohci_hcd:usb2, firewire_ohci, mmc0, r852, hda_intel
     12:       6756        136   IO-APIC-edge      i8042
     14:          2        856   IO-APIC-edge      pata_amd
     15:          0          0   IO-APIC-edge      pata_amd
    NMI:          0          0   Non-maskable interrupts
    LOC:      25845      27891   Local timer interrupts
    SPU:          0          0   Spurious interrupts
    PMI:          0          0   Performance monitoring interrupts
    IWI:          0          0   IRQ work interrupts
    RES:      25471      31175   Rescheduling interrupts
    CAL:        311        226   Function call interrupts
    TLB:        709        770   TLB shootdowns
    TRM:          0          0   Thermal event interrupts
    THR:          0          0   Threshold APIC interrupts
    MCE:          0          0   Machine check exceptions
    MCP:          2          2   Machine check polls
    ERR:          1
    MIS:          0

    Code:
    lspci -nn
    
    00:00.0 RAM memory [0500]: nVidia Corporation C51 Host Bridge [10de:02f0] (rev a2)
    00:00.1 RAM memory [0500]: nVidia Corporation C51 Memory Controller 0 [10de:02fa] (rev a2)
    00:00.2 RAM memory [0500]: nVidia Corporation C51 Memory Controller 1 [10de:02fe] (rev a2)
    00:00.3 RAM memory [0500]: nVidia Corporation C51 Memory Controller 5 [10de:02f8] (rev a2)
    00:00.4 RAM memory [0500]: nVidia Corporation C51 Memory Controller 4 [10de:02f9] (rev a2)
    00:00.5 RAM memory [0500]: nVidia Corporation C51 Host Bridge [10de:02ff] (rev a2)
    00:00.6 RAM memory [0500]: nVidia Corporation C51 Memory Controller 3 [10de:027f] (rev a2)
    00:00.7 RAM memory [0500]: nVidia Corporation C51 Memory Controller 2 [10de:027e] (rev a2)
    00:02.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge [10de:02fc] (rev a1)
    00:03.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge [10de:02fd] (rev a1)
    00:05.0 VGA compatible controller [0300]: nVidia Corporation C51 [Geforce Go 6150] [10de:0244] (rev a2)
    00:09.0 RAM memory [0500]: nVidia Corporation MCP51 Host Bridge [10de:0270] (rev a2)
    00:0a.0 ISA bridge [0601]: nVidia Corporation MCP51 LPC Bridge [10de:0260] (rev a3)
    00:0a.1 SMBus [0c05]: nVidia Corporation MCP51 SMBus [10de:0264] (rev a3)
    00:0a.3 Co-processor [0b40]: nVidia Corporation MCP51 PMU [10de:0271] (rev a3)
    00:0b.0 USB Controller [0c03]: nVidia Corporation MCP51 USB Controller [10de:026d] (rev a3)
    00:0b.1 USB Controller [0c03]: nVidia Corporation MCP51 USB Controller [10de:026e] (rev a3)
    00:0d.0 IDE interface [0101]: nVidia Corporation MCP51 IDE [10de:0265] (rev f1)
    00:0e.0 IDE interface [0101]: nVidia Corporation MCP51 Serial ATA Controller [10de:0266] (rev f1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP51 PCI Bridge [10de:026f] (rev a2)
    00:10.1 Audio device [0403]: nVidia Corporation MCP51 High Definition Audio [10de:026c] (rev a2)
    00:14.0 Bridge [0680]: nVidia Corporation MCP51 Ethernet Controller [10de:0269] (rev a3)
    00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
    00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
    00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
    00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
    07:05.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832]
    07:05.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 19)
    07:05.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 0a)
    07:05.3 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 05)
    I will wait until you review and comment on these outputs before giving the STA another try.
    Last edited by KemKev; August 16th, 2011 at 12:00 AM.

Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •