You are not logged in.

#1 2011-09-01 12:53:41

caesar753
Member
Registered: 2010-09-08
Posts: 33

bcm4318 not working

Hello everybody,

i'm getting mad with this issue.
I'm trying to install a Broadcom wireless pci card on my pc (the chipset is BCM4318). I tried first to follow the wiki guide https://wiki.archlinux.org/index.php/Br … troduction , then I tried to follow the official b43 guide here http://linuxwireless.org/en/users/Drivers/b43 (the section "other distribution") but everytime my wireless card wasn't recognized from the system (ifconfig shows only eth0 and lo, not wlan0), so i passed to ndiswrapper.
I installed ndiswrapper and the windows driver and then wlan0 showed up and I was able to scan the wireless network around me but, with ndiswrapper, I cannot log in my network. I use wicd as network manager, and, when i try to connect, it tells me "Bad password", so I tried to use directly wpa_supplicant directly with the standard comand (wpa_supplicant -Dwext -iwlan0 -c [config_file] )and i saw that wpa_supplicant is able to log in the network but for some reason i cannot obtain an ip address with the comand dhcpcd wlan0.

any idea?

Offline

#2 2011-09-01 13:23:42

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: bcm4318 not working

That thing should work perfectly with the b43 driver and the correct firmware. I wouldn't trust ndiswrapper nowadays, it probably won't kill you, but chances of it still working are low. So try b43 again. And, as always, dmesg is the place to look at when you're diagnosing problems.

Offline

#3 2011-09-01 16:00:52

caesar753
Member
Registered: 2010-09-08
Posts: 33

Re: bcm4318 not working

Thanks for the answer, I have some news:

1) now it seems that the wifi card is detected by the system, in fact the iwconfig comand tells me

caesar753@casa:~$ iwconfig wlan0 
wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

2) as you can see b43 modules and so on are loaded

caesar753@casa:~$ lsmod | grep b43
b43                   297379  0 
ssb                    41380  1 b43
mmc_core               60838  2 b43,ssb
pcmcia                 31566  2 b43,ssb
mac80211              189598  1 b43
cfg80211              126930  2 b43,mac80211

3) i cannot detect any wifi network

caesar753@casa:~$ iwlist wlan0 scan
wlan0     No scan results

4) looking at the back of the pc i saw that the wifi card led is off, when i was using ndiswrapper it was on (is a light blue led)

5) this is my whole dmesg

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[    0.000000]  BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI 2.2 present.
[    0.000000] DMI:    /NF7-S/NF7,NF7-V (nVidia-nForce2), BIOS 6.00 PG 11/22/2004
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x1fff0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-AFFFF uncachable
[    0.000000]   B0000-BFFFF write-combining
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 0D8000000 mask FFC000000 write-combining
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01c00000
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-000000001fff0000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 001fc00000 page 2M
[    0.000000]  001fc00000 - 001fff0000 page 4k
[    0.000000] kernel direct mapping tables up to 1fff0000 @ 1bfb000-1c00000
[    0.000000] RAMDISK: 1fdea000 - 1ffe0000
[    0.000000] ACPI: RSDP 000f6b00 00014 (v00 Nvidia)
[    0.000000] ACPI: RSDT 1fff3000 00028 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 1fff3040 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 1fff30c0 048E8 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000D)
[    0.000000] ACPI: FACS 1fff0000 00040
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 511MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1fff0000
[    0.000000]   low ram: 0 - 1fff0000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0001fff0
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0001fff0
[    0.000000] On node 0 totalpages: 130943
[    0.000000] free_area_init_node: node 0, pgdat c14a1980, node_mem_map df9ea200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 992 pages used for memmap
[    0.000000]   Normal zone: 125968 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] Found and enabled local APIC!
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:dec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @df400000 s27648 r0 d21504 u4194304
[    0.000000] pcpu-alloc: s27648 r0 d21504 u4194304 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129919
[    0.000000] Kernel command line: root=/dev/disk/by-uuid/f2c25441-eb96-4e48-89f2-9fb7212a268e ro
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 2096640 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 508904k/524224k available (3376k kernel code, 14868k reserved, 1390k data, 512k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xe07f0000 - 0xff7fe000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdfff0000   ( 511 MB)
[    0.000000]       .init : 0xc14a8000 - 0xc1528000   ( 512 kB)
[    0.000000]       .data : 0xc134c3bf - 0xc14a7c00   (1390 kB)
[    0.000000]       .text : 0xc1000000 - 0xc134c3bf   (3376 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:512
[    0.000000] CPU 0 irqstacks, hard=df00c000 soft=df00e000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1997.136 MHz processor.
[    0.006670] Calibrating delay loop (skipped), value calculated using timer frequency.. 3995.70 BogoMIPS (lpj=6657120)
[    0.006798] pid_max: default: 32768 minimum: 301
[    0.006931] Security Framework initialized
[    0.006998] AppArmor: AppArmor disabled by boot time parameter
[    0.007107] Mount-cache hash table entries: 512
[    0.010249] Initializing cgroup subsys ns
[    0.010313] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.010400] Initializing cgroup subsys cpuacct
[    0.010479] Initializing cgroup subsys memory
[    0.010559] Initializing cgroup subsys devices
[    0.010622] Initializing cgroup subsys freezer
[    0.010684] Initializing cgroup subsys net_cls
[    0.010747] Initializing cgroup subsys blkio
[    0.010866] mce: CPU supports 4 MCE banks
[    0.011369] SMP alternatives: switching to UP code
[    0.016071] Freeing SMP alternatives: 16k freed
[    0.016155] ACPI: Core revision 20110316
[    0.020536] ACPI: setting ELCR to 0200 (from 0c20)
[    0.023394] ftrace: allocating 15225 entries in 30 pages
[    0.026813] weird, boot CPU (#0) not listed by the BIOS.
[    0.026882] SMP motherboard not detected.
[    0.026942] Enabling APIC mode:  Flat.  Using 0 I/O APICs
[    0.029998] SMP disabled
[    0.029998] Performance Events: AMD PMU driver.
[    0.029998] ... version:                0
[    0.029998] ... bit width:              48
[    0.029998] ... generic registers:      4
[    0.029998] ... value mask:             0000ffffffffffff
[    0.029998] ... max period:             00007fffffffffff
[    0.029998] ... fixed-purpose events:   0
[    0.029998] ... event mask:             000000000000000f
[    0.046878] NMI watchdog enabled, takes one hw-pmu counter.
[    0.053336] Brought up 1 CPUs
[    0.053395] Total of 1 processors activated (3995.70 BogoMIPS).
[    0.053660] devtmpfs: initialized
[    0.053972] PM: Registering ACPI NVS region at 1fff0000 (12288 bytes)
[    0.055461] print_constraints: dummy: 
[    0.055622] NET: Registered protocol family 16
[    0.055846] ACPI: bus type pci registered
[    0.056702] PCI: PCI BIOS revision 2.10 entry at 0xfb420, last bus=2
[    0.056765] PCI: Using configuration type 1 for base access
[    0.057619] bio: create slab <bio-0> at 0
[    0.058855] ACPI: EC: Look up EC in DSDT
[    0.063585] ACPI: Interpreter enabled
[    0.063652] ACPI: (supports S0 S1 S4 S5)
[    0.063874] ACPI: Using PIC for interrupt routing
[    0.070326] ACPI: No dock devices found.
[    0.070392] HEST: Table not found.
[    0.070453] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.070625] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.070832] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.070836] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.070840] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.070844] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
[    0.070847] pci_root PNP0A03:00: host bridge window [mem 0x20000000-0xfebfffff] (ignored)
[    0.070867] pci 0000:00:00.0: [10de:01e0] type 0 class 0x000600
[    0.070878] pci 0000:00:00.0: reg 10: [mem 0xd8000000-0xdbffffff pref]
[    0.070898] pci 0000:00:00.0: nForce2 C1 Halt Disconnect fixup
[    0.070985] pci 0000:00:00.1: [10de:01eb] type 0 class 0x000500
[    0.071025] pci 0000:00:00.2: [10de:01ee] type 0 class 0x000500
[    0.071064] pci 0000:00:00.3: [10de:01ed] type 0 class 0x000500
[    0.071103] pci 0000:00:00.4: [10de:01ec] type 0 class 0x000500
[    0.071142] pci 0000:00:00.5: [10de:01ef] type 0 class 0x000500
[    0.071186] pci 0000:00:01.0: [10de:0060] type 0 class 0x000601
[    0.071269] pci 0000:00:01.1: [10de:0064] type 0 class 0x000c05
[    0.071284] pci 0000:00:01.1: reg 10: [io  0xc400-0xc41f]
[    0.071340] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.071345] pci 0000:00:01.1: PME# disabled
[    0.071368] pci 0000:00:02.0: [10de:0067] type 0 class 0x000c03
[    0.071384] pci 0000:00:02.0: reg 10: [mem 0xe1087000-0xe1087fff]
[    0.071438] pci 0000:00:02.0: supports D1 D2
[    0.071441] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071446] pci 0000:00:02.0: PME# disabled
[    0.071463] pci 0000:00:02.1: [10de:0067] type 0 class 0x000c03
[    0.071479] pci 0000:00:02.1: reg 10: [mem 0xe1082000-0xe1082fff]
[    0.071533] pci 0000:00:02.1: supports D1 D2
[    0.071536] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071540] pci 0000:00:02.1: PME# disabled
[    0.071560] pci 0000:00:02.2: [10de:0068] type 0 class 0x000c03
[    0.071577] pci 0000:00:02.2: reg 10: [mem 0xe1083000-0xe10830ff]
[    0.071638] pci 0000:00:02.2: supports D1 D2
[    0.071641] pci 0000:00:02.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071646] pci 0000:00:02.2: PME# disabled
[    0.071671] pci 0000:00:04.0: [10de:0066] type 0 class 0x000200
[    0.071686] pci 0000:00:04.0: reg 10: [mem 0xe1086000-0xe1086fff]
[    0.071696] pci 0000:00:04.0: reg 14: [io  0xb000-0xb007]
[    0.071744] pci 0000:00:04.0: supports D1 D2
[    0.071746] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071751] pci 0000:00:04.0: PME# disabled
[    0.071770] pci 0000:00:05.0: [10de:006b] type 0 class 0x000401
[    0.071786] pci 0000:00:05.0: reg 10: [mem 0xe1000000-0xe107ffff]
[    0.071840] pci 0000:00:05.0: supports D1 D2
[    0.071857] pci 0000:00:06.0: [10de:006a] type 0 class 0x000401
[    0.071873] pci 0000:00:06.0: reg 10: [io  0xb400-0xb4ff]
[    0.071882] pci 0000:00:06.0: reg 14: [io  0xb800-0xb87f]
[    0.071892] pci 0000:00:06.0: reg 18: [mem 0xe1080000-0xe1080fff]
[    0.071933] pci 0000:00:06.0: supports D1 D2
[    0.071949] pci 0000:00:08.0: [10de:006c] type 1 class 0x000604
[    0.071990] pci 0000:00:09.0: [10de:0065] type 0 class 0x000101
[    0.072030] pci 0000:00:09.0: reg 20: [io  0xf000-0xf00f]
[    0.072077] pci 0000:00:0d.0: [10de:006e] type 0 class 0x000c00
[    0.072093] pci 0000:00:0d.0: reg 10: [mem 0xe1084000-0xe10847ff]
[    0.072102] pci 0000:00:0d.0: reg 14: [mem 0xe1085000-0xe108503f]
[    0.072150] pci 0000:00:0d.0: supports D1 D2
[    0.072153] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.072158] pci 0000:00:0d.0: PME# disabled
[    0.072187] pci 0000:00:1e.0: [10de:01e8] type 1 class 0x000604
[    0.072247] pci 0000:01:09.0: [14e4:4318] type 0 class 0x000280
[    0.072264] pci 0000:01:09.0: reg 10: [mem 0xe0000000-0xe0001fff]
[    0.072345] pci 0000:01:0a.0: [109e:036e] type 0 class 0x000400
[    0.072368] pci 0000:01:0a.0: reg 10: [mem 0xdc000000-0xdc000fff pref]
[    0.072473] pci 0000:01:0a.1: [109e:0878] type 0 class 0x000480
[    0.072495] pci 0000:01:0a.1: reg 10: [mem 0xdc001000-0xdc001fff pref]
[    0.072604] pci 0000:01:0b.0: [1095:3112] type 0 class 0x000104
[    0.072624] pci 0000:01:0b.0: reg 10: [io  0x9000-0x9007]
[    0.072637] pci 0000:01:0b.0: reg 14: [io  0x9400-0x9403]
[    0.072649] pci 0000:01:0b.0: reg 18: [io  0x9800-0x9807]
[    0.072661] pci 0000:01:0b.0: reg 1c: [io  0x9c00-0x9c03]
[    0.072674] pci 0000:01:0b.0: reg 20: [io  0xa000-0xa00f]
[    0.072686] pci 0000:01:0b.0: reg 24: [mem 0xe0002000-0xe00021ff]
[    0.072699] pci 0000:01:0b.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[    0.072720] pci 0000:01:0b.0: supports D1 D2
[    0.072756] pci 0000:00:08.0: PCI bridge to [bus 01-01]
[    0.072819] pci 0000:00:08.0:   bridge window [io  0x9000-0xafff]
[    0.072824] pci 0000:00:08.0:   bridge window [mem 0xdf000000-0xe0ffffff]
[    0.072829] pci 0000:00:08.0:   bridge window [mem 0xdc000000-0xdcffffff pref]
[    0.072855] pci 0000:02:00.0: [10de:0322] type 0 class 0x000300
[    0.072871] pci 0000:02:00.0: reg 10: [mem 0xdd000000-0xddffffff]
[    0.072881] pci 0000:02:00.0: reg 14: [mem 0xd0000000-0xd7ffffff pref]
[    0.072916] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.072970] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[    0.073032] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.073037] pci 0000:00:1e.0:   bridge window [mem 0xdd000000-0xdeffffff]
[    0.073041] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xd7ffffff pref]
[    0.073053] pci_bus 0000:00: on NUMA node 0
[    0.073057] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.073202] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.073380] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.100915] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.101563] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.102116] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.102668] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.103218] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.103857] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.104409] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.104960] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.105525] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.106077] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.106628] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.107260] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.107812] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.108363] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.108913] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.109550] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.110236] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[    0.110492] ACPI: PCI Interrupt Link [APC2] (IRQs *17)
[    0.110710] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[    0.110926] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[    0.111144] ACPI: PCI Interrupt Link [APCE] (IRQs *16), disabled.
[    0.111432] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[    0.111789] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
[    0.112145] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[    0.112500] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0
[    0.112866] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
[    0.113221] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[    0.113579] ACPI: PCI Interrupt Link [APCS] (IRQs *23)
[    0.113827] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[    0.114183] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0
[    0.114539] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[    0.114931] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    0.115427] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.115507] vgaarb: loaded
[    0.115717] PCI: Using ACPI for IRQ routing
[    0.115782] PCI: pci_cache_line_size set to 32 bytes
[    0.115867] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.115871] reserve RAM buffer: 000000001fff0000 - 000000001fffffff 
[    0.116059] NetLabel: Initializing
[    0.116117] NetLabel:  domain hash size = 128
[    0.116175] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.116252] NetLabel:  unlabeled traffic allowed by default
[    0.125853] pnp: PnP ACPI init
[    0.126699] ACPI: bus type pnp registered
[    0.127075] pnp 00:00: [io  0x4000-0x407f]
[    0.127079] pnp 00:00: [io  0x4080-0x40ff]
[    0.127082] pnp 00:00: [io  0x4400-0x447f]
[    0.127084] pnp 00:00: [io  0x4480-0x44ff]
[    0.127087] pnp 00:00: [io  0x4200-0x427f]
[    0.127090] pnp 00:00: [io  0x4280-0x42ff]
[    0.127183] system 00:00: [io  0x4000-0x407f] has been reserved
[    0.127247] system 00:00: [io  0x4080-0x40ff] has been reserved
[    0.127309] system 00:00: [io  0x4400-0x447f] has been reserved
[    0.127371] system 00:00: [io  0x4480-0x44ff] has been reserved
[    0.127433] system 00:00: [io  0x4200-0x427f] has been reserved
[    0.127495] system 00:00: [io  0x4280-0x42ff] has been reserved
[    0.127559] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.127574] pnp 00:01: [io  0x5000-0x503f]
[    0.127577] pnp 00:01: [io  0x5100-0x513f]
[    0.127626] system 00:01: [io  0x5000-0x503f] has been reserved
[    0.127690] system 00:01: [io  0x5100-0x513f] has been reserved
[    0.127752] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.127931] pnp 00:02: [mem 0x000cf000-0x000cffff]
[    0.127935] pnp 00:02: [mem 0x000f0000-0x000f7fff]
[    0.127938] pnp 00:02: [mem 0x000f8000-0x000fbfff]
[    0.127941] pnp 00:02: [mem 0x000fc000-0x000fffff]
[    0.127944] pnp 00:02: [mem 0x1fff0000-0x1fffffff]
[    0.127946] pnp 00:02: [mem 0xffff0000-0xffffffff]
[    0.127955] pnp 00:02: [mem 0x00000000-0x0009ffff]
[    0.127959] pnp 00:02: [mem 0x00100000-0x1ffeffff]
[    0.127961] pnp 00:02: [mem 0xfec00000-0xfec00fff]
[    0.127964] pnp 00:02: [mem 0xfee00000-0xfee00fff]
[    0.128026] system 00:02: [mem 0x000cf000-0x000cffff] has been reserved
[    0.128090] system 00:02: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.128155] system 00:02: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.128219] system 00:02: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.128282] system 00:02: [mem 0x1fff0000-0x1fffffff] could not be reserved
[    0.128346] system 00:02: [mem 0xffff0000-0xffffffff] has been reserved
[    0.128409] system 00:02: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.128473] system 00:02: [mem 0x00100000-0x1ffeffff] could not be reserved
[    0.128537] system 00:02: [mem 0xfec00000-0xfec00fff] has been reserved
[    0.128600] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.128664] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.128732] pnp 00:03: [bus 00-ff]
[    0.128735] pnp 00:03: [io  0x0cf8-0x0cff]
[    0.128739] pnp 00:03: [io  0x0000-0x0cf7 window]
[    0.128742] pnp 00:03: [io  0x0d00-0xffff window]
[    0.128745] pnp 00:03: [mem 0x000a0000-0x000bffff window]
[    0.128748] pnp 00:03: [mem 0x000c0000-0x000dffff window]
[    0.128752] pnp 00:03: [mem 0x20000000-0xfebfffff window]
[    0.128833] pnp 00:03: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.129390] pnp 00:04: [io  0x0010-0x001f]
[    0.129394] pnp 00:04: [io  0x0022-0x003f]
[    0.129396] pnp 00:04: [io  0x0044-0x005f]
[    0.129399] pnp 00:04: [io  0x0062-0x0063]
[    0.129402] pnp 00:04: [io  0x0065-0x006f]
[    0.129404] pnp 00:04: [io  0x0074-0x007f]
[    0.129407] pnp 00:04: [io  0x0091-0x0093]
[    0.129410] pnp 00:04: [io  0x00a2-0x00bf]
[    0.129412] pnp 00:04: [io  0x00e0-0x00ef]
[    0.129415] pnp 00:04: [io  0x0b78-0x0b7b]
[    0.129418] pnp 00:04: [io  0x0f78-0x0f7b]
[    0.129420] pnp 00:04: [io  0x0a78-0x0a7b]
[    0.129423] pnp 00:04: [io  0x0e78-0x0e7b]
[    0.129425] pnp 00:04: [io  0x0bbc-0x0bbf]
[    0.129428] pnp 00:04: [io  0x0fbc-0x0fbf]
[    0.129431] pnp 00:04: [io  0x04d0-0x04d1]
[    0.129433] pnp 00:04: [io  0x0294-0x0297]
[    0.129517] system 00:04: [io  0x0b78-0x0b7b] has been reserved
[    0.129581] system 00:04: [io  0x0f78-0x0f7b] has been reserved
[    0.129643] system 00:04: [io  0x0a78-0x0a7b] has been reserved
[    0.130000] system 00:04: [io  0x0e78-0x0e7b] has been reserved
[    0.130062] system 00:04: [io  0x0bbc-0x0bbf] has been reserved
[    0.130125] system 00:04: [io  0x0fbc-0x0fbf] has been reserved
[    0.130186] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.130248] system 00:04: [io  0x0294-0x0297] has been reserved
[    0.130311] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.130330] pnp 00:05: [dma 4]
[    0.130333] pnp 00:05: [io  0x0000-0x000f]
[    0.130336] pnp 00:05: [io  0x0080-0x0090]
[    0.130338] pnp 00:05: [io  0x0094-0x009f]
[    0.130341] pnp 00:05: [io  0x00c0-0x00df]
[    0.130387] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.130402] pnp 00:06: [io  0x0070-0x0073]
[    0.130408] pnp 00:06: [irq 8]
[    0.130460] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.130472] pnp 00:07: [io  0x0061]
[    0.130523] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.130536] pnp 00:08: [io  0x00f0-0x00ff]
[    0.130540] pnp 00:08: [irq 13]
[    0.130585] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.130728] pnp 00:09: [io  0x03f0-0x03f5]
[    0.130732] pnp 00:09: [io  0x03f7]
[    0.130735] pnp 00:09: [irq 6]
[    0.130738] pnp 00:09: [dma 2]
[    0.130801] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.131007] pnp 00:0a: [io  0x03f8-0x03ff]
[    0.131011] pnp 00:0a: [irq 4]
[    0.131096] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.131312] pnp 00:0b: [io  0x02f8-0x02ff]
[    0.131316] pnp 00:0b: [irq 3]
[    0.131399] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.131819] pnp 00:0c: [io  0x0378-0x037f]
[    0.131822] pnp 00:0c: [io  0x0778-0x077b]
[    0.131826] pnp 00:0c: [irq 7]
[    0.131828] pnp 00:0c: [dma 3]
[    0.131914] pnp 00:0c: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.131969] pnp 00:0d: [irq 12]
[    0.132017] pnp 00:0d: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.132049] pnp 00:0e: [io  0x0060]
[    0.132052] pnp 00:0e: [io  0x0064]
[    0.132055] pnp 00:0e: [irq 1]
[    0.132111] pnp 00:0e: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.132142] pnp: PnP ACPI: found 15 devices
[    0.132201] ACPI: ACPI bus type pnp unregistered
[    0.169352] Switching to clocksource acpi_pm
[    0.169491] pci 0000:01:0b.0: BAR 6: assigned [mem 0xdc080000-0xdc0fffff pref]
[    0.169572] pci 0000:00:08.0: PCI bridge to [bus 01-01]
[    0.169634] pci 0000:00:08.0:   bridge window [io  0x9000-0xafff]
[    0.169700] pci 0000:00:08.0:   bridge window [mem 0xdf000000-0xe0ffffff]
[    0.169765] pci 0000:00:08.0:   bridge window [mem 0xdc000000-0xdcffffff pref]
[    0.169848] pci 0000:02:00.0: BAR 6: assigned [mem 0xde000000-0xde01ffff pref]
[    0.169926] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[    0.169926] Switched to NOHz mode on CPU #0
[    0.169926] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.169926] pci 0000:00:1e.0:   bridge window [mem 0xdd000000-0xdeffffff]
[    0.169926] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xd7ffffff pref]
[    0.169926] pci 0000:00:08.0: setting latency timer to 64
[    0.169926] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.169926] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.169926] pci_bus 0000:01: resource 0 [io  0x9000-0xafff]
[    0.169926] pci_bus 0000:01: resource 1 [mem 0xdf000000-0xe0ffffff]
[    0.169926] pci_bus 0000:01: resource 2 [mem 0xdc000000-0xdcffffff pref]
[    0.169926] pci_bus 0000:02: resource 1 [mem 0xdd000000-0xdeffffff]
[    0.169926] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd7ffffff pref]
[    0.169926] NET: Registered protocol family 2
[    0.169926] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.169926] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.169926] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    0.169926] TCP: Hash tables configured (established 16384 bind 16384)
[    0.169926] TCP reno registered
[    0.169926] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.169926] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.169926] NET: Registered protocol family 1
[    0.169926] pci 0000:02:00.0: Boot video device
[    0.169926] PCI: CLS 32 bytes, default 32
[    0.169926] Unpacking initramfs...
[    0.217969] Freeing initrd memory: 2008k freed
[    0.221197] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[    0.221265] apm: overridden by ACPI.
[    0.221518] audit: initializing netlink socket (disabled)
[    0.221598] type=2000 audit(1314884355.219:1): initialized
[    0.221992] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.224557] VFS: Disk quotas dquot_6.5.2
[    0.224732] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.224951] msgmni has been set to 997
[    0.225314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.225452] io scheduler noop registered
[    0.225511] io scheduler deadline registered
[    0.225583] io scheduler cfq registered (default)
[    0.226011] ERST: Table is not found!
[    0.226087] isapnp: Scanning for PnP cards...
[    0.583292] isapnp: No Plug & Play device found
[    0.583504] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.604185] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.637250] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.697461] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.730634] 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.743716] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.746289] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.746397] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.746588] mousedev: PS/2 mouse device common for all mice
[    0.746808] rtc_cmos 00:06: RTC can wake from S4
[    0.753479] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    0.753562] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.753658] cpuidle: using governor ladder
[    0.753717] cpuidle: using governor menu
[    0.754088] TCP cubic registered
[    0.754147] NET: Registered protocol family 17
[    0.754218] Registering the dns_resolver key type
[    0.754320] Using IPI No-Shortcut mode
[    0.754499] PM: Hibernation image not present or could not be loaded.
[    0.754513] registered taskstats version 1
[    0.754969] rtc_cmos 00:06: setting system clock to 2011-09-01 13:39:16 UTC (1314884356)
[    0.755081] Initializing network drop monitor service
[    0.755249] Freeing unused kernel memory: 512k freed
[    0.756056] Write protecting the kernel text: 3380k
[    0.756143] Write protecting the kernel read-only data: 1028k
[    0.767157] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.783787] udevd[42]: starting version 171
[    1.134348] SCSI subsystem initialized
[    1.140904] usbcore: registered new interface driver usbfs
[    1.141219] usbcore: registered new interface driver hub
[    1.143895] usbcore: registered new device driver usb
[    1.173432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.173743] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 10
[    1.173807] PCI: setting IRQ 10 as level-triggered
[    1.173817] ehci_hcd 0000:00:02.2: PCI INT C -> Link[LUB2] -> GSI 10 (level, low) -> IRQ 10
[    1.173922] ehci_hcd 0000:00:02.2: setting latency timer to 64
[    1.173927] ehci_hcd 0000:00:02.2: EHCI Host Controller
[    1.174042] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
[    1.180121] ehci_hcd 0000:00:02.2: debug port 1
[    1.180201] ehci_hcd 0000:00:02.2: cache line size of 32 is not supported
[    1.180222] ehci_hcd 0000:00:02.2: irq 10, io mem 0xe1083000
[    1.190037] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00
[    1.190433] hub 1-0:1.0: USB hub found
[    1.190497] hub 1-0:1.0: 6 ports detected
[    1.210101] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.210415] ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 11
[    1.210479] PCI: setting IRQ 11 as level-triggered
[    1.210489] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUBA] -> GSI 11 (level, low) -> IRQ 11
[    1.210603] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    1.210608] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    1.210697] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    1.215220] libata version 3.00 loaded.
[    1.216794] ohci_hcd 0000:00:02.0: irq 11, io mem 0xe1087000
[    1.225255] sata_sil 0000:01:0b.0: version 2.4
[    1.225514] ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11
[    1.225588] sata_sil 0000:01:0b.0: PCI INT A -> Link[LNK3] -> GSI 11 (level, low) -> IRQ 11
[    1.226367] scsi0 : sata_sil
[    1.226634] scsi1 : sata_sil
[    1.226819] Refined TSC clocksource calibration: 1996.975 MHz.
[    1.226887] Switching to clocksource tsc
[    1.227079] ata1: SATA max UDMA/100 mmio m512@0xe0002000 tf 0xe0002080 irq 11
[    1.227146] ata2: SATA max UDMA/100 mmio m512@0xe0002000 tf 0xe00020c0 irq 11
[    1.272409] hub 2-0:1.0: USB hub found
[    1.272483] hub 2-0:1.0: 3 ports detected
[    1.272646] pata_amd 0000:00:09.0: version 0.4.1
[    1.272732] pata_amd 0000:00:09.0: setting latency timer to 64
[    1.273440] scsi2 : pata_amd
[    1.273662] scsi3 : pata_amd
[    1.274453] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.274518] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.275235] ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 5
[    1.275305] PCI: setting IRQ 5 as level-triggered
[    1.275314] ohci_hcd 0000:00:02.1: PCI INT B -> Link[LUBB] -> GSI 5 (level, low) -> IRQ 5
[    1.275426] ohci_hcd 0000:00:02.1: setting latency timer to 64
[    1.275431] ohci_hcd 0000:00:02.1: OHCI Host Controller
[    1.275511] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
[    1.280040] ohci_hcd 0000:00:02.1: irq 5, io mem 0xe1082000
[    1.335781] hub 3-0:1.0: USB hub found
[    1.335853] hub 3-0:1.0: 3 ports detected
[    1.440534] ata3.00: ATA-7: Maxtor 6Y120L0, YAR41BW0, max UDMA/133
[    1.440607] ata3.00: 240121728 sectors, multi 16: LBA 
[    1.440918] ata3.01: ATA-5: ST320423A, 3.02, max UDMA/66
[    1.440980] ata3.01: 40011300 sectors, multi 32: LBA 
[    1.441049] ata3: nv_mode_filter: 0x7f39f&0x7f39f->0x7f39f, BIOS=0x7f000 (0xc7c5c000) ACPI=0x7f01f (15:30:0x1f)
[    1.441056] ata3: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc7c5c000) ACPI=0x1f01f (15:30:0x1f)
[    1.453754] ata3.00: configured for UDMA/133
[    1.467182] ata3.01: configured for UDMA/66
[    1.496689] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    1.546693] ata1: SATA link down (SStatus 0 SControl 310)
[    1.866702] ata2: SATA link down (SStatus 0 SControl 310)
[    1.867021] scsi 2:0:0:0: Direct-Access     ATA      Maxtor 6Y120L0   YAR4 PQ: 0 ANSI: 5
[    1.867436] scsi 2:0:1:0: Direct-Access     ATA      ST320423A        3.02 PQ: 0 ANSI: 5
[    2.043682] ata4.00: ATAPI: HL-DT-STDVD-ROM GDR8161B, 0102, max UDMA/33
[    2.043758] ata4: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc7c5c000) ACPI=0x701f (60:600:0x13)
[    2.056924] ata4.00: configured for UDMA/33
[    2.065440] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVD-ROM GDR8161B 0102 PQ: 0 ANSI: 5
[    2.104198] sd 2:0:0:0: [sda] 240121728 512-byte logical blocks: (122 GB/114 GiB)
[    2.104360] sd 2:0:0:0: [sda] Write Protect is off
[    2.104422] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.104456] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.121623] sr0: scsi3-mmc drive: 20x/48x cd/rw xa/form2 cdda tray
[    2.121698] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.122562] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    2.130225] sd 2:0:1:0: [sdb] 40011300 512-byte logical blocks: (20.4 GB/19.0 GiB)
[    2.148071] sd 2:0:1:0: [sdb] Write Protect is off
[    2.149167] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    2.149186]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
[    2.149903] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.149990] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.161872]  sdb: sdb1 sdb2
[    2.162637] sd 2:0:1:0: [sdb] Attached SCSI disk
[    2.220024] spurious 8259A interrupt: IRQ7.
[    3.457332] EXT3-fs: barriers not enabled
[    3.472376] EXT3-fs (sda8): mounted filesystem with ordered data mode
[    3.472860] kjournald starting.  Commit interval 5 seconds
[    5.140604] udevd[263]: starting version 171
[    5.462770] cfg80211: Calling CRDA to update world regulatory domain
[    5.905370] ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 5
[    5.905381] b43-pci-bridge 0000:01:09.0: PCI INT A -> Link[LNK2] -> GSI 5 (level, low) -> IRQ 5
[    5.920567] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0D, vendor 0x4243)
[    5.920579] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x09, vendor 0x4243)
[    5.920587] ssb: Core 2 found: PCI (cc 0x804, rev 0x0C, vendor 0x4243)
[    5.920595] ssb: Core 3 found: PCMCIA (cc 0x80D, rev 0x07, vendor 0x4243)
[    5.953441] ssb: Sonics Silicon Backplane found on PCI device 0000:01:09.0
[    6.099998] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[    6.375466] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    6.375480] ACPI: Power Button [PWRB]
[    6.375593] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    6.375598] ACPI: Power Button [PWRF]
[    6.384097] ACPI: acpi_idle registered with cpuidle
[    6.442779] thermal LNXTHERM:00: registered as thermal_zone0
[    6.442785] ACPI: Thermal Zone [THRM] (40 C)
[    6.506162] Floppy drive(s): fd0 is 1.44M
[    6.512439] parport_pc 00:0c: reported by Plug and Play ACPI
[    6.512563] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[    6.533966] FDC 0 is a post-1991 82077
[    6.857027] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    6.939099] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    6.939322] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 10
[    6.939331] forcedeth 0000:00:04.0: PCI INT A -> Link[LMAC] -> GSI 10 (level, low) -> IRQ 10
[    6.939340] forcedeth 0000:00:04.0: setting latency timer to 64
[    6.964447] ACPI: Fan [FAN] (on)
[    7.090901] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    7.091382] Registered led device: b43-phy0::tx
[    7.091410] Registered led device: b43-phy0::rx
[    7.091437] Registered led device: b43-phy0::radio
[    7.091462] Broadcom 43xx driver loaded [ Features: PMNLS, Firmware-ID: FW13 ]
[    7.105256] ppdev: user-space parallel port driver
[    7.106123] Linux agpgart interface v0.103
[    7.195264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.458666] forcedeth 0000:00:04.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:50:8d:f5:be:af
[    7.458674] forcedeth 0000:00:04.0: timirq lnktim desc-v1
[    7.458974] agpgart: Detected NVIDIA nForce2 chipset
[    7.469154] agpgart-nvidia 0000:00:00.0: AGP aperture is 64M @ 0xd8000000
[    7.469257] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.469649] ACPI: PCI Interrupt Link [LFIR] enabled at IRQ 11
[    7.469658] firewire_ohci 0000:00:0d.0: PCI INT A -> Link[LFIR] -> GSI 11 (level, low) -> IRQ 11
[    7.469666] firewire_ohci 0000:00:0d.0: setting latency timer to 64
[    7.490715] Bt87x 0000:01:0a.1: PCI INT A -> Link[LNK3] -> GSI 11 (level, low) -> IRQ 11
[    7.491108] bt87x0: Using board 1, analog, digital (rate 32000 Hz)
[    7.520311] firewire_ohci: Added fw-ohci device 0000:00:0d.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x0
[    7.591498] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    7.591996] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    7.593310] sr 3:0:0:0: Attached scsi generic sg2 type 5
[    7.824482] Linux media interface: v0.10
[    7.835370] i2c i2c-0: nForce2 SMBus adapter at 0x5000
[    7.835444] i2c i2c-1: nForce2 SMBus adapter at 0x5100
[    8.020198] firewire_core: created device fw0: GUID 000000508df4beaf, S400
[    8.052854] ACPI: PCI Interrupt Link [LACI] enabled at IRQ 5
[    8.052865] Intel ICH 0000:00:06.0: PCI INT A -> Link[LACI] -> GSI 5 (level, low) -> IRQ 5
[    8.052920] Intel ICH 0000:00:06.0: setting latency timer to 64
[    8.096608] psmouse serio1: ID: 10 00 64
[    8.218410] Linux video capture interface: v2.00
[    8.376694] intel8x0_measure_ac97_clock: measured 50541 usecs (2456 samples)
[    8.376701] intel8x0: clocking to 47413
[    8.535885] bttv: driver version 0.9.18 loaded
[    8.535891] bttv: using 8 buffers with 2080k (520 pages) each for capture
[    8.536236] bttv: Bt8xx card found (0).
[    8.536270] bttv 0000:01:0a.0: PCI INT A -> Link[LNK3] -> GSI 11 (level, low) -> IRQ 11
[    8.536286] bttv0: Bt878 (rev 17) at 0000:01:0a.0, irq: 11, latency: 32, mmio: 0xdc000000
[    8.536334] bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
[    8.536339] bttv0: using: Pinnacle PCTV Studio/Rave [card=39,autodetected]
[    8.536386] bttv0: gpio: en=00000000, out=00000000 in=00fffbff [init]
[    8.536544] bttv0: i2c: checking for MSP34xx @ 0x80... found
[    8.536839] bttv0: pinnacle/mt: id=2 info="PAL+SECAM / stereo" radio=yes
[    8.536843] bttv0: tuner type=33
[    8.682679] IR NEC protocol handler initialized
[    8.729644] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[    8.737292] IR RC5(x) protocol handler initialized
[    8.767397] i2c-core: driver [msp3400] using legacy suspend method
[    8.767402] i2c-core: driver [msp3400] using legacy resume method
[    8.779453] msp3400 2-0040: MSP3410G-B11 found @ 0x80 (bt878 #0 [sw])
[    8.779458] msp3400 2-0040: msp3400 supports nicam and radio, mode is autodetect and autoselect
[    8.821104] IR RC6 protocol handler initialized
[    8.836295] i2c-core: driver [tuner] using legacy suspend method
[    8.836301] i2c-core: driver [tuner] using legacy resume method
[    8.839324] IR JVC protocol handler initialized
[    8.965620] IR Sony protocol handler initialized
[    8.996996] lirc_dev: IR Remote Control driver registered, major 250 
[    9.016845] IR LIRC bridge handler initialized
[    9.438275] tda9887 2-004b: creating new instance
[    9.438281] tda9887 2-004b: tda988[5/6/7] found
[    9.438839] tuner 2-004b: Tuner 74 found with type(s) Radio TV.
[    9.461722] nvidia: module license 'NVIDIA' taints kernel.
[    9.461730] Disabling lock debugging due to kernel taint
[    9.513282] Chip ID is not zero. It is not a TEA5767
[    9.513421] tuner 2-0060: Tuner -1 found with type(s) Radio TV.
[    9.573047] mt20xx 2-0060: microtune: companycode=3cbf part=42 rev=2f
[    9.580884] mt20xx 2-0060: microtune MT2050 found, OK
[    9.583095] bttv0: registered device video0
[    9.583192] bttv0: registered device vbi0
[    9.583279] bttv0: registered device radio0
[    9.585949] bttv0: PLL: 28636363 => 35468950 .. ok
[   10.120092] Initializing USB Mass Storage driver...
[   10.123384] usb-storage 1-1:1.0: Quirks match for vid 0457 pid 0151: 80
[   10.126687] scsi4 : usb-storage 1-1:1.0
[   10.130060] usbcore: registered new interface driver usb-storage
[   10.130064] USB Mass Storage support registered.
[   10.183891] usbcore: registered new interface driver uas
[   10.411895] ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 11
[   10.411906] nvidia 0000:02:00.0: PCI INT A -> Link[LNK4] -> GSI 11 (level, low) -> IRQ 11
[   10.411922] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   10.413096] NVRM: loading NVIDIA UNIX x86 Kernel Module  173.14.30  Thu Apr 14 08:47:14 PDT 2011
[   11.131146] scsi 4:0:0:0: Direct-Access     DIKOM    USB Flash Drive  0.00 PQ: 0 ANSI: 2
[   11.131471] sd 4:0:0:0: Attached scsi generic sg3 type 0
[   11.132392] sd 4:0:0:0: [sdc] 496000 512-byte logical blocks: (253 MB/242 MiB)
[   11.133021] sd 4:0:0:0: [sdc] Write Protect is off
[   11.133029] sd 4:0:0:0: [sdc] Mode Sense: 00 00 00 00
[   11.133033] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.135034] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.136085]  sdc: sdc1
[   11.138260] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.138268] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[   11.899998] EXT3-fs (sda8): using internal journal
[   12.184897] REISERFS (device sda7): found reiserfs format "3.6" with standard journal
[   12.184928] REISERFS (device sda7): using ordered data mode
[   12.194565] REISERFS (device sda7): journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   12.196452] REISERFS (device sda7): checking transaction log (sda7)
[   12.213098] REISERFS (device sda7): Using r5 hash to sort names
[   12.550801] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   12.599568] Adding 979928k swap on /dev/sda6.  Priority:-1 extents:1 across:979928k 
[   20.303374] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[   21.005997] ------------[ cut here ]------------
[   21.006057] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   21.006060] Hardware name:  
[   21.006063] Modules linked in: ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   21.006121] Pid: 960, comm: irq/5-b43 Tainted: P            2.6.39-ARCH #1
[   21.006124] Call Trace:
[   21.006136]  [<c1342afc>] ? printk+0x1d/0x1f
[   21.006147]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   21.006158]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   21.006168]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   21.006172]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   21.006183]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   21.006189]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   21.006200]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   21.006216]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   21.006230]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   21.006236]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   21.006245]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   21.006256]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   21.006262]  [<c100276e>] ? __switch_to+0xce/0x180
[   21.006271]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   21.006279]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   21.006288]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   21.006296]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   21.006300]  [<c109c5b8>] irq_thread+0x118/0x180
[   21.006304]  [<c109c620>] ? irq_thread+0x180/0x180
[   21.006309]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   21.006313]  [<c10638bd>] kthread+0x6d/0x80
[   21.006317]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   21.006323]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   21.006327] ---[ end trace 74728dd7ed30e9bb ]---
[   21.259491] NET: Registered protocol family 10
[   21.260934] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   21.566652] ------------[ cut here ]------------
[   21.566711] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   21.566729] Hardware name:  
[   21.566732] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   21.566793] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   21.566796] Call Trace:
[   21.566807]  [<c1342afc>] ? printk+0x1d/0x1f
[   21.566818]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   21.566829]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   21.566839]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   21.566844]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   21.566854]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   21.566861]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   21.566872]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   21.566888]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   21.566901]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   21.566907]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   21.566917]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   21.566928]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   21.566934]  [<c100276e>] ? __switch_to+0xce/0x180
[   21.566943]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   21.566951]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   21.566960]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   21.566968]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   21.566972]  [<c109c5b8>] irq_thread+0x118/0x180
[   21.566976]  [<c109c620>] ? irq_thread+0x180/0x180
[   21.566981]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   21.566985]  [<c10638bd>] kthread+0x6d/0x80
[   21.566989]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   21.566995]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   21.566999] ---[ end trace 74728dd7ed30e9bc ]---
[   24.944627] agpgart-nvidia 0000:00:00.0: AGP 3.0 bridge
[   24.944647] agpgart-nvidia 0000:00:00.0: putting AGP V3 device into 8x mode
[   24.944734] nvidia 0000:02:00.0: putting AGP V3 device into 8x mode
[   25.083829] forcedeth 0000:00:04.0: eth0: no link during initialization
[   25.084263] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   27.150409] ------------[ cut here ]------------
[   27.150465] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   27.150468] Hardware name:  
[   27.150470] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   27.150529] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   27.150532] Call Trace:
[   27.150544]  [<c1342afc>] ? printk+0x1d/0x1f
[   27.150554]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   27.150565]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   27.150575]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   27.150580]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   27.150590]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   27.150597]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   27.150607]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   27.150623]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   27.150636]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   27.150642]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   27.150651]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   27.150663]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   27.150669]  [<c100276e>] ? __switch_to+0xce/0x180
[   27.150678]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   27.150686]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   27.150695]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   27.150703]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   27.150707]  [<c109c5b8>] irq_thread+0x118/0x180
[   27.150711]  [<c109c620>] ? irq_thread+0x180/0x180
[   27.150716]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   27.150720]  [<c10638bd>] kthread+0x6d/0x80
[   27.150724]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   27.150730]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   27.150734] ---[ end trace 74728dd7ed30e9bd ]---
[   27.710972] ------------[ cut here ]------------
[   27.711027] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   27.711031] Hardware name:  
[   27.711033] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   27.711093] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   27.711096] Call Trace:
[   27.711108]  [<c1342afc>] ? printk+0x1d/0x1f
[   27.711118]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   27.711129]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   27.711140]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   27.711144]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   27.711155]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   27.711161]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   27.711172]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   27.711187]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   27.711200]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   27.711206]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   27.711215]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   27.711227]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   27.711233]  [<c100276e>] ? __switch_to+0xce/0x180
[   27.711242]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   27.711250]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   27.711259]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   27.711267]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   27.711271]  [<c109c5b8>] irq_thread+0x118/0x180
[   27.711275]  [<c109c620>] ? irq_thread+0x180/0x180
[   27.711279]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   27.711284]  [<c10638bd>] kthread+0x6d/0x80
[   27.711287]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   27.711294]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   27.711298] ---[ end trace 74728dd7ed30e9be ]---
[   27.786031] ------------[ cut here ]------------
[   27.786090] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   27.786094] Hardware name:  
[   27.786096] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   27.786156] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   27.786159] Call Trace:
[   27.786171]  [<c1342afc>] ? printk+0x1d/0x1f
[   27.786182]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   27.786193]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   27.786203]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   27.786208]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   27.786218]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   27.786225]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   27.786231]  [<c129bde3>] ? skb_release_data+0x93/0xa0
[   27.786235]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   27.786255]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   27.786259]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   27.786268]  [<e0df0040>] ? b43_nphy_op_switch_channel+0x4f0/0x620 [b43]
[   27.786280]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   27.786286]  [<c100276e>] ? __switch_to+0xce/0x180
[   27.786295]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   27.786342]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   27.786352]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   27.786360]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   27.786364]  [<c109c5b8>] irq_thread+0x118/0x180
[   27.786368]  [<c109c620>] ? irq_thread+0x180/0x180
[   27.786373]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   27.786377]  [<c10638bd>] kthread+0x6d/0x80
[   27.786381]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   27.786387]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   27.786391] ---[ end trace 74728dd7ed30e9bf ]---
[   27.813348] ------------[ cut here ]------------
[   27.813403] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   27.813406] Hardware name:  
[   27.813408] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   27.813469] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   27.813472] Call Trace:
[   27.813485]  [<c1342afc>] ? printk+0x1d/0x1f
[   27.813495]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   27.813506]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   27.813516]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   27.813521]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   27.813531]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   27.813542]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   27.813558]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   27.813572]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   27.813582]  [<e0dfe26e>] ? op32_fill_descriptor+0x9e/0xb0 [b43]
[   27.813593]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   27.813599]  [<c100276e>] ? __switch_to+0xce/0x180
[   27.813609]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   27.813616]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   27.813625]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   27.813633]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   27.813637]  [<c109c5b8>] irq_thread+0x118/0x180
[   27.813641]  [<c109c620>] ? irq_thread+0x180/0x180
[   27.813646]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   27.813650]  [<c10638bd>] kthread+0x6d/0x80
[   27.813654]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   27.813661]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   27.813664] ---[ end trace 74728dd7ed30e9c0 ]---
[   28.005785] ------------[ cut here ]------------
[   28.005842] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   28.005846] Hardware name:  
[   28.005848] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   28.005908] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   28.005911] Call Trace:
[   28.005923]  [<c1342afc>] ? printk+0x1d/0x1f
[   28.005934]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   28.005945]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   28.005955]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   28.005960]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   28.005970]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   28.005976]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   28.005987]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   28.006003]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   28.006016]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   28.006023]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   28.006032]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   28.006043]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   28.006049]  [<c100276e>] ? __switch_to+0xce/0x180
[   28.006059]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   28.006067]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   28.006075]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   28.006083]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   28.006087]  [<c109c5b8>] irq_thread+0x118/0x180
[   28.006091]  [<c109c620>] ? irq_thread+0x180/0x180
[   28.006096]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   28.006100]  [<c10638bd>] kthread+0x6d/0x80
[   28.006104]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   28.006110]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   28.006114] ---[ end trace 74728dd7ed30e9c1 ]---
[   30.680511] ------------[ cut here ]------------
[   30.680566] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   30.680601] Hardware name:  
[   30.680604] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   30.680665] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   30.680668] Call Trace:
[   30.680680]  [<c1342afc>] ? printk+0x1d/0x1f
[   30.680690]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   30.680702]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   30.680712]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   30.680717]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   30.680727]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   30.680733]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   30.680744]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   30.680759]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   30.680773]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   30.680779]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   30.680788]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   30.680800]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   30.680806]  [<c100276e>] ? __switch_to+0xce/0x180
[   30.680815]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   30.680823]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   30.680832]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   30.680840]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   30.680844]  [<c109c5b8>] irq_thread+0x118/0x180
[   30.680848]  [<c109c620>] ? irq_thread+0x180/0x180
[   30.680853]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   30.680857]  [<c10638bd>] kthread+0x6d/0x80
[   30.680861]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   30.680867]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   30.680871] ---[ end trace 74728dd7ed30e9c2 ]---
[   35.137581] ------------[ cut here ]------------
[   35.137641] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   35.137645] Hardware name:  
[   35.137647] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   35.137707] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   35.137710] Call Trace:
[   35.137722]  [<c1342afc>] ? printk+0x1d/0x1f
[   35.137733]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   35.137744]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   35.137754]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   35.137759]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   35.137769]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   35.137776]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   35.137787]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   35.137802]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   35.137815]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   35.137820]  [<c1040efc>] ? try_to_wake_up+0x1ac/0x350
[   35.137829]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   35.137840]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   35.137846]  [<c100276e>] ? __switch_to+0xce/0x180
[   35.137855]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   35.137863]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   35.137872]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   35.137880]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   35.137884]  [<c109c5b8>] irq_thread+0x118/0x180
[   35.137888]  [<c109c620>] ? irq_thread+0x180/0x180
[   35.137893]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   35.137897]  [<c10638bd>] kthread+0x6d/0x80
[   35.137901]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   35.137908]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   35.137911] ---[ end trace 74728dd7ed30e9c3 ]---
[   35.698068] ------------[ cut here ]------------
[   35.698128] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   35.698132] Hardware name:  
[   35.698134] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   35.698193] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   35.698196] Call Trace:
[   35.698208]  [<c1342afc>] ? printk+0x1d/0x1f
[   35.698219]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   35.698230]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   35.698241]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   35.698245]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   35.698256]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   35.698262]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   35.698274]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   35.698289]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   35.698303]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   35.698309]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   35.698318]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   35.698330]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   35.698336]  [<c100276e>] ? __switch_to+0xce/0x180
[   35.698345]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   35.698353]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   35.698362]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   35.698370]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   35.698374]  [<c109c5b8>] irq_thread+0x118/0x180
[   35.698378]  [<c109c620>] ? irq_thread+0x180/0x180
[   35.698383]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   35.698387]  [<c10638bd>] kthread+0x6d/0x80
[   35.698391]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   35.698397]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   35.698401] ---[ end trace 74728dd7ed30e9c4 ]---
[   36.505464] ------------[ cut here ]------------
[   36.505522] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   36.505525] Hardware name:  
[   36.505527] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   36.505588] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   36.505591] Call Trace:
[   36.505603]  [<c1342afc>] ? printk+0x1d/0x1f
[   36.505613]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   36.505624]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   36.505635]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   36.505639]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   36.505650]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   36.505656]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   36.505662]  [<c129bde3>] ? skb_release_data+0x93/0xa0
[   36.505666]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   36.505685]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   36.505689]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   36.505699]  [<e0df0040>] ? b43_nphy_op_switch_channel+0x4f0/0x620 [b43]
[   36.505710]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   36.505716]  [<c100276e>] ? __switch_to+0xce/0x180
[   36.505725]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   36.505733]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   36.505742]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   36.505750]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   36.505754]  [<c109c5b8>] irq_thread+0x118/0x180
[   36.505758]  [<c109c620>] ? irq_thread+0x180/0x180
[   36.505763]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   36.505767]  [<c10638bd>] kthread+0x6d/0x80
[   36.505771]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   36.505777]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   36.505781] ---[ end trace 74728dd7ed30e9c5 ]---
[   37.181152] EXT4-fs (sdb2): re-mounted. Opts: commit=0
[   40.155014] ------------[ cut here ]------------
[   40.155071] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   40.155074] Hardware name:  
[   40.155076] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   40.155137] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   40.155140] Call Trace:
[   40.155152]  [<c1342afc>] ? printk+0x1d/0x1f
[   40.155162]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   40.155173]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   40.155183]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   40.155188]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   40.155198]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   40.155205]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   40.155215]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   40.155231]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   40.155245]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   40.155249]  [<c1040efc>] ? try_to_wake_up+0x1ac/0x350
[   40.155259]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   40.155270]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   40.155276]  [<c100276e>] ? __switch_to+0xce/0x180
[   40.155285]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   40.155293]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   40.155302]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   40.155310]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   40.155314]  [<c109c5b8>] irq_thread+0x118/0x180
[   40.155318]  [<c109c620>] ? irq_thread+0x180/0x180
[   40.155323]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   40.155327]  [<c10638bd>] kthread+0x6d/0x80
[   40.155331]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   40.155338]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   40.155341] ---[ end trace 74728dd7ed30e9c6 ]---
[   40.715441] ------------[ cut here ]------------
[   40.715494] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   40.715498] Hardware name:  
[   40.715499] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   40.715558] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   40.715561] Call Trace:
[   40.715573]  [<c1342afc>] ? printk+0x1d/0x1f
[   40.715583]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   40.715594]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   40.715604]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   40.715609]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   40.715619]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   40.715626]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   40.715637]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   40.715652]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   40.715665]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   40.715671]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   40.715680]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   40.715692]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   40.715698]  [<c100276e>] ? __switch_to+0xce/0x180
[   40.715707]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   40.715715]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   40.715723]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   40.715731]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   40.715735]  [<c109c5b8>] irq_thread+0x118/0x180
[   40.715740]  [<c109c620>] ? irq_thread+0x180/0x180
[   40.715744]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   40.715748]  [<c10638bd>] kthread+0x6d/0x80
[   40.715752]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   40.715759]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   40.715762] ---[ end trace 74728dd7ed30e9c7 ]---
[   40.960298] ------------[ cut here ]------------
[   40.960353] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   40.960357] Hardware name:  
[   40.960359] Modules linked in: ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   40.960417] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   40.960420] Call Trace:
[   40.960432]  [<c1342afc>] ? printk+0x1d/0x1f
[   40.960442]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   40.960453]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   40.960463]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   40.960468]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   40.960478]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   40.960485]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   40.960496]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   40.960512]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   40.960526]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   40.960532]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   40.960541]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   40.960552]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   40.960558]  [<c100276e>] ? __switch_to+0xce/0x180
[   40.960568]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   40.960576]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   40.960584]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   40.960592]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   40.960596]  [<c109c5b8>] irq_thread+0x118/0x180
[   40.960601]  [<c109c620>] ? irq_thread+0x180/0x180
[   40.960605]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   40.960609]  [<c10638bd>] kthread+0x6d/0x80
[   40.960613]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   40.960620]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   40.960624] ---[ end trace 74728dd7ed30e9c8 ]---
[   57.214432] fuse init (API version 7.16)
[   75.994809] ------------[ cut here ]------------
[   75.994869] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   75.994872] Hardware name:  
[   75.994874] Modules linked in: fuse ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   75.994934] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   75.994937] Call Trace:
[   75.994950]  [<c1342afc>] ? printk+0x1d/0x1f
[   75.994961]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   75.994971]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   75.994982]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   75.994987]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   75.994997]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   75.995003]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   75.995015]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   75.995030]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   75.995044]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   75.995048]  [<c1040efc>] ? try_to_wake_up+0x1ac/0x350
[   75.995057]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   75.995069]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   75.995075]  [<c100276e>] ? __switch_to+0xce/0x180
[   75.995084]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   75.995092]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   75.995101]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   75.995109]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   75.995113]  [<c109c5b8>] irq_thread+0x118/0x180
[   75.995117]  [<c109c620>] ? irq_thread+0x180/0x180
[   75.995121]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   75.995126]  [<c10638bd>] kthread+0x6d/0x80
[   75.995130]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   75.995136]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   75.995140] ---[ end trace 74728dd7ed30e9c9 ]---
[   76.452622] ------------[ cut here ]------------
[   76.452683] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   76.452686] Hardware name:  
[   76.452688] Modules linked in: fuse ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   76.452748] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   76.452751] Call Trace:
[   76.452763]  [<c1342afc>] ? printk+0x1d/0x1f
[   76.452774]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   76.452785]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   76.452795]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   76.452800]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   76.452810]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   76.452817]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   76.452828]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   76.452844]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   76.452857]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   76.452863]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   76.452873]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   76.452884]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   76.452890]  [<c100276e>] ? __switch_to+0xce/0x180
[   76.452900]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   76.452908]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   76.452916]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   76.452924]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   76.452929]  [<c109c5b8>] irq_thread+0x118/0x180
[   76.452933]  [<c109c620>] ? irq_thread+0x180/0x180
[   76.452937]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   76.452942]  [<c10638bd>] kthread+0x6d/0x80
[   76.452945]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   76.452952]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   76.452956] ---[ end trace 74728dd7ed30e9ca ]---
[   76.555018] ------------[ cut here ]------------
[   76.555075] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   76.555079] Hardware name:  
[   76.555081] Modules linked in: fuse ipv6 ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   76.555140] Pid: 960, comm: irq/5-b43 Tainted: P        W   2.6.39-ARCH #1
[   76.555143] Call Trace:
[   76.555155]  [<c1342afc>] ? printk+0x1d/0x1f
[   76.555166]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   76.555177]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   76.555187]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   76.555192]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   76.555202]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   76.555209]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   76.555220]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   76.555235]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   76.555249]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   76.555255]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   76.555264]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   76.555276]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   76.555282]  [<c100276e>] ? __switch_to+0xce/0x180
[   76.555291]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   76.555299]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   76.555308]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   76.555316]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   76.555320]  [<c109c5b8>] irq_thread+0x118/0x180
[   76.555324]  [<c109c620>] ? irq_thread+0x180/0x180
[   76.555328]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   76.555333]  [<c10638bd>] kthread+0x6d/0x80
[   76.555336]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   76.555343]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   76.555346] ---[ end trace 74728dd7ed30e9cb ]---

as you can see on message [6.099998] the wifi card is found and detected, but on message [   20.303374] you can see that there is a warning concerning the firmware

[   20.303374] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[   21.005997] ------------[ cut here ]------------
[   21.006057] WARNING: at net/mac80211/rx.c:2889 ieee80211_rx+0x7be/0x860 [mac80211]()
[   21.006060] Hardware name: 
[   21.006063] Modules linked in: ext4 jbd2 crc16 reiserfs uas nvidia(P) usb_storage mt20xx tea5767 tda9887 tda8290 ir_lirc_codec lirc_dev ir_sony_decoder ir_jvc_decoder tuner ir_rc6_decoder msp3400 ir_rc5_decoder ir_nec_decoder bttv i2c_algo_bit videobuf_dma_sg videobuf_core btcx_risc rc_core tveeprom v4l2_common videodev snd_intel8x0 snd_ac97_codec psmouse i2c_nforce2 media serio_raw ac97_bus i2c_core sg snd_bt87x snd_pcm snd_timer snd firewire_ohci soundcore firewire_core shpchp snd_page_alloc pci_hotplug nvidia_agp ppdev agpgart arc4 evdev fan forcedeth pcspkr crc_itu_t parport_pc floppy parport thermal processor button ecb b43 ssb mmc_core pcmcia pcmcia_core mac80211 cfg80211 rfkill ext3 jbd mbcache sr_mod sd_mod cdrom pata_acpi sata_sil pata_amd ohci_hcd libata ehci_hcd usbcore scsi_mod
[   21.006121] Pid: 960, comm: irq/5-b43 Tainted: P            2.6.39-ARCH #1
[   21.006124] Call Trace:
[   21.006136]  [<c1342afc>] ? printk+0x1d/0x1f
[   21.006147]  [<c1046112>] warn_slowpath_common+0x72/0xa0
[   21.006158]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   21.006168]  [<e0cd6fbe>] ? ieee80211_rx+0x7be/0x860 [mac80211]
[   21.006172]  [<c1046162>] warn_slowpath_null+0x22/0x30
[   21.006183]  [<e0cd6fbe>] ieee80211_rx+0x7be/0x860 [mac80211]
[   21.006189]  [<c105e464>] ? __queue_work+0xd4/0x3d0
[   21.006200]  [<e0d6edb5>] ? ssb_pci_read32+0x25/0x50 [ssb]
[   21.006216]  [<e0de0392>] ? b43_tsf_read+0x32/0x50 [b43]
[   21.006230]  [<e0dfacdd>] b43_rx+0x3cd/0x5a0 [b43]
[   21.006236]  [<c129c0cd>] ? __kfree_skb+0x3d/0x90
[   21.006245]  [<e0df0080>] ? b43_nphy_op_switch_channel+0x530/0x620 [b43]
[   21.006256]  [<e0dffefe>] b43_dma_rx+0x1fe/0x300 [b43]
[   21.006262]  [<c100276e>] ? __switch_to+0xce/0x180
[   21.006271]  [<e0de432d>] b43_do_interrupt_thread+0x35d/0x5e0 [b43]
[   21.006279]  [<c1038129>] ? enqueue_task_rt+0x49/0x80
[   21.006288]  [<e0de45cd>] b43_interrupt_thread_handler+0x1d/0x30 [b43]
[   21.006296]  [<c109c63e>] irq_thread_fn+0x1e/0x40
[   21.006300]  [<c109c5b8>] irq_thread+0x118/0x180
[   21.006304]  [<c109c620>] ? irq_thread+0x180/0x180
[   21.006309]  [<c109c4a0>] ? irq_finalize_oneshot+0xf0/0xf0
[   21.006313]  [<c10638bd>] kthread+0x6d/0x80
[   21.006317]  [<c1063850>] ? kthread_worker_fn+0x160/0x160
[   21.006323]  [<c134b8be>] kernel_thread_helper+0x6/0x10
[   21.006327] ---[ end trace 74728dd7ed30e9bb ]---

Any idea? do you thing ihave to use a different firmware? which is the correct? Thanks for your help ...

Offline

#4 2011-09-01 16:18:25

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: bcm4318 not working

That's a driver crash. Something that's beyond my ability to diagnose.

Though looking at the b43 page I see you may have the wrong firmware. You're loading firmware 666.2 from the 5.100.138 driver, but the instructions above say this should be used with kernel 3.2 (hmm, is there even a 3.2 kernel? the 3.1 kernel is in rc now, so what exactly do they mean by 3.2?). So download the 5.10.56.27.3 driver instead and extract firmware from those. Firmware version reported in dmesg should then be 508.1084

I think the easiest way to get the correct firmware is to use the b43-firmware package from AUR.

Last edited by Gusar (2011-09-01 16:20:24)

Offline

#5 2011-09-01 16:18:42

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: bcm4318 not working

Update your system, then try again - 2.6.39 was a while ago now, and Arch is meant to be kept up to date.

FWIW I use the 4318 with absolutely no problems, have done for years.

Offline

#6 2011-09-01 20:25:09

caesar753
Member
Registered: 2010-09-08
Posts: 33

Re: bcm4318 not working

I cannot update the system until the wireless works, I think that if my wifi card worked with earlier kernel, it will work also with 2.6.39, what about the firmware? do you think it's the correct one?
Thanks ..

