Public bug reported: I have a Compaq Presario V2424NR notebook and wireless stops working after a certain time (eventually hours) using the bcm43xx kernel driver. There is no message by the kernel at that point, only some when the driver loads. I tested both with the firmware downloaded by bcm43xx- fwcutter and the one provided by Compaq on the rescue DVD.
My solution was to blacklist this driver, install the Compaq supplied driver with ndiswrapper. It works fine now. Here is my lspci: [EMAIL PROTECTED]:~# lspci 00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01) 00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge 00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller 00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller 00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller 00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11) 00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI 00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge 00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge 00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02) 00:14.6 Modem: ATI Technologies Inc ATI SB400 - AC'97 Modem Controller (rev 02) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:05.0 VGA compatible controller: ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE) 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 05:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) 05:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller 05:09.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller 05:09.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller 05:09.4 Generic system peripheral [0805]: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller [EMAIL PROTECTED]:~# and my dmesg output, after unloading the bcm43xx and loading ndiswrapper: [ 0.000000] Linux version 2.6.20-16-generic ([EMAIL PROTECTED]) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Thu Jun 7 20:19:32 UTC 2007 (Ubuntu 2.6.20-16.29-generic) [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] sanitize start [ 0.000000] sanitize end [ 0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009f800 end: 000000000009f800 type: 1 [ 0.000000] copy_e820_map() type is E820_RAM [ 0.000000] copy_e820_map() start: 000000000009f800 size: 0000000000000800 end: 00000000000a0000 type: 2 [ 0.000000] copy_e820_map() start: 00000000000d2000 size: 000000000002e000 end: 0000000000100000 type: 2 [ 0.000000] copy_e820_map() start: 0000000000100000 size: 0000000047df0000 end: 0000000047ef0000 type: 1 [ 0.000000] copy_e820_map() type is E820_RAM [ 0.000000] copy_e820_map() start: 0000000047ef0000 size: 000000000000f000 end: 0000000047eff000 type: 3 [ 0.000000] copy_e820_map() start: 0000000047eff000 size: 0000000000001000 end: 0000000047f00000 type: 4 [ 0.000000] copy_e820_map() start: 0000000047f00000 size: 0000000008100000 end: 0000000050000000 type: 2 [ 0.000000] copy_e820_map() start: 00000000fec00000 size: 0000000000010000 end: 00000000fec10000 type: 2 [ 0.000000] copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2 [ 0.000000] copy_e820_map() start: 00000000fff80000 size: 0000000000080000 end: 0000000100000000 type: 2 [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000d2000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 0000000047ef0000 (usable) [ 0.000000] BIOS-e820: 0000000047ef0000 - 0000000047eff000 (ACPI data) [ 0.000000] BIOS-e820: 0000000047eff000 - 0000000047f00000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000047f00000 - 0000000050000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved) [ 0.000000] 254MB HIGHMEM available. [ 0.000000] 896MB LOWMEM available. [ 0.000000] found SMP MP-table at 000f8340 [ 0.000000] Entering add_active_range(0, 0, 294640) 0 entries of 256 used [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0 -> 4096 [ 0.000000] Normal 4096 -> 229376 [ 0.000000] HighMem 229376 -> 294640 [ 0.000000] early_node_map[1] active PFN ranges [ 0.000000] 0: 0 -> 294640 [ 0.000000] On node 0 totalpages: 294640 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 4064 pages, LIFO batch:0 [ 0.000000] Normal zone: 1760 pages used for memmap [ 0.000000] Normal zone: 223520 pages, LIFO batch:31 [ 0.000000] HighMem zone: 509 pages used for memmap [ 0.000000] HighMem zone: 64755 pages, LIFO batch:15 [ 0.000000] DMI present. [ 0.000000] ACPI: RSDP (v000 HP ) @ 0x000f8290 [ 0.000000] ACPI: RSDT (v001 HP 3093 0x20040804 LTP 0x00000000) @ 0x47ef8be5 [ 0.000000] ACPI: FADT (v001 HP 3093 0x20040804 PTL 0x0000005f) @ 0x47efee20 [ 0.000000] ACPI: SSDT (v001 PTLTD POWERNOW 0x20040804 LTP 0x00000001) @ 0x47efee94 [ 0.000000] ACPI: MADT (v001 PTLTD 3093 0x20040804 LTP 0x00000000) @ 0x47efef6a [ 0.000000] ACPI: MCFG (v001 PTLTD MCFG 0x20040804 LTP 0x00000000) @ 0x47efefc4 [ 0.000000] ACPI: DSDT (v001 HP 3091 0x20040804 MSFT 0x0100000e) @ 0x00000000 [ 0.000000] ATI board detected. Disabling timer routing over 8254. [ 0.000000] ACPI: PM-Timer IO Port: 0x8008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] Processor #0 15:4 APIC version 16 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] Allocating PCI resources starting at 60000000 (gap: 50000000:aec00000) [ 0.000000] Detected 1791.061 MHz processor. [ 53.969778] Built 1 zonelists. Total pages: 292339 [ 53.969782] Kernel command line: root=UUID=0b5ce839-c4a6-4856-b1f1-001f0bedf564 ro quiet splash locale=pt_BR [ 53.969932] mapped APIC to ffffd000 (fee00000) [ 53.969936] mapped IOAPIC to ffffc000 (fec00000) [ 53.969939] Enabling fast FPU save and restore... done. [ 53.969942] Enabling unmasked SIMD FPU exception support... done. [ 53.969952] Initializing CPU#0 [ 53.970024] PID hash table entries: 4096 (order: 12, 16384 bytes) [ 53.971013] Console: colour VGA+ 80x25 [ 53.971774] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 53.972326] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 54.003061] Memory: 1157140k/1178560k available (1992k kernel code, 20496k reserved, 900k data, 328k init, 261056k highmem) [ 54.003072] virtual kernel memory layout: [ 54.003074] fixmap : 0xfff4e000 - 0xfffff000 ( 708 kB) [ 54.003075] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 54.003076] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB) [ 54.003077] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB) [ 54.003079] .init : 0xc03d9000 - 0xc042b000 ( 328 kB) [ 54.003080] .data : 0xc02f2374 - 0xc03d36d4 ( 900 kB) [ 54.003081] .text : 0xc0100000 - 0xc02f2374 (1992 kB) [ 54.003084] Checking if this processor honours the WP bit even in supervisor mode... Ok. [ 54.081881] Calibrating delay using timer specific routine.. 3585.59 BogoMIPS (lpj=7171198) [ 54.081927] Security Framework v1.0.0 initialized [ 54.081936] SELinux: Disabled at boot. [ 54.081952] Mount-cache hash table entries: 512 [ 54.082112] CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001 [ 54.082121] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 54.082123] CPU: L2 Cache: 1024K (64 bytes/line) [ 54.082127] CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000001 [ 54.082140] Compat vDSO mapped to ffffe000. [ 54.082146] Remapping vsyscall page to ffffe000 [ 54.082156] Checking 'hlt' instruction... OK. [ 54.098026] SMP alternatives: switching to UP code [ 54.098324] Freeing SMP alternatives: 11k freed [ 54.098552] Early unpacking initramfs... done [ 54.411933] ACPI: Core revision 20060707 [ 54.412142] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT. [ 54.416125] CPU0: AMD Turion(tm) 64 Mobile Technology ML-34 stepping 02 [ 54.416144] Total of 1 processors activated (3585.59 BogoMIPS). [ 54.416314] ENABLING IO-APIC IRQs [ 54.416505] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 54.456182] ..MP-BIOS bug: 8254 timer not connected to IO-APIC [ 54.456224] ...trying to set up timer (IRQ0) through the 8259A ... failed. [ 54.456226] ...trying to set up timer as Virtual Wire IRQ... works. [ 54.601227] Brought up 1 CPUs [ 54.601431] Booting paravirtualized kernel on bare hardware [ 54.601516] Time: 1:21:22 Date: 05/21/107 [ 54.601540] NET: Registered protocol family 16 [ 54.601611] EISA bus registered [ 54.601614] ACPI: bus type pci registered [ 54.601677] PCI: PCI BIOS revision 2.10 entry at 0xfd8bc, last bus=5 [ 54.601679] PCI: Using configuration type 1 [ 54.601681] Setting up standard PCI resources [ 54.604051] ACPI: Interpreter enabled [ 54.604053] ACPI: Using IOAPIC for interrupt routing [ 54.604495] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 54.604500] PCI: Probing PCI hardware (bus 00) [ 54.606228] Boot video device is 0000:01:05.0 [ 54.606800] PCI: Transparent bridge - 0000:00:14.4 [ 54.606875] PCI: Bus #06 (-#09) is hidden behind transparent bridge #05 (-#05) (try 'pci=assign-busses') [ 54.606877] Please report the result to linux-kernel to fix this permanently [ 54.606899] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 54.609476] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled. [ 54.609744] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled. [ 54.610009] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled. [ 54.610273] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled. [ 54.610541] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled. [ 54.610805] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled. [ 54.611071] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled. [ 54.611336] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled. [ 54.613786] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT] [ 54.614067] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT] [ 54.614444] Linux Plug and Play Support v0.97 (c) Adam Belay [ 54.614451] pnp: PnP ACPI init [ 54.617264] pnp: PnP ACPI: found 10 devices [ 54.617267] PnPBIOS: Disabled by ACPI PNP [ 54.617310] PCI: Using ACPI for IRQ routing [ 54.617313] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report [ 54.634963] NET: Registered protocol family 8 [ 54.634966] NET: Registered protocol family 20 [ 54.635197] pnp: 00:08: ioport range 0x1080-0x1080 has been reserved [ 54.635200] pnp: 00:08: ioport range 0x220-0x22f has been reserved [ 54.635203] pnp: 00:08: ioport range 0x40b-0x40b has been reserved [ 54.635205] pnp: 00:08: ioport range 0x4d0-0x4d1 has been reserved [ 54.635413] PCI: Bridge: 0000:00:01.0 [ 54.635416] IO window: 9000-9fff [ 54.635419] MEM window: c0100000-c01fffff [ 54.635422] PREFETCH window: c8000000-cfffffff [ 54.635433] PCI: Bus 6, cardbus bridge: 0000:05:09.0 [ 54.635435] IO window: 0000a400-0000a4ff [ 54.635440] IO window: 0000a800-0000a8ff [ 54.635446] PREFETCH window: 60000000-63ffffff [ 54.635452] MEM window: 64000000-67ffffff [ 54.635458] PCI: Bridge: 0000:00:14.4 [ 54.635461] IO window: a000-afff [ 54.635468] MEM window: c0200000-c02fffff [ 54.635473] PREFETCH window: 60000000-63ffffff [ 54.635509] ACPI: PCI Interrupt 0000:05:09.0[A] -> GSI 17 (level, low) -> IRQ 16 [ 54.635517] PCI: Setting latency timer of device 0000:05:09.0 to 64 [ 54.635542] NET: Registered protocol family 2 [ 54.669162] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 54.669346] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 54.670589] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 54.671142] TCP: Hash tables configured (established 131072 bind 65536) [ 54.671145] TCP reno registered [ 54.681227] checking if image is initramfs... it is [ 55.299089] Freeing initrd memory: 6777k freed [ 55.299526] audit: initializing netlink socket (disabled) [ 55.299540] audit(1182388882.372:1): initialized [ 55.299599] highmem bounce pool size: 64 pages [ 55.299669] VFS: Disk quotas dquot_6.5.1 [ 55.299687] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 55.299740] io scheduler noop registered [ 55.299743] io scheduler anticipatory registered [ 55.299745] io scheduler deadline registered [ 55.299757] io scheduler cfq registered (default) [ 55.971483] isapnp: Scanning for PnP cards... [ 56.325593] isapnp: No Plug & Play device found [ 56.348237] Real Time Clock Driver v1.12ac [ 56.348281] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled [ 56.348908] ACPI: PCI Interrupt 0000:00:14.6[B] -> GSI 17 (level, low) -> IRQ 16 [ 56.348918] ACPI: PCI interrupt for device 0000:00:14.6 disabled [ 56.348980] mice: PS/2 mouse device common for all mice [ 56.349453] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize [ 56.349674] input: Macintosh mouse button emulation as /class/input/input0 [ 56.349702] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 [ 56.349705] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx [ 56.349972] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12 [ 56.352837] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 56.352841] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 56.352943] EISA: Probing bus 0 at eisa.0 [ 56.352952] Cannot allocate resource for EISA slot 1 [ 56.352980] Cannot allocate resource for EISA slot 8 [ 56.352982] EISA: Detected 0 cards. [ 56.383036] TCP cubic registered [ 56.383046] NET: Registered protocol family 1 [ 56.383066] Using IPI No-Shortcut mode [ 56.383124] ACPI: (supports S0 S3 S4 S5) [ 56.383168] Magic number: 11:502:357 [ 56.383741] Freeing unused kernel memory: 328k freed [ 56.386769] Time: tsc clocksource has been installed. [ 56.398450] input: AT Translated Set 2 keyboard as /class/input/input1 [ 57.619463] Capability LSM initialized [ 57.657218] ACPI: CPU0 (power states: C1[C1] C2[C2]) [ 57.657223] ACPI: Processor [CPU0] (supports 8 throttling states) [ 57.658584] ACPI: Thermal Zone [THRM] (62 C) [ 58.126214] usbcore: registered new interface driver usbfs [ 58.126235] usbcore: registered new interface driver hub [ 58.126255] usbcore: registered new device driver usb [ 58.126819] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver [ 58.126858] ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 19 (level, low) -> IRQ 17 [ 58.126871] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 58.127017] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1 [ 58.127040] ohci_hcd 0000:00:13.0: irq 17, io mem 0xc0000000 [ 58.196653] usb usb1: configuration #1 chosen from 1 choice [ 58.196680] hub 1-0:1.0: USB hub found [ 58.196694] hub 1-0:1.0: 4 ports detected [ 58.214803] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) [ 58.241531] ieee1394: Initialized config rom entry `ip1394' [ 58.266265] SCSI subsystem initialized [ 58.270624] libata version 2.20 loaded. [ 58.300350] ACPI: PCI Interrupt 0000:00:13.1[A] -> GSI 19 (level, low) -> IRQ 17 [ 58.300371] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 58.300399] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2 [ 58.300420] ohci_hcd 0000:00:13.1: irq 17, io mem 0xc0001000 [ 58.360228] usb usb2: configuration #1 chosen from 1 choice [ 58.360257] hub 2-0:1.0: USB hub found [ 58.360271] hub 2-0:1.0: 4 ports detected [ 3.712000] Time: acpi_pm clocksource has been installed. [ 3.728000] ACPI: PCI Interrupt 0000:00:13.2[A] -> GSI 19 (level, low) -> IRQ 17 [ 3.728000] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 3.728000] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3 [ 3.728000] ehci_hcd 0000:00:13.2: irq 17, io mem 0xc0002000 [ 3.728000] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 [ 3.728000] usb usb3: configuration #1 chosen from 1 choice [ 3.728000] hub 3-0:1.0: USB hub found [ 3.728000] hub 3-0:1.0: 8 ports detected [ 3.832000] 8139cp 0000:05:00.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip [ 3.832000] 8139cp 0000:05:00.0: Try the "8139too" driver instead. [ 3.832000] 8139too Fast Ethernet driver 0.9.28 [ 3.832000] ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 18 (level, low) -> IRQ 18 [ 3.832000] eth0: RealTek RTL8139 at 0xf8872000, 00:c0:9f:de:b5:92, IRQ 18 [ 3.832000] eth0: Identified 8139 chip type 'RTL-8100B/8139D' [ 3.832000] ACPI: PCI Interrupt 0000:05:09.2[C] -> GSI 22 (level, low) -> IRQ 19 [ 3.884000] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[c0208800-c0208fff] Max Packet=[2048] IR/IT contexts=[4/8] [ 3.884000] ATIIXP: IDE controller at PCI slot 0000:00:14.1 [ 3.884000] ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 20 [ 3.884000] ATIIXP: chipset revision 0 [ 3.884000] ATIIXP: not 100% native mode: will probe irqs later [ 3.884000] ide0: BM-DMA at 0x8410-0x8417, BIOS settings: hda:DMA, hdb:pio [ 3.884000] ide1: BM-DMA at 0x8418-0x841f, BIOS settings: hdc:DMA, hdd:pio [ 3.884000] Probing IDE interface ide0... [ 4.396000] hda: SAMSUNG HM100JC, ATA DISK drive [ 5.068000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 5.156000] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00c09f0000709b0e] [ 5.516000] Probing IDE interface ide1... [ 6.252000] hdc: PIONEER DVDRW DVR-K15, ATAPI CD/DVD-ROM drive [ 6.924000] ide1 at 0x170-0x177,0x376 on irq 15 [ 6.944000] hda: max request size: 512KiB [ 6.952000] hda: 195371568 sectors (100030 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100) [ 6.952000] hda: cache flushes supported [ 6.952000] hda: hda1 hda2 hda3 [ 7.060000] hdc: ATAPI 31X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, DMA [ 7.060000] Uniform CD-ROM driver Revision: 3.20 [ 7.364000] Attempting manual resume [ 7.364000] swsusp: Resume From Partition 3:1 [ 7.364000] PM: Checking swsusp image. [ 7.364000] PM: Resume from disk failed. [ 7.408000] kjournald starting. Commit interval 5 seconds [ 7.408000] EXT3-fs: mounted filesystem with ordered data mode. [ 16.364000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 16.368000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 16.860000] Linux agpgart interface v0.102 (c) Dave Jones [ 16.996000] piix4_smbus 0000:00:14.0: Found 0000:00:14.0 device [ 17.088000] Yenta: CardBus bridge found at 0000:05:09.0 [103c:3091] [ 17.088000] Yenta: Enabling burst memory read transactions [ 17.088000] Yenta: Using CSCINT to route CSC interrupts to PCI [ 17.088000] Yenta: Routing CardBus interrupts to PCI [ 17.088000] Yenta TI: socket 0000:05:09.0, mfunc 0x01a01b22, devctl 0x64 [ 17.132000] sdhci: Secure Digital Host Controller Interface driver [ 17.132000] sdhci: Copyright(c) Pierre Ossman [ 17.320000] Yenta: ISA IRQ mask 0x0ee8, PCI irq 16 [ 17.320000] Socket status: 30000006 [ 17.320000] Yenta: Raising subordinate bus# of parent bus (#05) from #05 to #09 [ 17.320000] pcmcia: parent PCI bridge I/O window: 0xa000 - 0xafff [ 17.320000] cs: IO port probe 0xa000-0xafff: clean. [ 17.320000] pcmcia: parent PCI bridge Memory window: 0xc0200000 - 0xc02fffff [ 17.320000] pcmcia: parent PCI bridge Memory window: 0x60000000 - 0x63ffffff [ 17.320000] sdhci: SDHCI controller found at 0000:05:09.4 [104c:8034] (rev 0) [ 17.320000] ACPI: PCI Interrupt 0000:05:09.4[A] -> GSI 17 (level, low) -> IRQ 16 [ 17.320000] mmc0: SDHCI at 0xc0209400 irq 16 DMA [ 17.324000] mmc1: SDHCI at 0xc0209000 irq 16 DMA [ 17.324000] mmc2: SDHCI at 0xc0208400 irq 16 DMA [ 17.404000] input: PC Speaker as /class/input/input2 [ 17.412000] ieee80211_crypt: registered algorithm 'NULL' [ 17.412000] ieee80211: 802.11 data/management/control stack, git-1.1.13 [ 17.412000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <[EMAIL PROTECTED]> [ 17.500000] bcm43xx driver [ 17.500000] ACPI: PCI Interrupt 0000:05:02.0[A] -> GSI 20 (level, low) -> IRQ 22 [ 17.572000] ACPI: PCI Interrupt 0000:05:09.3[A] -> GSI 17 (level, low) -> IRQ 16 [ 17.760000] ACPI: PCI Interrupt 0000:00:14.6[B] -> GSI 17 (level, low) -> IRQ 16 [ 17.872000] MC'97 0 converters and GPIO not ready (0x1) [ 17.872000] ACPI: PCI Interrupt 0000:00:14.5[B] -> GSI 17 (level, low) -> IRQ 16 [ 18.048000] cs: IO port probe 0x100-0x3af: clean. [ 18.052000] cs: IO port probe 0x3e0-0x4ff: clean. [ 18.052000] cs: IO port probe 0x820-0x8ff: excluding 0x878-0x87f [ 18.052000] cs: IO port probe 0xc00-0xcf7: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcdf [ 18.056000] cs: IO port probe 0xa00-0xaff: clean. [ 18.200000] fuse init (API version 7.8) [ 18.204000] Synaptics Touchpad, model: 1, fw: 5.10, id: 0x258eb1, caps: 0xa04713/0x0 [ 18.240000] input: SynPS/2 Synaptics TouchPad as /class/input/input3 [ 18.332000] lp: driver loaded but no devices found [ 18.408000] usbcore: registered new interface driver usbserial [ 18.408000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic [ 18.412000] usbcore: registered new interface driver usbserial_generic [ 18.412000] drivers/usb/serial/usb-serial.c: USB Serial Driver core [ 18.416000] drivers/usb/serial/usb-serial.c: USB Serial support registered for Handspring Visor / Palm OS [ 18.416000] drivers/usb/serial/usb-serial.c: USB Serial support registered for Sony Clie 3.5 [ 18.416000] drivers/usb/serial/usb-serial.c: USB Serial support registered for Sony Clie 5.0 [ 18.420000] usbcore: registered new interface driver visor [ 18.420000] drivers/usb/serial/visor.c: USB HandSpring Visor / Palm OS driver [ 18.508000] Adding 497972k swap on /dev/disk/by-uuid/d765eedd-fb4e-4cee-9e93-f100155ba21b. Priority:-1 extents:1 across:497972k [ 18.628000] EXT3 FS on hda2, internal journal [ 18.812000] NTFS driver 2.1.28 [Flags: R/O MODULE]. [ 20.280000] NET: Registered protocol family 17 [ 23.428000] ACPI: AC Adapter [ACAD] (on-line) [ 23.472000] ibm_acpi: ec object not found [ 23.576000] ACPI: Battery Slot [BAT1] (battery present) [ 23.640000] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) [ 23.796000] No dock devices found. [ 23.808000] Using specific hotkey driver [ 23.872000] input: Power Button (FF) as /class/input/input4 [ 23.876000] ACPI: Power Button (FF) [PWRF] [ 23.908000] input: Power Button (CM) as /class/input/input5 [ 23.912000] ACPI: Power Button (CM) [PWRB] [ 23.948000] input: Sleep Button (CM) as /class/input/input6 [ 23.952000] ACPI: Sleep Button (CM) [SLPB] [ 23.984000] input: Lid Switch as /class/input/input7 [ 23.988000] ACPI: Lid Switch [LID] [ 24.024000] pcc_acpi: loading... [ 24.056000] wmi_add device=df8b5800 [ 24.056000] calling WQBA [ 24.292000] powernow-k8: Found 1 AMD Turion(tm) 64 Mobile Technology ML-34 processors (version 2.00.00) [ 24.292000] powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x4 [ 24.292000] powernow-k8: 1 : fid 0x8 (1600 MHz), vid 0x6 [ 24.292000] powernow-k8: 2 : fid 0x0 (800 MHz), vid 0x16 [ 28.388000] eth0: link down [ 30.148000] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel. [ 30.152000] [fglrx] Maximum main memory to use for locked dma buffers: 1049 MBytes. [ 30.152000] [fglrx] module loaded - fglrx 8.37.6 [May 25 2007] on minor 0 [ 30.248000] ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 17 (level, low) -> IRQ 16 [ 30.368000] ppdev: user-space parallel port driver [ 32.812000] apm: BIOS not found. [ 33.152000] [fglrx] total GART = 130023424 [ 33.152000] [fglrx] free GART = 114032640 [ 33.152000] [fglrx] max single GART = 114032640 [ 33.152000] [fglrx] total LFB = 134217728 [ 33.152000] [fglrx] free LFB = 120320000 [ 33.152000] [fglrx] max single LFB = 120320000 [ 33.152000] [fglrx] total Inv = 0 [ 33.152000] [fglrx] free Inv = 0 [ 33.152000] [fglrx] max single Inv = 0 [ 33.152000] [fglrx] total TIM = 0 [ 34.188000] Bluetooth: Core ver 2.11 [ 34.188000] NET: Registered protocol family 31 [ 34.188000] Bluetooth: HCI device and connection manager initialized [ 34.188000] Bluetooth: HCI socket layer initialized [ 34.292000] Bluetooth: L2CAP ver 2.8 [ 34.292000] Bluetooth: L2CAP socket layer initialized [ 34.368000] Bluetooth: RFCOMM socket layer initialized [ 34.368000] Bluetooth: RFCOMM TTY layer initialized [ 34.368000] Bluetooth: RFCOMM ver 1.8 [ 47.844000] NET: Registered protocol family 10 [ 47.844000] lo: Disabled Privacy Extensions [ 47.844000] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 47.844000] ADDRCONF(NETDEV_UP): eth1: link is not ready [ 55.760000] UDF-fs: No VRS found [ 56.056000] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 56.468000] ISO 9660 Extensions: RRIP_1991A [ 183.736000] APIC error on CPU0: 00(40) [ 207.508000] APIC error on CPU0: 40(40) [ 219.640000] APIC error on CPU0: 40(40) [ 270.984000] APIC error on CPU0: 40(40) [ 287.756000] ieee80211_crypt: registered algorithm 'WEP' [ 288.228000] SoftMAC: Open Authentication completed with 00:14:bf:e8:da:19 [ 288.236000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 298.936000] eth1: no IPv6 routers present [ 345.116000] APIC error on CPU0: 40(40) [ 385.004000] APIC error on CPU0: 40(40) [ 538.000000] APIC error on CPU0: 40(40) [ 745.872000] APIC error on CPU0: 40(40) [ 1016.628000] APIC error on CPU0: 40(40) [ 1043.744000] APIC error on CPU0: 40(40) [ 1137.708000] APIC error on CPU0: 40(40) [ 1233.684000] APIC error on CPU0: 40(40) [ 1247.272000] APIC error on CPU0: 40(40) [ 1423.248000] APIC error on CPU0: 40(40) [ 1431.716000] [fglrx:firegl_addmap] *ERROR* existing map 0xf7b74b40 (handle 0x00000000) [ 1431.716000] [fglrx:firegl_addmap] *ERROR* existing map 0xf7b74980 (handle 0xf8d20000) [ 1431.720000] [fglrx] total GART = 130023424 [ 1431.720000] [fglrx] free GART = 110100480 [ 1431.720000] [fglrx] max single GART = 110100480 [ 1431.720000] [fglrx] total LFB = 134217728 [ 1431.720000] [fglrx] free LFB = 106389504 [ 1431.720000] [fglrx] max single LFB = 106389504 [ 1431.720000] [fglrx] total Inv = 0 [ 1431.720000] [fglrx] free Inv = 0 [ 1431.720000] [fglrx] max single Inv = 0 [ 1431.720000] [fglrx] total TIM = 0 [ 1671.408000] APIC error on CPU0: 40(40) [ 1743.388000] APIC error on CPU0: 40(40) [ 1806.284000] APIC error on CPU0: 40(40) [ 1854.068000] APIC error on CPU0: 40(40) [ 1876.344000] [fglrx] PCIe has already been initialized. Reinitializing ... [ 1876.360000] [fglrx] total GART = 130023424 [ 1876.360000] [fglrx] free GART = 114032640 [ 1876.360000] [fglrx] max single GART = 114032640 [ 1876.360000] [fglrx] total LFB = 134217728 [ 1876.360000] [fglrx] free LFB = 120320000 [ 1876.360000] [fglrx] max single LFB = 120320000 [ 1876.360000] [fglrx] total Inv = 0 [ 1876.360000] [fglrx] free Inv = 0 [ 1876.360000] [fglrx] max single Inv = 0 [ 1876.360000] [fglrx] total TIM = 0 [ 1893.756000] UDF-fs: No VRS found [ 1894.208000] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 1894.208000] ISO 9660 Extensions: RRIP_1991A [ 1904.008000] [fglrx] PCIe has already been initialized. Reinitializing ... [ 1904.024000] [fglrx] total GART = 130023424 [ 1904.024000] [fglrx] free GART = 114032640 [ 1904.024000] [fglrx] max single GART = 114032640 [ 1904.024000] [fglrx] total LFB = 134217728 [ 1904.024000] [fglrx] free LFB = 120320000 [ 1904.024000] [fglrx] max single LFB = 120320000 [ 1904.024000] [fglrx] total Inv = 0 [ 1904.024000] [fglrx] free Inv = 0 [ 1904.024000] [fglrx] max single Inv = 0 [ 1904.024000] [fglrx] total TIM = 0 [ 1906.936000] APIC error on CPU0: 40(40) [ 1909.080000] APIC error on CPU0: 40(40) [ 1935.624000] UDF-fs: No VRS found [ 1936.076000] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 1936.076000] ISO 9660 Extensions: RRIP_1991A [ 1943.228000] [fglrx:firegl_addmap] *ERROR* existing map 0xd9e84b40 (handle 0x00000000) [ 1943.228000] [fglrx:firegl_addmap] *ERROR* existing map 0xe9058e40 (handle 0xf8d20000) [ 1943.228000] [fglrx] total GART = 130023424 [ 1943.228000] [fglrx] free GART = 114032640 [ 1943.228000] [fglrx] max single GART = 114032640 [ 1943.228000] [fglrx] total LFB = 134217728 [ 1943.228000] [fglrx] free LFB = 106389504 [ 1943.228000] [fglrx] max single LFB = 106389504 [ 1943.228000] [fglrx] total Inv = 0 [ 1943.228000] [fglrx] free Inv = 0 [ 1943.228000] [fglrx] max single Inv = 0 [ 1943.228000] [fglrx] total TIM = 0 [ 1997.732000] APIC error on CPU0: 40(40) [ 2111.776000] APIC error on CPU0: 40(40) [ 2168.652000] APIC error on CPU0: 40(40) [ 2235.220000] [fglrx] PCIe has already been initialized. Reinitializing ... [ 2235.236000] [fglrx] total GART = 130023424 [ 2235.236000] [fglrx] free GART = 114032640 [ 2235.236000] [fglrx] max single GART = 114032640 [ 2235.236000] [fglrx] total LFB = 134217728 [ 2235.236000] [fglrx] free LFB = 120320000 [ 2235.236000] [fglrx] max single LFB = 120320000 [ 2235.236000] [fglrx] total Inv = 0 [ 2235.236000] [fglrx] free Inv = 0 [ 2235.236000] [fglrx] max single Inv = 0 [ 2235.236000] [fglrx] total TIM = 0 [ 2248.696000] UDF-fs: No VRS found [ 2249.076000] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 2249.076000] ISO 9660 Extensions: RRIP_1991A [ 3073.600000] APIC error on CPU0: 40(40) [ 3159.052000] APIC error on CPU0: 40(40) [ 3165.476000] APIC error on CPU0: 40(40) [ 3543.244000] APIC error on CPU0: 40(40) [ 4058.924000] APIC error on CPU0: 40(40) [ 4734.736000] APIC error on CPU0: 40(40) [ 4915.760000] APIC error on CPU0: 40(40) [ 5438.564000] APIC error on CPU0: 40(40) [ 6027.412000] APIC error on CPU0: 40(40) [ 7228.448000] APIC error on CPU0: 40(40) [ 8269.500000] APIC error on CPU0: 40(40) [10682.492000] APIC error on CPU0: 40(40) [11836.500000] APIC error on CPU0: 40(40) [12984.184000] APIC error on CPU0: 40(40) [15515.136000] APIC error on CPU0: 40(40) [18303.576000] APIC error on CPU0: 40(40) [19814.592000] APIC error on CPU0: 40(40) [20292.144000] APIC error on CPU0: 40(40) [25698.440000] APIC error on CPU0: 40(40) [26978.768000] APIC error on CPU0: 40(40) [27018.764000] APIC error on CPU0: 40(40) [27866.792000] APIC error on CPU0: 40(40) [28406.820000] APIC error on CPU0: 40(40) [28576.748000] APIC error on CPU0: 40(40) [31258.728000] APIC error on CPU0: 40(40) [31609.408000] APIC error on CPU0: 40(40) [31841.288000] APIC error on CPU0: 40(40) [33920.496000] APIC error on CPU0: 40(40) [34005.344000] usb 3-1: new high speed USB device using ehci_hcd and address 2 [34005.496000] usb 3-1: configuration #1 chosen from 1 choice [34097.012000] ACPI: PCI interrupt for device 0000:05:02.0 disabled [34101.588000] ndiswrapper version 1.38 loaded (preempt=no,smp=yes) [34101.688000] ndiswrapper: driver bcmwl5 (Broadcom,02/11/2005, 3.100.64.0) loaded [34101.692000] ACPI: PCI Interrupt 0000:05:02.0[A] -> GSI 20 (level, low) -> IRQ 22 [34101.704000] ndiswrapper: using IRQ 22 [34102.360000] wlan0: ethernet device 00:14:a5:1b:1b:62 using NDIS driver: bcmwl5, version: 0x3644000, NDIS version: 0x501, vendor: '', 14E4:4318.5.conf [34102.360000] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK [34102.416000] ndiswrapper: changing interface name from 'wlan0' to 'eth1' [34102.432000] usbcore: registered new interface driver ndiswrapper [34102.512000] ADDRCONF(NETDEV_UP): eth1: link is not ready [34103.096000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [34113.992000] eth1: no IPv6 routers present [34121.672000] ADDRCONF(NETDEV_UP): eth1: link is not ready [34122.248000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [34133.096000] eth1: no IPv6 routers present [34178.228000] APIC error on CPU0: 40(40) [34212.952000] APIC error on CPU0: 40(40) [34304.040000] usb 3-1: USB disconnect, address 2 [34534.376000] APIC error on CPU0: 40(40) [34725.320000] APIC error on CPU0: 40(40) [34856.972000] APIC error on CPU0: 40(40) [35000.128000] APIC error on CPU0: 40(40) [35116.076000] APIC error on CPU0: 40(40) [35210.132000] APIC error on CPU0: 40(40) [35246.948000] APIC error on CPU0: 40(40) [35285.536000] APIC error on CPU0: 40(40) [35584.940000] APIC error on CPU0: 40(40) [35590.984000] APIC error on CPU0: 40(40) [EMAIL PROTECTED]:~# ** Affects: linux-source-2.6.20 (Ubuntu) Importance: Undecided Status: New -- bcm43xx stops working after certain time https://bugs.launchpad.net/bugs/121570 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs