linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
@ 2011-12-28 16:50 Andres Cimmarusti
  2012-01-24  6:14 ` Jonathan Nieder
  2012-01-27 21:27 ` James M. Leddy
  0 siblings, 2 replies; 7+ messages in thread
From: Andres Cimmarusti @ 2011-12-28 16:50 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: linux-kernel, Jonathan Nieder, 641749, info

Dear all,

This is an upstream bug report for known bugs in at least 3 linux distros:

Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641749
Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=702375

***Steps to reproduce***

- Boot current Debian testing / Fedora 16 / Ubuntu 11.10 (using
kernels 3.1.x and 3.0.x)

***Expected behavior***

- Working bluetooth and no problems in rebooting laptop as occurs
using Ubuntu 11.04 / Fedora 15 and/or Debian Squeeze (using kernels
2.6.38 or newer)

- lsusb reveals this:

Bus 001 Device 004: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth

***Actual Result***

- Boot process stalls and fails to load firmware for this Atheros
AR3011 bluetooth module:

[    9.335184] ath3k_load_firmware: Can't change to loading configuration err
[    9.335413] ath3k: probe of 1-1.3:1.0 failed with error -110
[    9.335459] usbcore: registered new interface driver ath3k

- lsusb of the device shows this:

Bus 001 Device 003: ID 0cf3:3000 Atheros Communications, Inc. AR3011
Bluetooth (no firmware)

- After login bluetooth does not work. Furthermore, choosing to
"Restart" the laptop causes it to hang at first pre-bios post screen.

***Things I've tried***

The weird part about this bug is that using Debian squeeze as a base,
I can run the newest kernels (2.6.39, 3.0.x and 3.1.x) and I have no
problems at all. Also the output of lsusb differs substantially from
the working vs broken system. Ubuntu 11.04 and Fedora 15 also work
fine using kernel 2.6.38.

Here is an example dmesg, using kernel 3.0.8 on Squeeze (no problem):

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=56;filename=dmesg_stable%2B3.0.8.txt;att=2;bug=641749

And here is a similar 3.0.x Debian mainline kernel running on top of
Debian testing (wheezy):

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=56;filename=dmesg_testing%2B3.0.0-2.txt;att=1;bug=641749

If you browse the Debian bug report link listed at the beginning of
this email, you will also be able to get logs for kernel 3.1.x.
Furthermore, I've tested downgrading the version of udev to the one
found in Debian squeeze (version 164) as well as usb-modeswitch (also
tried upgrading to the latest versions in Debian unstable), but this
has yielded no progress and no clues at all...the error messages
remain the same.

Help debugging this issue would be most welcome.

Best Regards

Andres Cimmarusti

PS: For reference this is a Linux Certified laptop model LC2131, also
known as the Zareason Strata Pro 13 or the ASI SpringPeak 13

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
  2011-12-28 16:50 firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?) Andres Cimmarusti
@ 2012-01-24  6:14 ` Jonathan Nieder
  2012-01-24  6:38   ` Jonathan Nieder
  2012-01-27 21:27 ` James M. Leddy
  1 sibling, 1 reply; 7+ messages in thread
From: Jonathan Nieder @ 2012-01-24  6:14 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: Andres Cimmarusti, linux-kernel, info, Paul Fertser,
	Gustavo F. Padovan, Marcel Holtmann

Hi,

Andres Cimmarusti wrote[1]:

> This is my device:
>
> Bus 001 Device 003: ID 0cf3:3000 Atheros Communications, Inc. AR3011 Bluetooth (no firmware)
>
> It does not turn on and kern.log shows following errors:
>
> [    9.335184] ath3k_load_firmware: Can't change to loading configuration err
> [    9.335413] ath3k: probe of 1-1.3:1.0 failed with error -110

Further investigation revealed that the problem seems to be in
userspace: various kernels including a 2.6.32.y-based and 3.1.8-based
one reproducibly exhibit this behavior with a Debian wheezy userspace
and do _not_ exhibit the problem in Debian squeeze, Ubuntu 11.10, or
Fedora 16.  More results:

 * The problem does not seem to be udev: downgrading udev in wheezy
   does not make the problem go away, and upgrading udev in squeeze
   does not provoke trouble.

 * The problem does not seem to be firmware-atheros: upgrading the
   firmware in squeeze does not provoke trouble.

 * The problem does not seem to be usb-modeswitch, for similar
   reasons.  (You can see us grasping at straws here.)

I guess the next natural component to blame is bluez.

Any hints (e.g., debugging switches) for tracking this down?

Thanks,
Jonathan

[1] http://bugs.debian.org/641749

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
  2012-01-24  6:14 ` Jonathan Nieder
@ 2012-01-24  6:38   ` Jonathan Nieder
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Nieder @ 2012-01-24  6:38 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: Andres Cimmarusti, linux-kernel, info, Paul Fertser,
	Gustavo F. Padovan, Marcel Holtmann

Jonathan Nieder wrote:
> Andres Cimmarusti wrote:

>> [    9.335184] ath3k_load_firmware: Can't change to loading configuration err
>> [    9.335413] ath3k: probe of 1-1.3:1.0 failed with error -110
>
> Further investigation revealed that the problem seems to be in
> userspace: various kernels including a 2.6.32.y-based and 3.1.8-based
> one reproducibly exhibit this behavior with a Debian wheezy userspace
> and do _not_ exhibit the problem in Debian squeeze, Ubuntu 11.10, or
> Fedora 16.  More results:

Erm, I can't read.  Let's try that again:

 working userspace:	Debian squeeze, Ubuntu 11.04, Fedora 15
 broken userspace:	Debian wheezy, Ubuntu 11.10, Fedora 16

Sorry for the confusion.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
  2011-12-28 16:50 firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?) Andres Cimmarusti
  2012-01-24  6:14 ` Jonathan Nieder
@ 2012-01-27 21:27 ` James M. Leddy
  2012-02-03 13:49   ` Andres Cimmarusti
  1 sibling, 1 reply; 7+ messages in thread
From: James M. Leddy @ 2012-01-27 21:27 UTC (permalink / raw)
  To: Andres Cimmarusti
  Cc: linux-bluetooth, linux-kernel, Jonathan Nieder, 641749, info

On 12/28/2011 11:50 AM, Andres Cimmarusti wrote:
> Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641749
> Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=702375

https://bugzilla.kernel.org/show_bug.cgi?id=27402 too

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
  2012-01-27 21:27 ` James M. Leddy
@ 2012-02-03 13:49   ` Andres Cimmarusti
  2012-02-10  5:28     ` Andres Cimmarusti
  0 siblings, 1 reply; 7+ messages in thread
From: Andres Cimmarusti @ 2012-02-03 13:49 UTC (permalink / raw)
  To: James M. Leddy
  Cc: linux-bluetooth, linux-kernel, Jonathan Nieder, 641749, info

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

Inexplicably yesterday's (and the day before) Debian testing snapshot
seems to have the problem fixed!

I tested kernel 3.2.x and 3.1.x. udev still is at version 175.

I'm completely ignorant to what change in Debian testing led to the
fixing of this problem. I guess I should have tested everyday, for
every round of updates to testing, but I lacked the time.

I'm attaching a dmesg, though it shows nothing of interest AFAIK.

I hope this issue doesn't come back to haunt me. I'll upgrade to
wheezy on this machine soon so I can monitor everything more closely
instead of relying on live images.

Cheers,

Andres

[-- Attachment #2: dmesg_2012-02-02_wheezy.txt --]
[-- Type: text/plain, Size: 50459 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-1-amd64 (Debian 3.2.2-1) (ben@decadent.org.uk) (gcc version 4.6.2 (Debian 4.6.2-12) ) #1 SMP Wed Feb 1 08:56:58 UTC 2012
[    0.000000] Command line: initrd=/live/initrd.img boot=live config   quiet BOOT_IMAGE=/live/vmlinuz 
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ac00 (usable)
[    0.000000]  BIOS-e820: 000000000009ac00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000b3594000 (usable)
[    0.000000]  BIOS-e820: 00000000b3594000 - 00000000b3596000 (reserved)
[    0.000000]  BIOS-e820: 00000000b3596000 - 00000000b35de000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b35de000 - 00000000b35e8000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000b35e8000 - 00000000b35eb000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b35eb000 - 00000000b361a000 (reserved)
[    0.000000]  BIOS-e820: 00000000b361a000 - 00000000b361c000 (usable)
[    0.000000]  BIOS-e820: 00000000b361c000 - 00000000b3626000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b3626000 - 00000000b3647000 (reserved)
[    0.000000]  BIOS-e820: 00000000b3647000 - 00000000b368a000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b368a000 - 00000000b3800000 (usable)
[    0.000000]  BIOS-e820: 00000000b7e00000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed40000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000138000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./To be filled by O.E.M., BIOS Spring Peak 01/25/2011
[    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 = 0x138000 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-D3FFF write-protect
[    0.000000]   D4000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FC0000000 write-back
[    0.000000]   2 base 0B4000000 mask FFC000000 uncachable
[    0.000000]   3 base 0B8000000 mask FF8000000 uncachable
[    0.000000]   4 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   5 base 138000000 mask FF8000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000b4000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xb3800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000fcd20] fcd20
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000095000] 95000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000b3800000
[    0.000000]  0000000000 - 00b3800000 page 2M
[    0.000000] kernel direct mapping tables up to b3800000 @ 1fffc000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000138000000
[    0.000000]  0100000000 - 0138000000 page 2M
[    0.000000] kernel direct mapping tables up to 138000000 @ b37fa000-b3800000
[    0.000000] RAMDISK: 7f4da000 - 7ffff000
[    0.000000] ACPI: RSDP 00000000000f0410 00024 (v03 ALASKA)
[    0.000000] ACPI: XSDT 00000000b35de080 00054 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000b35e6e90 000F4 (v04 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110623/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xB361DF40/0x00000000B361DF80, using 32 (20110623/tbfadt-489)
[    0.000000] ACPI: DSDT 00000000b35de168 08D23 (v02 ALASKA    A M I 00000018 INTL 20051117)
[    0.000000] ACPI: FACS 00000000b361df40 00040
[    0.000000] ACPI: APIC 00000000b35e6f88 00072 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000b35e7000 00102 (v01 AMICPU     PROC 00000001 MSFT 03000001)
[    0.000000] ACPI: MCFG 00000000b35e7108 0003C (v01 ALASKA    A M I 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000b35e7148 00038 (v01 ALASKA    A M I 01072009 AMI. 00000003)
[    0.000000] ACPI: ASF! 00000000b35e7180 000A0 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000138000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000138000000
[    0.000000]   NODE_DATA [0000000137ffb000 - 0000000137ffffff]
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880133a00000-ffff8801371fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00138000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[5] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009a
[    0.000000]     0: 0x00000100 -> 0x000b3594
[    0.000000]     0: 0x000b361a -> 0x000b361c
[    0.000000]     0: 0x000b368a -> 0x000b3800
[    0.000000]     0: 0x00100000 -> 0x00138000
[    0.000000] On node 0 totalpages: 964246
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3917 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 716612 pages, LIFO batch:31
[    0.000000]   Normal zone: 3136 pages used for memmap
[    0.000000]   Normal zone: 226240 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[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, 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: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000
[    0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000b3594000 - 00000000b3596000
[    0.000000] PM: Registered nosave memory: 00000000b3596000 - 00000000b35de000
[    0.000000] PM: Registered nosave memory: 00000000b35de000 - 00000000b35e8000
[    0.000000] PM: Registered nosave memory: 00000000b35e8000 - 00000000b35eb000
[    0.000000] PM: Registered nosave memory: 00000000b35eb000 - 00000000b361a000
[    0.000000] PM: Registered nosave memory: 00000000b361c000 - 00000000b3626000
[    0.000000] PM: Registered nosave memory: 00000000b3626000 - 00000000b3647000
[    0.000000] PM: Registered nosave memory: 00000000b3647000 - 00000000b368a000
[    0.000000] PM: Registered nosave memory: 00000000b3800000 - 00000000b7e00000
[    0.000000] PM: Registered nosave memory: 00000000b7e00000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed40000
[    0.000000] PM: Registered nosave memory: 00000000fed40000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff880137c00000 s82304 r8192 d24192 u524288
[    0.000000] pcpu-alloc: s82304 r8192 d24192 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 946769
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=/live/initrd.img boot=live config   quiet BOOT_IMAGE=/live/vmlinuz 
[    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: 3713212k/5111808k available (3367k kernel code, 1254824k absent, 143772k reserved, 3361k data, 568k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 1330.139 MHz processor.
[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 2660.27 BogoMIPS (lpj=5320556)
[    0.000011] pid_max: default: 32768 minimum: 301
[    0.000075] Security Framework initialized
[    0.000082] AppArmor: AppArmor disabled by boot time parameter
[    0.000631] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002468] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.003335] Mount-cache hash table entries: 256
[    0.003523] Initializing cgroup subsys cpuacct
[    0.003531] Initializing cgroup subsys memory
[    0.003549] Initializing cgroup subsys devices
[    0.003554] Initializing cgroup subsys freezer
[    0.003558] Initializing cgroup subsys net_cls
[    0.003561] Initializing cgroup subsys blkio
[    0.003611] CPU: Physical Processor ID: 0
[    0.003614] CPU: Processor Core ID: 0
[    0.003622] mce: CPU supports 9 MCE banks
[    0.003640] CPU0: Thermal monitoring enabled (TM1)
[    0.003652] using mwait in idle threads.
[    0.004319] ACPI: Core revision 20110623
[    0.013739] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.053384] CPU0: Intel(R) Core(TM) i3 CPU       U 380  @ 1.33GHz stepping 05
[    0.159043] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.159054] ... version:                3
[    0.159057] ... bit width:              48
[    0.159059] ... generic registers:      4
[    0.159061] ... value mask:             0000ffffffffffff
[    0.159064] ... max period:             000000007fffffff
[    0.159066] ... fixed-purpose events:   3
[    0.159068] ... event mask:             000000070000000f
[    0.159331] NMI watchdog enabled, takes one hw-pmu counter.
[    0.159517] Booting Node   0, Processors  #1
[    0.159522] smpboot cpu 1: start_ip = 95000
[    0.267130] NMI watchdog enabled, takes one hw-pmu counter.
[    0.267320]  #2
[    0.267323] smpboot cpu 2: start_ip = 95000
[    0.374962] NMI watchdog enabled, takes one hw-pmu counter.
[    0.375169]  #3 Ok.
[    0.375171] smpboot cpu 3: start_ip = 95000
[    0.482868] NMI watchdog enabled, takes one hw-pmu counter.
[    0.482926] Brought up 4 CPUs
[    0.482930] Total of 4 processors activated (10641.11 BogoMIPS).
[    0.486455] devtmpfs: initialized
[    0.492980] PM: Registering ACPI NVS region at b3596000 (294912 bytes)
[    0.493011] PM: Registering ACPI NVS region at b35e8000 (12288 bytes)
[    0.493015] PM: Registering ACPI NVS region at b361c000 (40960 bytes)
[    0.493022] PM: Registering ACPI NVS region at b3647000 (274432 bytes)
[    0.493291] print_constraints: dummy: 
[    0.493391] NET: Registered protocol family 16
[    0.493559] ACPI: bus type pci registered
[    0.493674] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.493680] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.547398] PCI: Using configuration type 1 for base access
[    0.548495] bio: create slab <bio-0> at 0
[    0.548659] ACPI: Added _OSI(Module Device)
[    0.548663] ACPI: Added _OSI(Processor Device)
[    0.548666] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.548670] ACPI: Added _OSI(Processor Aggregator Device)
[    0.551008] ACPI: EC: Look up EC in DSDT
[    0.553336] ACPI: Executed 1 blocks of module-level executable AML code
[    0.561536] ACPI: SSDT 00000000b361cc18 0038C (v01    AMI      IST 00000001 MSFT 03000001)
[    0.562253] ACPI: Dynamic OEM Table Load:
[    0.562258] ACPI: SSDT           (null) 0038C (v01    AMI      IST 00000001 MSFT 03000001)
[    0.562310] ACPI Warning: Incorrect checksum in table [SSDT] - 0x3F, should be 0x1F (20110623/tbutils-314)
[    0.562318] ACPI: SSDT 00000000b361de18 00084 (v01    AMI      CST 00000001 MSFT 03000001)
[    0.562898] ACPI: Dynamic OEM Table Load:
[    0.562903] ACPI: SSDT           (null) 00084 (v01    AMI      CST 00000001 MSFT 03000001)
[    0.566012] ACPI: Interpreter enabled
[    0.566021] ACPI: (supports S0 S1 S3 S4 S5)
[    0.566093] ACPI: Using IOAPIC for interrupt routing
[    0.566601] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.672284] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.672612] ACPI: No dock devices found.
[    0.672615] HEST: Table not found.
[    0.672621] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.672907] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.673130] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.673135] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.673139] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.673143] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xffffffff]
[    0.673163] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
[    0.673192] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.673227] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
[    0.673246] pci 0000:00:02.0: reg 10: [mem 0xfe000000-0xfe3fffff 64bit]
[    0.673257] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.673265] pci 0000:00:02.0: reg 20: [io  0xf080-0xf087]
[    0.673358] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    0.673394] pci 0000:00:16.0: reg 10: [mem 0xfe509000-0xfe50900f 64bit]
[    0.673515] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.673522] pci 0000:00:16.0: PME# disabled
[    0.673576] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    0.673608] pci 0000:00:1a.0: reg 10: [mem 0xfe508000-0xfe5083ff]
[    0.673739] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.673746] pci 0000:00:1a.0: PME# disabled
[    0.673787] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    0.673813] pci 0000:00:1b.0: reg 10: [mem 0xfe500000-0xfe503fff 64bit]
[    0.673933] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.673940] pci 0000:00:1b.0: PME# disabled
[    0.673976] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.674100] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.674106] pci 0000:00:1c.0: PME# disabled
[    0.674151] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
[    0.674276] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.674283] pci 0000:00:1c.4: PME# disabled
[    0.674332] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    0.674364] pci 0000:00:1d.0: reg 10: [mem 0xfe507000-0xfe5073ff]
[    0.674497] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.674504] pci 0000:00:1d.0: PME# disabled
[    0.674536] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.674654] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
[    0.674823] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
[    0.674857] pci 0000:00:1f.2: reg 10: [io  0xf070-0xf077]
[    0.674871] pci 0000:00:1f.2: reg 14: [io  0xf060-0xf063]
[    0.674885] pci 0000:00:1f.2: reg 18: [io  0xf050-0xf057]
[    0.674900] pci 0000:00:1f.2: reg 1c: [io  0xf040-0xf043]
[    0.674912] pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
[    0.674927] pci 0000:00:1f.2: reg 24: [mem 0xfe506000-0xfe5067ff]
[    0.675009] pci 0000:00:1f.2: PME# supported from D3hot
[    0.675016] pci 0000:00:1f.2: PME# disabled
[    0.675045] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    0.675073] pci 0000:00:1f.3: reg 10: [mem 0xfe505000-0xfe5050ff 64bit]
[    0.675110] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
[    0.675177] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
[    0.675212] pci 0000:00:1f.6: reg 10: [mem 0xfe504000-0xfe504fff 64bit]
[    0.675442] pci 0000:01:00.0: [8086:422c] type 0 class 0x000280
[    0.675491] pci 0000:01:00.0: reg 10: [mem 0xfe400000-0xfe401fff 64bit]
[    0.675718] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.675728] pci 0000:01:00.0: PME# disabled
[    0.682680] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.682691] pci 0000:00:1c.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.682853] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
[    0.682924] pci 0000:02:00.0: reg 10: [io  0xe000-0xe0ff]
[    0.683048] pci 0000:02:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.683127] pci 0000:02:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.683466] pci 0000:02:00.0: supports D1 D2
[    0.683469] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.683486] pci 0000:02:00.0: PME# disabled
[    0.683664] pci 0000:00:1c.4: PCI bridge to [bus 02-02]
[    0.683671] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.683684] pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.683776] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.683794] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.683798] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.683802] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.683807] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.683836] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.684288] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
[    0.684520] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.684600] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[    0.684873]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.685199]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.695480] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.695572] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.695659] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.695745] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.695831] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    0.695917] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    0.696007] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.696093] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.696276] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.696289] vgaarb: loaded
[    0.696291] vgaarb: bridge control possible 0000:00:02.0
[    0.696352] PCI: Using ACPI for IRQ routing
[    0.708064] PCI: Discovered peer bus ff
[    0.708129] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600
[    0.708163] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600
[    0.708198] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600
[    0.708229] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600
[    0.708259] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600
[    0.708290] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600
[    0.708608] PCI: pci_cache_line_size set to 64 bytes
[    0.708726] reserve RAM buffer: 000000000009ac00 - 000000000009ffff 
[    0.708730] reserve RAM buffer: 00000000b3594000 - 00000000b3ffffff 
[    0.708738] reserve RAM buffer: 00000000b361c000 - 00000000b3ffffff 
[    0.708743] reserve RAM buffer: 00000000b3800000 - 00000000b3ffffff 
[    0.708938] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.708947] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.710980] Switching to clocksource hpet
[    0.713945] pnp: PnP ACPI init
[    0.713969] ACPI: bus type pnp registered
[    0.714080] pnp 00:00: [bus 00-ff]
[    0.714084] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.714088] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.714092] pnp 00:00: [io  0x0d00-0xffff window]
[    0.714095] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.714099] pnp 00:00: [mem 0x00000000 window]
[    0.714103] pnp 00:00: [mem 0xc0000000-0xffffffff window]
[    0.714195] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.714292] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.714296] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.714300] pnp 00:01: [mem 0xfed90000-0xfed93fff]
[    0.714303] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.714309] pnp 00:01: [mem 0xfee00000-0xfee0ffff]
[    0.714384] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.714390] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.714395] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.714400] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.714404] system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.714409] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.714617] pnp 00:02: [io  0x0000-0xffffffffffffffff disabled]
[    0.714623] pnp 00:02: [io  0x0a00-0x0a1f]
[    0.714627] pnp 00:02: [io  0x0a20-0x0a3f]
[    0.714705] system 00:02: [io  0x0a00-0x0a1f] has been reserved
[    0.714710] system 00:02: [io  0x0a20-0x0a3f] has been reserved
[    0.714715] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.714764] pnp 00:03: [io  0x0060]
[    0.714768] pnp 00:03: [io  0x0064]
[    0.714782] pnp 00:03: [irq 1]
[    0.714838] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.714911] pnp 00:04: [irq 12]
[    0.714978] pnp 00:04: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.715001] pnp 00:05: [dma 4]
[    0.715004] pnp 00:05: [io  0x0000-0x000f]
[    0.715008] pnp 00:05: [io  0x0081-0x0083]
[    0.715011] pnp 00:05: [io  0x0087]
[    0.715014] pnp 00:05: [io  0x0089-0x008b]
[    0.715017] pnp 00:05: [io  0x008f]
[    0.715020] pnp 00:05: [io  0x00c0-0x00df]
[    0.715066] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.715085] pnp 00:06: [io  0x0070-0x0071]
[    0.715094] pnp 00:06: [irq 8]
[    0.715139] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.715155] pnp 00:07: [io  0x0061]
[    0.715199] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.715231] pnp 00:08: [io  0x0010-0x001f]
[    0.715235] pnp 00:08: [io  0x0022-0x003f]
[    0.715239] pnp 00:08: [io  0x0044-0x005f]
[    0.715242] pnp 00:08: [io  0x0072-0x007f]
[    0.715245] pnp 00:08: [io  0x0080]
[    0.715248] pnp 00:08: [io  0x0084-0x0086]
[    0.715252] pnp 00:08: [io  0x0088]
[    0.715255] pnp 00:08: [io  0x008c-0x008e]
[    0.715258] pnp 00:08: [io  0x0090-0x009f]
[    0.715261] pnp 00:08: [io  0x00a2-0x00bf]
[    0.715264] pnp 00:08: [io  0x00e0-0x00ef]
[    0.715267] pnp 00:08: [io  0x04d0-0x04d1]
[    0.715343] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.715348] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.715366] pnp 00:09: [io  0x00f0-0x00ff]
[    0.715375] pnp 00:09: [irq 13]
[    0.715422] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.716675] pnp 00:0a: [io  0x0400-0x047f]
[    0.716679] pnp 00:0a: [io  0x1180-0x119f]
[    0.716683] pnp 00:0a: [io  0x0500-0x057f]
[    0.716719] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[    0.716723] pnp 00:0a: [mem 0xfec00000-0xfecfffff]
[    0.716726] pnp 00:0a: [mem 0xfed08000-0xfed08fff]
[    0.716730] pnp 00:0a: [mem 0xff000000-0xffffffff]
[    0.716824] system 00:0a: [io  0x0400-0x047f] has been reserved
[    0.716829] system 00:0a: [io  0x1180-0x119f] has been reserved
[    0.716834] system 00:0a: [io  0x0500-0x057f] has been reserved
[    0.716840] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.716846] system 00:0a: [mem 0xfec00000-0xfecfffff] could not be reserved
[    0.716851] system 00:0a: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.716858] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[    0.716863] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.717075] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
[    0.717145] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.756092] pnp: PnP ACPI: found 12 devices
[    0.756095] ACPI: ACPI bus type pnp unregistered
[    0.764663] PCI: max bus depth: 1 pci_try_num: 2
[    0.764707] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.764716] pci 0000:00:1c.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.764730] pci 0000:00:1c.4: PCI bridge to [bus 02-02]
[    0.764735] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.764748] pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.764758] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.764800] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.764809] pci 0000:00:1c.0: setting latency timer to 64
[    0.764820] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.764827] pci 0000:00:1c.4: setting latency timer to 64
[    0.764839] pci 0000:00:1e.0: setting latency timer to 64
[    0.764845] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.764849] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.764852] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.764856] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xffffffff]
[    0.764860] pci_bus 0000:01: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.764864] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.764868] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.764872] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.764875] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.764879] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.764883] pci_bus 0000:03: resource 7 [mem 0xc0000000-0xffffffff]
[    0.764886] pci_bus 0000:ff: resource 0 [io  0x0000-0xffff]
[    0.764890] pci_bus 0000:ff: resource 1 [mem 0x00000000-0xfffffffff]
[    0.765004] NET: Registered protocol family 2
[    0.765247] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.766898] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.770081] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.770474] TCP: Hash tables configured (established 524288 bind 65536)
[    0.770478] TCP reno registered
[    0.770493] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.770532] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.770739] NET: Registered protocol family 1
[    0.770766] pci 0000:00:02.0: Boot video device
[    1.026719] PCI: CLS 64 bytes, default 64
[    1.026801] Unpacking initramfs...
[    1.439569] Freeing initrd memory: 11412k freed
[    1.443229] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.443238] Placing 64MB software IO TLB between ffff8800af594000 - ffff8800b3594000
[    1.443242] software IO TLB at phys 0xaf594000 - 0xb3594000
[    1.444174] audit: initializing netlink socket (disabled)
[    1.444197] type=2000 audit(1328275936.288:1): initialized
[    1.479867] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.500804] VFS: Disk quotas dquot_6.5.2
[    1.500861] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.500986] msgmni has been set to 7274
[    1.501278] alg: No test for stdrng (krng)
[    1.501338] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.501344] io scheduler noop registered
[    1.501346] io scheduler deadline registered
[    1.501377] io scheduler cfq registered (default)
[    1.501537] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.501613] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    1.501740] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.501804] pcieport 0000:00:1c.4: irq 41 for MSI/MSI-X
[    1.501963] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    1.501968] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.501975] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    1.502006] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    1.502011] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    1.502018] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    1.502204] intel_idle: MWAIT substates: 0x1120
[    1.502207] intel_idle: v0.4 model 0x25
[    1.502209] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.502312] ERST: Table is not found!
[    1.502315] GHES: HEST is not enabled!
[    1.502422] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.730430] Linux agpgart interface v0.103
[    1.730557] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.730729] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.731836] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
[    1.732073] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    1.732297] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.740793] i8042: Detected active multiplexing controller, rev 1.1
[    1.744651] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.744664] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.744677] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.744682] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.744686] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.744861] mousedev: PS/2 mouse device common for all mice
[    1.745649] rtc_cmos 00:06: RTC can wake from S4
[    1.745817] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.745873] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.746097] cpuidle: using governor ladder
[    1.746403] cpuidle: using governor menu
[    1.746718] TCP cubic registered
[    1.746957] NET: Registered protocol family 10
[    1.747892] Mobile IPv6
[    1.747896] NET: Registered protocol family 17
[    1.747902] Registering the dns_resolver key type
[    1.748316] PM: Hibernation image not present or could not be loaded.
[    1.748338] registered taskstats version 1
[    1.759181] rtc_cmos 00:06: setting system clock to 2012-02-03 13:32:17 UTC (1328275937)
[    1.759294] Initializing network drop monitor service
[    1.761435] Freeing unused kernel memory: 568k freed
[    1.761619] Write protecting the kernel read-only data: 6144k
[    1.767253] Freeing unused kernel memory: 712k freed
[    1.771837] Freeing unused kernel memory: 684k freed
[    1.793503] udevd[58]: starting version 175
[    1.820931] usbcore: registered new interface driver usbfs
[    1.820984] usbcore: registered new interface driver hub
[    1.835753] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.838058] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.838124] r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.838208] r8169 0000:02:00.0: setting latency timer to 64
[    1.838428] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
[    1.839364] r8169 0000:02:00.0: eth0: RTL8168e/8111e at 0xffffc9000064c000, 1c:6f:65:90:94:af, XID 0c200000 IRQ 42
[    1.839373] r8169 0000:02:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.841263] usbcore: registered new device driver usb
[    1.842367] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.843333] SCSI subsystem initialized
[    1.846618] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.846677] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.846685] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.846735] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.846791] ehci_hcd 0000:00:1a.0: debug port 2
[    1.850783] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    1.850820] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xfe508000
[    1.857761] libata version 3.00 loaded.
[    1.865810] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.865872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.865878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.865883] usb usb1: Product: EHCI Host Controller
[    1.865888] usb usb1: Manufacturer: Linux 3.2.0-1-amd64 ehci_hcd
[    1.865892] usb usb1: SerialNumber: 0000:00:1a.0
[    1.866188] hub 1-0:1.0: USB hub found
[    1.866200] hub 1-0:1.0: 2 ports detected
[    1.866411] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.866466] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.866474] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.866494] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.866550] ehci_hcd 0000:00:1d.0: debug port 2
[    1.870543] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    1.870826] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfe507000
[    1.885725] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.885769] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.885774] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.885778] usb usb2: Product: EHCI Host Controller
[    1.885781] usb usb2: Manufacturer: Linux 3.2.0-1-amd64 ehci_hcd
[    1.885784] usb usb2: SerialNumber: 0000:00:1d.0
[    1.885992] hub 2-0:1.0: USB hub found
[    1.886000] hub 2-0:1.0: 2 ports detected
[    1.886138] ahci 0000:00:1f.2: version 3.0
[    1.886188] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.886282] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    1.886396] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x11 impl SATA mode
[    1.886405] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems sxs apst 
[    1.886416] ahci 0000:00:1f.2: setting latency timer to 64
[    1.894814] scsi0 : ahci
[    1.895049] scsi1 : ahci
[    1.895190] scsi2 : ahci
[    1.895344] scsi3 : ahci
[    1.895509] scsi4 : ahci
[    1.895874] ata1: SATA max UDMA/133 abar m2048@0xfe506000 port 0xfe506100 irq 43
[    1.895880] ata2: DUMMY
[    1.895883] ata3: DUMMY
[    1.895886] ata4: DUMMY
[    1.895891] ata5: SATA max UDMA/133 abar m2048@0xfe506000 port 0xfe506300 irq 43
[    2.177509] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    2.213457] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.213495] ata5: SATA link down (SStatus 0 SControl 300)
[    2.213911] ata1.00: ATA-8: INTEL SSDSA2CW120G3, 4PC10302, max UDMA/133
[    2.213918] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.214467] ata1.00: configured for UDMA/133
[    2.214821] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSA2CW12 4PC1 PQ: 0 ANSI: 5
[    2.220839] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    2.221048] sd 0:0:0:0: [sda] Write Protect is off
[    2.221053] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.221101] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.222234]  sda: sda1 sda2 < sda5 >
[    2.223621] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.310105] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    2.310111] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.310615] hub 1-1:1.0: USB hub found
[    2.310782] hub 1-1:1.0: 6 ports detected
[    2.421221] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.441180] Refined TSC clocksource calibration: 1330.149 MHz.
[    2.441187] Switching to clocksource tsc
[    2.479244] Uniform Multi-Platform E-IDE driver
[    2.479589] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    2.479607] Probing IDE interface ide0...
[    2.553437] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    2.553442] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.553975] hub 2-1:1.0: USB hub found
[    2.554142] hub 2-1:1.0: 8 ports detected
[    2.625111] usb 1-1.3: new full-speed USB device number 3 using ehci_hcd
[    2.717647] usb 1-1.3: New USB device found, idVendor=0cf3, idProduct=3000
[    2.717653] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.825081] usb 2-1.1: new high-speed USB device number 3 using ehci_hcd
[    2.918434] usb 2-1.1: New USB device found, idVendor=1e3d, idProduct=2088
[    2.918440] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.918444] usb 2-1.1: Product: V88             
[    2.918447] usb 2-1.1: Manufacturer: V88     
[    2.918450] usb 2-1.1: SerialNumber: 2508130005D81807
[    2.921625] usbcore: registered new interface driver uas
[    2.922914] Initializing USB Mass Storage driver...
[    2.923099] scsi5 : usb-storage 2-1.1:1.0
[    2.923302] usbcore: registered new interface driver usb-storage
[    2.923306] USB Mass Storage support registered.
[    2.992903] usb 2-1.5: new high-speed USB device number 4 using ehci_hcd
[    3.040595] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    3.040621] Probing IDE interface ide1...
[    3.543984] usb 2-1.5: New USB device found, idVendor=174f, idProduct=1420
[    3.543989] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.543993] usb 2-1.5: Product: USB Camera Device
[    3.543996] usb 2-1.5: Manufacturer: Syntek
[    3.543999] usb 2-1.5: SerialNumber: STK00001
[    3.599986] ide1 at 0x170-0x177,0x376 on irq 15
[    3.725780] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.920772] scsi 5:0:0:0: Direct-Access     V88      V88              5.00 PQ: 0 ANSI: 2
[    3.922748] sd 5:0:0:0: [sdb] 2046976 512-byte logical blocks: (1.04 GB/999 MiB)
[    3.923328] sd 5:0:0:0: [sdb] Write Protect is off
[    3.923332] sd 5:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[    3.923931] sd 5:0:0:0: [sdb] No Caching mode page present
[    3.924000] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[    3.926572] sd 5:0:0:0: [sdb] No Caching mode page present
[    3.926655] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[    3.927443]  sdb: sdb1
[    3.930167] sd 5:0:0:0: [sdb] No Caching mode page present
[    3.930234] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[    3.930302] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[    4.926823] exe: sending ioctl 5310 to a partition!
[    4.926833] exe: sending ioctl 5310 to a partition!
[    4.928466] ISO 9660 Extensions: Microsoft Joliet Level 3
[    4.931504] ISO 9660 Extensions: RRIP_1991A
[    4.943707] aufs: module is from the staging directory, the quality is unknown, you have been warned.
[    4.945219] aufs 3.2-20120109
[    4.961353] loop: module loaded
[    5.045005] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   12.007725] udevd[830]: starting version 175
[   12.103741] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[   12.103755] ACPI: Power Button [PWRB]
[   12.104558] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[   12.106016] ACPI: Lid Switch [LID0]
[   12.106151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   12.106161] ACPI: Power Button [PWRF]
[   12.151662] iTCO_vendor_support: vendor-support=0
[   12.181559] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[   12.181729] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
[   12.181828] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.246057] cfg80211: Calling CRDA to update world regulatory domain
[   12.270086] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 11, expected 14)
[   12.270125] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   12.270192] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
[   12.270649] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[   12.296134] ACPI: EC: GPE storm detected, transactions will use polling mode
[   12.347756] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   12.349316] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   12.349329] ACPI: resource 0000:00:1f.3 [io  0xf000-0xf01f] conflicts with ACPI region SMBI [io 0xf000-0xf00f]
[   12.349335] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.380991] Bluetooth: Core ver 2.16
[   12.381031] NET: Registered protocol family 31
[   12.381036] Bluetooth: HCI device and connection manager initialized
[   12.381042] Bluetooth: HCI socket layer initialized
[   12.381046] Bluetooth: L2CAP socket layer initialized
[   12.381056] Bluetooth: SCO socket layer initialized
[   12.458688] ACPI: Battery Slot [BAT1] (battery present)
[   12.458953] wmi: Mapper loaded
[   12.487046] Bluetooth: Atheros AR30xx firmware driver ver 1.0
[   12.490265] ACPI: AC Adapter [AC] (on-line)
[   12.497276] Linux media interface: v0.10
[   12.498415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   12.623982] [drm] Initialized drm 1.1.0 20060810
[   12.625982] asus_wmi: Asus Management GUID not found
[   12.631251] Linux video capture interface: v2.00
[   12.632247] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[   12.632251] Copyright(c) 2003-2011 Intel Corporation
[   12.632327] iwlwifi 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.632343] iwlwifi 0000:01:00.0: setting latency timer to 64
[   12.632386] iwlwifi 0000:01:00.0: pci_resource_len = 0x00002000
[   12.632390] iwlwifi 0000:01:00.0: pci_resource_base = ffffc90000670000
[   12.632393] iwlwifi 0000:01:00.0: HW Revision ID = 0x3E
[   12.632497] iwlwifi 0000:01:00.0: irq 44 for MSI/MSI-X
[   12.632550] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[   12.632634] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[   12.650181] iwlwifi 0000:01:00.0: device EEPROM VER=0x43a, CALIB=0x6
[   12.650188] iwlwifi 0000:01:00.0: Device SKU: 0X1f0
[   12.650259] iwlwifi 0000:01:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[   12.653598] uvcvideo: Found UVC 1.00 device USB Camera Device (174f:1420)
[   12.750674] input: USB Camera Device as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input5
[   12.750811] usbcore: registered new interface driver uvcvideo
[   12.750816] USB Video Class driver (1.1.1)
[   12.786516] iwlwifi 0000:01:00.0: loaded firmware version 9.221.4.1 build 25532
[   12.787124] Registered led device: phy0-led
[   12.874279] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.874290] i915 0000:00:02.0: setting latency timer to 64
[   12.891451] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   13.005157] mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combining
[   13.005162] [drm] MTRR allocation failed.  Graphics performance may suffer.
[   13.005924] i915 0000:00:02.0: irq 45 for MSI/MSI-X
[   13.005937] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   13.005941] [drm] Driver supports precise vblank timestamp query.
[   13.006014] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.126918] usbcore: registered new interface driver ath3k
[   13.275470] psmouse serio2: synaptics: Touchpad model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04711/0x200000/0x0
[   13.320771] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input6
[   13.363908] usb 1-1.3: USB disconnect, device number 3
[   13.550314] fbcon: inteldrmfb (fb0) is primary device
[   13.851598] Console: switching to colour frame buffer device 170x48
[   13.858347] fb0: inteldrmfb frame buffer device
[   13.858349] drm: registered panic notifier
[   13.860988] acpi device:3e: registered as cooling_device4
[   13.861361] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[   13.861571] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   13.861648] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   13.861743] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   13.861845] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[   13.861902] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[   13.921886] hda_codec: ALC269: SKU not ready 0x598301f0
[   13.924468] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[   13.937690] HDMI status: Codec=3 Pin=4 Presence_Detect=0 ELD_Valid=0
[   13.938027] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
[   13.938305] HDMI status: Codec=3 Pin=6 Presence_Detect=0 ELD_Valid=0
[   13.938595] input: HDA Intel HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   13.938792] input: HDA Intel HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   13.938957] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   13.939412] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   14.584088] usb 1-1.3: new full-speed USB device number 4 using ehci_hcd
[   14.677161] usb 1-1.3: New USB device found, idVendor=0cf3, idProduct=3005
[   14.677172] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   14.721055] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   14.721748] usbcore: registered new interface driver btusb
[   17.540683] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
[   23.290317] r8169 0000:02:00.0: eth0: link down
[   23.291346] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   98.065857] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[   98.072563] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[   98.308498] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[   98.315222] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[   98.421116] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  163.959657] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  163.966405] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[  164.085935] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  164.360601] r8169 0000:02:00.0: eth0: link down
[  164.361224] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  164.573066] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  164.579809] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[  164.695460] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  169.868678] wlan0: direct probe to 00:26:cb:aa:fe:60 (try 1/3)
[  170.066423] wlan0: direct probe to 00:26:cb:aa:fe:60 (try 2/3)
[  170.266161] wlan0: direct probe to 00:26:cb:aa:fe:60 (try 3/3)
[  170.465941] wlan0: direct probe to 00:26:cb:aa:fe:60 timed out
[  229.655853] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  229.662550] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[  229.773727] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  229.845233] wlan0: direct probe to 00:26:cb:aa:fe:60 (try 1/3)
[  230.044980] wlan0: direct probe to 00:26:cb:aa:fe:60 (try 2/3)
[  230.052955] r8169 0000:02:00.0: eth0: link down
[  230.053582] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  230.244729] wlan0: direct probe to 00:26:cb:aa:fe:60 (try 3/3)
[  230.444523] wlan0: direct probe to 00:26:cb:aa:fe:60 timed out
[  264.118388] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  264.125094] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[  264.240940] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  264.499438] r8169 0000:02:00.0: eth0: link down
[  264.500068] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  264.735771] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  264.742522] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[  264.864175] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  264.936123] wlan0: authenticate with 00:26:cb:aa:fe:60 (try 1)
[  264.937609] wlan0: authenticated
[  264.994333] wlan0: waiting for beacon from 00:26:cb:aa:fe:60
[  265.080587] wlan0: beacon received
[  265.086862] wlan0: associate with 00:26:cb:aa:fe:60 (try 1)
[  265.089884] wlan0: RX AssocResp from 00:26:cb:aa:fe:60 (capab=0x421 status=0 aid=1)
[  265.089889] wlan0: associated
[  265.094375] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  275.954878] wlan0: no IPv6 routers present
[  288.285091] iwlwifi 0000:01:00.0: Tx aggregation enabled on ra = 00:26:cb:aa:fe:60 tid = 0

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
  2012-02-03 13:49   ` Andres Cimmarusti
@ 2012-02-10  5:28     ` Andres Cimmarusti
  2012-02-12 17:44       ` Andres Cimmarusti
  0 siblings, 1 reply; 7+ messages in thread
From: Andres Cimmarusti @ 2012-02-10  5:28 UTC (permalink / raw)
  To: James M. Leddy
  Cc: linux-bluetooth, linux-kernel, Jonathan Nieder, 641749, info

[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]

> Inexplicably yesterday's (and the day before) Debian testing snapshot
> seems to have the problem fixed!
>
> I tested kernel 3.2.x and 3.1.x. udev still is at version 175.
>
> I'm completely ignorant to what change in Debian testing led to the
> fixing of this problem. I guess I should have tested everyday, for
> every round of updates to testing, but I lacked the time.
>
> I'm attaching a dmesg, though it shows nothing of interest AFAIK.
>
> I hope this issue doesn't come back to haunt me. I'll upgrade to
> wheezy on this machine soon so I can monitor everything more closely
> instead of relying on live images.

I finally installed wheezy by default on the laptop... it ended up
being rather hard...
Anyways the problem is back. I don't know what change in the Usb
images I tested days ago may have resulted in a fix.

I've tested the most recent Debian kernel -> basically 3.2.5 and also 3.3.0-rc3
Both throw the same error. I'm attaching dmesg from 3.3.0-rc3, but
there's absolutely no new information.
Should I enable the debugging symbols to test if there's more output?
my build had them disabled, otherwise the kernel image was huge.