Offline

#7 2011-09-01 20:48:13

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: bcm4318 not working

If you have ethernet at the hand use it to update the system.

EDIT: Is your ESSID hidden?
EDIT2: Have you tried broadcom-wl driver?

Last edited by Shark (2011-09-01 20:54:53)


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#8 2011-09-01 21:03:45

caesar753
Member
Registered: 2010-09-08
Posts: 33

Re: bcm4318 not working

Gusar wrote:

That's a driver crash. Something that's beyond my ability to diagnose.

Though looking at the b43 page I see you may have the wrong firmware. You're loading firmware 666.2 from the 5.100.138 driver, but the instructions above say this should be used with kernel 3.2 (hmm, is there even a 3.2 kernel? the 3.1 kernel is in rc now, so what exactly do they mean by 3.2?). So download the 5.10.56.27.3 driver instead and extract firmware from those. Firmware version reported in dmesg should then be 508.1084

I think the easiest way to get the correct firmware is to use the b43-firmware package from AUR.

This was a great great idea: the driver was wrong, I downloaded that for "older kernel" from the site, deleted the previous (wrong) firmware, followed the instruction and now the wireless card is on with b43 driver. But there is the same issue that i had also with ndiswrapper: if i look at the wicd log i see that itcan authenticate with the wpa password, then starts dhcpcd, then the messages are

dhcpcd: Waiting for a lease

dhcpcd: Carrier lost

and i cannot obtain the ip address.
If I try to use a static ip the wifi card connects to the wireless network but after a few seconds the connection is lost ...
Any new idea??

Last edited by caesar753 (2011-09-01 21:05:25)

Offline

#9 2011-09-01 21:45:30

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: bcm4318 not working

Two ideas, no guarantee of success. One is to try dhclient instead of dhcpcd (I personally use busybox udhcpc, I find it by far the best). The other is to use netcfg instead of wicd.

Though I don't think the dhcp client is the issue. So other, even more vague ideas are to try a different channel for the wireless connection, or try different encryptions (WPA instead of WPA2, or even WEP, or no encryption).

Offline

#10 2011-09-02 10:56:22

caesar753
Member
Registered: 2010-09-08
Posts: 33

Re: bcm4318 not working

I downloaded dhclient but it didn't work, now i'm trying how to get netcfg working.
But I have done some new try and this is what I obtained

1)wpa_supplicant seems to get and lose the connection, here is my wpa_supplicant log

Trying to associate with 00:1e:58:ef:45:4b (SSID='pesca' freq=2437 MHz)
Authentication with 00:1e:58:ef:45:4b timed out.
Trying to associate with 00:1e:58:ef:45:4b (SSID='pesca' freq=2437 MHz)
Associated with 00:1e:58:ef:45:4b
WPA: Key negotiation completed with 00:1e:58:ef:45:4b [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:1e:58:ef:45:4b completed (auth) [id=0 id
_str=]
CTRL-EVENT-DISCONNECTED bssid=00:1e:58:ef:45:4b reason=0
Trying to associate with 00:1e:58:ef:45:4b (SSID='pesca' freq=2437 MHz)
Associated with 00:1e:58:ef:45:4b
WPA: Key negotiation completed with 00:1e:58:ef:45:4b [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:1e:58:ef:45:4b completed (reauth) [id=0 
id_str=]
CTRL-EVENT-DISCONNECTED bssid=00:1e:58:ef:45:4b reason=0
Trying to associate with 00:1e:58:ef:45:4b (SSID='pesca' freq=2437 MHz)
Associated with 00:1e:58:ef:45:4b
WPA: EAPOL-Key Replay Counter did not increase - dropping packet
CTRL-EVENT-DISCONNECTED bssid=00:1e:58:ef:45:4b reason=0

2) i tried also without the wpa protection, but also in this case wicd daemon cannot get the ip...

any idea??

Offline

#11 2011-09-02 13:20:36

caesar753
Member
Registered: 2010-09-08
Posts: 33

Re: bcm4318 not working

Hello,
I have some news. I passed from wicd to NetworkManager and now I'm able to log in the network and to obtain an ip address but this takes a real huge amount of time (2 or 3 minutes), and when I'm logged in the network is really slow: for example if I ping the access point the delay is about 200-300ms/packet and a lot of packets are lost (40-50%).
On windows everything works well (so it's not an hardware problem).
Any idea about this new issue?

Thanks a lot for the replies...

Offline

#12 2011-09-02 13:31:02

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: bcm4318 not working

Hmm, look in dmesg for which regulatory domain is loaded. If it's not the right one, install and configure crda, see if dmesg says something different this time, and if things work better. Also go as low-level as possible - meaning use netcfg (with NETCFG_DEBUG=1, so you'll get extra output) or even using wpa_supplicant and dhcpcd manually.

Offline

#13 2011-09-02 14:16:19

caesar753
Member
Registered: 2010-09-08
Posts: 33

Re: bcm4318 not working

Thanks for your help,Gusar, two questions:
1) what is a regulatory domain? What do I have to search?
2) what is crda? Can u give me a link to a guide?

Thanks...

Offline

#14 2011-09-02 16:29:43

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: bcm4318 not working

A regulatory domain determines which wireless channels you're allowed to use. Crda is an app that configures the domain for your wireless card: http://www.archlinux.org/packages/core/i686/crda/

I haven't used crda yet, even though for my usb wireless adapter the domain is set to China, while I'm definitely not in China. But so far this hasn't been an issue for me.

Offline

#15 2011-09-03 10:07:11

caesar753
Member
Registered: 2010-09-08
Posts: 33

Re: bcm4318 not working

Hello,

