Hi! My workplace's wireless network has (at least) 3 access points in my reach. Every few minutes (ranging from 5 to 30), my WiFi connection goes down; then, I can't reconnect until I reload the brcmsmac module. If I do that, everything is OK until the next failure. Every time this happens, I see this in dmesg: [ 6618.899907] wlan0: direct probe to XXXX (try 1/3) [ 6619.098812] wlan0: direct probe to XXXX (try 2/3) [ 6619.298437] wlan0: direct probe to XXXX (try 3/3) [ 6619.498095] wlan0: direct probe to XXXX timed out (XXXX is always the same AP) I tried using compat-wireless-next as of yesterday (3.1.9 on Fedora 16), but it also happened with 3.2.1 and 3.1.6. I found a previous thread that could be related[1], but if I understand correctly the fix is already present in the kernel I'm using. Please ask if you need testing or informations. 1: https://lkml.org/lkml/2011/10/18/145
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.1.9-1.fc16.x86_64 (mockbuild@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Fri Jan 13 16:37:42 UTC 2012 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.1.9-1.fc16.x86_64 root=UUID=2949b379-bd76-4ed6-a2be-12a1bc4634c5 ro acpi_osi=Linux acpi_backlight=vendor rd.md=0 rd.lvm=0 rd.dm=0 quiet LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=fr [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d000 (usable) [ 0.000000] BIOS-e820: 000000000009d000 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000009b63f000 (usable) [ 0.000000] BIOS-e820: 000000009b63f000 - 000000009b6bf000 (reserved) [ 0.000000] BIOS-e820: 000000009b6bf000 - 000000009b7bf000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000009b7bf000 - 000000009b7ff000 (ACPI data) [ 0.000000] BIOS-e820: 000000009b7ff000 - 000000009b800000 (usable) [ 0.000000] BIOS-e820: 000000009b800000 - 00000000a0000000 (reserved) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000feb00000 - 00000000feb04000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved) [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved) [ 0.000000] BIOS-e820: 00000000fed1b000 - 00000000fed20000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) [ 0.000000] BIOS-e820: 0000000100000000 - 0000000158000000 (usable) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.6 present. [ 0.000000] DMI: Hewlett-Packard HP Pavilion dm4 Notebook PC /146A, BIOS F.11 07/08/2010 [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x158000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-EFFFF write-through [ 0.000000] F0000-FFFFF write-combining [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 0FFE00000 mask FFFE00000 write-protect [ 0.000000] 2 base 080000000 mask FE0000000 write-back [ 0.000000] 3 base 09C000000 mask FFC000000 uncachable [ 0.000000] 4 base 09B800000 mask FFF800000 uncachable [ 0.000000] 5 base 100000000 mask F80000000 write-back [ 0.000000] 6 base 158000000 mask FF8000000 uncachable [ 0.000000] 7 base 160000000 mask FE0000000 uncachable [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] last_pfn = 0x9b800 max_arch_pfn = 0x400000000 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480 [ 0.000000] init_memory_mapping: 0000000000000000-000000009b800000 [ 0.000000] 0000000000 - 009b800000 page 2M [ 0.000000] kernel direct mapping tables up to 9b800000 @ 1fffc000-20000000 [ 0.000000] init_memory_mapping: 0000000100000000-0000000158000000 [ 0.000000] 0100000000 - 0158000000 page 2M [ 0.000000] kernel direct mapping tables up to 158000000 @ 9b638000-9b63f000 [ 0.000000] RAMDISK: 35e40000 - 36f18000 [ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 HP ) [ 0.000000] ACPI: XSDT 000000009b7fe120 0008C (v01 HPQOEM SLIC-MPC 00000001 01000013) [ 0.000000] ACPI: FACP 000000009b7fc000 000F4 (v04 HP SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: DSDT 000000009b7e9000 0F812 (v02 HP SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: FACS 000000009b75f000 00040 [ 0.000000] ACPI: ASF! 000000009b7fd000 000A5 (v32 HP SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: HPET 000000009b7fb000 00038 (v01 HP SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: APIC 000000009b7fa000 0008C (v02 HP SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: MCFG 000000009b7f9000 0003C (v01 HP SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: SLIC 000000009b7e8000 00176 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: SSDT 000000009b7e6000 01152 (v01 TrmRef PtidDevc 00001000 INTL 20051117) [ 0.000000] ACPI: SSDT 000000009b7e5000 00172 (v01 VaRef Va_Acpi 00003000 INTL 20051117) [ 0.000000] ACPI: BOOT 000000009b7e4000 00028 (v01 HP SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: SSDT 000000009b7e3000 00C39 (v01 INTEL SataPri 00001000 INTL 20051117) [ 0.000000] ACPI: SSDT 000000009b7e2000 006C5 (v01 INTEL SataSec 00001000 INTL 20051117) [ 0.000000] ACPI: ASPT 000000009b7e1000 00034 (v04 HP SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: SSDT 000000009b7e0000 009F1 (v01 PmRef CpuPm 00003000 INTL 20051117) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000158000000 [ 0.000000] Initmem setup node 0 0000000000000000-0000000158000000 [ 0.000000] NODE_DATA [0000000157fec000 - 0000000157ffffff] [ 0.000000] [ffffea0000000000-ffffea00055fffff] PMD -> [ffff880153800000-ffff8801575fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00158000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[4] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009d [ 0.000000] 0: 0x00000100 -> 0x0009b63f [ 0.000000] 0: 0x0009b7ff -> 0x0009b800 [ 0.000000] 0: 0x00100000 -> 0x00158000 [ 0.000000] On node 0 totalpages: 996813 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 5 pages reserved [ 0.000000] DMA zone: 3912 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 16320 pages used for memmap [ 0.000000] DMA32 zone: 616064 pages, LIFO batch:31 [ 0.000000] Normal zone: 5632 pages used for memmap [ 0.000000] Normal zone: 354816 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 [ 0.000000] PM: Registered nosave memory: 000000009b63f000 - 000000009b6bf000 [ 0.000000] PM: Registered nosave memory: 000000009b6bf000 - 000000009b7bf000 [ 0.000000] PM: Registered nosave memory: 000000009b7bf000 - 000000009b7ff000 [ 0.000000] PM: Registered nosave memory: 000000009b800000 - 00000000a0000000 [ 0.000000] PM: Registered nosave memory: 00000000a0000000 - 00000000e0000000 [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000 [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000feb00000 [ 0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000feb04000 [ 0.000000] PM: Registered nosave memory: 00000000feb04000 - 00000000fec00000 [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000 [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000 [ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000 [ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000 [ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000 [ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1b000 [ 0.000000] PM: Registered nosave memory: 00000000fed1b000 - 00000000fed20000 [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000 [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000 [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000 [ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000 [ 0.000000] Allocating PCI resources starting at a0000000 (gap: a0000000:40000000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff880157c00000 s81536 r8192 d20864 u262144 [ 0.000000] pcpu-alloc: s81536 r8192 d20864 u262144 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 974792 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1.9-1.fc16.x86_64 root=UUID=2949b379-bd76-4ed6-a2be-12a1bc4634c5 ro acpi_osi=Linux acpi_backlight=vendor rd.md=0 rd.lvm=0 rd.dm=0 quiet LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=fr [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 3825132k/5636096k available (6024k kernel code, 1648844k absent, 162120k reserved, 5657k data, 964k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] NR_IRQS:16640 nr_irqs:744 16 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 32505856 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.001000] Detected 2394.032 MHz processor. [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.06 BogoMIPS (lpj=2394032) [ 0.000007] pid_max: default: 32768 minimum: 301 [ 0.000028] Security Framework initialized [ 0.000038] SELinux: Initializing. [ 0.000045] SELinux: Starting in permissive mode [ 0.000422] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.001504] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.001976] Mount-cache hash table entries: 256 [ 0.002109] Initializing cgroup subsys cpuacct [ 0.002114] Initializing cgroup subsys memory [ 0.002124] Initializing cgroup subsys devices [ 0.002126] Initializing cgroup subsys freezer [ 0.002127] Initializing cgroup subsys net_cls [ 0.002129] Initializing cgroup subsys blkio [ 0.002135] Initializing cgroup subsys perf_event [ 0.002160] CPU: Physical Processor ID: 0 [ 0.002161] CPU: Processor Core ID: 0 [ 0.002166] mce: CPU supports 9 MCE banks [ 0.002175] CPU0: Thermal monitoring handled by SMI [ 0.002183] using mwait in idle threads. [ 0.003306] ACPI: Core revision 20110623 [ 0.029570] ftrace: allocating 22701 entries in 90 pages [ 0.036372] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.046358] CPU0: Intel(R) Core(TM) i5 CPU M 450 @ 2.40GHz stepping 05 [ 0.147264] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver. [ 0.147270] ... version: 3 [ 0.147271] ... bit width: 48 [ 0.147272] ... generic registers: 4 [ 0.147273] ... value mask: 0000ffffffffffff [ 0.147275] ... max period: 000000007fffffff [ 0.147276] ... fixed-purpose events: 3 [ 0.147277] ... event mask: 000000070000000f [ 0.147771] NMI watchdog enabled, takes one hw-pmu counter. [ 0.147853] Booting Node 0, Processors #1 [ 0.147855] smpboot cpu 1: start_ip = 98000 [ 0.218162] CPU1: Thermal monitoring handled by SMI [ 0.238233] NMI watchdog enabled, takes one hw-pmu counter. [ 0.238348] #2 [ 0.238350] smpboot cpu 2: start_ip = 98000 [ 0.308997] CPU2: Thermal monitoring handled by SMI [ 0.329063] NMI watchdog enabled, takes one hw-pmu counter. [ 0.329162] #3 [ 0.329163] smpboot cpu 3: start_ip = 98000 [ 0.398837] CPU3: Thermal monitoring handled by SMI [ 0.418863] NMI watchdog enabled, takes one hw-pmu counter. [ 0.418906] Brought up 4 CPUs [ 0.418908] Total of 4 processors activated (19151.29 BogoMIPS). [ 0.421071] devtmpfs: initialized [ 0.421899] PM: Registering ACPI NVS region at 9b6bf000 (1048576 bytes) [ 0.422574] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.422605] RTC time: 10:34:19, date: 01/24/12 [ 0.422635] NET: Registered protocol family 16 [ 0.422777] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.422779] ACPI: bus type pci registered [ 0.422851] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.422854] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.453938] PCI: Using configuration type 1 for base access [ 0.454659] bio: create slab <bio-0> at 0 [ 0.454730] ACPI: Added _OSI(Module Device) [ 0.454732] ACPI: Added _OSI(Processor Device) [ 0.454733] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.454735] ACPI: Added _OSI(Processor Aggregator Device) [ 0.454736] ACPI: Added _OSI(Linux) [ 0.456461] ACPI: EC: Look up EC in DSDT [ 0.458142] ACPI: Executed 1 blocks of module-level executable AML code [ 0.466753] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline [ 0.471954] ACPI: SSDT 000000009b691a18 00484 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) [ 0.472368] ACPI: Dynamic OEM Table Load: [ 0.472370] ACPI: SSDT (null) 00484 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) [ 0.472531] ACPI: SSDT 000000009b68f018 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.472934] ACPI: Dynamic OEM Table Load: [ 0.472936] ACPI: SSDT (null) 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.478987] ACPI: SSDT 000000009b690a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.479441] ACPI: Dynamic OEM Table Load: [ 0.479443] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.481858] ACPI: SSDT 000000009b68ed98 00119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.482279] ACPI: Dynamic OEM Table Load: [ 0.482281] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.487932] ACPI: EC: GPE storm detected, transactions will use polling mode [ 0.945058] ACPI: Interpreter enabled [ 0.945062] ACPI: (supports S0 S3 S4 S5) [ 0.945097] ACPI: Using IOAPIC for interrupt routing [ 0.945752] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness [ 0.961535] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness [ 0.962958] ACPI: Power Resource [FN00] (on) [ 0.963339] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62 [ 0.963532] ACPI: No dock devices found. [ 0.963533] HEST: Table not found. [ 0.963536] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.963840] \_SB_.PCI0:_OSC invalid UUID [ 0.963841] _OSC request data:1 8 1f [ 0.963845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.964353] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] [ 0.964355] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] [ 0.964357] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.964360] pci_root PNP0A08:00: host bridge window [mem 0xa0000000-0xfeafffff] [ 0.964371] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600 [ 0.964388] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics [ 0.964403] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300 [ 0.964413] pci 0000:00:02.0: reg 10: [mem 0xb0000000-0xb03fffff 64bit] [ 0.964419] pci 0000:00:02.0: reg 18: [mem 0xa0000000-0xafffffff 64bit pref] [ 0.964423] pci 0000:00:02.0: reg 20: [io 0x3050-0x3057] [ 0.964476] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780 [ 0.964502] pci 0000:00:16.0: reg 10: [mem 0xb4406100-0xb440610f 64bit] [ 0.964574] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.964579] pci 0000:00:16.0: PME# disabled [ 0.964611] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03 [ 0.964890] pci 0000:00:1a.0: reg 10: [mem 0xb4405c00-0xb4405fff] [ 0.966433] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.966437] pci 0000:00:1a.0: PME# disabled [ 0.966460] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403 [ 0.966473] pci 0000:00:1b.0: reg 10: [mem 0xb4400000-0xb4403fff 64bit] [ 0.966522] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.966525] pci 0000:00:1b.0: PME# disabled [ 0.966544] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604 [ 0.966593] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.966596] pci 0000:00:1c.0: PME# disabled [ 0.966616] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604 [ 0.966666] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.966669] pci 0000:00:1c.1: PME# disabled [ 0.966700] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03 [ 0.966968] pci 0000:00:1d.0: reg 10: [mem 0xb4405800-0xb4405bff] [ 0.968504] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.968508] pci 0000:00:1d.0: PME# disabled [ 0.968528] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604 [ 0.968579] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601 [ 0.968685] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106 [ 0.968707] pci 0000:00:1f.2: reg 10: [io 0x3048-0x304f] [ 0.968716] pci 0000:00:1f.2: reg 14: [io 0x305c-0x305f] [ 0.968726] pci 0000:00:1f.2: reg 18: [io 0x3040-0x3047] [ 0.968735] pci 0000:00:1f.2: reg 1c: [io 0x3058-0x305b] [ 0.968744] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f] [ 0.968754] pci 0000:00:1f.2: reg 24: [mem 0xb4405000-0xb44057ff] [ 0.968794] pci 0000:00:1f.2: PME# supported from D3hot [ 0.968798] pci 0000:00:1f.2: PME# disabled [ 0.968816] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05 [ 0.968829] pci 0000:00:1f.3: reg 10: [mem 0xb4406000-0xb44060ff 64bit] [ 0.968849] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f] [ 0.968884] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180 [ 0.968904] pci 0000:00:1f.6: reg 10: [mem 0xb4404000-0xb4404fff 64bit] [ 0.969018] pci 0000:01:00.0: [10ec:8168] type 0 class 0x000200 [ 0.969034] pci 0000:01:00.0: reg 10: [io 0x2000-0x20ff] [ 0.969060] pci 0000:01:00.0: reg 18: [mem 0xb0404000-0xb0404fff 64bit pref] [ 0.969077] pci 0000:01:00.0: reg 20: [mem 0xb0400000-0xb0403fff 64bit pref] [ 0.969122] pci 0000:01:00.0: supports D1 D2 [ 0.969124] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.969128] pci 0000:01:00.0: PME# disabled [ 0.970894] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.970900] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.970906] pci 0000:00:1c.0: bridge window [mem 0xb3400000-0xb43fffff] [ 0.970918] pci 0000:00:1c.0: bridge window [mem 0xb0400000-0xb13fffff 64bit pref] [ 0.971007] pci 0000:02:00.0: [14e4:4727] type 0 class 0x000280 [ 0.971029] pci 0000:02:00.0: reg 10: [mem 0xb2400000-0xb2403fff 64bit] [ 0.971118] pci 0000:02:00.0: supports D1 D2 [ 0.972919] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.972922] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff] [ 0.972926] pci 0000:00:1c.1: bridge window [mem 0xb2400000-0xb33fffff] [ 0.972931] pci 0000:00:1c.1: bridge window [mem 0xb1400000-0xb23fffff 64bit pref] [ 0.972986] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode) [ 0.972995] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.972997] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.972999] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.973001] pci 0000:00:1e.0: bridge window [mem 0xa0000000-0xfeafffff] (subtractive decode) [ 0.973015] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.973139] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] [ 0.973200] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] [ 0.973233] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] [ 0.973315] \_SB_.PCI0:_OSC invalid UUID [ 0.973316] _OSC request data:1 1f 1f [ 0.973319] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.973346] \_SB_.PCI0:_OSC invalid UUID [ 0.973347] _OSC request data:1 0 1d [ 0.973350] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d [ 0.973352] ACPI _OSC control for PCIe not granted, disabling ASPM [ 0.977457] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff]) [ 0.977514] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600 [ 0.977532] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600 [ 0.977549] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600 [ 0.977563] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600 [ 0.977578] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600 [ 0.977592] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600 [ 0.977619] pci0000:ff: Requesting ACPI _OSC control (0x1d) [ 0.977621] pci0000:ff: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d [ 0.977622] ACPI _OSC control for PCIe not granted, disabling ASPM [ 0.977788] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15) [ 0.977828] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 0.977868] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15) [ 0.977907] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15) [ 0.977943] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 0.977980] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.978018] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 0.978054] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.978152] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.978159] vgaarb: loaded [ 0.978160] vgaarb: bridge control possible 0000:00:02.0 [ 0.978226] SCSI subsystem initialized [ 0.978289] libata version 3.00 loaded. [ 0.978335] usbcore: registered new interface driver usbfs [ 0.978346] usbcore: registered new interface driver hub [ 0.978367] usbcore: registered new device driver usb [ 0.978416] PCI: Using ACPI for IRQ routing [ 0.986525] PCI: pci_cache_line_size set to 64 bytes [ 0.986610] reserve RAM buffer: 000000000009d000 - 000000000009ffff [ 0.986612] reserve RAM buffer: 000000009b63f000 - 000000009bffffff [ 0.986614] reserve RAM buffer: 000000009b800000 - 000000009bffffff [ 0.986696] NetLabel: Initializing [ 0.986698] NetLabel: domain hash size = 128 [ 0.986699] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.986708] NetLabel: unlabeled traffic allowed by default [ 0.986717] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.986721] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.988735] Switching to clocksource hpet [ 0.988772] Switched to NOHz mode on CPU #0 [ 0.988846] Switched to NOHz mode on CPU #3 [ 0.988880] Switched to NOHz mode on CPU #2 [ 0.988889] Switched to NOHz mode on CPU #1 [ 0.994284] pnp: PnP ACPI init [ 0.994300] ACPI: bus type pnp registered [ 0.994610] pnp 00:00: [bus 00-fe] [ 0.994613] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.994615] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.994616] pnp 00:00: [io 0x0d00-0xffff window] [ 0.994618] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.994619] pnp 00:00: [mem 0x000c0000-0x000c3fff window] [ 0.994621] pnp 00:00: [mem 0x000c4000-0x000c7fff window] [ 0.994623] pnp 00:00: [mem 0x000c8000-0x000cbfff window] [ 0.994624] pnp 00:00: [mem 0x000cc000-0x000cffff window] [ 0.994626] pnp 00:00: [mem 0x000d0000-0x000d3fff window] [ 0.994627] pnp 00:00: [mem 0x000d4000-0x000d7fff window] [ 0.994629] pnp 00:00: [mem 0x000d8000-0x000dbfff window] [ 0.994630] pnp 00:00: [mem 0x000dc000-0x000dffff window] [ 0.994632] pnp 00:00: [mem 0x000e0000-0x000e3fff window] [ 0.994633] pnp 00:00: [mem 0x000e4000-0x000e7fff window] [ 0.994635] pnp 00:00: [mem 0x000e8000-0x000ebfff window] [ 0.994636] pnp 00:00: [mem 0x000ec000-0x000effff window] [ 0.994638] pnp 00:00: [mem 0x000f0000-0x000fffff window] [ 0.994639] pnp 00:00: [mem 0xa0000000-0xfeafffff window] [ 0.994641] pnp 00:00: [mem 0xfed40000-0xfed44fff window] [ 0.994735] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) [ 0.994776] pnp 00:01: [io 0x0000-0x001f] [ 0.994777] pnp 00:01: [io 0x0081-0x0091] [ 0.994779] pnp 00:01: [io 0x0093-0x009f] [ 0.994780] pnp 00:01: [io 0x00c0-0x00df] [ 0.994782] pnp 00:01: [dma 4] [ 0.994800] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.994807] pnp 00:02: [mem 0xff000000-0xffffffff] [ 0.994823] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) [ 0.994929] pnp 00:03: [mem 0xfed00000-0xfed003ff] [ 0.994951] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.994959] pnp 00:04: [io 0x00f0] [ 0.994971] pnp 00:04: [irq 13] [ 0.994988] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.994996] pnp 00:05: [io 0x002e-0x002f] [ 0.994998] pnp 00:05: [io 0x004e-0x004f] [ 0.994999] pnp 00:05: [io 0x0061] [ 0.995000] pnp 00:05: [io 0x0063] [ 0.995001] pnp 00:05: [io 0x0065] [ 0.995003] pnp 00:05: [io 0x0067] [ 0.995004] pnp 00:05: [io 0x0070] [ 0.995005] pnp 00:05: [io 0x0080] [ 0.995006] pnp 00:05: [io 0x0092] [ 0.995007] pnp 00:05: [io 0x00b2-0x00b3] [ 0.995009] pnp 00:05: [io 0x0680-0x069f] [ 0.995010] pnp 00:05: [io 0x0800-0x080f] [ 0.995011] pnp 00:05: [io 0x0810-0x0813] [ 0.995012] pnp 00:05: [io 0xffff] [ 0.995014] pnp 00:05: [io 0x0400-0x047f] [ 0.995015] pnp 00:05: [io 0x0500-0x0501] [ 0.995016] pnp 00:05: [io 0x0700-0x077f] [ 0.995017] pnp 00:05: [io 0x164e-0x164f] [ 0.995030] pnp 00:05: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.1 BAR 13 [io 0x1000-0x1fff] [ 0.995068] system 00:05: [io 0x0680-0x069f] has been reserved [ 0.995070] system 00:05: [io 0x0800-0x080f] has been reserved [ 0.995072] system 00:05: [io 0x0810-0x0813] has been reserved [ 0.995074] system 00:05: [io 0xffff] has been reserved [ 0.995076] system 00:05: [io 0x0400-0x047f] has been reserved [ 0.995078] system 00:05: [io 0x0500-0x0501] has been reserved [ 0.995079] system 00:05: [io 0x0700-0x077f] has been reserved [ 0.995082] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.995088] pnp 00:06: [io 0x0070-0x0077] [ 0.995094] pnp 00:06: [irq 8] [ 0.995113] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.995121] pnp 00:07: [io 0x0060] [ 0.995122] pnp 00:07: [io 0x0064] [ 0.995127] pnp 00:07: [irq 1] [ 0.995145] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.995154] pnp 00:08: [irq 12] [ 0.995173] pnp 00:08: Plug and Play ACPI device, IDs SYN1e21 SYN1e00 SYN0002 PNP0f13 (active) [ 0.995270] pnp 00:09: [irq 23] [ 0.995302] pnp 00:09: Plug and Play ACPI device, IDs HPQ0004 (active) [ 0.995456] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff] [ 0.995458] pnp 00:0a: [mem 0xfed10000-0xfed13fff] [ 0.995460] pnp 00:0a: [mem 0xfed18000-0xfed18fff] [ 0.995461] pnp 00:0a: [mem 0xfed19000-0xfed19fff] [ 0.995462] pnp 00:0a: [mem 0xe0000000-0xefffffff] [ 0.995464] pnp 00:0a: [mem 0xfed20000-0xfed3ffff] [ 0.995465] pnp 00:0a: [mem 0xfed90000-0xfed8ffff disabled] [ 0.995469] pnp 00:0a: [mem 0xfed45000-0xfed8ffff] [ 0.995470] pnp 00:0a: [mem 0xff000000-0xffffffff] [ 0.995472] pnp 00:0a: [mem 0xfee00000-0xfeefffff] [ 0.995473] pnp 00:0a: [mem 0xb4500000-0xb4500fff] [ 0.995521] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.995523] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved [ 0.995525] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.995527] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.995529] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved [ 0.995531] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.995532] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.995534] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved [ 0.995537] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.995538] system 00:0a: [mem 0xb4500000-0xb4500fff] has been reserved [ 0.995541] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.995725] pnp 00:0b: [bus ff] [ 0.995763] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active) [ 0.995785] pnp: PnP ACPI: found 12 devices [ 0.995787] ACPI: ACPI bus type pnp unregistered [ 1.002683] PCI: max bus depth: 1 pci_try_num: 2 [ 1.002707] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 1.002711] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 1.002715] pci 0000:00:1c.0: bridge window [mem 0xb3400000-0xb43fffff] [ 1.002719] pci 0000:00:1c.0: bridge window [mem 0xb0400000-0xb13fffff 64bit pref] [ 1.002725] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 1.002727] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff] [ 1.002731] pci 0000:00:1c.1: bridge window [mem 0xb2400000-0xb33fffff] [ 1.002735] pci 0000:00:1c.1: bridge window [mem 0xb1400000-0xb23fffff 64bit pref] [ 1.002741] pci 0000:00:1e.0: PCI bridge to [bus 03-03] [ 1.002763] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 1.002767] pci 0000:00:1c.0: setting latency timer to 64 [ 1.002776] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16 [ 1.002780] pci 0000:00:1c.1: setting latency timer to 64 [ 1.002785] pci 0000:00:1e.0: setting latency timer to 64 [ 1.002789] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 1.002790] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 1.002792] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 1.002794] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xfeafffff] [ 1.002796] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 1.002797] pci_bus 0000:01: resource 1 [mem 0xb3400000-0xb43fffff] [ 1.002799] pci_bus 0000:01: resource 2 [mem 0xb0400000-0xb13fffff 64bit pref] [ 1.002801] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff] [ 1.002802] pci_bus 0000:02: resource 1 [mem 0xb2400000-0xb33fffff] [ 1.002804] pci_bus 0000:02: resource 2 [mem 0xb1400000-0xb23fffff 64bit pref] [ 1.002806] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7] [ 1.002808] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff] [ 1.002809] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff] [ 1.002811] pci_bus 0000:03: resource 7 [mem 0xa0000000-0xfeafffff] [ 1.002845] NET: Registered protocol family 2 [ 1.002961] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 1.003787] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 1.005648] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 1.005889] TCP: Hash tables configured (established 524288 bind 65536) [ 1.005891] TCP reno registered [ 1.005902] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 1.005922] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 1.006018] NET: Registered protocol family 1 [ 1.006033] pci 0000:00:02.0: Boot video device [ 1.027891] PCI: CLS 64 bytes, default 64 [ 1.027950] Unpacking initramfs... [ 1.321976] Freeing initrd memory: 17248k freed [ 1.325832] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.325837] Placing 64MB software IO TLB between ffff880097638000 - ffff88009b638000 [ 1.325839] software IO TLB at phys 0x97638000 - 0x9b638000 [ 1.325858] Simple Boot Flag at 0x44 set to 0x1 [ 1.326459] Intel AES-NI instructions are not detected. [ 1.326575] audit: initializing netlink socket (disabled) [ 1.326588] type=2000 audit(1327401260.150:1): initialized [ 1.351879] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.369891] VFS: Disk quotas dquot_6.5.2 [ 1.369944] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.370384] msgmni has been set to 7504 [ 1.370431] SELinux: Registering netfilter hooks [ 1.370759] alg: No test for stdrng (krng) [ 1.370771] NET: Registered protocol family 38 [ 1.370816] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.370844] io scheduler noop registered [ 1.370846] io scheduler deadline registered [ 1.370882] io scheduler cfq registered (default) [ 1.371060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.371076] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.371078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.371432] intel_idle: MWAIT substates: 0x1120 [ 1.371434] intel_idle: v0.4 model 0x25 [ 1.371435] intel_idle: lapic_timer_reliable_states 0xffffffff [ 1.379321] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared [ 1.379403] ACPI: AC Adapter [AC] (on-line) [ 1.379573] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 [ 1.379592] ACPI: Lid Switch [LID0] [ 1.379621] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 1.379625] ACPI: Power Button [PWRB] [ 1.379653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 1.379655] ACPI: Power Button [PWRF] [ 1.379698] ACPI: Fan [FAN0] (on) [ 1.379818] ACPI: acpi_idle yielding to intel_idle [ 1.414192] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.414197] ACPI: Thermal Zone [TZ00] (49 C) [ 1.422169] thermal LNXTHERM:01: registered as thermal_zone1 [ 1.422173] ACPI: Thermal Zone [TZ01] (32 C) [ 1.430155] thermal LNXTHERM:02: registered as thermal_zone2 [ 1.430159] ACPI: Thermal Zone [TZ02] (0 C) [ 1.430207] ERST: Table is not found! [ 1.430210] GHES: HEST is not enabled! [ 1.430297] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.472348] Non-volatile memory driver v1.3 [ 1.472350] Linux agpgart interface v0.103 [ 1.472407] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset [ 1.472497] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable [ 1.473262] agpgart-intel 0000:00:00.0: detected 32768K stolen memory [ 1.473426] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xa0000000 [ 1.474144] loop: module loaded [ 1.474234] ahci 0000:00:1f.2: version 3.0 [ 1.474256] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.474301] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X [ 1.474361] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x13 impl SATA mode [ 1.474364] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems sxs apst [ 1.474369] ahci 0000:00:1f.2: setting latency timer to 64 [ 1.478374] scsi0 : ahci [ 1.478453] scsi1 : ahci [ 1.478507] scsi2 : ahci [ 1.478561] scsi3 : ahci [ 1.478616] scsi4 : ahci [ 1.478715] ata1: SATA max UDMA/133 abar m2048@0xb4405000 port 0xb4405100 irq 40 [ 1.478718] ata2: SATA max UDMA/133 abar m2048@0xb4405000 port 0xb4405180 irq 40 [ 1.478719] ata3: DUMMY [ 1.478720] ata4: DUMMY [ 1.478722] ata5: SATA max UDMA/133 abar m2048@0xb4405000 port 0xb4405300 irq 40 [ 1.478783] Fixed MDIO Bus: probed [ 1.478851] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.478866] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.478881] ehci_hcd 0000:00:1a.0: setting latency timer to 64 [ 1.478885] ehci_hcd 0000:00:1a.0: EHCI Host Controller [ 1.478963] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 1.478990] ehci_hcd 0000:00:1a.0: debug port 2 [ 1.482920] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported [ 1.482936] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xb4405c00 [ 1.492019] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 1.492054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.492058] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.492062] usb usb1: Product: EHCI Host Controller [ 1.492065] usb usb1: Manufacturer: Linux 3.1.9-1.fc16.x86_64 ehci_hcd [ 1.492068] usb usb1: SerialNumber: 0000:00:1a.0 [ 1.492188] hub 1-0:1.0: USB hub found [ 1.492192] hub 1-0:1.0: 3 ports detected [ 1.492258] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 1.492270] ehci_hcd 0000:00:1d.0: setting latency timer to 64 [ 1.492273] ehci_hcd 0000:00:1d.0: EHCI Host Controller [ 1.492322] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.492346] ehci_hcd 0000:00:1d.0: debug port 2 [ 1.496263] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported [ 1.496274] ehci_hcd 0000:00:1d.0: irq 20, io mem 0xb4405800 [ 1.505994] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 1.506021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.506025] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.506029] usb usb2: Product: EHCI Host Controller [ 1.506032] usb usb2: Manufacturer: Linux 3.1.9-1.fc16.x86_64 ehci_hcd [ 1.506035] usb usb2: SerialNumber: 0000:00:1d.0 [ 1.506145] hub 2-0:1.0: USB hub found [ 1.506147] hub 2-0:1.0: 3 ports detected [ 1.506195] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.506203] uhci_hcd: USB Universal Host Controller Interface driver [ 1.506247] usbcore: registered new interface driver usbserial [ 1.506253] USB Serial support registered for generic [ 1.506260] usbcore: registered new interface driver usbserial_generic [ 1.506262] usbserial: USB Serial Driver core [ 1.506290] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 1.510788] i8042: Detected active multiplexing controller, rev 1.1 [ 1.514335] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.514341] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 1.514362] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 1.514377] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 1.514393] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 1.514477] mousedev: PS/2 mouse device common for all mice [ 1.514675] rtc_cmos 00:06: RTC can wake from S4 [ 1.514795] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 1.514823] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs [ 1.514904] device-mapper: uevent: version 1.0.3 [ 1.514992] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@xxxxxxxxxx [ 1.515135] cpuidle: using governor ladder [ 1.515238] cpuidle: using governor menu [ 1.515322] EFI Variables Facility v0.08 2004-May-17 [ 1.515409] usbcore: registered new interface driver usbhid [ 1.515410] usbhid: USB HID core driver [ 1.515464] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.515478] TCP cubic registered [ 1.515479] Initializing XFRM netlink socket [ 1.515581] NET: Registered protocol family 10 [ 1.515745] Mobile IPv6 [ 1.515748] NET: Registered protocol family 17 [ 1.515759] Registering the dns_resolver key type [ 1.515892] PM: Hibernation image not present or could not be loaded. [ 1.515903] registered taskstats version 1 [ 1.524953] IMA: No TPM chip found, activating TPM-bypass! [ 1.525469] Magic number: 12:859:578 [ 1.525508] platform pcspkr: hash matches [ 1.525676] rtc_cmos 00:06: setting system clock to 2012-01-24 10:34:21 UTC (1327401261) [ 1.531103] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 1.531116] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 1.531129] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 1.544191] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 1.544203] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 1.544214] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 1.544222] ACPI Error: Method parse/execution failed [\_PR_.CPU1._PPC] (Node ffff880150d998c0), AE_NOT_FOUND (20110623/psparse-536) [ 1.551872] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 1.577084] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 1.577098] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 1.577111] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 1.577121] ACPI Error: Method parse/execution failed [\_PR_.CPU2._PPC] (Node ffff880150d99b18), AE_NOT_FOUND (20110623/psparse-536) [ 1.644129] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 1.644140] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 1.644153] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 1.644163] ACPI Error: Method parse/execution failed [\_PR_.CPU3._PPC] (Node ffff880150d99a78), AE_NOT_FOUND (20110623/psparse-536) [ 1.644286] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared [ 1.644296] ACPI: Battery Slot [BAT0] (battery present) [ 1.644366] Initializing network drop monitor service [ 1.784587] ata5: SATA link down (SStatus 0 SControl 300) [ 1.784624] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.784650] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.785633] ata1.00: ATA-8: TOSHIBA MK5056GSY, LH003C, max UDMA/100 [ 1.785638] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.786766] ata1.00: configured for UDMA/100 [ 1.786954] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK5056GS LH00 PQ: 0 ANSI: 5 [ 1.787176] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 1.787232] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.787280] sd 0:0:0:0: [sda] Write Protect is off [ 1.787282] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.787328] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.793541] usb 1-1: new high speed USB device number 2 using ehci_hcd [ 1.798762] ata2.00: ATAPI: hp CDDVDW TS-U633F, HH05, max UDMA/100 [ 1.814413] ata2.00: configured for UDMA/100 [ 1.818557] scsi 1:0:0:0: CD-ROM hp CDDVDW TS-U633F HH05 PQ: 0 ANSI: 5 [ 1.825473] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.825480] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.825689] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.825804] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.901920] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 > [ 1.903036] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.906130] Freeing unused kernel memory: 964k freed [ 1.906343] Write protecting the kernel read-only data: 10240k [ 1.907407] Freeing unused kernel memory: 100k freed [ 1.907716] usb 1-1: New USB device found, idVendor=8087, idProduct=0020 [ 1.907723] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.908155] hub 1-1:1.0: USB hub found [ 1.908343] hub 1-1:1.0: 6 ports detected [ 1.917350] Freeing unused kernel memory: 1552k freed [ 2.011152] usb 2-1: new high speed USB device number 2 using ehci_hcd [ 2.038457] dracut: dracut-013-20.fc16 [ 2.050156] dracut: rd.luks=0: removing cryptoluks activation [ 2.053777] dracut: rd.lvm=0: removing LVM activation [ 2.059676] udevd[113]: starting version 173 [ 2.085223] [drm] Initialized drm 1.1.0 20060810 [ 2.090150] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 2.090154] i915 0000:00:02.0: setting latency timer to 64 [ 2.125325] usb 2-1: New USB device found, idVendor=8087, idProduct=0020 [ 2.125328] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.125590] hub 2-1:1.0: USB hub found [ 2.125674] hub 2-1:1.0: 8 ports detected [ 2.131459] mtrr: no more MTRRs available [ 2.131461] [drm] MTRR allocation failed. Graphics performance may suffer. [ 2.131682] i915 0000:00:02.0: irq 41 for MSI/MSI-X [ 2.131689] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 2.131690] [drm] Driver supports precise vblank timestamp query. [ 2.131721] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 2.200976] usb 1-1.4: new full speed USB device number 3 using ehci_hcd [ 2.287463] usb 1-1.4: New USB device found, idVendor=138a, idProduct=0005 [ 2.287469] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 2.287474] usb 1-1.4: SerialNumber: 00b08095ca85 [ 2.325602] Refined TSC clocksource calibration: 2394.000 MHz. [ 2.325610] Switching to clocksource tsc [ 2.400764] usb 2-1.3: new full speed USB device number 3 using ehci_hcd [ 2.453491] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400 [ 2.489316] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input4 [ 2.489970] usb 2-1.3: New USB device found, idVendor=0a5c, idProduct=21b4 [ 2.489978] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.489984] usb 2-1.3: Product: Broadcom 2070 Bluetooth [ 2.489988] usb 2-1.3: Manufacturer: Broadcom Corp [ 2.489992] usb 2-1.3: SerialNumber: 002713DDD4FC [ 2.563345] usb 2-1.6: new full speed USB device number 4 using ehci_hcd [ 2.683206] fbcon: inteldrmfb (fb0) is primary device [ 2.684239] [drm:ironlake_update_pch_refclk] *ERROR* enabling SSC on PCH [ 2.710134] usb 2-1.6: new high speed USB device number 5 using ehci_hcd [ 2.817452] usb 2-1.6: New USB device found, idVendor=10f1, idProduct=1a28 [ 2.817458] usb 2-1.6: New USB device strings: Mfr=2, Product=1, SerialNumber=0 [ 2.817462] usb 2-1.6: Product: HP Webcam [ 2.817464] usb 2-1.6: Manufacturer: Importek [ 3.007752] Console: switching to colour frame buffer device 170x48 [ 3.013008] fb0: inteldrmfb frame buffer device [ 3.013010] drm: registered panic notifier [ 3.015131] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5 [ 3.015293] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 3.015818] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 3.067651] dracut: Starting plymouth daemon [ 3.267369] dracut: rd.dm=0: removing DM RAID activation [ 3.273440] dracut: rd.md=0: removing MD RAID activation [ 3.314524] wmi: Mapper loaded [ 3.771381] Btrfs loaded [ 3.993194] device label home devid 1 transid 16129 /dev/sda6 [ 3.993605] device fsid be8d8291-3821-4584-a9a7-776b91d4d5a5 devid 1 transid 59746 /dev/sda5 [ 4.082184] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null) [ 4.167656] dracut: Checking ext4: /dev/disk/by-uuid/2949b379-bd76-4ed6-a2be-12a1bc4634c5 [ 4.167729] dracut: issuing e2fsck -a /dev/disk/by-uuid/2949b379-bd76-4ed6-a2be-12a1bc4634c5 [ 4.204963] dracut: Fedora: clean, 271064/2506752 files, 3239896/10010624 blocks [ 4.205226] dracut: Remounting /dev/disk/by-uuid/2949b379-bd76-4ed6-a2be-12a1bc4634c5 with -o ro [ 4.256920] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null) [ 4.268678] dracut: Mounted root filesystem /dev/sda7 [ 4.509351] dracut: Switching root [ 4.961288] type=1404 audit(1327401264.940:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 [ 5.058735] SELinux: 2048 avtab hash slots, 98655 rules. [ 5.077820] SELinux: 2048 avtab hash slots, 98655 rules. [ 5.177878] SELinux: 9 users, 13 roles, 3923 types, 209 bools, 1 sens, 1024 cats [ 5.177883] SELinux: 82 classes, 98655 rules [ 5.181389] SELinux: Completing initialization. [ 5.181392] SELinux: Setting up existing superblocks. [ 5.181399] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 5.181404] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts [ 5.181632] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts [ 5.181650] SELinux: initialized (dev proc, type proc), uses genfs_contexts [ 5.181658] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 5.181683] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs [ 5.182172] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs [ 5.182176] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts [ 5.182862] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs [ 5.182871] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts [ 5.182874] SELinux: initialized (dev devpts, type devpts), uses transition SIDs [ 5.182895] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 5.182902] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs [ 5.182912] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts [ 5.182923] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts [ 5.182928] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts [ 5.182933] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 5.183353] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 5.183360] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 5.185135] SELinux: initialized (dev sda7, type ext4), uses xattr [ 5.189408] type=1403 audit(1327401265.168:3): policy loaded auid=4294967295 ses=4294967295 [ 5.196159] systemd[1]: Successfully loaded SELinux policy in 268ms 55us. [ 5.255881] systemd[1]: Successfully loaded SELinux database in 59ms 461us, size on heap is 479K. [ 5.306020] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time. [ 5.315740] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 5.316229] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.361323] systemd[1]: Relabelled /dev and /run in 45ms 21us. [ 5.442344] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.458245] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.474221] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.475316] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.491199] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.500241] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.516162] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.526203] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 5.526308] systemd[1]: systemd 37 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; fedora) [ 5.550941] systemd[1]: Set hostname to <milan>. [ 7.079595] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts [ 9.288820] udevd[479]: starting version 173 [ 11.004315] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 11.004865] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts [ 11.007479] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 11.829639] EXT4-fs (sda7): re-mounted. Opts: (null) [ 13.578247] mtp-probe[601]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4" [ 13.578287] mtp-probe[603]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6" [ 13.579669] mtp-probe[603]: bus: 2, device: 5 was not an MTP device [ 13.579924] mtp-probe[601]: bus: 1, device: 3 was not an MTP device [ 19.181596] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts [ 20.687653] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2 [ 20.689460] microcode: CPU0 updated to revision 0x3, date = 2011-09-01 [ 20.689473] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x3 [ 20.690657] microcode: CPU2 sig=0x20655, pf=0x10, revision=0x2 [ 20.692141] microcode: CPU2 updated to revision 0x3, date = 2011-09-01 [ 20.692151] microcode: CPU3 sig=0x20655, pf=0x10, revision=0x3 [ 20.693694] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba [ 21.673125] bcma-pci-bridge 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 21.673137] bcma-pci-bridge 0000:02:00.0: setting latency timer to 64 [ 21.673229] Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0) [ 21.673253] Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0) [ 21.673304] Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0) [ 21.683297] Bus registered [ 21.859329] Bluetooth: Core ver 2.16 [ 21.859549] NET: Registered protocol family 31 [ 21.859552] Bluetooth: HCI device and connection manager initialized [ 21.859556] Bluetooth: HCI socket layer initialized [ 21.859558] Bluetooth: L2CAP socket layer initialized [ 21.859567] Bluetooth: SCO socket layer initialized [ 21.862618] usbcore: registered new interface driver btusb [ 21.874318] cfg80211: Calling CRDA to update world regulatory domain [ 21.879196] cfg80211: World regulatory domain updated: [ 21.879199] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 21.879202] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 21.879204] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 21.879206] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 21.879207] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 21.879209] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 21.898708] vboxdrv: Found 4 processor cores. [ 21.899024] VBoxDrv: dbg - g_abExecMemory=ffffffffa0356ca0 [ 21.899072] vboxdrv: fAsync=0 offMin=0xf0 offMax=0x12ae [ 21.899130] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'. [ 21.899133] vboxdrv: Successfully loaded version 4.1.8_OSE (interface 0x00190000). [ 21.963497] iTCO_vendor_support: vendor-support=0 [ 22.233542] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29) [ 22.233575] intel ips 0000:00:1f.6: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 22.233767] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90 [ 22.289261] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 22.289288] r8169 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 22.289339] r8169 0000:01:00.0: setting latency timer to 64 [ 22.289396] r8169 0000:01:00.0: irq 42 for MSI/MSI-X [ 22.289567] r8169 0000:01:00.0: eth0: RTL8168d/8111d at 0xffffc9000061c000, 1c:c1:de:a6:00:2d, XID 083000c0 IRQ 42 [ 22.297256] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06 [ 22.297357] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460) [ 22.297700] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 22.309247] udevd[511]: renamed network interface eth0 to em1 [ 22.312777] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 22.312849] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X [ 22.312878] snd_hda_intel 0000:00:1b.0: setting latency timer to 64 [ 22.329749] ALSA sound/pci/hda/patch_sigmatel.c:5636 mute LED gpio 1 polarity 1 [ 22.329754] ALSA sound/pci/hda/hda_codec.c:4895 autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker [ 22.329757] ALSA sound/pci/hda/hda_codec.c:4899 speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 22.329759] ALSA sound/pci/hda/hda_codec.c:4903 hp_outs=1 (0xb/0x0/0x0/0x0/0x0) [ 22.329760] ALSA sound/pci/hda/hda_codec.c:4904 mono: mono_out=0x0 [ 22.329762] ALSA sound/pci/hda/hda_codec.c:4908 inputs: [ 22.329763] ALSA sound/pci/hda/hda_codec.c:4912 Mic=0xc [ 22.329765] ALSA sound/pci/hda/hda_codec.c:4914 [ 22.329954] ALSA sound/pci/hda/patch_sigmatel.c:3116 stac92xx: dac_nids=1 (0x13/0x0/0x0/0x0/0x0) [ 22.332214] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 22.339507] input: HDA Intel Mic at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 22.339694] input: HDA Intel HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 22.339913] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 22.340182] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19 [ 22.372392] hp_accel: laptop model unknown, using default axes configuration [ 22.372994] lis3lv02d: 8 bits sensor found [ 22.375036] Linux media interface: v0.10 [ 22.376481] Linux video capture interface: v2.00 [ 22.376970] uvcvideo: Found UVC 1.00 device HP Webcam (10f1:1a28) [ 22.385407] input: HP Webcam as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input9 [ 22.385588] usbcore: registered new interface driver uvcvideo [ 22.385592] USB Video Class driver (1.1.1) [ 22.409085] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input10 [ 22.409697] Registered led device: hp::hddprotect [ 22.409726] hp_accel: driver loaded [ 22.715585] input: HP WMI hotkeys as /devices/virtual/input/input11 [ 22.949921] Adding 4610616k swap on /dev/sda8. Priority:0 extents:1 across:4610616k [ 22.978895] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17 [ 22.996460] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 22.996670] brcms_module_init: register returned 0 [ 22.999940] cfg80211: Calling CRDA for country: US [ 23.003294] Broadcom 43xx driver loaded [ Features: PMNLS ] [ 23.004410] cfg80211: Regulatory domain changed to country: US [ 23.004414] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 23.004417] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm) [ 23.004420] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm) [ 23.004423] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 23.004426] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 23.004428] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 23.004430] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm) [ 23.013884] cfg80211: Calling CRDA for country: FR [ 23.016775] cfg80211: Regulatory domain changed to country: FR [ 23.016778] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 23.016781] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 23.016783] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 23.016786] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 23.016788] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 23.087201] fuse init (API version 7.17) [ 23.093632] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts [ 23.100864] mount[931]: mount\xffffffc2\xffffffa0\xffffffa0: fusectl est d\xffffffc3\xffffffa9\xffffffa9j\xffffffc3\xffffffa0\xffffffa0 mont\xffffffc3\xffffffa9\xffffffa9 ou /sys/fs/fuse/connections est occup\xffffffc3\xffffffa9\xffffffa9 [ 23.101872] mount[931]: mount\xffffffc2\xffffffa0\xffffffa0: selon mtab, fusectl est d\xffffffc3\xffffffa9\xffffffa9j\xffffffc3\xffffffa0\xffffffa0 mont\xffffffc3\xffffffa9\xffffffa9 sur /sys/fs/fuse/connections [ 23.102648] systemd[1]: sys-fs-fuse-connections.mount mount process exited, code=exited status=32 [ 23.158473] rmmod[935]: ERROR: Module scsi_wait_scan does not exist in /proc/modules [ 23.270099] SELinux: initialized (dev sda1, type fuseblk), uses genfs_contexts [ 23.271234] ntfs-3g[939]: Version 2011.4.12 integrated FUSE 27 [ 23.271242] ntfs-3g[939]: Mounted /dev/sda1 (Read-Write, label "SYSTEM", NTFS 3.1) [ 23.271248] ntfs-3g[939]: Cmdline options: rw [ 23.271253] ntfs-3g[939]: Mount options: rw,allow_other,nonempty,atime,fsname=/dev/sda1,blkdev,blksize=4096 [ 23.271259] ntfs-3g[939]: Ownership and permissions disabled, configuration type 1 [ 23.436938] SELinux: initialized (dev sda2, type fuseblk), uses genfs_contexts [ 23.438097] ntfs-3g[940]: Version 2011.4.12 integrated FUSE 27 [ 23.438165] ntfs-3g[940]: Mounted /dev/sda2 (Read-Write, label "", NTFS 3.1) [ 23.438233] ntfs-3g[940]: Cmdline options: rw [ 23.438247] ntfs-3g[940]: Mount options: rw,allow_other,nonempty,atime,fsname=/dev/sda2,blkdev,blksize=4096 [ 23.438260] ntfs-3g[940]: Ownership and permissions disabled, configuration type 1 [ 23.908911] fedora-storage-init[944]: Configuration du gestionnaire de volume logique\xffffffc2\xffffffa0\xffffffa0: No volume groups found [ 23.918765] fedora-storage-init[944]: [ OK ] [ 23.967877] systemd-fsck[895]: fsck: fsck.btrfs: not found [ 23.967942] systemd-fsck[895]: fsck: error 2 while executing fsck.btrfs for /dev/sda6 [ 23.968202] systemd-fsck[895]: fsck failed with error code 8. [ 23.968216] systemd-fsck[895]: Ignoring error. [ 24.079590] device label home devid 1 transid 16129 /dev/sda6 [ 24.474536] fedora-storage-init[950]: Configuration du gestionnaire de volume logique\xffffffc2\xffffffa0\xffffffa0: No volume groups found [ 24.481059] fedora-storage-init[950]: [ OK ] [ 24.700403] lvm[971]: No volume groups found [ 26.934592] SELinux: initialized (dev sda6, type btrfs), uses xattr [ 26.972312] systemd-tmpfiles[976]: Successfully loaded SELinux database in 12ms 852us, size on heap is 481K. [ 27.350010] bluetoothd[986]: Bluetooth daemon 4.96 [ 27.350027] bluetoothd[986]: bluetoothd[986]: Bluetooth daemon 4.96 [ 27.415553] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 27.421886] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 27.426415] iptables.init[991]: iptables\xffffffc2\xffffffa0\xffffffa0: Application des r\xffffffc3\xffffffa8\xffffffa8gles du pare-feu\xffffffc2\xffffffa0\xffffffa0: [ OK ] [ 27.434768] ip6tables.init[988]: ip6tables\xffffffc2\xffffffa0\xffffffa0: Application des r\xffffffc3\xffffffa8\xffffffa8gles du pare-feu\xffffffc2\xffffffa0\xffffffa0: [ OK ] [ 27.477782] abrtd[1030]: Init complete, entering main loop [ 27.478741] mcelog[1031]: mcelog read: No such device [ 27.584343] NetworkManager[1039]: <info> NetworkManager (version 0.9.2-1.fc16) is starting... [ 27.584352] NetworkManager[1039]: <info> Read config file /etc/NetworkManager/NetworkManager.conf [ 27.584681] NetworkManager[1039]: NetworkManager[1039]: <info> NetworkManager (version 0.9.2-1.fc16) is starting... [ 27.584703] NetworkManager[1039]: NetworkManager[1039]: <info> Read config file /etc/NetworkManager/NetworkManager.conf [ 27.601213] avahi-daemon[1040]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70). [ 27.601363] avahi-daemon[1040]: Successfully dropped root privileges. [ 27.601687] avahi-daemon[1040]: avahi-daemon 0.6.30 starting up. [ 27.694521] /usr/sbin/crond[1004]: (CRON) INFO (running with inotify support) [ 27.822384] mcelog[1044]: mcelog: Unsupported new Family 6 Model 25 CPU: only decoding architectural errors [ 28.001668] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 28.001673] Bluetooth: BNEP filters: protocol multicast [ 28.126834] Bluetooth: RFCOMM TTY layer initialized [ 28.126839] Bluetooth: RFCOMM socket layer initialized [ 28.126841] Bluetooth: RFCOMM ver 1.11 [ 28.209930] r8169 0000:01:00.0: em1: link down [ 28.210544] ADDRCONF(NETDEV_UP): em1: link is not ready [ 28.263500] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 28.263510] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement) [ 28.264496] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 30.902822] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 31.101978] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 31.301653] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 31.501297] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 37.434936] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 37.633752] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 37.833457] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 38.033035] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 38.090007] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts [ 40.755251] lp: driver loaded but no devices found [ 40.766629] ppdev: user-space parallel port driver [ 43.973242] wlan0: authenticate with 00:09:0f:e9:27:72 (try 1) [ 43.974856] wlan0: authenticated [ 43.978500] wlan0: associate with 00:09:0f:e9:27:72 (try 1) [ 43.985791] wlan0: RX AssocResp from 00:09:0f:e9:27:72 (capab=0x131 status=0 aid=15) [ 43.985798] wlan0: associated [ 43.985804] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 43.985807] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 43.986322] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: true (implement) [ 43.986329] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated [ 43.986332] ieee80211 phy0: changing basic rates failed: -22 [ 43.986335] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement) [ 43.986675] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 43.986774] cfg80211: Calling CRDA for country: FR [ 43.994492] cfg80211: Regulatory domain changed to country: FR [ 43.994495] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 43.994497] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 43.994499] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 43.994501] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 43.994503] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 44.043205] wlan0: Wrong control channel in association response: configured center-freq: 2437 hti-cfreq: 2462 hti->control_chan: 11 band: 0. Disabling HT. [ 44.188936] wlan0: moving STA 00:09:0f:e9:27:72 to state 3 [ 54.661400] wlan0: no IPv6 routers present [ 64.070784] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement) [ 69.245855] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 69.246165] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 69.247237] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 180.725947] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 218.460095] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 218.461333] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 218.648665] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 218.648677] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated [ 218.648685] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 1 (implement) [ 218.648692] wlan0: deauthenticating from 00:09:0f:e9:27:72 by local choice (reason=3) [ 218.676782] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 218.676786] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 218.676789] wlan0: moving STA 00:09:0f:e9:27:72 to state 0 [ 218.684855] cfg80211: Calling CRDA to update world regulatory domain [ 218.701057] cfg80211: World regulatory domain updated: [ 218.701062] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 218.701066] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 218.701069] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 218.701072] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 218.701075] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 218.701077] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 218.701094] cfg80211: Calling CRDA for country: FR [ 218.706033] cfg80211: Regulatory domain changed to country: FR [ 218.706036] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 218.706038] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 218.706040] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 218.706042] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 218.706043] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 220.333453] PM: Syncing filesystems ... done. [ 220.399675] PM: Preparing system for mem sleep [ 220.498875] Freezing user space processes ... (elapsed 0.01 seconds) done. [ 220.509668] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [ 220.520604] PM: Entering mem sleep [ 220.520743] Suspending console(s) (use no_console_suspend to debug) [ 220.521120] sd 0:0:0:0: [sda] Synchronizing SCSI cache [ 220.521275] sd 0:0:0:0: [sda] Stopping disk [ 220.577481] ehci_hcd 0000:00:1d.0: PCI INT A disabled [ 220.577491] ehci_hcd 0000:00:1a.0: PCI INT A disabled [ 220.769447] snd_hda_intel 0000:00:1b.0: PCI INT A disabled [ 221.120617] PM: suspend of devices complete after 600.761 msecs [ 221.131661] r8169 0000:01:00.0: PME# enabled [ 221.140495] r8169 0000:01:00.0: wake-up capability enabled by ACPI [ 221.173511] PM: late suspend of devices complete after 52.975 msecs [ 221.173670] ACPI: Preparing to enter system sleep state S3 [ 221.219725] PM: Saving platform NVS memory [ 221.223356] Disabling non-boot CPUs ... [ 221.225547] CPU 1 is now offline [ 221.227743] CPU 2 is now offline [ 221.229534] CPU 3 is now offline [ 221.229998] Extended CMOS year: 2000 [ 221.230207] ACPI: Low-level resume complete [ 221.230264] PM: Restoring platform NVS memory [ 221.230769] CPU0: Thermal monitoring handled by SMI [ 221.230827] Extended CMOS year: 2000 [ 221.231051] microcode: CPU0 updated to revision 0x3, date = 2011-09-01 [ 221.231058] Enabling non-boot CPUs ... [ 221.231195] Booting Node 0 Processor 1 APIC 0x1 [ 221.231197] smpboot cpu 1: start_ip = 98000 [ 221.242198] Calibrating delay loop (skipped) already calibrated this CPU [ 221.242223] CPU1: Thermal monitoring handled by SMI [ 221.262579] NMI watchdog enabled, takes one hw-pmu counter. [ 221.262840] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 221.262845] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 221.262850] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 221.262854] ACPI Error: Method parse/execution failed [\_PR_.CPU1._PPC] (Node ffff880150d998c0), AE_NOT_FOUND (20110623/psparse-536) [ 221.262887] CPU1 is up [ 221.262960] Booting Node 0 Processor 2 APIC 0x4 [ 221.262961] smpboot cpu 2: start_ip = 98000 [ 221.263048] Switched to NOHz mode on CPU #1 [ 221.273961] Calibrating delay loop (skipped) already calibrated this CPU [ 221.273986] CPU2: Thermal monitoring handled by SMI [ 221.294311] NMI watchdog enabled, takes one hw-pmu counter. [ 221.294609] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 221.294615] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 221.294620] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 221.294624] ACPI Error: Method parse/execution failed [\_PR_.CPU2._PPC] (Node ffff880150d99b18), AE_NOT_FOUND (20110623/psparse-536) [ 221.294821] microcode: CPU2 updated to revision 0x3, date = 2011-09-01 [ 221.294835] CPU2 is up [ 221.294902] Booting Node 0 Processor 3 APIC 0x5 [ 221.294903] smpboot cpu 3: start_ip = 98000 [ 221.294992] Switched to NOHz mode on CPU #2 [ 221.305903] Calibrating delay loop (skipped) already calibrated this CPU [ 221.305925] CPU3: Thermal monitoring handled by SMI [ 221.326260] NMI watchdog enabled, takes one hw-pmu counter. [ 221.326531] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 221.326536] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 221.326541] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 221.326545] ACPI Error: Method parse/execution failed [\_PR_.CPU3._PPC] (Node ffff880150d99a78), AE_NOT_FOUND (20110623/psparse-536) [ 221.326601] CPU3 is up [ 221.328445] Switched to NOHz mode on CPU #3 [ 221.328833] ACPI: Waking up from system sleep state S3 [ 221.449332] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407) [ 221.449368] pci 0000:00:16.0: restoring config space at offset 0x1 (was 0x180006, writing 0x100006) [ 221.449405] ehci_hcd 0000:00:1a.0: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002) [ 221.449449] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100002) [ 221.449478] pcieport 0000:00:1c.0: restoring config space at offset 0x7 (was 0x20002020, writing 0x2020) [ 221.449555] ehci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002) [ 221.449577] pci 0000:00:1e.0: restoring config space at offset 0xa (was 0xffffffff, writing 0x0) [ 221.449652] ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407) [ 221.449776] r8169 0000:01:00.0: restoring config space at offset 0x1 (was 0x100007, writing 0x100407) [ 221.449864] bcma-pci-bridge 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10a) [ 221.449883] bcma-pci-bridge 0000:02:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xb2400004) [ 221.449888] bcma-pci-bridge 0000:02:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10) [ 221.449895] bcma-pci-bridge 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100006) [ 221.450025] PM: early resume of devices complete after 0.772 msecs [ 221.450134] i915 0000:00:02.0: setting latency timer to 64 [ 221.450165] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 221.450171] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 221.450173] ehci_hcd 0000:00:1a.0: setting latency timer to 64 [ 221.450181] snd_hda_intel 0000:00:1b.0: setting latency timer to 64 [ 221.450185] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 221.450195] ehci_hcd 0000:00:1d.0: setting latency timer to 64 [ 221.450218] pci 0000:00:1e.0: setting latency timer to 64 [ 221.450235] ahci 0000:00:1f.2: setting latency timer to 64 [ 221.450249] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X [ 221.450471] sd 0:0:0:0: [sda] Starting disk [ 221.515749] power_supply BAT0: parent PNP0C0A:00 should not be sleeping [ 221.525201] r8169 0000:01:00.0: wake-up capability disabled by ACPI [ 221.525207] r8169 0000:01:00.0: PME# disabled [ 221.598998] [drm:ironlake_update_pch_refclk] *ERROR* enabling SSC on PCH [ 221.620516] Extended CMOS year: 2000 [ 221.681573] usb 1-1.4: reset full speed USB device number 3 using ehci_hcd [ 221.754254] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 221.758277] ata5: SATA link down (SStatus 0 SControl 300) [ 221.823352] ata2.00: configured for UDMA/100 [ 221.839256] usb 2-1.3: reset full speed USB device number 3 using ehci_hcd [ 221.926093] btusb 2-1.3:1.0: no reset_resume for driver btusb? [ 221.926098] btusb 2-1.3:1.1: no reset_resume for driver btusb? [ 221.997001] usb 2-1.6: reset high speed USB device number 5 using ehci_hcd [ 223.232724] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 223.234850] ata1.00: configured for UDMA/100 [ 223.899975] PM: resume of devices complete after 2454.154 msecs [ 223.900462] PM: Finishing wakeup. [ 223.900506] Restarting tasks ... done. [ 223.908329] video LNXVIDEO:00: Restoring backlight state [ 224.278171] r8169 0000:01:00.0: em1: link down [ 224.278594] ADDRCONF(NETDEV_UP): em1: link is not ready [ 224.326654] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 224.326668] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement) [ 224.328942] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 224.908786] Bluetooth: hci0 command tx timeout [ 226.948990] wlan0: authenticate with 00:09:0f:e9:27:72 (try 1) [ 226.950597] wlan0: authenticated [ 226.950805] wlan0: associate with 00:09:0f:e9:27:72 (try 1) [ 226.956725] wlan0: RX AssocResp from 00:09:0f:e9:27:72 (capab=0x131 status=0 aid=15) [ 226.956731] wlan0: associated [ 226.956736] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 226.956739] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 226.957306] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: true (implement) [ 226.957317] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated [ 226.957323] ieee80211 phy0: changing basic rates failed: -22 [ 226.957328] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement) [ 226.958348] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 226.958455] cfg80211: Calling CRDA for country: FR [ 226.968428] wlan0: Wrong control channel in association response: configured center-freq: 2437 hti-cfreq: 2462 hti->control_chan: 11 band: 0. Disabling HT. [ 226.972046] cfg80211: Regulatory domain changed to country: FR [ 226.972051] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 226.972056] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 226.972061] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 226.972065] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 226.972068] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 227.160227] wlan0: moving STA 00:09:0f:e9:27:72 to state 3 [ 237.265328] wlan0: no IPv6 routers present [ 247.751474] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement) [ 270.781609] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 275.168086] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 275.169564] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 276.720001] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 277.426568] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 278.312414] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 278.313361] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 278.313957] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 281.662084] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 281.662497] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 282.802213] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 282.802331] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated [ 282.802339] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 1 (implement) [ 282.802346] wlan0: deauthenticating from 00:09:0f:e9:27:72 by local choice (reason=3) [ 282.833231] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 282.833236] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 282.833239] wlan0: moving STA 00:09:0f:e9:27:72 to state 0 [ 282.844268] cfg80211: Calling CRDA to update world regulatory domain [ 282.856336] cfg80211: World regulatory domain updated: [ 282.856340] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 282.856343] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 282.856346] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 282.856349] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 282.856352] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 282.856355] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 282.856371] cfg80211: Calling CRDA for country: FR [ 282.859650] cfg80211: Regulatory domain changed to country: FR [ 282.859654] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 282.859656] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 282.859659] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 282.859661] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 282.859664] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 284.251041] PM: Syncing filesystems ... done. [ 284.342340] PM: Preparing system for mem sleep [ 284.408714] Freezing user space processes ... (elapsed 0.01 seconds) done. [ 284.419553] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [ 284.430511] PM: Entering mem sleep [ 284.430659] Suspending console(s) (use no_console_suspend to debug) [ 284.431037] sd 0:0:0:0: [sda] Synchronizing SCSI cache [ 284.431159] sd 0:0:0:0: [sda] Stopping disk [ 284.487419] ehci_hcd 0000:00:1a.0: PCI INT A disabled [ 284.487427] ehci_hcd 0000:00:1d.0: PCI INT A disabled [ 284.577914] snd_hda_intel 0000:00:1b.0: PCI INT A disabled [ 285.032523] PM: suspend of devices complete after 602.744 msecs [ 285.043529] r8169 0000:01:00.0: PME# enabled [ 285.052401] r8169 0000:01:00.0: wake-up capability enabled by ACPI [ 285.085413] PM: late suspend of devices complete after 52.980 msecs [ 285.085570] ACPI: Preparing to enter system sleep state S3 [ 285.131572] PM: Saving platform NVS memory [ 285.134981] Disabling non-boot CPUs ... [ 285.136847] CPU 1 is now offline [ 285.139125] CPU 2 is now offline [ 285.141034] CPU 3 is now offline [ 285.141470] Extended CMOS year: 2000 [ 285.141678] ACPI: Low-level resume complete [ 285.141735] PM: Restoring platform NVS memory [ 285.142242] CPU0: Thermal monitoring handled by SMI [ 285.142300] Extended CMOS year: 2000 [ 285.142525] microcode: CPU0 updated to revision 0x3, date = 2011-09-01 [ 285.142532] Enabling non-boot CPUs ... [ 285.142657] Booting Node 0 Processor 1 APIC 0x1 [ 285.142659] smpboot cpu 1: start_ip = 98000 [ 285.153661] Calibrating delay loop (skipped) already calibrated this CPU [ 285.153686] CPU1: Thermal monitoring handled by SMI [ 285.173946] Switched to NOHz mode on CPU #1 [ 285.174002] NMI watchdog enabled, takes one hw-pmu counter. [ 285.174261] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 285.174266] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 285.174272] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 285.174276] ACPI Error: Method parse/execution failed [\_PR_.CPU1._PPC] (Node ffff880150d998c0), AE_NOT_FOUND (20110623/psparse-536) [ 285.174309] CPU1 is up [ 285.174376] Booting Node 0 Processor 2 APIC 0x4 [ 285.174377] smpboot cpu 2: start_ip = 98000 [ 285.185377] Calibrating delay loop (skipped) already calibrated this CPU [ 285.185401] CPU2: Thermal monitoring handled by SMI [ 285.205664] NMI watchdog enabled, takes one hw-pmu counter. [ 285.205891] Switched to NOHz mode on CPU #2 [ 285.205926] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 285.205931] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 285.205937] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 285.205941] ACPI Error: Method parse/execution failed [\_PR_.CPU2._PPC] (Node ffff880150d99b18), AE_NOT_FOUND (20110623/psparse-536) [ 285.206136] microcode: CPU2 updated to revision 0x3, date = 2011-09-01 [ 285.206146] CPU2 is up [ 285.206214] Booting Node 0 Processor 3 APIC 0x5 [ 285.206215] smpboot cpu 3: start_ip = 98000 [ 285.217215] Calibrating delay loop (skipped) already calibrated this CPU [ 285.217238] CPU3: Thermal monitoring handled by SMI [ 285.237533] NMI watchdog enabled, takes one hw-pmu counter. [ 285.237809] ACPI Error: [NPSS] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) [ 285.237815] ACPI Error: Method parse/execution failed [\_PR_.CPU0.PPC_] (Node ffff880150d998e8), AE_NOT_FOUND (20110623/psparse-536) [ 285.237820] ACPI Error: Method parse/execution failed [\_PR_.CPU0._PPC] (Node ffff880150d997d0), AE_NOT_FOUND (20110623/psparse-536) [ 285.237824] ACPI Error: Method parse/execution failed [\_PR_.CPU3._PPC] (Node ffff880150d99a78), AE_NOT_FOUND (20110623/psparse-536) [ 285.237856] Switched to NOHz mode on CPU #3 [ 285.237881] CPU3 is up [ 285.240107] ACPI: Waking up from system sleep state S3 [ 285.323461] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407) [ 285.323522] ehci_hcd 0000:00:1a.0: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002) [ 285.323557] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100002) [ 285.323661] ehci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002) [ 285.323689] pci 0000:00:1e.0: restoring config space at offset 0xa (was 0xffffffff, writing 0x0) [ 285.323762] ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407) [ 285.323876] r8169 0000:01:00.0: restoring config space at offset 0x1 (was 0x100007, writing 0x100407) [ 285.323963] bcma-pci-bridge 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10a) [ 285.323982] bcma-pci-bridge 0000:02:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xb2400004) [ 285.323987] bcma-pci-bridge 0000:02:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10) [ 285.323994] bcma-pci-bridge 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100006) [ 285.324124] PM: early resume of devices complete after 0.717 msecs [ 285.324254] i915 0000:00:02.0: setting latency timer to 64 [ 285.324262] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 285.324268] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 285.324272] ehci_hcd 0000:00:1a.0: setting latency timer to 64 [ 285.324276] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 285.324278] snd_hda_intel 0000:00:1b.0: setting latency timer to 64 [ 285.324282] ehci_hcd 0000:00:1d.0: setting latency timer to 64 [ 285.324321] pci 0000:00:1e.0: setting latency timer to 64 [ 285.324330] ahci 0000:00:1f.2: setting latency timer to 64 [ 285.324332] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X [ 285.324535] sd 0:0:0:0: [sda] Starting disk [ 285.332690] r8169 0000:01:00.0: wake-up capability disabled by ACPI [ 285.332698] r8169 0000:01:00.0: PME# disabled [ 285.390513] Extended CMOS year: 2000 [ 285.472960] [drm:ironlake_update_pch_refclk] *ERROR* enabling SSC on PCH [ 285.555507] usb 2-1.6: reset high speed USB device number 5 using ehci_hcd [ 285.628258] ata5: SATA link down (SStatus 0 SControl 300) [ 285.630215] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 285.692126] ata2.00: configured for UDMA/100 [ 285.704241] usb 1-1.4: reset full speed USB device number 3 using ehci_hcd [ 285.861991] usb 2-1.3: reset full speed USB device number 3 using ehci_hcd [ 285.949086] btusb 2-1.3:1.0: no reset_resume for driver btusb? [ 285.949091] btusb 2-1.3:1.1: no reset_resume for driver btusb? [ 287.210477] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 287.212586] ata1.00: configured for UDMA/100 [ 287.876753] PM: resume of devices complete after 2556.995 msecs [ 287.877293] PM: Finishing wakeup. [ 287.877295] Restarting tasks ... done. [ 287.880902] video LNXVIDEO:00: Restoring backlight state [ 288.114565] r8169 0000:01:00.0: em1: link down [ 288.115045] ADDRCONF(NETDEV_UP): em1: link is not ready [ 288.163179] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 288.163191] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement) [ 288.165302] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 288.886571] Bluetooth: hci0 command tx timeout [ 290.785775] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 290.984928] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 291.184659] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 291.384246] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 297.312076] wlan0: authenticate with 00:09:0f:e9:27:72 (try 1) [ 297.313755] wlan0: authenticated [ 297.313968] wlan0: associate with 00:09:0f:e9:27:72 (try 1) [ 297.319105] wlan0: RX AssocResp from 00:09:0f:e9:27:72 (capab=0x131 status=0 aid=15) [ 297.319113] wlan0: associated [ 297.319120] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 297.319124] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 297.319695] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: true (implement) [ 297.319710] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated [ 297.319719] ieee80211 phy0: changing basic rates failed: -22 [ 297.319726] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement) [ 297.320667] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 297.320775] cfg80211: Calling CRDA for country: FR [ 297.331387] cfg80211: Regulatory domain changed to country: FR [ 297.331390] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 297.331392] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 297.331394] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 297.331396] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 297.331398] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 297.365453] wlan0: Wrong control channel in association response: configured center-freq: 2437 hti-cfreq: 2462 hti->control_chan: 11 band: 0. Disabling HT. [ 297.522812] wlan0: moving STA 00:09:0f:e9:27:72 to state 3 [ 307.711907] wlan0: no IPv6 routers present [ 317.630884] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement) [ 518.283490] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 518.283754] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 518.284125] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 584.463545] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 644.353005] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 735.186771] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 804.004652] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 1061.517139] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 1224.336449] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 1459.193488] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 1459.193502] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated [ 1459.193509] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 1 (implement) [ 1459.195080] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 1459.195086] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 1459.195091] wlan0: moving STA 00:09:0f:e9:27:72 to state 0 [ 1459.212960] cfg80211: Calling CRDA to update world regulatory domain [ 1459.226598] cfg80211: World regulatory domain updated: [ 1459.226603] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 1459.226608] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 1459.226613] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 1459.226617] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 1459.226621] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 1459.226625] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 1459.226643] cfg80211: Calling CRDA for country: FR [ 1459.231720] cfg80211: Regulatory domain changed to country: FR [ 1459.231725] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 1459.231730] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1459.231734] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1459.231738] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1459.231741] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 1460.224230] wlan0: authenticate with 00:09:0f:e9:27:72 (try 1) [ 1460.225953] wlan0: authenticated [ 1460.226107] wlan0: associate with 00:09:0f:e9:27:72 (try 1) [ 1460.231518] wlan0: RX ReassocResp from 00:09:0f:e9:27:72 (capab=0x131 status=0 aid=15) [ 1460.231522] wlan0: associated [ 1460.231526] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 1460.231528] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 1460.232101] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: true (implement) [ 1460.232110] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated [ 1460.232114] ieee80211 phy0: changing basic rates failed: -22 [ 1460.232117] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement) [ 1460.232588] cfg80211: Calling CRDA for country: FR [ 1460.236326] cfg80211: Regulatory domain changed to country: FR [ 1460.236329] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 1460.236332] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1460.236334] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1460.236337] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1460.236339] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 1460.435935] wlan0: moving STA 00:09:0f:e9:27:72 to state 3 [ 1473.956688] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 1539.878744] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 1773.733003] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 1807.451616] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 1807.452305] ieee80211 phy0: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 1925.321534] wlan0: disassociated from 00:09:0f:e9:27:72 (Reason: 8) [ 1925.322580] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 1925.322595] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated [ 1925.322604] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 1 (implement) [ 1925.324188] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 1925.324193] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 1925.324196] wlan0: moving STA 00:09:0f:e9:27:72 to state 0 [ 1925.330163] wlan0: deauthenticating from 00:09:0f:e9:27:72 by local choice (reason=3) [ 1925.330206] cfg80211: Calling CRDA to update world regulatory domain [ 1925.339504] cfg80211: World regulatory domain updated: [ 1925.339510] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 1925.339515] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 1925.339520] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 1925.339524] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 1925.339528] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 1925.339532] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 1925.339550] cfg80211: Calling CRDA for country: FR [ 1925.344609] cfg80211: Regulatory domain changed to country: FR [ 1925.344614] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 1925.344619] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1925.344624] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1925.344627] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 1925.344631] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 1926.358401] wlan0: authenticate with 00:09:0f:e9:27:72 (try 1) [ 1926.557280] wlan0: authenticate with 00:09:0f:e9:27:72 (try 2) [ 1926.756967] wlan0: authenticate with 00:09:0f:e9:27:72 (try 3) [ 1926.956667] wlan0: authentication with 00:09:0f:e9:27:72 timed out [ 1932.880048] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1933.079366] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1933.279085] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1933.478806] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1937.654398] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1937.854159] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1938.053818] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1938.253561] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1944.175831] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1944.375248] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1944.574933] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1944.774690] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1950.694521] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1950.893418] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1951.093073] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1951.292736] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1957.218535] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1957.417484] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1957.617169] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1957.816855] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1963.744730] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1963.943588] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1964.143271] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1964.342970] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1970.264094] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1970.463711] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1970.663421] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1970.863082] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1976.790902] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1976.989815] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1977.189490] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1977.389158] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1983.317957] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1983.516924] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1983.716597] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1983.916331] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1985.819658] usb 2-1.3: USB disconnect, device number 3 [ 1987.325318] usb 2-1.3: new full speed USB device number 6 using ehci_hcd [ 1987.414820] usb 2-1.3: New USB device found, idVendor=0a5c, idProduct=21b4 [ 1987.414827] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1987.414832] usb 2-1.3: Product: Broadcom 2070 Bluetooth [ 1987.414835] usb 2-1.3: Manufacturer: Broadcom Corp [ 1987.414838] usb 2-1.3: SerialNumber: 002713DDD4FC [ 1990.683075] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 1990.683089] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement) [ 1990.685528] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 1993.312810] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 1993.511736] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 1993.711441] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 1993.911139] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 1999.833913] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2000.032851] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2000.232544] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2000.432258] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2006.356063] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2006.554953] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2006.754670] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2006.954364] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2012.875115] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2013.074079] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2013.273770] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2013.473467] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2032.350193] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17 [ 2032.365330] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 2032.365648] cfg80211: Calling CRDA for country: US [ 2032.365691] brcms_module_init: register returned 0 [ 2032.373428] cfg80211: Current regulatory domain intersected: [ 2032.373431] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 2032.373434] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2032.373437] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 1700 mBm) [ 2032.373440] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2032.373443] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2032.373446] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2032.460212] ieee80211 phy1: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 2032.460226] ieee80211 phy1: brcms_ops_config: change power-save mode: false (implement) [ 2032.461077] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 2034.582275] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2034.781177] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2034.980882] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2035.180549] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2035.521072] cfg80211: Calling CRDA to update world regulatory domain [ 2035.526816] cfg80211: World regulatory domain updated: [ 2035.526821] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 2035.526826] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2035.526831] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 2035.526835] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 2035.526839] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2035.526843] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2040.852471] wlan0: authenticate with 00:09:0f:e9:27:72 (try 1) [ 2040.854108] wlan0: authenticated [ 2040.857768] wlan0: associate with 00:09:0f:e9:27:72 (try 1) [ 2040.866721] wlan0: RX AssocResp from 00:09:0f:e9:27:72 (capab=0x131 status=0 aid=15) [ 2040.866727] wlan0: associated [ 2040.866732] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 2040.866735] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 2040.867250] ieee80211 phy1: brcms_ops_bss_info_changed: qos enabled: true (implement) [ 2040.867261] ieee80211 phy1: brcmsmac: brcms_ops_bss_info_changed: associated [ 2040.867267] ieee80211 phy1: changing basic rates failed: -22 [ 2040.867272] ieee80211 phy1: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement) [ 2040.867994] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 2040.868097] cfg80211: Calling CRDA for country: FR [ 2040.873079] cfg80211: Regulatory domain changed to country: FR [ 2040.873084] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 2040.873089] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2040.873093] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2040.873097] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2040.873101] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 2041.072763] wlan0: moving STA 00:09:0f:e9:27:72 to state 3 [ 2041.155686] ieee80211 phy1: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement) [ 2042.713161] device fsid be8d8291-3821-4584-a9a7-776b91d4d5a5 devid 1 transid 59746 /dev/sda5 [ 2043.040847] SELinux: initialized (dev sda5, type btrfs), uses xattr [ 2043.108596] EXT4-fs (sda3): warning: maximal mount count reached, running e2fsck is recommended [ 2043.109198] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null) [ 2043.109206] SELinux: initialized (dev sda3, type ext4), uses xattr [ 2044.130151] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj. [ 2051.618591] wlan0: no IPv6 routers present [ 2055.298569] ieee80211 phy1: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 2055.298583] ieee80211 phy1: brcmsmac: brcms_ops_bss_info_changed: disassociated [ 2055.298590] ieee80211 phy1: brcms_ops_bss_info_changed: arp filtering: enabled false, count 1 (implement) [ 2055.306399] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 2055.306403] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 2055.306406] wlan0: moving STA 00:09:0f:e9:27:72 to state 0 [ 2055.323026] cfg80211: Calling CRDA to update world regulatory domain [ 2055.333639] cfg80211: World regulatory domain updated: [ 2055.333644] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 2055.333649] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2055.333654] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 2055.333658] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 2055.333662] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2055.333666] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2056.084011] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2056.283567] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2056.483249] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2056.682922] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2062.360854] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2062.560029] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2062.759729] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2062.959447] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2068.636705] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2068.835550] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2069.035250] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2069.234867] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2074.910390] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2075.110063] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2075.309762] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2075.509481] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2081.184945] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2081.384474] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2081.584156] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2081.783927] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2087.462157] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2087.661013] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2087.860729] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2088.060409] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2093.733988] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2093.933487] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2094.133162] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2094.332930] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2142.011705] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17 [ 2142.026809] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht' [ 2142.027103] brcms_module_init: register returned 0 [ 2142.028332] cfg80211: Calling CRDA for country: US [ 2142.034037] cfg80211: Regulatory domain changed to country: US [ 2142.034040] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 2142.034042] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm) [ 2142.034044] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm) [ 2142.034046] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2142.034048] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2142.034050] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 2142.034051] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm) [ 2142.039747] cfg80211: Calling CRDA for country: FR [ 2142.044480] cfg80211: Regulatory domain changed to country: FR [ 2142.044482] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 2142.044485] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2142.044487] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2142.044488] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2142.044490] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 2142.088808] ieee80211 phy2: brcms_ops_bss_info_changed: qos enabled: false (implement) [ 2142.088818] ieee80211 phy2: brcms_ops_config: change power-save mode: false (implement) [ 2142.089285] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 2197.666571] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2197.865825] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2198.065517] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2198.265215] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2204.200657] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2204.399976] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2204.599679] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2204.799328] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2210.730095] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2210.929075] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2211.128781] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2211.328459] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2217.253921] wlan0: direct probe to 00:09:0f:e9:27:72 (try 1/3) [ 2217.453180] wlan0: direct probe to 00:09:0f:e9:27:72 (try 2/3) [ 2217.652881] wlan0: direct probe to 00:09:0f:e9:27:72 (try 3/3) [ 2217.852497] wlan0: direct probe to 00:09:0f:e9:27:72 timed out [ 2232.491845] wlan0: authenticate with 00:09:0f:e9:27:72 (try 1) [ 2232.493346] wlan0: authenticated [ 2232.496954] wlan0: associate with 00:09:0f:e9:27:72 (try 1) [ 2232.502446] wlan0: RX AssocResp from 00:09:0f:e9:27:72 (capab=0x131 status=0 aid=15) [ 2232.502451] wlan0: associated [ 2232.502455] wlan0: moving STA 00:09:0f:e9:27:72 to state 1 [ 2232.502458] wlan0: moving STA 00:09:0f:e9:27:72 to state 2 [ 2232.502948] ieee80211 phy2: brcms_ops_bss_info_changed: qos enabled: true (implement) [ 2232.502956] ieee80211 phy2: brcmsmac: brcms_ops_bss_info_changed: associated [ 2232.502961] ieee80211 phy2: changing basic rates failed: -22 [ 2232.502965] ieee80211 phy2: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement) [ 2232.503591] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 2232.503748] cfg80211: Calling CRDA for country: FR [ 2232.511942] cfg80211: Regulatory domain changed to country: FR [ 2232.511947] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 2232.511952] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2232.511956] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2232.511960] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 2232.511964] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 2232.714680] wlan0: moving STA 00:09:0f:e9:27:72 to state 3 [ 2243.519559] wlan0: no IPv6 routers present [ 2252.529574] ieee80211 phy2: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement) [ 2329.667284] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2372.325786] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2372.326793] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2372.327578] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2379.781174] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2827.121531] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2827.122003] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2853.753418] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2857.755344] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2857.756286] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2857.756935] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2923.632459] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2923.632766] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU [ 2923.633038] ieee80211 phy2: brcms_c_dotxstatus: INTERMEDIATE but not AMPDU
Attachment:
messages
Description: Binary data
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0 Capabilities: <access denied> Kernel driver in use: agpgart-intel 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0, IRQ 41 Memory at b0000000 (64-bit, non-prefetchable) [size=4M] Memory at a0000000 (64-bit, prefetchable) [size=256M] I/O ports at 3050 [size=8] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: i915 Kernel modules: i915 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0, IRQ 5 Memory at b4406100 (64-bit, non-prefetchable) [size=16] Capabilities: <access denied> 00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, medium devsel, latency 0, IRQ 16 Memory at b4405c00 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0, IRQ 43 Memory at b4400000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd-hda-intel 00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: b3400000-b43fffff Prefetchable memory behind bridge: 00000000b0400000-00000000b13fffff Capabilities: <access denied> Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 00001000-00001fff Memory behind bridge: b2400000-b33fffff Prefetchable memory behind bridge: 00000000b1400000-00000000b23fffff Capabilities: <access denied> Kernel driver in use: pcieport Kernel modules: shpchp 00:1d.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, medium devsel, latency 0, IRQ 20 Memory at b4405800 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5) (prog-if 01 [Subtractive decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=32 Capabilities: <access denied> 00:1f.0 ISA bridge [0601]: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller [8086:3b09] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, medium devsel, latency 0 Capabilities: <access denied> Kernel modules: iTCO_wdt 00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller [8086:3b29] (rev 05) (prog-if 01 [AHCI 1.0]) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 40 I/O ports at 3048 [size=8] I/O ports at 305c [size=4] I/O ports at 3040 [size=8] I/O ports at 3058 [size=4] I/O ports at 3020 [size=32] Memory at b4405000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci 00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: medium devsel, IRQ 19 Memory at b4406000 (64-bit, non-prefetchable) [size=256] I/O ports at 3000 [size=32] Kernel driver in use: i801_smbus Kernel modules: i2c-i801 00:1f.6 Signal processing controller [1180]: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem [8086:3b32] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0, IRQ 21 Memory at b4404000 (64-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: intel ips Kernel modules: intel_ips 01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0, IRQ 42 I/O ports at 2000 [size=256] Memory at b0404000 (64-bit, prefetchable) [size=4K] Memory at b0400000 (64-bit, prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: r8169 Kernel modules: r8169 02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01) Subsystem: Hewlett-Packard Company Device [103c:1483] Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at b2400000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: brcmsmac Kernel modules: brcmsmac ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0 ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0 ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0 ff:02.1 Host bridge [0600]: Intel Corporation Core Processor QPI Physical 0 [8086:2d11] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0 ff:02.2 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d12] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0 ff:02.3 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d13] (rev 05) Subsystem: Hewlett-Packard Company Device [103c:146a] Flags: bus master, fast devsel, latency 0