Andres

[-- Attachment #2: dmesg_3.3-rc3_wheezy.txt --]
[-- Type: text/plain, Size: 47794 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.3.0-rc3-c2d.1-amd64 (candres@lc2131) (gcc version 4.6.2 (Debian 4.6.2-12) ) #1 SMP PREEMPT Thu Feb 9 23:39:12 EST 2012
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc3-c2d.1-amd64 root=UUID=868961e4-4d23-4c93-b066-d08150f1c9f2 ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ac00 (usable)
[    0.000000]  BIOS-e820: 000000000009ac00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000b3594000 (usable)
[    0.000000]  BIOS-e820: 00000000b3594000 - 00000000b3596000 (reserved)
[    0.000000]  BIOS-e820: 00000000b3596000 - 00000000b35de000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b35de000 - 00000000b35e8000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000b35e8000 - 00000000b35eb000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b35eb000 - 00000000b361a000 (reserved)
[    0.000000]  BIOS-e820: 00000000b361a000 - 00000000b361c000 (usable)
[    0.000000]  BIOS-e820: 00000000b361c000 - 00000000b3626000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b3626000 - 00000000b3647000 (reserved)
[    0.000000]  BIOS-e820: 00000000b3647000 - 00000000b368a000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000b368a000 - 00000000b3800000 (usable)
[    0.000000]  BIOS-e820: 00000000b7e00000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed40000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000138000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./To be filled by O.E.M., BIOS Spring Peak 01/25/2011
[    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 = 0x138000 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-D3FFF write-protect
[    0.000000]   D4000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FC0000000 write-back
[    0.000000]   2 base 0B4000000 mask FFC000000 uncachable
[    0.000000]   3 base 0B8000000 mask FF8000000 uncachable
[    0.000000]   4 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   5 base 138000000 mask FF8000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000b4000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xb3800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000fcd20] fcd20
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000095000] 95000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000b3800000
[    0.000000]  0000000000 - 00b3800000 page 2M
[    0.000000] kernel direct mapping tables up to b3800000 @ 1fffc000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000138000000
[    0.000000]  0100000000 - 0138000000 page 2M
[    0.000000] kernel direct mapping tables up to 138000000 @ b37fa000-b3800000
[    0.000000] RAMDISK: 36b7e000 - 375b7000
[    0.000000] ACPI: RSDP 00000000000f0410 00024 (v03 ALASKA)
[    0.000000] ACPI: XSDT 00000000b35de080 00054 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000b35e6e90 000F4 (v04 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20120111/tbfadt-382)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xB361DF40/0x00000000B361DF80, using 32 (20120111/tbfadt-502)
[    0.000000] ACPI: DSDT 00000000b35de168 08D23 (v02 ALASKA    A M I 00000018 INTL 20051117)
[    0.000000] ACPI: FACS 00000000b361df40 00040
[    0.000000] ACPI: APIC 00000000b35e6f88 00072 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000b35e7000 00102 (v01 AMICPU     PROC 00000001 MSFT 03000001)
[    0.000000] ACPI: MCFG 00000000b35e7108 0003C (v01 ALASKA    A M I 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000b35e7148 00038 (v01 ALASKA    A M I 01072009 AMI. 00000003)
[    0.000000] ACPI: ASF! 00000000b35e7180 000A0 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000138000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000138000000
[    0.000000]   NODE_DATA [0000000137ffb000 - 0000000137ffffff]
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880133a00000-ffff8801371fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00138000
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009a
[    0.000000]     0: 0x00000100 -> 0x000b3594
[    0.000000]     0: 0x000b361a -> 0x000b361c
[    0.000000]     0: 0x000b368a -> 0x000b3800
[    0.000000]     0: 0x00100000 -> 0x00138000
[    0.000000] On node 0 totalpages: 964246
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3917 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 716612 pages, LIFO batch:31
[    0.000000]   Normal zone: 3136 pages used for memmap
[    0.000000]   Normal zone: 226240 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[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, 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: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000
[    0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000b3594000 - 00000000b3596000
[    0.000000] PM: Registered nosave memory: 00000000b3596000 - 00000000b35de000
[    0.000000] PM: Registered nosave memory: 00000000b35de000 - 00000000b35e8000
[    0.000000] PM: Registered nosave memory: 00000000b35e8000 - 00000000b35eb000
[    0.000000] PM: Registered nosave memory: 00000000b35eb000 - 00000000b361a000
[    0.000000] PM: Registered nosave memory: 00000000b361c000 - 00000000b3626000
[    0.000000] PM: Registered nosave memory: 00000000b3626000 - 00000000b3647000
[    0.000000] PM: Registered nosave memory: 00000000b3647000 - 00000000b368a000
[    0.000000] PM: Registered nosave memory: 00000000b3800000 - 00000000b7e00000
[    0.000000] PM: Registered nosave memory: 00000000b7e00000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed40000
[    0.000000] PM: Registered nosave memory: 00000000fed40000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff880137c00000 s82304 r8192 d24192 u524288
[    0.000000] pcpu-alloc: s82304 r8192 d24192 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 946769
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc3-c2d.1-amd64 root=UUID=868961e4-4d23-4c93-b066-d08150f1c9f2 ro quiet
[    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: 3714172k/5111808k available (3436k kernel code, 1254824k absent, 142812k reserved, 3240k data, 560k init)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 15728640 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 1330.201 MHz processor.
[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 2660.40 BogoMIPS (lpj=1330201)
[    0.000012] pid_max: default: 32768 minimum: 301
[    0.000174] Security Framework initialized
[    0.000181] AppArmor: AppArmor disabled by boot time parameter
[    0.000760] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002776] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.003643] Mount-cache hash table entries: 256
[    0.003851] Initializing cgroup subsys cpuacct
[    0.003855] Initializing cgroup subsys memory
[    0.003874] Initializing cgroup subsys devices
[    0.003880] Initializing cgroup subsys freezer
[    0.003883] Initializing cgroup subsys net_cls
[    0.003887] Initializing cgroup subsys blkio
[    0.003944] CPU: Physical Processor ID: 0
[    0.003947] CPU: Processor Core ID: 0
[    0.003956] mce: CPU supports 9 MCE banks
[    0.003973] CPU0: Thermal monitoring enabled (TM1)
[    0.003985] using mwait in idle threads.
[    0.004674] ACPI: Core revision 20120111
[    0.014668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024664] CPU0: Intel(R) Core(TM) i3 CPU       U 380  @ 1.33GHz stepping 05
[    0.125978] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.125989] CPUID marked event: 'bus cycles' unavailable
[    0.125994] ... version:                3
[    0.125997] ... bit width:              48
[    0.125999] ... generic registers:      4
[    0.126002] ... value mask:             0000ffffffffffff
[    0.126005] ... max period:             000000007fffffff
[    0.126008] ... fixed-purpose events:   3
[    0.126010] ... event mask:             000000070000000f
[    0.132134] NMI watchdog enabled, takes one hw-pmu counter.
[    0.140005] Booting Node   0, Processors  #1
[    0.140015] smpboot cpu 1: start_ip = 95000
[    0.171266] NMI watchdog enabled, takes one hw-pmu counter.
[    0.176984]  #2
[    0.176987] smpboot cpu 2: start_ip = 95000
[    0.208235] NMI watchdog enabled, takes one hw-pmu counter.
[    0.213944]  #3 Ok.
[    0.213947] smpboot cpu 3: start_ip = 95000
[    0.245190] NMI watchdog enabled, takes one hw-pmu counter.
[    0.246857] Brought up 4 CPUs
[    0.246865] Total of 4 processors activated (10641.60 BogoMIPS).
[    0.250588] devtmpfs: initialized
[    0.258529] PM: Registering ACPI NVS region at b3596000 (294912 bytes)
[    0.258555] PM: Registering ACPI NVS region at b35e8000 (12288 bytes)
[    0.258559] PM: Registering ACPI NVS region at b361c000 (40960 bytes)
[    0.258566] PM: Registering ACPI NVS region at b3647000 (274432 bytes)
[    0.258866] print_constraints: dummy: 
[    0.258994] NET: Registered protocol family 16
[    0.259184] ACPI: bus type pci registered
[    0.259298] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.259304] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.333582] PCI: Using configuration type 1 for base access
[    0.334817] bio: create slab <bio-0> at 0
[    0.335022] ACPI: Added _OSI(Module Device)
[    0.335026] ACPI: Added _OSI(Processor Device)
[    0.335030] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.335034] ACPI: Added _OSI(Processor Aggregator Device)
[    0.338276] ACPI: EC: Look up EC in DSDT
[    0.341495] ACPI: Executed 1 blocks of module-level executable AML code
[    0.350113] ACPI: SSDT 00000000b361cc18 0038C (v01    AMI      IST 00000001 MSFT 03000001)
[    0.351054] ACPI: Dynamic OEM Table Load:
[    0.351059] ACPI: SSDT           (null) 0038C (v01    AMI      IST 00000001 MSFT 03000001)
[    0.351118] ACPI Warning: Incorrect checksum in table [SSDT] - 0x3F, should be 0x1F (20120111/tbutils-321)
[    0.351127] ACPI: SSDT 00000000b361de18 00084 (v01    AMI      CST 00000001 MSFT 03000001)
[    0.351913] ACPI: Dynamic OEM Table Load:
[    0.351918] ACPI: SSDT           (null) 00084 (v01    AMI      CST 00000001 MSFT 03000001)
[    0.355815] ACPI: Interpreter enabled
[    0.355825] ACPI: (supports S0 S1 S3 S4 S5)
[    0.355876] ACPI: Using IOAPIC for interrupt routing
[    0.356423] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.454707] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.455099] ACPI: No dock devices found.
[    0.455108] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.455391] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.455545] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.455550] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.455554] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.455559] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xffffffff]
[    0.455627] PCI host bridge to bus 0000:00
[    0.455632] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.455635] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.455639] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.455643] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.455660] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
[    0.455691] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.455730] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
[    0.455750] pci 0000:00:02.0: reg 10: [mem 0xfe000000-0xfe3fffff 64bit]
[    0.455762] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.455771] pci 0000:00:02.0: reg 20: [io  0xf080-0xf087]
[    0.455878] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    0.455930] pci 0000:00:16.0: reg 10: [mem 0xfe509000-0xfe50900f 64bit]
[    0.456079] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.456142] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    0.456178] pci 0000:00:1a.0: reg 10: [mem 0xfe508000-0xfe5083ff]
[    0.456329] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.456376] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    0.456408] pci 0000:00:1b.0: reg 10: [mem 0xfe500000-0xfe503fff 64bit]
[    0.456544] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.456589] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.456731] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.456787] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
[    0.456937] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.456995] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    0.457033] pci 0000:00:1d.0: reg 10: [mem 0xfe507000-0xfe5073ff]
[    0.457183] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.457223] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.457349] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
[    0.457533] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
[    0.457572] pci 0000:00:1f.2: reg 10: [io  0xf070-0xf077]
[    0.457589] pci 0000:00:1f.2: reg 14: [io  0xf060-0xf063]
[    0.457603] pci 0000:00:1f.2: reg 18: [io  0xf050-0xf057]
[    0.457619] pci 0000:00:1f.2: reg 1c: [io  0xf040-0xf043]
[    0.457635] pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
[    0.457652] pci 0000:00:1f.2: reg 24: [mem 0xfe506000-0xfe5067ff]
[    0.457752] pci 0000:00:1f.2: PME# supported from D3hot
[    0.457792] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    0.457824] pci 0000:00:1f.3: reg 10: [mem 0xfe505000-0xfe5050ff 64bit]
[    0.457864] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
[    0.457942] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
[    0.457983] pci 0000:00:1f.6: reg 10: [mem 0xfe504000-0xfe504fff 64bit]
[    0.458255] pci 0000:01:00.0: [8086:422c] type 0 class 0x000280
[    0.458321] pci 0000:01:00.0: reg 10: [mem 0xfe400000-0xfe401fff 64bit]
[    0.458606] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.460964] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.460975] pci 0000:00:1c.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.461147] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
[    0.461215] pci 0000:02:00.0: reg 10: [io  0xe000-0xe0ff]
[    0.461343] pci 0000:02:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.461422] pci 0000:02:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.461768] pci 0000:02:00.0: supports D1 D2
[    0.461772] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.461984] pci 0000:00:1c.4: PCI bridge to [bus 02-02]
[    0.461992] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.462007] pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.462116] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.462136] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.462141] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.462145] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.462150] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.462184] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.462636] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
[    0.462874] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.462967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[    0.463238]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.463554]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.474582] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.474678] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.474772] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.474865] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.474970] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    0.475064] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    0.475158] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.475251] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.475434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.475449] vgaarb: loaded
[    0.475452] vgaarb: bridge control possible 0000:00:02.0
[    0.475508] PCI: Using ACPI for IRQ routing
[    0.487586] PCI: Discovered peer bus ff
[    0.487590] PCI: root bus ff: using default resources
[    0.487648] PCI host bridge to bus 0000:ff
[    0.487652] pci_bus 0000:ff: root bus resource [io  0x0000-0xffff]
[    0.487657] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
[    0.487668] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600
[    0.487705] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600
[    0.487744] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600
[    0.487778] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600
[    0.487812] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600
[    0.487846] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600
[    0.488176] PCI: pci_cache_line_size set to 64 bytes
[    0.488305] reserve RAM buffer: 000000000009ac00 - 000000000009ffff 
[    0.488309] reserve RAM buffer: 00000000b3594000 - 00000000b3ffffff 
[    0.488318] reserve RAM buffer: 00000000b361c000 - 00000000b3ffffff 
[    0.488323] reserve RAM buffer: 00000000b3800000 - 00000000b3ffffff 
[    0.488530] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.488543] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.490581] Switching to clocksource hpet
[    0.494690] pnp: PnP ACPI init
[    0.494716] ACPI: bus type pnp registered
[    0.494833] pnp 00:00: [bus 00-ff]
[    0.494838] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.494842] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.494846] pnp 00:00: [io  0x0d00-0xffff window]
[    0.494850] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.494854] pnp 00:00: [mem 0x00000000 window]
[    0.494858] pnp 00:00: [mem 0xc0000000-0xffffffff window]
[    0.494958] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.495054] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.495058] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.495062] pnp 00:01: [mem 0xfed90000-0xfed93fff]
[    0.495066] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.495072] pnp 00:01: [mem 0xfee00000-0xfee0ffff]
[    0.495150] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.495156] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.495161] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.495166] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.495171] system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.495177] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.495362] pnp 00:02: [io  0x0000-0xffffffffffffffff disabled]
[    0.495367] pnp 00:02: [io  0x0a00-0x0a1f]
[    0.495371] pnp 00:02: [io  0x0a20-0x0a3f]
[    0.495447] system 00:02: [io  0x0a00-0x0a1f] has been reserved
[    0.495452] system 00:02: [io  0x0a20-0x0a3f] has been reserved
[    0.495457] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.495505] pnp 00:03: [io  0x0060]
[    0.495508] pnp 00:03: [io  0x0064]
[    0.495523] pnp 00:03: [irq 1]
[    0.495580] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.495670] pnp 00:04: [irq 12]
[    0.495729] pnp 00:04: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.495752] pnp 00:05: [dma 4]
[    0.495756] pnp 00:05: [io  0x0000-0x000f]
[    0.495760] pnp 00:05: [io  0x0081-0x0083]
[    0.495764] pnp 00:05: [io  0x0087]
[    0.495767] pnp 00:05: [io  0x0089-0x008b]
[    0.495770] pnp 00:05: [io  0x008f]
[    0.495773] pnp 00:05: [io  0x00c0-0x00df]
[    0.495818] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.495838] pnp 00:06: [io  0x0070-0x0071]
[    0.495847] pnp 00:06: [irq 8]
[    0.495894] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.495911] pnp 00:07: [io  0x0061]
[    0.495959] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.495993] pnp 00:08: [io  0x0010-0x001f]
[    0.495997] pnp 00:08: [io  0x0022-0x003f]
[    0.496000] pnp 00:08: [io  0x0044-0x005f]
[    0.496004] pnp 00:08: [io  0x0072-0x007f]
[    0.496007] pnp 00:08: [io  0x0080]
[    0.496010] pnp 00:08: [io  0x0084-0x0086]
[    0.496014] pnp 00:08: [io  0x0088]
[    0.496017] pnp 00:08: [io  0x008c-0x008e]
[    0.496020] pnp 00:08: [io  0x0090-0x009f]
[    0.496023] pnp 00:08: [io  0x00a2-0x00bf]
[    0.496027] pnp 00:08: [io  0x00e0-0x00ef]
[    0.496030] pnp 00:08: [io  0x04d0-0x04d1]
[    0.496113] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.496119] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496139] pnp 00:09: [io  0x00f0-0x00ff]
[    0.496148] pnp 00:09: [irq 13]
[    0.496195] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.497444] pnp 00:0a: [io  0x0400-0x047f]
[    0.497449] pnp 00:0a: [io  0x1180-0x119f]
[    0.497453] pnp 00:0a: [io  0x0500-0x057f]
[    0.497457] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[    0.497461] pnp 00:0a: [mem 0xfec00000-0xfecfffff]
[    0.497465] pnp 00:0a: [mem 0xfed08000-0xfed08fff]
[    0.497468] pnp 00:0a: [mem 0xff000000-0xffffffff]
[    0.497562] system 00:0a: [io  0x0400-0x047f] has been reserved
[    0.497568] system 00:0a: [io  0x1180-0x119f] has been reserved
[    0.497573] system 00:0a: [io  0x0500-0x057f] has been reserved
[    0.497579] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.497584] system 00:0a: [mem 0xfec00000-0xfecfffff] could not be reserved
[    0.497589] system 00:0a: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.497595] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[    0.497600] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.497863] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
[    0.497939] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.538948] pnp: PnP ACPI: found 12 devices
[    0.538951] ACPI: ACPI bus type pnp unregistered
[    0.548320] PCI: max bus depth: 1 pci_try_num: 2
[    0.548370] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.548380] pci 0000:00:1c.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.548396] pci 0000:00:1c.4: PCI bridge to [bus 02-02]
[    0.548402] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.548416] pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.548428] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.548489] pci 0000:00:1e.0: setting latency timer to 64
[    0.548496] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.548500] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.548504] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.548508] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xffffffff]
[    0.548512] pci_bus 0000:01: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.548516] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.548520] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.548524] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.548528] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.548532] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.548536] pci_bus 0000:03: resource 7 [mem 0xc0000000-0xffffffff]
[    0.548540] pci_bus 0000:ff: resource 4 [io  0x0000-0xffff]
[    0.548544] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
[    0.548714] NET: Registered protocol family 2
[    0.548987] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.550835] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.554098] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.554495] TCP: Hash tables configured (established 524288 bind 65536)
[    0.554499] TCP reno registered
[    0.554517] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.554556] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.554799] NET: Registered protocol family 1
[    0.554828] pci 0000:00:02.0: Boot video device
[    0.800423] PCI: CLS 64 bytes, default 64
[    0.800509] Unpacking initramfs...
[    1.199702] Freeing initrd memory: 10468k freed
[    1.203193] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.203201] Placing 64MB software IO TLB between ffff8800af594000 - ffff8800b3594000
[    1.203205] software IO TLB at phys 0xaf594000 - 0xb3594000
[    1.204284] audit: initializing netlink socket (disabled)
[    1.204312] type=2000 audit(1328851240.045:1): initialized
[    1.230576] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.231986] VFS: Disk quotas dquot_6.5.2
[    1.232064] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.232229] msgmni has been set to 7274
[    1.232606] alg: No test for stdrng (krng)
[    1.232675] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.232684] io scheduler noop registered
[    1.232689] io scheduler deadline registered
[    1.232754] io scheduler cfq registered (default)
[    1.233062] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    1.233270] pcieport 0000:00:1c.4: irq 41 for MSI/MSI-X
[    1.233448] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    1.233454] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.233462] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    1.233499] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    1.233503] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    1.233512] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    1.233651] intel_idle: MWAIT substates: 0x1120
[    1.233655] intel_idle: v0.4 model 0x25
[    1.233657] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.233779] GHES: HEST is not enabled!
[    1.233889] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.234736] Linux agpgart interface v0.103
[    1.234906] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.235125] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.236466] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
[    1.236713] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    1.236962] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.245686] i8042: Detected active multiplexing controller, rev 1.1
[    1.248854] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.248876] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.248882] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.248887] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.248892] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.249102] mousedev: PS/2 mouse device common for all mice
[    1.249186] rtc_cmos 00:06: RTC can wake from S4
[    1.249434] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.249475] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.249624] cpuidle: using governor ladder
[    1.249796] cpuidle: using governor menu
[    1.250368] TCP cubic registered
[    1.250590] NET: Registered protocol family 10
[    1.251911] Mobile IPv6
[    1.251916] NET: Registered protocol family 17
[    1.251925] Registering the dns_resolver key type
[    1.252266] PM: Hibernation image not present or could not be loaded.
[    1.252295] registered taskstats version 1
[    1.253457] rtc_cmos 00:06: setting system clock to 2012-02-10 05:20:40 UTC (1328851240)
[    1.253564] Initializing network drop monitor service
[    1.254961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.256477] Freeing unused kernel memory: 560k freed
[    1.256585] Write protecting the kernel read-only data: 6144k
[    1.261422] Freeing unused kernel memory: 644k freed
[    1.266732] Freeing unused kernel memory: 712k freed
[    1.291252] udevd[58]: starting version 175
[    1.319368] usbcore: registered new interface driver usbfs
[    1.319423] usbcore: registered new interface driver hub
[    1.325374] usbcore: registered new device driver usb
[    1.326228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.326338] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.326348] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.326408] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.326472] ehci_hcd 0000:00:1a.0: debug port 2
[    1.340374] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    1.340425] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xfe508000
[    1.345756] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.345819] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.345826] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.345832] usb usb1: Product: EHCI Host Controller
[    1.345837] usb usb1: Manufacturer: Linux 3.3.0-rc3-c2d.1-amd64 ehci_hcd
[    1.345843] usb usb1: SerialNumber: 0000:00:1a.0
[    1.346117] hub 1-0:1.0: USB hub found
[    1.346131] hub 1-0:1.0: 2 ports detected
[    1.346393] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.346403] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.346427] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.346483] ehci_hcd 0000:00:1d.0: debug port 2
[    1.355935] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    1.355987] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfe507000
[    1.361833] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.362199] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
[    1.363342] SCSI subsystem initialized
[    1.363619] r8169 0000:02:00.0: eth0: RTL8168e/8111e at 0xffffc90000650000, 1c:6f:65:90:94:af, XID 0c200000 IRQ 42
[    1.363627] r8169 0000:02:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.363749] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.363811] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.363818] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.363823] usb usb2: Product: EHCI Host Controller
[    1.363828] usb usb2: Manufacturer: Linux 3.3.0-rc3-c2d.1-amd64 ehci_hcd
[    1.363833] usb usb2: SerialNumber: 0000:00:1d.0
[    1.364127] hub 2-0:1.0: USB hub found
[    1.364140] hub 2-0:1.0: 2 ports detected
[    1.369749] libata version 3.00 loaded.
[    1.371329] ahci 0000:00:1f.2: version 3.0
[    1.371473] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    1.371602] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x11 impl SATA mode
[    1.371612] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems sxs apst 
[    1.371624] ahci 0000:00:1f.2: setting latency timer to 64
[    1.384289] scsi0 : ahci
[    1.385422] scsi1 : ahci
[    1.386269] scsi2 : ahci
[    1.387907] scsi3 : ahci
[    1.388525] scsi4 : ahci
[    1.388912] ata1: SATA max UDMA/133 abar m2048@0xfe506000 port 0xfe506100 irq 43
[    1.388919] ata2: DUMMY
[    1.388923] ata3: DUMMY
[    1.388927] ata4: DUMMY
[    1.388933] ata5: SATA max UDMA/133 abar m2048@0xfe506000 port 0xfe506300 irq 43
[    1.647539] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    1.693454] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.693941] ata1.00: ATA-8: INTEL SSDSA2CW120G3, 4PC10302, max UDMA/133
[    1.693947] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.694529] ata1.00: configured for UDMA/133
[    1.694913] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSA2CW12 4PC1 PQ: 0 ANSI: 5
[    1.697432] ata5: SATA link down (SStatus 0 SControl 300)
[    1.705274] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    1.705549] sd 0:0:0:0: [sda] Write Protect is off
[    1.705558] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.705820] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.707754]  sda: sda1 sda2 < sda5 >
[    1.709743] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.761657] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    1.761664] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.761963] hub 1-1:1.0: USB hub found
[    1.762158] hub 1-1:1.0: 6 ports detected
[    1.867342] PM: Starting manual resume from disk
[    1.867348] PM: Hibernation image partition 8:5 present
[    1.867351] PM: Looking for hibernation image.
[    1.867786] PM: Image not found (code -22)
[    1.867790] PM: Hibernation image not present or could not be loaded.
[    1.894811] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    1.968073] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.082332] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    2.082338] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.082625] hub 2-1:1.0: USB hub found
[    2.082855] hub 2-1:1.0: 8 ports detected
[    2.149493] udevd[279]: starting version 175
[    2.204825] Refined TSC clocksource calibration: 1330.150 MHz.
[    2.204835] Switching to clocksource tsc
[    2.256377] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    2.256395] ACPI: Power Button [PWRB]
[    2.256532] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[    2.259753] ACPI: Lid Switch [LID0]
[    2.260862] usb 1-1.3: new full-speed USB device number 3 using ehci_hcd
[    2.261218] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    2.261232] ACPI: Power Button [PWRF]
[    2.270935] ACPI: AC Adapter [AC] (on-line)
[    2.272644] cfg80211: Calling CRDA to update world regulatory domain
[    2.276074] iTCO_vendor_support: vendor-support=0
[    2.322202] ACPI Warning: 0x000000000000f000-0x000000000000f01f SystemIO conflicts with Region \_SB_.PCI0.SMB_.SMBI 1 (20120111/utaddress-251)
[    2.322221] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.322813] ACPI: Battery Slot [BAT1] (battery present)
[    2.323189] wmi: Mapper loaded
[    2.324293] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    2.324469] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
[    2.324807] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.334810] [drm] Initialized drm 1.1.0 20060810
[    2.340830] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 11, expected 14)
[    2.340977] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
[    2.343057] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[    2.346394] usb 1-1.3: New USB device found, idVendor=0cf3, idProduct=3000
[    2.346403] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.349010] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    2.350612] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[    2.350631] Copyright(c) 2003-2011 Intel Corporation
[    2.350757] iwlwifi 0000:01:00.0: pci_resource_len = 0x00002000
[    2.350764] iwlwifi 0000:01:00.0: pci_resource_base = ffffc90000658000
[    2.350770] iwlwifi 0000:01:00.0: HW Revision ID = 0x3E
[    2.350903] iwlwifi 0000:01:00.0: irq 44 for MSI/MSI-X
[    2.350982] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    2.350987] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    2.350993] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[    2.350999] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[    2.351005] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
[    2.351018] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[    2.351117] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[    2.353802] i915 0000:00:02.0: setting latency timer to 64
[    2.370247] iwlwifi 0000:01:00.0: device EEPROM VER=0x43a, CALIB=0x6
[    2.370255] iwlwifi 0000:01:00.0: Device SKU: 0x1F0
[    2.370299] iwlwifi 0000:01:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[    2.413978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.419690] usb 2-1.2: new low-speed USB device number 3 using ehci_hcd
[    2.423890] asus_wmi: Asus Management GUID not found
[    2.454092] iwlwifi 0000:01:00.0: loaded firmware version 9.221.4.1 build 25532
[    2.454860] Registered led device: phy0-led
[    2.463044] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    2.502743] mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combining
[    2.502750] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    2.503566] i915 0000:00:02.0: irq 45 for MSI/MSI-X
[    2.503588] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    2.503593] [drm] Driver supports precise vblank timestamp query.
[    2.503667] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.508474] usb 2-1.2: New USB device found, idVendor=0461, idProduct=4d0f
[    2.508484] usb 2-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.508494] usb 2-1.2: Product: USB Optical Mouse
[    2.620546] usb 2-1.5: new high-speed USB device number 4 using ehci_hcd
[    3.015593] fbcon: inteldrmfb (fb0) is primary device
[    3.181850] usb 2-1.5: New USB device found, idVendor=174f, idProduct=1420
[    3.181860] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.181867] usb 2-1.5: Product: USB Camera Device
[    3.181873] usb 2-1.5: Manufacturer: Syntek
[    3.181878] usb 2-1.5: SerialNumber: STK00001
[    3.212090] psmouse serio2: synaptics: Touchpad model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04711/0x200000/0x0
[    3.257407] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input5
[    3.343141] Console: switching to colour frame buffer device 170x48
[    3.349424] fb0: inteldrmfb frame buffer device
[    3.349427] drm: registered panic notifier
[    3.352266] acpi device:3e: registered as cooling_device4
[    3.352797] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    3.352908] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.352962] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    3.353161] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[    3.375193] hda_codec: ALC269: SKU not ready 0x598301f0
[    3.377271] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
[    3.384911] HDMI status: Codec=3 Pin=4 Presence_Detect=0 ELD_Valid=0
[    3.384968] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
[    3.385032] HDMI status: Codec=3 Pin=6 Presence_Detect=0 ELD_Valid=0
[    3.385158] input: HDA Intel HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    3.385305] input: HDA Intel HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    3.385452] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    3.385604] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    3.385745] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    3.385888] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    3.386033] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    3.451527] Bluetooth: Core ver 2.16
[    3.451563] NET: Registered protocol family 31
[    3.451568] Bluetooth: HCI device and connection manager initialized
[    3.451575] Bluetooth: HCI socket layer initialized
[    3.451579] Bluetooth: L2CAP socket layer initialized
[    3.451591] Bluetooth: SCO socket layer initialized
[    7.564190] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
[    8.455340] Bluetooth: Can't change to loading configuration err
[    8.455457] ath3k: probe of 1-1.3:1.0 failed with error -110
[    8.455514] usbcore: registered new interface driver ath3k
[    8.467155] Linux media interface: v0.10
[    8.468919] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input15
[    8.469221] generic-usb 0003:0461:4D0F.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1.2/input0
[    8.469253] usbcore: registered new interface driver usbhid
[    8.469256] usbhid: USB HID core driver
[    8.470989] Linux video capture interface: v2.00
[    8.476022] uvcvideo: Found UVC 1.00 device USB Camera Device (174f:1420)
[    8.511621] input: USB Camera Device as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input16
[    8.511770] usbcore: registered new interface driver uvcvideo
[    8.511774] USB Video Class driver (1.1.1)
[    8.962396] Adding 4789244k swap on /dev/sda5.  Priority:-1 extents:1 across:4789244k SS
[    8.969024] EXT4-fs (sda1): re-mounted. Opts: (null)
[    9.003890] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    9.026229] loop: module loaded
[    9.449468] RPC: Registered named UNIX socket transport module.
[    9.449475] RPC: Registered udp transport module.
[    9.449479] RPC: Registered tcp transport module.
[    9.449483] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.458363] FS-Cache: Loaded
[    9.469725] FS-Cache: Netfs 'nfs' registered for caching
[    9.477463] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    9.544059] fuse init (API version 7.18)
[   10.612124] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.612129] Bluetooth: BNEP filters: protocol multicast
[   10.621899] Bluetooth: RFCOMM TTY layer initialized
[   10.621910] Bluetooth: RFCOMM socket layer initialized
[   10.621914] Bluetooth: RFCOMM ver 1.11
[   10.665875] lp: driver loaded but no devices found
[   10.672825] ppdev: user-space parallel port driver
[   10.732419] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[   10.739280] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[   10.976354] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[   10.983083] iwlwifi 0000:01:00.0: Radio type=0x1-0x3-0x1
[   11.078213] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   11.225062] r8169 0000:02:00.0: eth0: link down
[   11.226087] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.377975] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input17
[   18.947042] wlan0: authenticate with 00:14:6c:13:4c:de (try 1)
[   18.951096] wlan0: authenticated
[   18.999143] wlan0: associate with 00:14:6c:13:4c:de (try 1)
[   19.002377] wlan0: RX AssocResp from 00:14:6c:13:4c:de (capab=0x411 status=0 aid=6)
[   19.002383] wlan0: associated
[   19.002388] wlan0: moving STA 00:14:6c:13:4c:de to state 1
[   19.002392] wlan0: moving STA 00:14:6c:13:4c:de to state 2
[   19.007064] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   19.007432] wlan0: moving STA 00:14:6c:13:4c:de to state 3
[   29.377246] wlan0: no IPv6 routers present

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
  2012-02-10  5:28     ` Andres Cimmarusti
@ 2012-02-12 17:44       ` Andres Cimmarusti
  0 siblings, 0 replies; 7+ messages in thread