I installed CRDA, this is my dmesg:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[    0.000000]  BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI 2.2 present.
[    0.000000] DMI:    /NF7-S/NF7,NF7-V (nVidia-nForce2), BIOS 6.00 PG 11/22/2004
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x1fff0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-AFFFF uncachable
[    0.000000]   B0000-BFFFF write-combining
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 0D8000000 mask FFC000000 write-combining
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01c00000
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-000000001fff0000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 001fc00000 page 2M
[    0.000000]  001fc00000 - 001fff0000 page 4k
[    0.000000] kernel direct mapping tables up to 1fff0000 @ 1bfb000-1c00000
[    0.000000] RAMDISK: 1fdea000 - 1ffe0000
[    0.000000] ACPI: RSDP 000f6b00 00014 (v00 Nvidia)
[    0.000000] ACPI: RSDT 1fff3000 00028 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 1fff3040 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 1fff30c0 048E8 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000D)
[    0.000000] ACPI: FACS 1fff0000 00040
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 511MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1fff0000
[    0.000000]   low ram: 0 - 1fff0000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0001fff0
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0001fff0
[    0.000000] On node 0 totalpages: 130943
[    0.000000] free_area_init_node: node 0, pgdat c14a1980, node_mem_map df9ea200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 992 pages used for memmap
[    0.000000]   Normal zone: 125968 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] Found and enabled local APIC!
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:dec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @df400000 s27648 r0 d21504 u4194304
[    0.000000] pcpu-alloc: s27648 r0 d21504 u4194304 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129919
[    0.000000] Kernel command line: root=/dev/disk/by-uuid/f2c25441-eb96-4e48-89f2-9fb7212a268e ro
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 2096640 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 508904k/524224k available (3376k kernel code, 14868k reserved, 1390k data, 512k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xe07f0000 - 0xff7fe000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdfff0000   ( 511 MB)
[    0.000000]       .init : 0xc14a8000 - 0xc1528000   ( 512 kB)
[    0.000000]       .data : 0xc134c3bf - 0xc14a7c00   (1390 kB)
[    0.000000]       .text : 0xc1000000 - 0xc134c3bf   (3376 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:512
[    0.000000] CPU 0 irqstacks, hard=df00c000 soft=df00e000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1997.140 MHz processor.
[    0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 3995.70 BogoMIPS (lpj=6657133)
[    0.003465] pid_max: default: 32768 minimum: 301
[    0.003598] Security Framework initialized
[    0.003665] AppArmor: AppArmor disabled by boot time parameter
[    0.006716] Mount-cache hash table entries: 512
[    0.007117] Initializing cgroup subsys ns
[    0.007182] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.007268] Initializing cgroup subsys cpuacct
[    0.007347] Initializing cgroup subsys memory
[    0.007427] Initializing cgroup subsys devices
[    0.007490] Initializing cgroup subsys freezer
[    0.007552] Initializing cgroup subsys net_cls
[    0.007615] Initializing cgroup subsys blkio
[    0.007733] mce: CPU supports 4 MCE banks
[    0.008236] SMP alternatives: switching to UP code
[    0.012941] Freeing SMP alternatives: 16k freed
[    0.013024] ACPI: Core revision 20110316
[    0.017425] ACPI: setting ELCR to 0200 (from 0c20)
[    0.020061] ftrace: allocating 15225 entries in 30 pages
[    0.023481] weird, boot CPU (#0) not listed by the BIOS.
[    0.023550] SMP motherboard not detected.
[    0.026672] Enabling APIC mode:  Flat.  Using 0 I/O APICs
[    0.029998] SMP disabled
[    0.029998] Performance Events: AMD PMU driver.
[    0.029998] ... version:                0
[    0.029998] ... bit width:              48
[    0.029998] ... generic registers:      4
[    0.029998] ... value mask:             0000ffffffffffff
[    0.029998] ... max period:             00007fffffffffff
[    0.029998] ... fixed-purpose events:   0
[    0.029998] ... event mask:             000000000000000f
[    0.046878] NMI watchdog enabled, takes one hw-pmu counter.
[    0.053336] Brought up 1 CPUs
[    0.053394] Total of 1 processors activated (3995.70 BogoMIPS).
[    0.053661] devtmpfs: initialized
[    0.053974] PM: Registering ACPI NVS region at 1fff0000 (12288 bytes)
[    0.055461] print_constraints: dummy: 
[    0.055621] NET: Registered protocol family 16
[    0.055843] ACPI: bus type pci registered
[    0.056700] PCI: PCI BIOS revision 2.10 entry at 0xfb420, last bus=2
[    0.056763] PCI: Using configuration type 1 for base access
[    0.057621] bio: create slab <bio-0> at 0
[    0.058857] ACPI: EC: Look up EC in DSDT
[    0.063590] ACPI: Interpreter enabled
[    0.063658] ACPI: (supports S0 S1 S4 S5)
[    0.063880] ACPI: Using PIC for interrupt routing
[    0.070326] ACPI: No dock devices found.
[    0.070392] HEST: Table not found.
[    0.070453] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.070625] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.070832] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.070836] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.070840] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.070844] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
[    0.070848] pci_root PNP0A03:00: host bridge window [mem 0x20000000-0xfebfffff] (ignored)
[    0.070867] pci 0000:00:00.0: [10de:01e0] type 0 class 0x000600
[    0.070878] pci 0000:00:00.0: reg 10: [mem 0xd8000000-0xdbffffff pref]
[    0.070898] pci 0000:00:00.0: nForce2 C1 Halt Disconnect fixup
[    0.070985] pci 0000:00:00.1: [10de:01eb] type 0 class 0x000500
[    0.071025] pci 0000:00:00.2: [10de:01ee] type 0 class 0x000500
[    0.071064] pci 0000:00:00.3: [10de:01ed] type 0 class 0x000500
[    0.071104] pci 0000:00:00.4: [10de:01ec] type 0 class 0x000500
[    0.071143] pci 0000:00:00.5: [10de:01ef] type 0 class 0x000500
[    0.071188] pci 0000:00:01.0: [10de:0060] type 0 class 0x000601
[    0.071270] pci 0000:00:01.1: [10de:0064] type 0 class 0x000c05
[    0.071285] pci 0000:00:01.1: reg 10: [io  0xc400-0xc41f]
[    0.071341] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.071346] pci 0000:00:01.1: PME# disabled
[    0.071369] pci 0000:00:02.0: [10de:0067] type 0 class 0x000c03
[    0.071385] pci 0000:00:02.0: reg 10: [mem 0xe1087000-0xe1087fff]
[    0.071439] pci 0000:00:02.0: supports D1 D2
[    0.071442] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071446] pci 0000:00:02.0: PME# disabled
[    0.071464] pci 0000:00:02.1: [10de:0067] type 0 class 0x000c03
[    0.071479] pci 0000:00:02.1: reg 10: [mem 0xe1082000-0xe1082fff]
[    0.071533] pci 0000:00:02.1: supports D1 D2
[    0.071536] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071540] pci 0000:00:02.1: PME# disabled
[    0.071560] pci 0000:00:02.2: [10de:0068] type 0 class 0x000c03
[    0.071578] pci 0000:00:02.2: reg 10: [mem 0xe1083000-0xe10830ff]
[    0.071638] pci 0000:00:02.2: supports D1 D2
[    0.071641] pci 0000:00:02.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071646] pci 0000:00:02.2: PME# disabled
[    0.071671] pci 0000:00:04.0: [10de:0066] type 0 class 0x000200
[    0.071686] pci 0000:00:04.0: reg 10: [mem 0xe1086000-0xe1086fff]
[    0.071696] pci 0000:00:04.0: reg 14: [io  0xb000-0xb007]
[    0.071744] pci 0000:00:04.0: supports D1 D2
[    0.071746] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071751] pci 0000:00:04.0: PME# disabled
[    0.071770] pci 0000:00:05.0: [10de:006b] type 0 class 0x000401
[    0.071786] pci 0000:00:05.0: reg 10: [mem 0xe1000000-0xe107ffff]
[    0.071840] pci 0000:00:05.0: supports D1 D2
[    0.071857] pci 0000:00:06.0: [10de:006a] type 0 class 0x000401
[    0.071873] pci 0000:00:06.0: reg 10: [io  0xb400-0xb4ff]
[    0.071882] pci 0000:00:06.0: reg 14: [io  0xb800-0xb87f]
[    0.071892] pci 0000:00:06.0: reg 18: [mem 0xe1080000-0xe1080fff]
[    0.071933] pci 0000:00:06.0: supports D1 D2
[    0.071949] pci 0000:00:08.0: [10de:006c] type 1 class 0x000604
[    0.071990] pci 0000:00:09.0: [10de:0065] type 0 class 0x000101
[    0.072030] pci 0000:00:09.0: reg 20: [io  0xf000-0xf00f]
[    0.072078] pci 0000:00:0d.0: [10de:006e] type 0 class 0x000c00
[    0.072093] pci 0000:00:0d.0: reg 10: [mem 0xe1084000-0xe10847ff]
[    0.072103] pci 0000:00:0d.0: reg 14: [mem 0xe1085000-0xe108503f]
[    0.072150] pci 0000:00:0d.0: supports D1 D2
[    0.072153] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.072158] pci 0000:00:0d.0: PME# disabled
[    0.072187] pci 0000:00:1e.0: [10de:01e8] type 1 class 0x000604
[    0.072247] pci 0000:01:09.0: [14e4:4318] type 0 class 0x000280
[    0.072263] pci 0000:01:09.0: reg 10: [mem 0xe0000000-0xe0001fff]
[    0.072344] pci 0000:01:0a.0: [109e:036e] type 0 class 0x000400
[    0.072367] pci 0000:01:0a.0: reg 10: [mem 0xdc000000-0xdc000fff pref]
[    0.072472] pci 0000:01:0a.1: [109e:0878] type 0 class 0x000480
[    0.072495] pci 0000:01:0a.1: reg 10: [mem 0xdc001000-0xdc001fff pref]
[    0.072604] pci 0000:01:0b.0: [1095:3112] type 0 class 0x000104
[    0.072624] pci 0000:01:0b.0: reg 10: [io  0x9000-0x9007]
[    0.072637] pci 0000:01:0b.0: reg 14: [io  0x9400-0x9403]
[    0.072649] pci 0000:01:0b.0: reg 18: [io  0x9800-0x9807]
[    0.072661] pci 0000:01:0b.0: reg 1c: [io  0x9c00-0x9c03]
[    0.072674] pci 0000:01:0b.0: reg 20: [io  0xa000-0xa00f]
[    0.072686] pci 0000:01:0b.0: reg 24: [mem 0xe0002000-0xe00021ff]
[    0.072699] pci 0000:01:0b.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[    0.072720] pci 0000:01:0b.0: supports D1 D2
[    0.072756] pci 0000:00:08.0: PCI bridge to [bus 01-01]
[    0.072819] pci 0000:00:08.0:   bridge window [io  0x9000-0xafff]
[    0.072824] pci 0000:00:08.0:   bridge window [mem 0xdf000000-0xe0ffffff]
[    0.072829] pci 0000:00:08.0:   bridge window [mem 0xdc000000-0xdcffffff pref]
[    0.072855] pci 0000:02:00.0: [10de:0322] type 0 class 0x000300
[    0.072871] pci 0000:02:00.0: reg 10: [mem 0xdd000000-0xddffffff]
[    0.072881] pci 0000:02:00.0: reg 14: [mem 0xd0000000-0xd7ffffff pref]
[    0.072916] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.072970] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[    0.073032] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.073036] pci 0000:00:1e.0:   bridge window [mem 0xdd000000-0xdeffffff]
[    0.073041] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xd7ffffff pref]
[    0.073053] pci_bus 0000:00: on NUMA node 0
[    0.073057] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.073202] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.073381] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.101038] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.101686] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.102238] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.102790] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.103353] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.103995] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.104547] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.105097] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.105662] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.106214] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.106772] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.107412] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.107963] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.108515] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.109065] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.109703] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.110345] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[    0.110601] ACPI: PCI Interrupt Link [APC2] (IRQs *17)
[    0.110819] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[    0.111036] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[    0.111253] ACPI: PCI Interrupt Link [APCE] (IRQs *16), disabled.
[    0.111542] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[    0.111900] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
[    0.112256] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[    0.112612] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0
[    0.112979] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
[    0.113372] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[    0.113739] ACPI: PCI Interrupt Link [APCS] (IRQs *23)
[    0.113986] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[    0.114343] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0
[    0.114699] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[    0.115092] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    0.115588] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.115670] vgaarb: loaded
[    0.115880] PCI: Using ACPI for IRQ routing
[    0.115944] PCI: pci_cache_line_size set to 32 bytes
[    0.116029] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.116033] reserve RAM buffer: 000000001fff0000 - 000000001fffffff 
[    0.116220] NetLabel: Initializing
[    0.116278] NetLabel:  domain hash size = 128
[    0.116337] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.116414] NetLabel:  unlabeled traffic allowed by default
[    0.125941] pnp: PnP ACPI init
[    0.126700] ACPI: bus type pnp registered
[    0.127077] pnp 00:00: [io  0x4000-0x407f]
[    0.127081] pnp 00:00: [io  0x4080-0x40ff]
[    0.127084] pnp 00:00: [io  0x4400-0x447f]
[    0.127086] pnp 00:00: [io  0x4480-0x44ff]
[    0.127089] pnp 00:00: [io  0x4200-0x427f]
[    0.127092] pnp 00:00: [io  0x4280-0x42ff]
[    0.127184] system 00:00: [io  0x4000-0x407f] has been reserved
[    0.127248] system 00:00: [io  0x4080-0x40ff] has been reserved
[    0.127310] system 00:00: [io  0x4400-0x447f] has been reserved
[    0.127372] system 00:00: [io  0x4480-0x44ff] has been reserved
[    0.127434] system 00:00: [io  0x4200-0x427f] has been reserved
[    0.127496] system 00:00: [io  0x4280-0x42ff] has been reserved
[    0.127560] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.127575] pnp 00:01: [io  0x5000-0x503f]
[    0.127578] pnp 00:01: [io  0x5100-0x513f]
[    0.127628] system 00:01: [io  0x5000-0x503f] has been reserved
[    0.127691] system 00:01: [io  0x5100-0x513f] has been reserved
[    0.127754] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.127932] pnp 00:02: [mem 0x000cf000-0x000cffff]
[    0.127936] pnp 00:02: [mem 0x000f0000-0x000f7fff]
[    0.127939] pnp 00:02: [mem 0x000f8000-0x000fbfff]
[    0.127942] pnp 00:02: [mem 0x000fc000-0x000fffff]
[    0.127945] pnp 00:02: [mem 0x1fff0000-0x1fffffff]
[    0.127948] pnp 00:02: [mem 0xffff0000-0xffffffff]
[    0.127957] pnp 00:02: [mem 0x00000000-0x0009ffff]
[    0.127960] pnp 00:02: [mem 0x00100000-0x1ffeffff]
[    0.127963] pnp 00:02: [mem 0xfec00000-0xfec00fff]
[    0.127966] pnp 00:02: [mem 0xfee00000-0xfee00fff]
[    0.128027] system 00:02: [mem 0x000cf000-0x000cffff] has been reserved
[    0.128092] system 00:02: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.128156] system 00:02: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.128220] system 00:02: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.128284] system 00:02: [mem 0x1fff0000-0x1fffffff] could not be reserved
[    0.128348] system 00:02: [mem 0xffff0000-0xffffffff] has been reserved
[    0.128411] system 00:02: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.128475] system 00:02: [mem 0x00100000-0x1ffeffff] could not be reserved
[    0.128539] system 00:02: [mem 0xfec00000-0xfec00fff] has been reserved
[    0.128602] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.128666] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.128733] pnp 00:03: [bus 00-ff]
[    0.128737] pnp 00:03: [io  0x0cf8-0x0cff]
[    0.128740] pnp 00:03: [io  0x0000-0x0cf7 window]
[    0.128744] pnp 00:03: [io  0x0d00-0xffff window]
[    0.128747] pnp 00:03: [mem 0x000a0000-0x000bffff window]
[    0.128750] pnp 00:03: [mem 0x000c0000-0x000dffff window]
[    0.128753] pnp 00:03: [mem 0x20000000-0xfebfffff window]
[    0.128834] pnp 00:03: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.129392] pnp 00:04: [io  0x0010-0x001f]
[    0.129395] pnp 00:04: [io  0x0022-0x003f]
[    0.129398] pnp 00:04: [io  0x0044-0x005f]
[    0.129401] pnp 00:04: [io  0x0062-0x0063]
[    0.129403] pnp 00:04: [io  0x0065-0x006f]
[    0.129406] pnp 00:04: [io  0x0074-0x007f]
[    0.129409] pnp 00:04: [io  0x0091-0x0093]
[    0.129411] pnp 00:04: [io  0x00a2-0x00bf]
[    0.129414] pnp 00:04: [io  0x00e0-0x00ef]
[    0.129416] pnp 00:04: [io  0x0b78-0x0b7b]
[    0.129419] pnp 00:04: [io  0x0f78-0x0f7b]
[    0.129422] pnp 00:04: [io  0x0a78-0x0a7b]
[    0.129424] pnp 00:04: [io  0x0e78-0x0e7b]
[    0.129427] pnp 00:04: [io  0x0bbc-0x0bbf]
[    0.129429] pnp 00:04: [io  0x0fbc-0x0fbf]
[    0.129432] pnp 00:04: [io  0x04d0-0x04d1]
[    0.129435] pnp 00:04: [io  0x0294-0x0297]
[    0.129518] system 00:04: [io  0x0b78-0x0b7b] has been reserved
[    0.129999] system 00:04: [io  0x0f78-0x0f7b] has been reserved
[    0.130062] system 00:04: [io  0x0a78-0x0a7b] has been reserved
[    0.130125] system 00:04: [io  0x0e78-0x0e7b] has been reserved
[    0.130187] system 00:04: [io  0x0bbc-0x0bbf] has been reserved
[    0.130248] system 00:04: [io  0x0fbc-0x0fbf] has been reserved
[    0.130310] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.130372] system 00:04: [io  0x0294-0x0297] has been reserved
[    0.130435] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.130453] pnp 00:05: [dma 4]
[    0.130456] pnp 00:05: [io  0x0000-0x000f]
[    0.130459] pnp 00:05: [io  0x0080-0x0090]
[    0.130462] pnp 00:05: [io  0x0094-0x009f]
[    0.130464] pnp 00:05: [io  0x00c0-0x00df]
[    0.130509] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.130524] pnp 00:06: [io  0x0070-0x0073]
[    0.130531] pnp 00:06: [irq 8]
[    0.130582] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.130595] pnp 00:07: [io  0x0061]
[    0.130645] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.130658] pnp 00:08: [io  0x00f0-0x00ff]
[    0.130662] pnp 00:08: [irq 13]
[    0.130706] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.130850] pnp 00:09: [io  0x03f0-0x03f5]
[    0.130853] pnp 00:09: [io  0x03f7]
[    0.130856] pnp 00:09: [irq 6]
[    0.130859] pnp 00:09: [dma 2]
[    0.130922] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.131129] pnp 00:0a: [io  0x03f8-0x03ff]
[    0.131133] pnp 00:0a: [irq 4]
[    0.131217] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.131433] pnp 00:0b: [io  0x02f8-0x02ff]
[    0.131437] pnp 00:0b: [irq 3]
[    0.131519] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.131939] pnp 00:0c: [io  0x0378-0x037f]
[    0.131943] pnp 00:0c: [io  0x0778-0x077b]
[    0.131946] pnp 00:0c: [irq 7]
[    0.131949] pnp 00:0c: [dma 3]
[    0.132034] pnp 00:0c: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.132089] pnp 00:0d: [irq 12]
[    0.132137] pnp 00:0d: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.132169] pnp 00:0e: [io  0x0060]
[    0.132172] pnp 00:0e: [io  0x0064]
[    0.132175] pnp 00:0e: [irq 1]
[    0.132231] pnp 00:0e: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.132262] pnp: PnP ACPI: found 15 devices
[    0.132321] ACPI: ACPI bus type pnp unregistered
[    0.169454] Switching to clocksource acpi_pm
[    0.169593] pci 0000:01:0b.0: BAR 6: assigned [mem 0xdc080000-0xdc0fffff pref]
[    0.169674] pci 0000:00:08.0: PCI bridge to [bus 01-01]
[    0.169736] pci 0000:00:08.0:   bridge window [io  0x9000-0xafff]
[    0.169802] pci 0000:00:08.0:   bridge window [mem 0xdf000000-0xe0ffffff]
[    0.169867] pci 0000:00:08.0:   bridge window [mem 0xdc000000-0xdcffffff pref]
[    0.169950] pci 0000:02:00.0: BAR 6: assigned [mem 0xde000000-0xde01ffff pref]
[    0.169950] Switched to NOHz mode on CPU #0
[    0.169950] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[    0.169950] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.169950] pci 0000:00:1e.0:   bridge window [mem 0xdd000000-0xdeffffff]
[    0.169950] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xd7ffffff pref]
[    0.169950] pci 0000:00:08.0: setting latency timer to 64
[    0.169950] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.169950] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.169950] pci_bus 0000:01: resource 0 [io  0x9000-0xafff]
[    0.169950] pci_bus 0000:01: resource 1 [mem 0xdf000000-0xe0ffffff]
[    0.169950] pci_bus 0000:01: resource 2 [mem 0xdc000000-0xdcffffff pref]
[    0.169950] pci_bus 0000:02: resource 1 [mem 0xdd000000-0xdeffffff]
[    0.169950] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd7ffffff pref]
[    0.169950] NET: Registered protocol family 2
[    0.169950] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.169950] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.169950] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    0.169950] TCP: Hash tables configured (established 16384 bind 16384)
[    0.169950] TCP reno registered
[    0.169950] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.169950] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.169950] NET: Registered protocol family 1
[    0.169950] pci 0000:02:00.0: Boot video device
[    0.169950] PCI: CLS 32 bytes, default 32
[    0.169950] Unpacking initramfs...
[    0.217956] Freeing initrd memory: 2008k freed
[    0.221187] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[    0.221256] apm: overridden by ACPI.
[    0.221509] audit: initializing netlink socket (disabled)
[    0.221588] type=2000 audit(1314988168.219:1): initialized
[    0.221982] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.224544] VFS: Disk quotas dquot_6.5.2
[    0.224719] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.224939] msgmni has been set to 997
[    0.225302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.225440] io scheduler noop registered
[    0.225499] io scheduler deadline registered
[    0.225571] io scheduler cfq registered (default)
[    0.225999] ERST: Table is not found!
[    0.226074] isapnp: Scanning for PnP cards...
[    0.583279] isapnp: No Plug & Play device found
[    0.583491] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.604172] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.637249] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.697479] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.730635] 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.743725] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.746301] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.746409] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.746600] mousedev: PS/2 mouse device common for all mice
[    0.746820] rtc_cmos 00:06: RTC can wake from S4
[    0.753480] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    0.753563] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.753658] cpuidle: using governor ladder
[    0.753717] cpuidle: using governor menu
[    0.754087] TCP cubic registered
[    0.754146] NET: Registered protocol family 17
[    0.754217] Registering the dns_resolver key type
[    0.754327] Using IPI No-Shortcut mode
[    0.754507] PM: Hibernation image not present or could not be loaded.
[    0.754520] registered taskstats version 1
[    0.754977] rtc_cmos 00:06: setting system clock to 2011-09-02 18:29:29 UTC (1314988169)
[    0.755088] Initializing network drop monitor service
[    0.755257] Freeing unused kernel memory: 512k freed
[    0.756070] Write protecting the kernel text: 3380k
[    0.756156] Write protecting the kernel read-only data: 1028k
[    0.767159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.783843] udevd[42]: starting version 171
[    1.135507] usbcore: registered new interface driver usbfs
[    1.135618] usbcore: registered new interface driver hub
[    1.138075] usbcore: registered new device driver usb
[    1.146888] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.147202] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 10
[    1.147265] PCI: setting IRQ 10 as level-triggered
[    1.147275] ehci_hcd 0000:00:02.2: PCI INT C -> Link[LUB2] -> GSI 10 (level, low) -> IRQ 10
[    1.147382] ehci_hcd 0000:00:02.2: setting latency timer to 64
[    1.147387] ehci_hcd 0000:00:02.2: EHCI Host Controller
[    1.147504] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
[    1.152356] SCSI subsystem initialized
[    1.156799] ehci_hcd 0000:00:02.2: debug port 1
[    1.156878] ehci_hcd 0000:00:02.2: cache line size of 32 is not supported
[    1.156898] ehci_hcd 0000:00:02.2: irq 10, io mem 0xe1083000
[    1.166701] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00
[    1.167103] hub 1-0:1.0: USB hub found
[    1.167168] hub 1-0:1.0: 6 ports detected
[    1.204339] libata version 3.00 loaded.
[    1.211152] sata_sil 0000:01:0b.0: version 2.4
[    1.211409] ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11
[    1.211479] PCI: setting IRQ 11 as level-triggered
[    1.211487] sata_sil 0000:01:0b.0: PCI INT A -> Link[LNK3] -> GSI 11 (level, low) -> IRQ 11
[    1.212654] pata_amd 0000:00:09.0: version 0.4.1
[    1.212746] pata_amd 0000:00:09.0: setting latency timer to 64
[    1.213550] scsi0 : sata_sil
[    1.213841] scsi1 : pata_amd
[    1.214054] scsi2 : sata_sil
[    1.214231] ata1: SATA max UDMA/100 mmio m512@0xe0002000 tf 0xe0002080 irq 11
[    1.214298] ata2: SATA max UDMA/100 mmio m512@0xe0002000 tf 0xe00020c0 irq 11
[    1.214767] scsi3 : pata_amd
[    1.215652] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.215719] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.226697] Refined TSC clocksource calibration: 1996.975 MHz.
[    1.226771] Switching to clocksource tsc
[    1.270544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.270843] ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 11
[    1.270912] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUBA] -> GSI 11 (level, low) -> IRQ 11
[    1.271019] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    1.271024] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    1.271109] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    1.276707] ohci_hcd 0000:00:02.0: irq 11, io mem 0xe1087000
[    1.332437] hub 2-0:1.0: USB hub found
[    1.332506] hub 2-0:1.0: 3 ports detected
[    1.332838] ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 5
[    1.332901] PCI: setting IRQ 5 as level-triggered
[    1.332908] ohci_hcd 0000:00:02.1: PCI INT B -> Link[LUBB] -> GSI 5 (level, low) -> IRQ 5
[    1.333013] ohci_hcd 0000:00:02.1: setting latency timer to 64
[    1.333018] ohci_hcd 0000:00:02.1: OHCI Host Controller
[    1.333090] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
[    1.336704] ohci_hcd 0000:00:02.1: irq 5, io mem 0xe1082000
[    1.380523] ata3.00: ATA-7: Maxtor 6Y120L0, YAR41BW0, max UDMA/133
[    1.380587] ata3.00: 240121728 sectors, multi 16: LBA 
[    1.380911] ata3.01: ATA-5: ST320423A, 3.02, max UDMA/66
[    1.380973] ata3.01: 40011300 sectors, multi 32: LBA 
[    1.381041] ata3: nv_mode_filter: 0x7f39f&0x7f39f->0x7f39f, BIOS=0x7f000 (0xc7c5c000) ACPI=0x7f01f (15:30:0x1f)
[    1.381048] ata3: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc7c5c000) ACPI=0x1f01f (15:30:0x1f)
[    1.393109] hub 3-0:1.0: USB hub found
[    1.393184] hub 3-0:1.0: 3 ports detected
[    1.393828] ata3.00: configured for UDMA/133
[    1.407214] ata3.01: configured for UDMA/66
[    1.473355] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    1.533363] ata1: SATA link down (SStatus 0 SControl 310)
[    1.853370] ata2: SATA link down (SStatus 0 SControl 310)
[    1.853691] scsi 1:0:0:0: Direct-Access     ATA      Maxtor 6Y120L0   YAR4 PQ: 0 ANSI: 5
[    1.854114] scsi 1:0:1:0: Direct-Access     ATA      ST320423A        3.02 PQ: 0 ANSI: 5
[    2.030348] ata4.00: ATAPI: HL-DT-STDVD-ROM GDR8161B, 0102, max UDMA/33
[    2.030424] ata4: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc7c5c000) ACPI=0x701f (60:600:0x13)
[    2.043591] ata4.00: configured for UDMA/33
[    2.051413] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVD-ROM GDR8161B 0102 PQ: 0 ANSI: 5
[    2.093270] sd 1:0:0:0: [sda] 240121728 512-byte logical blocks: (122 GB/114 GiB)
[    2.093472] sd 1:0:0:0: [sda] Write Protect is off
[    2.093535] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.093566] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.107121] sr0: scsi3-mmc drive: 20x/48x cd/rw xa/form2 cdda tray
[    2.107195] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.108157] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    2.116449] sd 1:0:1:0: [sdb] 40011300 512-byte logical blocks: (20.4 GB/19.0 GiB)
[    2.137415] sd 1:0:1:0: [sdb] Write Protect is off
[    2.138520] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    2.148558]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
[    2.149285] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.149358] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.151175]  sdb: sdb1 sdb2
[    2.151723] sd 1:0:1:0: [sdb] Attached SCSI disk
[    3.557537] EXT3-fs: barriers not enabled
[    3.572580] EXT3-fs (sda8): mounted filesystem with ordered data mode
[    3.573069] kjournald starting.  Commit interval 5 seconds
[    5.390345] udevd[266]: starting version 171
[    5.655001] cfg80211: Calling CRDA to update world regulatory domain
[    6.129752] ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 5
[    6.129764] b43-pci-bridge 0000:01:09.0: PCI INT A -> Link[LNK2] -> GSI 5 (level, low) -> IRQ 5
[    6.143395] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0D, vendor 0x4243)
[    6.143410] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x09, vendor 0x4243)
[    6.143417] ssb: Core 2 found: PCI (cc 0x804, rev 0x0C, vendor 0x4243)
[    6.143425] ssb: Core 3 found: PCMCIA (cc 0x80D, rev 0x07, vendor 0x4243)
[    6.176774] ssb: Sonics Silicon Backplane found on PCI device 0000:01:09.0
[    6.309724] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[    6.475372] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    6.475841] Registered led device: b43-phy0::tx
[    6.475870] Registered led device: b43-phy0::rx
[    6.475904] Registered led device: b43-phy0::radio
[    6.475928] Broadcom 43xx driver loaded [ Features: PMNLS, Firmware-ID: FW13 ]
[    6.640688] Floppy drive(s): fd0 is 1.44M
[    6.662554] thermal LNXTHERM:00: registered as thermal_zone0
[    6.662560] ACPI: Thermal Zone [THRM] (45 C)
[    6.666846] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    6.666861] ACPI: Power Button [PWRB]
[    6.666972] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    6.666978] ACPI: Power Button [PWRF]
[    6.676786] FDC 0 is a post-1991 82077
[    6.684601] ACPI: Fan [FAN] (on)
[    6.685157] Linux agpgart interface v0.103
[    6.687238] ACPI: acpi_idle registered with cpuidle
[    6.725286] agpgart: Detected NVIDIA nForce2 chipset
[    6.748970] agpgart-nvidia 0000:00:00.0: AGP aperture is 64M @ 0xd8000000
[    7.069262] i2c i2c-0: nForce2 SMBus adapter at 0x5000
[    7.069296] i2c i2c-1: nForce2 SMBus adapter at 0x5100
[    7.281960] ACPI: PCI Interrupt Link [LFIR] enabled at IRQ 11
[    7.281972] firewire_ohci 0000:00:0d.0: PCI INT A -> Link[LFIR] -> GSI 11 (level, low) -> IRQ 11
[    7.281981] firewire_ohci 0000:00:0d.0: setting latency timer to 64
[    7.319847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.333492] firewire_ohci: Added fw-ohci device 0000:00:0d.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x0
[    7.591276] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.620235] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    7.621358] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    7.621593] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 10
[    7.621603] forcedeth 0000:00:04.0: PCI INT A -> Link[LMAC] -> GSI 10 (level, low) -> IRQ 10
[    7.621611] forcedeth 0000:00:04.0: setting latency timer to 64
[    7.636032] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    7.639531] sd 1:0:1:0: Attached scsi generic sg1 type 0
[    7.643986] sr 3:0:0:0: Attached scsi generic sg2 type 5
[    7.647187] parport_pc 00:0c: reported by Plug and Play ACPI
[    7.647309] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[    7.689571] Linux media interface: v0.10
[    7.776579] ppdev: user-space parallel port driver
[    7.787877] psmouse serio1: ID: 10 00 64
[    7.833532] firewire_core: created device fw0: GUID 000000508df4beaf, S400
[    7.927332] Linux video capture interface: v2.00
[    8.144260] forcedeth 0000:00:04.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:50:8d:f5:be:af
[    8.144267] forcedeth 0000:00:04.0: timirq lnktim desc-v1
[    8.197544] Bt87x 0000:01:0a.1: PCI INT A -> Link[LNK3] -> GSI 11 (level, low) -> IRQ 11
[    8.197957] bt87x0: Using board 1, analog, digital (rate 32000 Hz)
[    8.425289] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[    8.659755] ACPI: PCI Interrupt Link [LACI] enabled at IRQ 5
[    8.659767] Intel ICH 0000:00:06.0: PCI INT A -> Link[LACI] -> GSI 5 (level, low) -> IRQ 5
[    8.659813] Intel ICH 0000:00:06.0: setting latency timer to 64
[    8.948746] IR NEC protocol handler initialized
[    8.990024] intel8x0_measure_ac97_clock: measured 53182 usecs (2584 samples)
[    8.990031] intel8x0: clocking to 47420
[    9.019905] IR RC5(x) protocol handler initialized
[    9.226978] cfg80211: World regulatory domain updated:
[    9.226986] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    9.226991] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.226995] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    9.226998] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    9.227002] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.227005] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.227038] cfg80211: Calling CRDA for country: IT
[    9.232367] cfg80211: Regulatory domain changed to country: IT
[    9.232375] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    9.232379] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    9.232382] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    9.232385] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    9.232388] cfg80211:     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[    9.250499] bttv: driver version 0.9.18 loaded
[    9.250505] bttv: using 8 buffers with 2080k (520 pages) each for capture
[    9.250876] bttv: Bt8xx card found (0).
[    9.250910] bttv 0000:01:0a.0: PCI INT A -> Link[LNK3] -> GSI 11 (level, low) -> IRQ 11
[    9.250926] bttv0: Bt878 (rev 17) at 0000:01:0a.0, irq: 11, latency: 32, mmio: 0xdc000000
[    9.250964] bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
[    9.250968] bttv0: using: Pinnacle PCTV Studio/Rave [card=39,autodetected]
[    9.251016] bttv0: gpio: en=00000000, out=00000000 in=00fffbff [init]
[    9.251150] bttv0: i2c: checking for MSP34xx @ 0x80... found
[    9.251405] bttv0: pinnacle/mt: id=2 info="PAL+SECAM / stereo" radio=yes
[    9.251409] bttv0: tuner type=33
[    9.281731] IR RC6 protocol handler initialized
[    9.285210] i2c-core: driver [msp3400] using legacy suspend method
[    9.285215] i2c-core: driver [msp3400] using legacy resume method
[    9.299130] msp3400 2-0040: MSP3410G-B11 found @ 0x80 (bt878 #0 [sw])
[    9.299136] msp3400 2-0040: msp3400 supports nicam and radio, mode is autodetect and autoselect
[    9.373802] IR JVC protocol handler initialized
[    9.382225] i2c-core: driver [tuner] using legacy suspend method
[    9.382231] i2c-core: driver [tuner] using legacy resume method
[    9.385837] IR Sony protocol handler initialized
[    9.487022] nvidia: module license 'NVIDIA' taints kernel.
[    9.487030] Disabling lock debugging due to kernel taint
[    9.491898] lirc_dev: IR Remote Control driver registered, major 250 
[    9.515211] IR LIRC bridge handler initialized
[    9.595935] tda9887 2-004b: creating new instance
[    9.595941] tda9887 2-004b: tda988[5/6/7] found
[    9.596499] tuner 2-004b: Tuner 74 found with type(s) Radio TV.
[    9.662507] Chip ID is not zero. It is not a TEA5767
[    9.662603] tuner 2-0060: Tuner -1 found with type(s) Radio TV.
[    9.790601] mt20xx 2-0060: microtune: companycode=3cbf part=42 rev=22
[    9.791745] mt20xx 2-0060: microtune MT2050 found, OK
[    9.796687] bttv0: registered device video0
[    9.796784] bttv0: registered device vbi0
[    9.796869] bttv0: registered device radio0
[    9.803598] bttv0: PLL: 28636363 => 35468950 .. ok
[   10.335843] Initializing USB Mass Storage driver...
[   10.338612] usb-storage 1-1:1.0: Quirks match for vid 0457 pid 0151: 80
[   10.344162] scsi4 : usb-storage 1-1:1.0
[   10.346738] usbcore: registered new interface driver usb-storage
[   10.346742] USB Mass Storage support registered.
[   10.453402] usbcore: registered new interface driver uas
[   10.494414] ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 11
[   10.494426] nvidia 0000:02:00.0: PCI INT A -> Link[LNK4] -> GSI 11 (level, low) -> IRQ 11
[   10.494441] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   10.496067] NVRM: loading NVIDIA UNIX x86 Kernel Module  173.14.30  Thu Apr 14 08:47:14 PDT 2011
[   11.347832] scsi 4:0:0:0: Direct-Access     DIKOM    USB Flash Drive  0.00 PQ: 0 ANSI: 2
[   11.348161] sd 4:0:0:0: Attached scsi generic sg3 type 0
[   11.349073] sd 4:0:0:0: [sdc] 496000 512-byte logical blocks: (253 MB/242 MiB)
[   11.349709] sd 4:0:0:0: [sdc] Write Protect is off
[   11.349716] sd 4:0:0:0: [sdc] Mode Sense: 00 00 00 00
[   11.349720] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.351466] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.352538]  sdc: sdc1
[   11.354702] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[   11.354712] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[   12.135020] EXT3-fs (sda8): using internal journal
[   12.371681] REISERFS (device sda7): found reiserfs format "3.6" with standard journal
[   12.371710] REISERFS (device sda7): using ordered data mode
[   12.376895] REISERFS (device sda7): journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   12.378758] REISERFS (device sda7): checking transaction log (sda7)
[   12.403853] REISERFS (device sda7): Using r5 hash to sort names
[   12.640025] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   12.682092] Adding 979928k swap on /dev/sda6.  Priority:-1 extents:1 across:979928k 
[   18.451288] forcedeth 0000:00:04.0: eth0: no link during initialization
[   19.836711] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
[   20.142019] NET: Registered protocol family 10
[   20.144280] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   20.144680] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   23.240077] wlan0: direct probe to 00:1e:58:ef:45:4b (try 1/3)
[   23.440584] wlan0: direct probe to 00:1e:58:ef:45:4b (try 2/3)
[   23.569855] agpgart-nvidia 0000:00:00.0: AGP 3.0 bridge
[   23.569875] agpgart-nvidia 0000:00:00.0: putting AGP V3 device into 8x mode
[   23.569962] nvidia 0000:02:00.0: putting AGP V3 device into 8x mode
[   23.640040] wlan0: direct probe to 00:1e:58:ef:45:4b (try 3/3)
[   23.840041] wlan0: direct probe to 00:1e:58:ef:45:4b timed out
[   29.986748] wlan0: direct probe to 00:1e:58:ef:45:4b (try 1/3)
[   30.186707] wlan0: direct probe to 00:1e:58:ef:45:4b (try 2/3)
[   30.387455] wlan0: direct probe to 00:1e:58:ef:45:4b (try 3/3)
[   30.586695] wlan0: direct probe to 00:1e:58:ef:45:4b timed out
[   35.431056] EXT4-fs (sdb2): re-mounted. Opts: commit=0
[   36.733409] wlan0: direct probe to 00:1e:58:ef:45:4b (try 1/3)
[   36.933352] wlan0: direct probe to 00:1e:58:ef:45:4b (try 2/3)
[   37.133359] wlan0: direct probe to 00:1e:58:ef:45:4b (try 3/3)
[   37.333347] wlan0: direct probe to 00:1e:58:ef:45:4b timed out
[   45.073876] fuse init (API version 7.16)
[   51.233419] wlan0: authenticate with 00:1e:58:ef:45:4b (try 1)
[   51.239601] wlan0: authenticated
[   51.270078] wlan0: associate with 00:1e:58:ef:45:4b (try 1)
[   51.357687] wlan0: RX AssocResp from 00:1e:58:ef:45:4b (capab=0x11 status=0 aid=1)
[   51.357694] wlan0: associated
[   51.383801] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   64.896676] wlan0: no IPv6 routers present
[   69.850036] ieee80211 phy0: wlan0: No probe response from AP 00:1e:58:ef:45:4b after 500ms, disconnecting.
[   69.870112] cfg80211: Calling CRDA to update world regulatory domain
[   69.878009] cfg80211: World regulatory domain updated:
[   69.878017] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   69.878022] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   69.878026] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   69.878030] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   69.878033] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   69.878036] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   69.878066] cfg80211: Calling CRDA for country: IT
[   69.884838] cfg80211: Regulatory domain changed to country: IT
[   69.884846] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   69.884850] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   69.884853] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   69.884857] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   69.884860] cfg80211:     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[   71.186928] wlan0: authenticate with 00:1e:58:ef:45:4b (try 1)
[   71.386690] wlan0: authenticate with 00:1e:58:ef:45:4b (try 2)
[   71.586702] wlan0: authenticate with 00:1e:58:ef:45:4b (try 3)
[   71.648408] wlan0: authenticated
[   71.649509] wlan0: associate with 00:1e:58:ef:45:4b (try 1)
[   71.676043] wlan0: RX ReassocResp from 00:1e:58:ef:45:4b (capab=0x11 status=0 aid=1)
[   71.676050] wlan0: associated
[   75.850019] ieee80211 phy0: wlan0: No probe response from AP 00:1e:58:ef:45:4b after 500ms, disconnecting.
[   75.890067] cfg80211: Calling CRDA to update world regulatory domain
[   75.896146] cfg80211: World regulatory domain updated:
[   75.896154] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   75.896158] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   75.896162] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   75.896166] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   75.896169] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   75.896172] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   75.896442] cfg80211: Calling CRDA for country: IT
[   75.904751] cfg80211: Regulatory domain changed to country: IT
[   75.904758] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   75.904762] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   75.904766] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   75.904769] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   75.904772] cfg80211:     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[   77.242640] wlan0: authenticate with 00:1e:58:ef:45:4b (try 1)
[   77.440019] wlan0: authenticate with 00:1e:58:ef:45:4b (try 2)
[   77.479779] wlan0: authenticated
[   77.480656] wlan0: associate with 00:1e:58:ef:45:4b (try 1)
[   77.494408] wlan0: RX ReassocResp from 00:1e:58:ef:45:4b (capab=0x11 status=0 aid=1)
[   77.494415] wlan0: associated
[  113.850024] ieee80211 phy0: wlan0: No probe response from AP 00:1e:58:ef:45:4b after 500ms, disconnecting.
[  113.877202] cfg80211: Calling CRDA to update world regulatory domain
[  113.885105] cfg80211: World regulatory domain updated:
[  113.885113] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  113.885118] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  113.885122] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  113.885125] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  113.885129] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  113.885132] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  113.885156] cfg80211: Calling CRDA for country: IT
[  113.892351] cfg80211: Regulatory domain changed to country: IT
[  113.892359] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  113.892363] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  113.892367] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  113.892370] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  113.892373] cfg80211:     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[  115.220837] wlan0: authenticate with 00:1e:58:ef:45:4b (try 1)
[  115.255228] wlan0: authenticated
[  115.266777] wlan0: associate with 00:1e:58:ef:45:4b (try 1)
[  115.466733] wlan0: associate with 00:1e:58:ef:45:4b (try 2)
[  115.562606] wlan0: RX ReassocResp from 00:1e:58:ef:45:4b (capab=0x11 status=0 aid=1)
[  115.562614] wlan0: associated
[  155.850031] ieee80211 phy0: wlan0: No probe response from AP 00:1e:58:ef:45:4b after 500ms, disconnecting.
[  155.877225] cfg80211: Calling CRDA to update world regulatory domain
[  155.884659] cfg80211: World regulatory domain updated:
[  155.884668] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  155.884673] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  155.884677] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  155.884680] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  155.884683] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  155.884687] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  155.884719] cfg80211: Calling CRDA for country: IT
[  155.891436] cfg80211: Regulatory domain changed to country: IT
[  155.891443] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  155.891447] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  155.891451] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  155.891454] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  155.891457] cfg80211:     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[  157.220117] wlan0: authenticate with 00:1e:58:ef:45:4b (try 1)
[  157.264328] wlan0: authenticated
[  157.276749] wlan0: associate with 00:1e:58:ef:45:4b (try 1)
[  157.294720] wlan0: RX ReassocResp from 00:1e:58:ef:45:4b (capab=0x11 status=0 aid=1)
[  157.294726] wlan0: associated
[  170.850032] ieee80211 phy0: wlan0: No probe response from AP 00:1e:58:ef:45:4b after 500ms, disconnecting.
[  170.883401] cfg80211: Calling CRDA to update world regulatory domain
[  170.895639] cfg80211: World regulatory domain updated:
[  170.895648] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  170.895653] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  170.895657] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  170.895660] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  170.895664] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  170.895667] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  170.895696] cfg80211: Calling CRDA for country: IT
[  170.902594] cfg80211: Regulatory domain changed to country: IT
[  170.902601] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  170.902605] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  170.902609] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  170.902612] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  170.902615] cfg80211:     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[  172.221077] wlan0: authenticate with 00:1e:58:ef:45:4b (try 1)
[  172.298793] wlan0: authenticated
[  172.316719] wlan0: associate with 00:1e:58:ef:45:4b (try 1)
[  172.516698] wlan0: associate with 00:1e:58:ef:45:4b (try 2)
[  172.547908] wlan0: RX ReassocResp from 00:1e:58:ef:45:4b (capab=0x11 status=0 aid=1)
[  172.547916] wlan0: associated
[  176.781815] wlan0: deauthenticated from 00:1e:58:ef:45:4b (Reason: 6)
[  176.817165] cfg80211: Calling CRDA to update world regulatory domain
[  176.823274] cfg80211: World regulatory domain updated:
[  176.823282] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  176.823287] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  176.823290] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  176.823294] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  176.823297] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  176.823301] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  176.830043] cfg80211: Calling CRDA for country: IT
[  176.837723] cfg80211: Regulatory domain changed to country: IT
[  176.837731] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  176.837735] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  176.837738] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  176.837741] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[  176.837745] cfg80211:     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[  178.150739] wlan0: authenticate with 00:1e:58:ef:45:4b (try 1)
[  178.350051] wlan0: authenticate with 00:1e:58:ef:45:4b (try 2)
[  178.383772] wlan0: authenticated
[  178.396737] wlan0: associate with 00:1e:58:ef:45:4b (try 1)
[  178.489518] wlan0: RX ReassocResp from 00:1e:58:ef:45:4b (capab=0x11 status=0 aid=1)
[  178.489525] wlan0: associated

as you can see in the last part of the code cfg80211 calls CRDA and it tells me some information, but i'm not able to understand it.
Any tip?

Thanks ...

Offline

#16 2011-09-04 16:27:42

caesar753
Member
Registered: 2010-09-08
Posts: 33

Re: bcm4318 not working

I removed the old firmware, built the package from aur (b43-firmware) and installed it, nothing has changed... Why does this function to everyone except me???

Offline

Board footer

Powered by FluxBB