From: Andres Cimmarusti @ 2012-02-12 17:44 UTC (permalink / raw)
  To: James M. Leddy
  Cc: linux-bluetooth, linux-kernel, Jonathan Nieder, 641749, info

I believe I have finally narrowed down the problem. It lies in the
'libmtp-runtime' package with the command 'mtp-probe' (only present in
wheezy or newer).

I'm not sure what this is doing to my system, but when the package
mentioned is installed, it "messes" up my atheros bluetooth device so
that the kernel/udev cannot load the firmware into it.

As soon as I uninstalled this package and thus caused the boot process
to throw some errors about missing mtp-probe command, my bluetooth
module was correctly loaded and the led turned on.

>> Inexplicably yesterday's (and the day before) Debian testing snapshot
>> seems to have the problem fixed!

I guess this snapshot that I tested earlier didn't have that package installed

I found out about this completely by chance. For whatever reason, on
my second upgrade to wheezy 'apt-get dist-upgrade' didn't pull
'libmtp-runtime' and my bluetooth module just worked.

I tried to get the bootlog messages so I can send this info, but even
with bootlogd enabled these messages happen too early on the boot
process to be logged in /var/log/boot.

I feel this is not necessarily a kernel bug anymore (all kernels
tested work fine 3.0.x, 3.1.x, 3.2.x and even 3.3.0-rc3). But the
experts will know better.

This is definitely progress!

Cheers

Andres

PS: please forward the info to other bug reports I don't have access
to, like Red Hat / Fedora and Ubuntu. Additional testing is needed.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-12 17:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-28 16:50 firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?) Andres Cimmarusti
2012-01-24  6:14 ` Jonathan Nieder
2012-01-24  6:38   ` Jonathan Nieder
2012-01-27 21:27 ` James M. Leddy
2012-02-03 13:49   ` Andres Cimmarusti
2012-02-10  5:28     ` Andres Cimmarusti
2012-02-12 17:44       ` Andres Cimmarusti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).