You are not logged in.

#1 2012-12-26 13:44:34

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 457

Choppy video/audio playback after two suspend/resume cycles?

Hello!

Today I figured out, that my video and audi playback becomes choppy after two or more suspend-cycles. Can somebody confirm this?

I'm running a up-to-date Archlinux on my ThinkPad t430s. Several applications are affected: mplayer (virtual terminal), totem (Gnome 3), IOQuake3 (OpenGL is fine, but sound is choppy too).
I wonder if I'm the only one?

Offline

#2 2012-12-30 03:31:25

Thaer
Member
Registered: 2012-12-30
Posts: 1

Re: Choppy video/audio playback after two suspend/resume cycles?

Hello,

I also have the same problem, where it usually is observed after two suspend-resume cycles. I'm assuming you're using gnome 3.6 with gnome-shell?? I have looked around and the closest solution I could find was in regards to hyperthreading. This did not work for me (Samsung series 9 i5 processor), but it might do the trick for you.


this script is supposedly to be in the following file location: etc/pm/sleep.d/10_ht.sh

I did not have the file there originally. Configuring my original similarly setup script and creating that corresponding file, however, did not work for me.

#!/bin/sh
# Disable hyper-threading processor cores on suspend and hibernate, re-enable them
# on resume. Presumably helps for buggy nvidia behaviour.
# This file goes into /etc/pm/sleep.d/

case $1 in
hibernate|suspend)
echo 0 > /sys/devices/system/cpu/cpu1/online
echo 0 > /sys/devices/system/cpu/cpu3/online
;;

thaw|resume)
echo 1 > /sys/devices/system/cpu/cpu1/online
echo 1 > /sys/devices/system/cpu/cpu3/online
;;
esac

this setup followed my virtual architecture. You might have to change the processor information according to your specs. I used "gedit proc/cpuinfo" to ensure my setup was "correct" to an extent. I also tried disabling hyperthreading in my BIOS but that didn't do much either, so it might not necessarily have anything to do with hyperthreading at all.

edit: make sure to use "chmod +x /etc/pm/sleep.d/10_ht.sh" to give it executable permission if you're giving it a try.

Last edited by Thaer (2012-12-30 03:45:33)

Offline

#3 2012-12-30 12:37:21

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 457

Re: Choppy video/audio playback after two suspend/resume cycles?

You're right. I'm using Gnome-Shell. Yesterday I didn't managed to reproduce this bug, after I installed some upgrade via pacman and moved from vanilla kernel 3.7.0 to 3.7.1.

Maybe it fixed by something. I will keep a look on this and report again.

Offline

#4 2012-12-30 14:06:43

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 457

Re: Choppy video/audio playback after two suspend/resume cycles?

Okay. Still occurs! Will take a look at your sleep hook

Offline

#5 2012-12-30 14:26:05

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 457

Re: Choppy video/audio playback after two suspend/resume cycles?

I tried it like described here: https://bugs.launchpad.net/ubuntu/+sour … omments/22

Sadly it seems not to work for me.

// Update:
Ufff, looks weird to me at all.

1. Seem not to occure with Kernel 3.6.x, but with Kernel 3.7.x
2. Suspending/Resuming again maybe fix the issue, i.e. try to manually suspend with pm-suspend (uses a buch of quirks and so on and not only plain "suspend" from system) instead with systemd (systemctl suspend, is also used by GNOME or KDE internals)

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.7.1-CUSTOM (peter@cupcake) (gcc version 4.7.2 (GCC) ) #3 SMP PREEMPT Wed Dec 26 12:46:34 CET 2012
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-custom root=UUID=00faa466-81ea-40b0-a38e-093b44978182 ro quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000d032cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d032d000-0x00000000d052efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d052f000-0x00000000d694efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d694f000-0x00000000dae9efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021e5fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000021e600000-0x000000021e7fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by Lenovo
[    0.000000] efi:  ACPI 2.0=0xdaffe014  ACPI=0xdaffe000  SMBIOS=0xdae9e000 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000087000) (0MB)
[    0.000000] efi: mem01: type=4, attr=0xf, range=[0x0000000000087000-0x0000000000088000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000088000-0x000000000009c000) (0MB)
[    0.000000] efi: mem03: type=0, attr=0xf, range=[0x000000000009c000-0x000000000009d000) (0MB)
[    0.000000] efi: mem04: type=4, attr=0xf, range=[0x000000000009d000-0x000000000009e000) (0MB)
[    0.000000] efi: mem05: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000000100000-0x00000000010f0000) (15MB)
[    0.000000] efi: mem07: type=7, attr=0xf, range=[0x00000000010f0000-0x0000000002000000) (15MB)
[    0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002ff0000) (15MB)
[    0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000002ff0000-0x0000000020000000) (464MB)
[    0.000000] efi: mem10: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000020200000-0x0000000037c16000) (378MB)
[    0.000000] efi: mem12: type=2, attr=0xf, range=[0x0000000037c16000-0x0000000037e03000) (1MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x0000000037e03000-0x0000000040004000) (130MB)
[    0.000000] efi: mem14: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
[    0.000000] efi: mem15: type=7, attr=0xf, range=[0x0000000040005000-0x000000009939a000) (1427MB)
[    0.000000] efi: mem16: type=2, attr=0xf, range=[0x000000009939a000-0x00000000cdcfe000) (841MB)
[    0.000000] efi: mem17: type=4, attr=0xf, range=[0x00000000cdcfe000-0x00000000cdd1e000) (0MB)
[    0.000000] efi: mem18: type=7, attr=0xf, range=[0x00000000cdd1e000-0x00000000d0317000) (37MB)
[    0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000d0317000-0x00000000d032d000) (0MB)
[    0.000000] efi: mem20: type=0, attr=0xf, range=[0x00000000d032d000-0x00000000d052f000) (2MB)
[    0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000d052f000-0x00000000d0cee000) (7MB)
[    0.000000] efi: mem22: type=7, attr=0xf, range=[0x00000000d0cee000-0x00000000d0eff000) (2MB)
[    0.000000] efi: mem23: type=1, attr=0xf, range=[0x00000000d0eff000-0x00000000d0f1d000) (0MB)
[    0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000d0f1d000-0x00000000d2d40000) (30MB)
[    0.000000] efi: mem25: type=4, attr=0xf, range=[0x00000000d2d40000-0x00000000d45ef000) (24MB)
[    0.000000] efi: mem26: type=7, attr=0xf, range=[0x00000000d45ef000-0x00000000d4601000) (0MB)
[    0.000000] efi: mem27: type=4, attr=0xf, range=[0x00000000d4601000-0x00000000d5f4f000) (25MB)
[    0.000000] efi: mem28: type=7, attr=0xf, range=[0x00000000d5f4f000-0x00000000d649f000) (5MB)
[    0.000000] efi: mem29: type=2, attr=0xf, range=[0x00000000d649f000-0x00000000d64a8000) (0MB)
[    0.000000] efi: mem30: type=3, attr=0xf, range=[0x00000000d64a8000-0x00000000d694f000) (4MB)
[    0.000000] efi: mem31: type=5, attr=0x800000000000000f, range=[0x00000000d694f000-0x00000000d6a2f000) (0MB)
[    0.000000] efi: mem32: type=5, attr=0x800000000000000f, range=[0x00000000d6a2f000-0x00000000d6b4f000) (1MB)
[    0.000000] efi: mem33: type=6, attr=0x800000000000000f, range=[0x00000000d6b4f000-0x00000000d76f9000) (11MB)
[    0.000000] efi: mem34: type=6, attr=0x800000000000000f, range=[0x00000000d76f9000-0x00000000da59f000) (46MB)
[    0.000000] efi: mem35: type=0, attr=0xf, range=[0x00000000da59f000-0x00000000dae35000) (8MB)
[    0.000000] efi: mem36: type=0, attr=0xf, range=[0x00000000dae35000-0x00000000dae9b000) (0MB)
[    0.000000] efi: mem37: type=0, attr=0xf, range=[0x00000000dae9b000-0x00000000dae9d000) (0MB)
[    0.000000] efi: mem38: type=0, attr=0xf, range=[0x00000000dae9d000-0x00000000dae9f000) (0MB)
[    0.000000] efi: mem39: type=10, attr=0xf, range=[0x00000000dae9f000-0x00000000daef6000) (0MB)
[    0.000000] efi: mem40: type=10, attr=0xf, range=[0x00000000daef6000-0x00000000daf9f000) (0MB)
[    0.000000] efi: mem41: type=9, attr=0xf, range=[0x00000000daf9f000-0x00000000dafd8000) (0MB)
[    0.000000] efi: mem42: type=9, attr=0xf, range=[0x00000000dafd8000-0x00000000dafff000) (0MB)
[    0.000000] efi: mem43: type=4, attr=0xf, range=[0x00000000dafff000-0x00000000db000000) (0MB)
[    0.000000] efi: mem44: type=7, attr=0xf, range=[0x0000000100000000-0x000000021e600000) (4582MB)
[    0.000000] efi: mem45: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[    0.000000] efi: mem46: type=0, attr=0x0, range=[0x00000000db000000-0x00000000dfa00000) (74MB)
[    0.000000] efi: mem47: type=11, attr=0x8000000000000001, range=[0x00000000f80f8000-0x00000000f80f9000) (0MB)
[    0.000000] efi: mem48: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem49: type=0, attr=0x0, range=[0x000000021e600000-0x000000021e800000) (2MB)
[    0.000000] DMI 2.7 present.
[    0.000000] DMI: LENOVO 2353CTO/2353CTO, BIOS G7ET63WW (2.05 ) 11/12/2012
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x21e600 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-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FE0000000 write-back
[    0.000000]   4 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   5 base 0DB000000 mask FFF000000 uncachable
[    0.000000]   6 base 100000000 mask F00000000 write-back
[    0.000000]   7 base 200000000 mask FE0000000 write-back
[    0.000000]   8 base 21F000000 mask FFF000000 uncachable
[    0.000000]   9 base 21E800000 mask FFF800000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0xdaffffff]
[    0.000000]  [mem 0x00000000-0xdaffffff] page 2M
[    0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1fffb000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x21e5fffff]
[    0.000000]  [mem 0x100000000-0x21e5fffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x21e5fffff @ [mem 0xd64a2000-0xd64a7fff]
[    0.000000] RAMDISK: [mem 0x37c16000-0x37e02fff]
[    0.000000] ACPI: RSDP 00000000daffe014 00024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 00000000daffe170 000C4 (v01 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: FACP 00000000dafe6000 0010C (v05 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: DSDT 00000000dafe8000 10B02 (v01 LENOVO TP-G7    00002050 INTL 20061109)
[    0.000000] ACPI: FACS 00000000daf5a000 00040
[    0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 LENOVO TP-G7    00002050 PTL  00000001)
[    0.000000] ACPI: TCPA 00000000daffc000 00032 (v02    PTL   LENOVO 06040000 LNVO 00000001)
[    0.000000] ACPI: SSDT 00000000daffb000 00408 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000daffa000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000daff9000 00797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: HPET 00000000dafe4000 00038 (v01 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: APIC 00000000dafe3000 00098 (v01 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: MCFG 00000000dafe2000 0003C (v01 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: ECDT 00000000dafe1000 00052 (v01 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: FPDT 00000000dafe0000 00064 (v01 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: ASF! 00000000dafe7000 000A5 (v32 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: UEFI 00000000dafdf000 0003E (v01 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: UEFI 00000000dafde000 00042 (v01 PTL      COMBUF 00000001 PTL  00000001)
[    0.000000] ACPI: POAT 00000000dafdd000 00055 (v03 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: SSDT 00000000dafdc000 00BF3 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 00000000dafdb000 00A83 (v01  PmRef    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 00000000dafda000 002A6 (v01 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: DBG2 00000000dafd9000 000E9 (v00 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: BGRT 00000000dafd8000 00038 (v00 LENOVO TP-G7    00002050 PTL  00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x21e5fffff]
[    0.000000]   NODE_DATA [mem 0x21e5fc000-0x21e5fffff]
[    0.000000]  [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880215c00000-ffff88021dbfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x21e5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009bfff]
[    0.000000]   node   0: [mem 0x0009d000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x40003fff]
[    0.000000]   node   0: [mem 0x40005000-0xd032cfff]
[    0.000000]   node   0: [mem 0xd052f000-0xd694efff]
[    0.000000]   node   0: [mem 0xdafff000-0xdaffffff]
[    0.000000]   node   0: [mem 0x100000000-0x21e5fffff]
[    0.000000] On node 0 totalpages: 2050778
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 9 pages reserved
[    0.000000]   DMA zone: 3908 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 857485 pages, LIFO batch:31
[    0.000000]   Normal zone: 18328 pages used for memmap
[    0.000000]   Normal zone: 1154664 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] e820: [mem 0xdfa00000-0xf80f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff88021e200000 s74880 r8192 d23424 u262144
[    0.000000] pcpu-alloc: s74880 r8192 d23424 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2016057
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-custom root=UUID=00faa466-81ea-40b0-a38e-093b44978182 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 7925636k/8886272k available (8420k kernel code, 683160k absent, 277476k reserved, 3005k data, 592k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]     Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000]     RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[    0.000000] NR_IRQS:4352 nr_irqs:744 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 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] tsc: Fast TSC calibration using PIT
[    0.001000] tsc: Detected 2593.853 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5187.70 BogoMIPS (lpj=2593853)
[    0.000008] pid_max: default: 32768 minimum: 301
[    0.042489] Security Framework initialized
[    0.043338] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.047370] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.049184] Mount-cache hash table entries: 256
[    0.049441] Initializing cgroup subsys cpuacct
[    0.049444] Initializing cgroup subsys memory
[    0.049454] Initializing cgroup subsys devices
[    0.049456] Initializing cgroup subsys freezer
[    0.049458] Initializing cgroup subsys net_cls
[    0.049459] Initializing cgroup subsys blkio
[    0.049461] Initializing cgroup subsys hugetlb
[    0.049500] CPU: Physical Processor ID: 0
[    0.049501] CPU: Processor Core ID: 0
[    0.049509] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.050268] mce: CPU supports 7 MCE banks
[    0.050288] CPU0: Thermal monitoring enabled (TM1)
[    0.050297] process: using mwait in idle threads
[    0.050303] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 1
[    0.050499] Freeing SMP alternatives: 28k freed
[    0.051965] ACPI: Core revision 20120913
[    0.066657] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.076643] smpboot: CPU0: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz (fam: 06, model: 3a, stepping: 09)
[    0.177524] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver.
[    0.177534] ... version:                3
[    0.177535] ... bit width:              48
[    0.177537] ... generic registers:      4
[    0.177539] ... value mask:             0000ffffffffffff
[    0.177540] ... max period:             000000007fffffff
[    0.177542] ... fixed-purpose events:   3
[    0.177544] ... event mask:             000000070000000f
[    0.185553] smpboot: Booting Node   0, Processors  #1 #2 #3
[    0.231513] Brought up 4 CPUs
[    0.231519] smpboot: Total of 4 processors activated (20750.82 BogoMIPS)
[    0.237223] devtmpfs: initialized
[    0.239026] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes)
[    0.239159] NET: Registered protocol family 16
[    0.239343] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.239345] ACPI: bus type pci registered
[    0.239583] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.239587] PCI: not using MMCONFIG
[    0.239589] PCI: Using configuration type 1 for base access
[    0.242024] bio: create slab <bio-0> at 0
[    0.242103] ACPI: Added _OSI(Module Device)
[    0.242105] ACPI: Added _OSI(Processor Device)
[    0.242108] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.242110] ACPI: Added _OSI(Processor Aggregator Device)
[    0.244830] ACPI: EC: EC description table is found, configuring boot EC
[    0.253127] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.257407] ACPI: SSDT 00000000dae3a018 00A01 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.258158] ACPI: Dynamic OEM Table Load:
[    0.258162] ACPI: SSDT           (null) 00A01 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.258610] ACPI: SSDT 00000000dae3ba98 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.259408] ACPI: Dynamic OEM Table Load:
[    0.259412] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.261508] ACPI: SSDT 00000000dae39d98 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.262238] ACPI: Dynamic OEM Table Load:
[    0.262241] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.263215] ACPI: Interpreter enabled
[    0.263220] ACPI: (supports S0 S3 S5)
[    0.263243] ACPI: Using IOAPIC for interrupt routing
[    0.263271] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.263924] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.281658] ACPI: Power Resource [PUBS] (on)
[    0.285870] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.287153] ACPI: ACPI Dock Station Driver: 2 docks/bays found
[    0.287160] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.287294] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.287376] PCI host bridge to bus 0000:00
[    0.287380] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.287384] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.287387] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.287390] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.287393] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    0.287396] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    0.287398] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    0.287401] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.287404] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.287407] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.287409] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.287412] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.287415] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.287418] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.287420] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[    0.287423] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[    0.287426] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff]
[    0.287429] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
[    0.287442] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.287508] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.287527] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.287538] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.287545] pci 0000:00:02.0: reg 20: [io  0x5000-0x503f]
[    0.287650] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.287692] pci 0000:00:14.0: reg 10: [mem 0xf2520000-0xf252ffff 64bit]
[    0.287831] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.287873] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.287913] pci 0000:00:16.0: reg 10: [mem 0xf2535000-0xf253500f 64bit]
[    0.288052] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.288096] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
[    0.288129] pci 0000:00:16.3: reg 10: [io  0x50b0-0x50b7]
[    0.288143] pci 0000:00:16.3: reg 14: [mem 0xf253c000-0xf253cfff]
[    0.288320] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[    0.288356] pci 0000:00:19.0: reg 10: [mem 0xf2500000-0xf251ffff]
[    0.288371] pci 0000:00:19.0: reg 14: [mem 0xf253b000-0xf253bfff]
[    0.288383] pci 0000:00:19.0: reg 18: [io  0x5080-0x509f]
[    0.288505] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.288550] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.288585] pci 0000:00:1a.0: reg 10: [mem 0xf253a000-0xf253a3ff]
[    0.288744] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.288789] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.288818] pci 0000:00:1b.0: reg 10: [mem 0xf2530000-0xf2533fff 64bit]
[    0.288957] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.289003] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.289156] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.289200] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.289352] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.289398] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[    0.289552] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.289614] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.289651] pci 0000:00:1d.0: reg 10: [mem 0xf2539000-0xf25393ff]
[    0.289817] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.289859] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100
[    0.290054] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.290093] pci 0000:00:1f.2: reg 10: [io  0x50a8-0x50af]
[    0.290109] pci 0000:00:1f.2: reg 14: [io  0x50bc-0x50bf]
[    0.290127] pci 0000:00:1f.2: reg 18: [io  0x50a0-0x50a7]
[    0.290141] pci 0000:00:1f.2: reg 1c: [io  0x50b8-0x50bb]
[    0.290157] pci 0000:00:1f.2: reg 20: [io  0x5060-0x507f]
[    0.290171] pci 0000:00:1f.2: reg 24: [mem 0xf2538000-0xf25387ff]
[    0.290264] pci 0000:00:1f.2: PME# supported from D3hot
[    0.290297] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.290332] pci 0000:00:1f.3: reg 10: [mem 0xf2534000-0xf25340ff 64bit]
[    0.290375] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.290520] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.290526] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.290533] pci 0000:00:1c.0:   bridge window [mem 0xf1d00000-0xf24fffff]
[    0.290545] pci 0000:00:1c.0:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.290937] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000
[    0.291262] pci 0000:03:00.0: reg 10: [mem 0xf1c00000-0xf1c01fff 64bit]
[    0.292877] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.294726] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.294738] pci 0000:00:1c.1:   bridge window [mem 0xf1c00000-0xf1cfffff]
[    0.294947] pci 0000:04:00.0: [1180:e823] type 00 class 0x088000
[    0.294968] pci 0000:04:00.0: MMC controller base frequency changed to 50Mhz.
[    0.294999] pci 0000:04:00.0: reg 10: [mem 0xf1400000-0xf14000ff]
[    0.295210] pci 0000:04:00.0: supports D1 D2
[    0.295213] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.296687] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
[    0.296694] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.296701] pci 0000:00:1c.2:   bridge window [mem 0xf1400000-0xf1bfffff]
[    0.296712] pci 0000:00:1c.2:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.296744] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.296864] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.296904] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.296937] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[    0.297103]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.297260]  pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
[    0.297262] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.300785] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.300860] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.300933] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.301001] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.301071] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.301138] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.301205] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.301272] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.301399] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=mem,locks=none
[    0.301405] vgaarb: loaded
[    0.301406] vgaarb: bridge control possible 0000:00:02.0
[    0.301486] SCSI subsystem initialized
[    0.301489] ACPI: bus type scsi registered
[    0.301501] libata version 3.00 loaded.
[    0.301507] ACPI: bus type usb registered
[    0.301530] usbcore: registered new interface driver usbfs
[    0.301541] usbcore: registered new interface driver hub
[    0.301580] usbcore: registered new device driver usb
[    0.301607] media: Linux media interface: v0.10
[    0.301615] Linux video capture interface: v2.00
[    0.301669] Advanced Linux Sound Architecture Driver Initialized.
[    0.301671] PCI: Using ACPI for IRQ routing
[    0.305654] PCI: pci_cache_line_size set to 64 bytes
[    0.306076] e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
[    0.306079] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.306081] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.306083] e820: reserve RAM buffer [mem 0xd032d000-0xd3ffffff]
[    0.306085] e820: reserve RAM buffer [mem 0xd694f000-0xd7ffffff]
[    0.306087] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.306090] e820: reserve RAM buffer [mem 0x21e600000-0x21fffffff]
[    0.306217] Bluetooth: Core ver 2.16
[    0.306225] NET: Registered protocol family 31
[    0.306227] Bluetooth: HCI device and connection manager initialized
[    0.306230] Bluetooth: HCI socket layer initialized
[    0.306233] Bluetooth: L2CAP socket layer initialized
[    0.306235] Bluetooth: SCO socket layer initialized
[    0.306341] cfg80211: Calling CRDA to update world regulatory domain
[    0.306518] NetLabel: Initializing
[    0.306520] NetLabel:  domain hash size = 128
[    0.306522] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.306538] NetLabel:  unlabeled traffic allowed by default
[    0.306624] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.306634] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.308651] Switching to clocksource hpet
[    0.308739] FS-Cache: Loaded
[    0.308786] CacheFiles: Loaded
[    0.308803] pnp: PnP ACPI init
[    0.308813] ACPI: bus type pnp registered
[    0.309229] pnp 00:00: [mem 0x00000000-0x0009ffff]
[    0.309233] pnp 00:00: [mem 0x000c0000-0x000bffff disabled]
[    0.309236] pnp 00:00: [mem 0x000c4000-0x000c3fff disabled]
[    0.309239] pnp 00:00: [mem 0x000c8000-0x000c7fff disabled]
[    0.309241] pnp 00:00: [mem 0x000cc000-0x000cbfff disabled]
[    0.309244] pnp 00:00: [mem 0x000d0000-0x000cffff disabled]
[    0.309247] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled]
[    0.309249] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled]
[    0.309252] pnp 00:00: [mem 0x000dc000-0x000dbfff disabled]
[    0.309255] pnp 00:00: [mem 0x000e0000-0x000dffff disabled]
[    0.309257] pnp 00:00: [mem 0x000e4000-0x000e3fff disabled]
[    0.309260] pnp 00:00: [mem 0x000e8000-0x000e7fff disabled]
[    0.309263] pnp 00:00: [mem 0x000ec000-0x000ebfff disabled]
[    0.309265] pnp 00:00: [mem 0x000f0000-0x000fffff]
[    0.309268] pnp 00:00: [mem 0x00100000-0xdf9fffff]
[    0.309270] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
[    0.309273] pnp 00:00: [mem 0xfed4c000-0xffffffff]
[    0.309325] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.309329] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.309332] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
[    0.309336] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.309340] system 00:00: [mem 0xfed4c000-0xffffffff] has been reserved
[    0.309347] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.309392] pnp 00:01: [bus 00-3f]
[    0.309396] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.309399] pnp 00:01: [io  0x0000-0x0cf7 window]
[    0.309402] pnp 00:01: [io  0x0d00-0xffff window]
[    0.309405] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.309408] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
[    0.309411] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
[    0.309414] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
[    0.309416] pnp 00:01: [mem 0x000cc000-0x000cffff window]
[    0.309419] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
[    0.309422] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
[    0.309424] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
[    0.309427] pnp 00:01: [mem 0x000dc000-0x000dffff window]
[    0.309430] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
[    0.309433] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
[    0.309435] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
[    0.309438] pnp 00:01: [mem 0x000ec000-0x000effff window]
[    0.309441] pnp 00:01: [mem 0xdfa00000-0xfebfffff window]
[    0.309444] pnp 00:01: [mem 0xfed40000-0xfed4bfff window]
[    0.309480] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.309567] pnp 00:02: [io  0x0010-0x001f]
[    0.309570] pnp 00:02: [io  0x0090-0x009f]
[    0.309572] pnp 00:02: [io  0x0024-0x0025]
[    0.309575] pnp 00:02: [io  0x0028-0x0029]
[    0.309577] pnp 00:02: [io  0x002c-0x002d]
[    0.309580] pnp 00:02: [io  0x0030-0x0031]
[    0.309585] pnp 00:02: [io  0x0034-0x0035]
[    0.309587] pnp 00:02: [io  0x0038-0x0039]
[    0.309590] pnp 00:02: [io  0x003c-0x003d]
[    0.309592] pnp 00:02: [io  0x00a4-0x00a5]
[    0.309594] pnp 00:02: [io  0x00a8-0x00a9]
[    0.309597] pnp 00:02: [io  0x00ac-0x00ad]
[    0.309599] pnp 00:02: [io  0x00b0-0x00b5]
[    0.309602] pnp 00:02: [io  0x00b8-0x00b9]
[    0.309604] pnp 00:02: [io  0x00bc-0x00bd]
[    0.309606] pnp 00:02: [io  0x0050-0x0053]
[    0.309609] pnp 00:02: [io  0x0072-0x0077]
[    0.309611] pnp 00:02: [io  0x0400-0x047f]
[    0.309614] pnp 00:02: [io  0x0500-0x057f]
[    0.309616] pnp 00:02: [io  0x0800-0x080f]
[    0.309619] pnp 00:02: [io  0x15e0-0x15ef]
[    0.309621] pnp 00:02: [io  0x1600-0x167f]
[    0.309624] pnp 00:02: [mem 0xf8000000-0xfbffffff]
[    0.309627] pnp 00:02: [mem 0xfffff000-0xffffffff]
[    0.309629] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
[    0.309632] pnp 00:02: [mem 0xfed10000-0xfed13fff]
[    0.309634] pnp 00:02: [mem 0xfed18000-0xfed18fff]
[    0.309637] pnp 00:02: [mem 0xfed19000-0xfed19fff]
[    0.309639] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
[    0.309710] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.309713] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.309717] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.309720] system 00:02: [io  0x15e0-0x15ef] has been reserved
[    0.309723] system 00:02: [io  0x1600-0x167f] has been reserved
[    0.309727] system 00:02: [mem 0xf8000000-0xfbffffff] could not be reserved
[    0.309731] system 00:02: [mem 0xfffff000-0xffffffff] has been reserved
[    0.309734] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.309738] system 00:02: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.309743] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.309747] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.309750] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.309754] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.309815] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.309841] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.309853] pnp 00:04: [io  0x0000-0x000f]
[    0.309856] pnp 00:04: [io  0x0080-0x008f]
[    0.309858] pnp 00:04: [io  0x00c0-0x00df]
[    0.309861] pnp 00:04: [dma 4]
[    0.309881] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.309891] pnp 00:05: [io  0x0061]
[    0.309911] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.309921] pnp 00:06: [io  0x00f0]
[    0.309935] pnp 00:06: [irq 13]
[    0.309958] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.309969] pnp 00:07: [io  0x0070-0x0071]
[    0.309978] pnp 00:07: [irq 8]
[    0.309999] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.310010] pnp 00:08: [io  0x0060]
[    0.310012] pnp 00:08: [io  0x0064]
[    0.310021] pnp 00:08: [irq 1]
[    0.310045] pnp 00:08: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.310062] pnp 00:09: [irq 12]
[    0.310083] pnp 00:09: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[    0.310128] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.310151] pnp 00:0a: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[    0.310679] pnp: PnP ACPI: found 11 devices
[    0.310681] ACPI: ACPI bus type pnp unregistered
[    0.318093] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.318103] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.318112] pci 0000:00:1c.0:   bridge window [mem 0xf1d00000-0xf24fffff]
[    0.318120] pci 0000:00:1c.0:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.318131] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.318140] pci 0000:00:1c.1:   bridge window [mem 0xf1c00000-0xf1cfffff]
[    0.318156] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
[    0.318161] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.318170] pci 0000:00:1c.2:   bridge window [mem 0xf1400000-0xf1bfffff]
[    0.318177] pci 0000:00:1c.2:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.318229] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.318232] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.318235] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.318238] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.318241] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.318244] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.318247] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.318250] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.318253] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.318255] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.318258] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.318261] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.318264] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.318267] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.318270] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    0.318273] pci_bus 0000:00: resource 19 [mem 0xdfa00000-0xfebfffff]
[    0.318276] pci_bus 0000:00: resource 20 [mem 0xfed40000-0xfed4bfff]
[    0.318279] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.318282] pci_bus 0000:02: resource 1 [mem 0xf1d00000-0xf24fffff]
[    0.318285] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.318288] pci_bus 0000:03: resource 1 [mem 0xf1c00000-0xf1cfffff]
[    0.318291] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.318294] pci_bus 0000:04: resource 1 [mem 0xf1400000-0xf1bfffff]
[    0.318297] pci_bus 0000:04: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.318341] NET: Registered protocol family 2
[    0.319309] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.321304] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.321498] TCP: Hash tables configured (established 524288 bind 65536)
[    0.321530] TCP: reno registered
[    0.321551] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.321597] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.321741] NET: Registered protocol family 1
[    0.321875] RPC: Registered named UNIX socket transport module.
[    0.321891] RPC: Registered udp transport module.
[    0.321893] RPC: Registered tcp transport module.
[    0.321894] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.321909] pci 0000:00:02.0: Boot video device
[    0.322257] PCI: CLS 64 bytes, default 64
[    0.322318] Unpacking initramfs...
[    0.385477] Freeing initrd memory: 1972k freed
[    0.385851] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.385855] software IO TLB [mem 0xc9cfe000-0xcdcfdfff] (64MB) mapped at [ffff8800c9cfe000-ffff8800cdcfdfff]
[    0.387028] sha1_ssse3: Using AVX optimized SHA-1 implementation
[    0.387170] Initialise module verification
[    0.387236] audit: initializing netlink socket (disabled)
[    0.387249] type=2000 audit(1356879008.237:1): initialized
[    0.387874] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.389914] VFS: Disk quotas dquot_6.5.2
[    0.389974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.390274] DLM installed
[    0.390747] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.391216] Btrfs loaded
[    0.391224] msgmni has been set to 15608
[    0.392034] Key type asymmetric registered
[    0.392037] Asymmetric key parser 'x509' registered
[    0.392056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.392095] io scheduler noop registered
[    0.392133] io scheduler cfq registered (default)
[    0.392480] intel_idle: MWAIT substates: 0x21120
[    0.392483] intel_idle: v0.4 model 0x3A
[    0.392484] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.392868] ACPI: AC Adapter [AC] (off-line)
[    0.392955] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.393107] ACPI: Lid Switch [LID]
[    0.393157] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    0.393164] ACPI: Sleep Button [SLPB]
[    0.393223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.393227] ACPI: Power Button [PWRF]
[    0.393451] ACPI: Requesting acpi_cpufreq
[    0.399876] thermal LNXTHERM:00: registered as thermal_zone0
[    0.399880] ACPI: Thermal Zone [THM0] (44 C)
[    0.401850] GHES: HEST is not enabled!
[    0.401947] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.410323] ACPI: Battery Slot [BAT0] (battery present)
[    0.422988] 0000:00:16.3: ttyS0 at I/O 0x50b0 (irq = 19) is a 16550A
[    0.423308] Non-volatile memory driver v1.3
[    0.423389] Linux agpgart interface v0.103
[    0.423560] tpm_tis 00:0a: 1.2 TPM (device-id 0x0, rev-id 78)
[    0.489371] tpm_tis 00:0a: TPM is disabled/deactivated (0x6)
[    0.489396] [drm] Initialized drm 1.1.0 20060810
[    0.489424] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    0.489552] pci 0000:00:00.0: Intel Ivybridge Chipset
[    0.489696] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.491594] pci 0000:00:00.0: detected 65536K stolen memory
[    0.491674] i915 0000:00:02.0: setting latency timer to 64
[    0.562550] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    0.562562] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    0.562564] [drm] Driver supports precise vblank timestamp query.
[    0.562615] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=mem
[    0.682469] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[    0.787325] fbcon: inteldrmfb (fb0) is primary device
[    1.386655] tsc: Refined TSC clocksource calibration: 2594.107 MHz
[    1.386659] Switching to clocksource tsc
[    1.611601] Console: switching to colour frame buffer device 200x56
[    1.617919] fb0: inteldrmfb frame buffer device
[    1.617921] drm: registered panic notifier
[    1.622969] acpi device:01: registered as cooling_device4
[    1.623075] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    1.623125] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.623172] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.623247] usbcore: registered new interface driver udl
[    1.623300] mei 0000:00:16.0: setting latency timer to 64
[    1.623387] mei 0000:00:16.0: irq 41 for MSI/MSI-X
[    1.629777] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20120913/utaddress-251)
[    1.629786] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.629793] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20120913/utaddress-251)
[    1.629798] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.629800] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20120913/utaddress-251)
[    1.629804] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.629806] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.629873] ahci 0000:00:1f.2: version 3.0
[    1.629956] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    1.630000] ahci: SSS flag set, parallel bus scan disabled
[    1.640201] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x13 impl SATA mode
[    1.640206] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pio slum part ems sxs apst 
[    1.640216] ahci 0000:00:1f.2: setting latency timer to 64
[    1.644597] scsi0 : ahci
[    1.644680] scsi1 : ahci
[    1.644743] scsi2 : ahci
[    1.644802] scsi3 : ahci
[    1.644861] scsi4 : ahci
[    1.644923] scsi5 : ahci
[    1.644971] ata1: SATA max UDMA/133 abar m2048@0xf2538000 port 0xf2538100 irq 42
[    1.644975] ata2: SATA max UDMA/133 abar m2048@0xf2538000 port 0xf2538180 irq 42
[    1.644977] ata3: DUMMY
[    1.644979] ata4: DUMMY
[    1.644985] ata5: SATA max UDMA/133 abar m2048@0xf2538000 port 0xf2538300 irq 42
[    1.644987] ata6: DUMMY
[    1.645084] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k
[    1.645086] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[    1.645123] e1000e 0000:00:19.0: setting latency timer to 64
[    1.645244] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.645300] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[    1.840566] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 3c:97:0e:14:05:c8
[    1.840570] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.840631] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[    1.840654] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    1.840655] Copyright(c) 2003-2012 Intel Corporation
[    1.840785] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[    1.840793] iwlwifi 0000:03:00.0: pci_resource_base = ffffc900055d0000
[    1.840795] iwlwifi 0000:03:00.0: HW Revision ID = 0x3E
[    1.841416] iwlwifi 0000:03:00.0: irq 44 for MSI/MSI-X
[    1.841674] iwldvm: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[    1.841676] iwldvm: Copyright(c) 2003-2012 Intel Corporation
[    1.841746] VFIO - User Level meta-driver version: 0.3
[    1.842023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.842068] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.842073] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.842114] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.846026] ehci_hcd 0000:00:1a.0: debug port 2
[    1.846040] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    1.846064] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf253a000
[    1.851786] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.851825] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.851829] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.851832] usb usb1: Product: EHCI Host Controller
[    1.851835] usb usb1: Manufacturer: Linux 3.7.1-CUSTOM ehci_hcd
[    1.851837] usb usb1: SerialNumber: 0000:00:1a.0
[    1.852001] hub 1-0:1.0: USB hub found
[    1.852007] hub 1-0:1.0: 3 ports detected
[    1.852164] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.852171] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.852211] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.856137] ehci_hcd 0000:00:1d.0: debug port 2
[    1.856149] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    1.856170] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf2539000
[    1.861759] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.861777] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.861780] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.861782] usb usb2: Product: EHCI Host Controller
[    1.861785] usb usb2: Manufacturer: Linux 3.7.1-CUSTOM ehci_hcd
[    1.861788] usb usb2: SerialNumber: 0000:00:1d.0
[    1.861903] hub 2-0:1.0: USB hub found
[    1.861908] hub 2-0:1.0: 3 ports detected
[    1.862084] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    1.862091] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.862129] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.862237] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.862244] xhci_hcd 0000:00:14.0: irq 16, io mem 0xf2520000
[    1.862321] xhci_hcd 0000:00:14.0: irq 45 for MSI/MSI-X
[    1.862388] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.862391] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.862394] usb usb3: Product: xHCI Host Controller
[    1.862396] usb usb3: Manufacturer: Linux 3.7.1-CUSTOM xhci_hcd
[    1.862399] usb usb3: SerialNumber: 0000:00:14.0
[    1.862483] xHCI xhci_add_endpoint called for root hub
[    1.862486] xHCI xhci_check_bandwidth called for root hub
[    1.862513] hub 3-0:1.0: USB hub found
[    1.862524] hub 3-0:1.0: 4 ports detected
[    1.863271] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.863304] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.863333] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.863336] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.863339] usb usb4: Product: xHCI Host Controller
[    1.863341] usb usb4: Manufacturer: Linux 3.7.1-CUSTOM xhci_hcd
[    1.863344] usb usb4: SerialNumber: 0000:00:14.0
[    1.863425] xHCI xhci_add_endpoint called for root hub
[    1.863427] xHCI xhci_check_bandwidth called for root hub
[    1.863453] hub 4-0:1.0: USB hub found
[    1.863464] hub 4-0:1.0: 4 ports detected
[    1.864209] Initializing USB Mass Storage driver...
[    1.864247] usbcore: registered new interface driver usb-storage
[    1.864248] USB Mass Storage support registered.
[    1.864292] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.865820] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.865829] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.865947] mousedev: PS/2 mouse device common for all mice
[    1.866163] usbcore: registered new interface driver synaptics_usb
[    1.866222] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    1.866297] rtc_cmos 00:07: RTC can wake from S4
[    1.866445] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.866482] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.866599] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    1.866632] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    1.866686] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.866693] Bluetooth: Virtual HCI driver ver 1.3
[    1.866721] Bluetooth: HCI UART driver ver 2.2
[    1.866723] Bluetooth: HCI H4 protocol initialized
[    1.866725] Bluetooth: HCI BCSP protocol initialized
[    1.866727] Bluetooth: HCILL protocol initialized
[    1.866728] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[    1.866757] usbcore: registered new interface driver btusb
[    1.866759] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    1.866863] cpuidle: using governor ladder
[    1.866996] cpuidle: using governor menu
[    1.867015] sdhci: Secure Digital Host Controller Interface driver
[    1.867016] sdhci: Copyright(c) Pierre Ossman
[    1.867031] sdhci-pci 0000:04:00.0: SDHCI controller found [1180:e823] (rev 4)
[    1.867198] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.867292] Registered led device: mmc0::
[    1.895008] mmc0: SDHCI controller on PCI [0000:04:00.0] using DMA
[    1.895114] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.895117] EFI Variables Facility v0.08 2004-May-17
[    1.912616] usbcore: registered new interface driver usbhid
[    1.912618] usbhid: USB HID core driver
[    1.912895] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    1.912898] thinkpad_acpi: [url]http://ibm-acpi.sf.net/[/url]
[    1.912900] thinkpad_acpi: ThinkPad BIOS G7ET63WW (2.05 ), EC unknown
[    1.912902] thinkpad_acpi: Lenovo ThinkPad T430s, model 2353CTO
[    1.913363] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    1.913503] thinkpad_acpi: radio switch found; radios are enabled
[    1.913523] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    1.913525] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    1.915324] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    1.915662] Registered led device: tpacpi::thinklight
[    1.915690] Registered led device: tpacpi::power
[    1.915704] Registered led device: tpacpi::standby
[    1.915721] Registered led device: tpacpi::thinkvantage
[    1.915730] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    1.915818] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    1.916890] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[    1.916991] hdaps: supported laptop not found!
[    1.916994] hdaps: driver init failed (ret=-19)!
[    1.917406] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[    1.930951] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
[    1.938822] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    1.938936] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    1.939007] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    1.939072] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    1.939150] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    1.939228] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    1.939306] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    1.939855] TCP: cubic registered
[    1.939982] NET: Registered protocol family 10
[    1.940260] mip6: Mobile IPv6
[    1.940263] sit: IPv6 over IPv4 tunneling driver
[    1.940546] ip6_gre: GRE over IPv6 tunneling driver
[    1.940692] NET: Registered protocol family 17
[    1.940743] Bluetooth: RFCOMM TTY layer initialized
[    1.940748] Bluetooth: RFCOMM socket layer initialized
[    1.940750] Bluetooth: RFCOMM ver 1.11
[    1.940752] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.940754] Bluetooth: BNEP filters: protocol multicast
[    1.940757] Bluetooth: BNEP socket layer initialized
[    1.940759] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.940761] Bluetooth: HIDP socket layer initialized
[    1.941156] sctp: Hash tables configured (established 65536 bind 65536)
[    1.941311] Key type dns_resolver registered
[    1.941626] Loading module verification certificates
[    1.943176] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: b4cd8766b77e5347ce99fb3f1db572712e741ec5'
[    1.943183] registered taskstats version 1
[    1.945946] Key type trusted registered
[    1.948331] Key type encrypted registered
[    1.948623] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.950938] rtc_cmos 00:07: setting system clock to 2012-12-30 14:50:10 UTC (1356879010)
[    1.953592] ALSA device list:
[    1.953594]   #0: HDA Intel PCH at 0xf2530000 irq 46
[    1.953595]   #29: ThinkPad Console Audio Control at EC reg 0x30, fw unknown
[    1.960188] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.960197] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.960201] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.970065] ata1.00: ATA-9: INTEL SSDSC2BW180A3L, LE1i, max UDMA/133
[    1.970068] ata1.00: 351651888 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.970617] ata1.00: failed to get Identify Device Data, Emask 0x1
[    1.980084] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.980093] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.980097] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.990555] ata1.00: failed to get Identify Device Data, Emask 0x1
[    1.990564] ata1.00: configured for UDMA/133
[    1.992794] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2BW18 LE1i PQ: 0 ANSI: 5
[    1.993023] sd 0:0:0:0: [sda] 351651888 512-byte logical blocks: (180 GB/167 GiB)
[    1.993110] sd 0:0:0:0: [sda] Write Protect is off
[    1.993113] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.993126] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.994130]  sda: sda1 sda2 sda3 sda4 sda5
[    1.994381] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.153287] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    2.267482] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    2.267489] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.267807] hub 1-1:1.0: USB hub found
[    2.268001] hub 1-1:1.0: 6 ports detected
[    2.297017] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.300528] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    2.301255] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    2.301271] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.303043] ata2.00: ATAPI: MATSHITADVD-RAM UJ8B2, SB01, max UDMA/100
[    2.305901] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[    2.306615] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[    2.306621] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.308256] ata2.00: configured for UDMA/100
[    2.311882] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8B2    SB01 PQ: 0 ANSI: 5
[    2.313941] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.313955] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.314038] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.993150] ACPI: Invalid Power Resource to register!
[    2.314252] ACPI: Invalid Power Resource to register!
[    2.370813] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.484945] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    2.484952] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.485263] hub 2-1:1.0: USB hub found
[    2.485452] hub 2-1:1.0: 8 ports detected
[    2.559533] usb 1-1.4: new full-speed USB device number 3 using ehci_hcd
[    2.618404] ata5: SATA link down (SStatus 0 SControl 300)
[    2.618601] Freeing unused kernel memory: 592k freed
[    2.623496] systemd-udevd[131]: starting version 196
[    2.647721] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=21e6
[    2.647725] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.647727] usb 1-1.4: Product: BCM20702A0
[    2.647729] usb 1-1.4: Manufacturer: Broadcom Corp
[    2.647730] usb 1-1.4: SerialNumber: C01885DD179D
[    2.665415] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b3/0xb40000/0xa0000, board id: 71, fw id: 920262
[    2.665421] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    2.702208] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input15
[    2.702957] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.721215] usb 1-1.6: new high-speed USB device number 4 using ehci_hcd
[    2.746266] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
[    2.747964] systemd[1]: Set hostname to <cupcake>.
[    2.778092] systemd[1]: Starting Login Prompts.
[    2.778103] systemd[1]: Reached target Login Prompts.
[    2.778110] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    2.778138] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.778143] systemd[1]: Starting Remote File Systems.
[    2.778148] systemd[1]: Reached target Remote File Systems.
[    2.778153] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    2.778167] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.778171] systemd[1]: Starting Delayed Shutdown Socket.
[    2.778186] systemd[1]: Listening on Delayed Shutdown Socket.
[    2.778191] systemd[1]: Starting Encrypted Volumes.
[    2.778196] systemd[1]: Reached target Encrypted Volumes.
[    2.778212] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.778218] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    2.778237] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.778270] systemd[1]: Starting udev Kernel Socket.
[    2.778282] systemd[1]: Listening on udev Kernel Socket.
[    2.778306] systemd[1]: Starting udev Control Socket.
[    2.778319] systemd[1]: Listening on udev Control Socket.
[    2.778324] systemd[1]: Starting Swap.
[    2.778329] systemd[1]: Reached target Swap.
[    2.778334] systemd[1]: Expecting device dev-sda3.device...
[    2.778339] systemd[1]: Starting Journal Socket.
[    2.778361] systemd[1]: Listening on Journal Socket.
[    2.778370] systemd[1]: Started File System Check on Root Device.
[    2.778374] systemd[1]: Mounting Temporary Directory...
[    2.781263] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.785182] systemd[1]: Starting udev Kernel Device Manager...
[    2.789920] systemd[1]: Started Set Up Additional Binary Formats.
[    2.789967] systemd[1]: Starting udev Coldplug all Devices...
[    2.790775] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    2.794161] systemd[1]: Mounted Debug File System.
[    2.794181] systemd-udevd[185]: starting version 196
[    2.795789] systemd[1]: Starting Apply Kernel Variables...
[    2.800243] systemd[1]: Mounting Huge Pages File System...
[    2.803211] systemd[1]: Mounting POSIX Message Queue File System...
[    2.805137] systemd[1]: Starting Setup Virtual Console...
[    2.813737] systemd[1]: Started Load Kernel Modules.
[    2.813754] systemd[1]: Mounting Configuration File System...
[    2.814540] usb 1-1.6: New USB device found, idVendor=04f2, idProduct=b2da
[    2.814545] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.814548] usb 1-1.6: Product: Integrated Camera
[    2.814551] usb 1-1.6: Manufacturer: Chicony Electronics Co., Ltd.
[    2.822049] systemd[1]: Mounted FUSE Control File System.
[    2.822068] systemd[1]: Starting Journal Service...
[    2.828072] systemd[1]: Started Journal Service.
[    2.828262] systemd[1]: Started udev Kernel Device Manager.
[    2.828300] systemd[1]: Mounted Temporary Directory.
[    2.829042] systemd[1]: Started Remount Root and Kernel File Systems.
[    2.841955] systemd[1]: Started Apply Kernel Variables.
[    2.842047] systemd[1]: Mounted Huge Pages File System.
[    2.842112] systemd[1]: Mounted POSIX Message Queue File System.
[    2.849947] systemd[1]: Started Setup Virtual Console.
[    2.850052] systemd[1]: Mounted Configuration File System.
[    2.859931] systemd[1]: Started udev Coldplug all Devices.
[    2.859960] systemd[1]: Starting Local File Systems (Pre).
[    2.859967] systemd[1]: Reached target Local File Systems (Pre).
[    2.859997] systemd[1]: Starting Load Random Seed...
[    2.889091] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532
[    2.889189] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    2.889190] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    2.889191] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[    2.889192] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[    2.889193] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P enabled
[    2.889195] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
[    2.889291] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    2.905027] iwlwifi 0000:03:00.0: device EEPROM VER=0x43a, CALIB=0x6
[    2.905030] iwlwifi 0000:03:00.0: Device SKU: 0x1F0
[    2.905031] iwlwifi 0000:03:00.0: Valid Tx ant: 0x7, Valid Rx ant: 0x7
[    2.905075] Registered led device: phy0-led
[    2.905116] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    2.930633] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
[    2.939041] systemd-journald[228]: Received SIGUSR1
[    3.023992] systemd-logind[292]: Watching system buttons on /dev/input/event2 (Power Button)
[    3.024060] systemd-logind[292]: Watching system buttons on /dev/input/event3 (Video Bus)
[    3.024104] systemd-logind[292]: Watching system buttons on /dev/input/event0 (Lid Switch)
[    3.024143] systemd-logind[292]: Watching system buttons on /dev/input/event1 (Sleep Button)
[    3.024183] systemd-logind[292]: Watching system buttons on /dev/input/event6 (ThinkPad Extra Buttons)
[    3.366079] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[    3.466792] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[    3.466991] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    3.469599] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    3.477197] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[    3.832020] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    3.838860] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[    4.065844] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    4.119077] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=600
[    4.122145] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=600
[    7.602917] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    7.808118] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
[    7.816071] uvcvideo: Unable to create debugfs directory
[    7.816105] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b2da)
[    7.818153] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input17
[    7.818217] usbcore: registered new interface driver uvcvideo
[    7.818218] USB Video Class driver (1.1.1)
[   10.426760] wlan0: authenticate with 00:1c:10:36:48:42
[   10.506163] wlan0: send auth to 00:1c:10:36:48:42 (try 1/3)
[   10.509157] wlan0: authenticated
[   10.509266] iwlwifi 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   10.509268] iwlwifi 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   10.509507] wlan0: associate with 00:1c:10:36:48:42 (try 1/3)
[   10.512053] wlan0: RX AssocResp from 00:1c:10:36:48:42 (capab=0x431 status=0 aid=2)
[   10.517296] wlan0: associated
[   10.517329] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   16.048391] hda-intel: Unstable LPIB (131056 >= 8192); disabling LPIB delay counting
[   18.205859] wlan0: deauthenticating from 00:1c:10:36:48:42 by local choice (reason=3)
[   18.213586] cfg80211: Calling CRDA to update world regulatory domain
[   18.594887] PM: Syncing filesystems ... done.
[   18.717284] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   18.818037] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   18.818220] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.665553] Freezing user space processes ... (elapsed 0.15 seconds) done.
[   18.818977] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[   18.830008] Suspending console(s) (use no_console_suspend to debug)
[   18.958939] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   18.961089] sd 0:0:0:0: [sda] Stopping disk
[   19.175714] ACPI handle has no context!
[   19.346028] e1000e 0000:00:19.0: wake-up capability enabled by ACPI
[   19.452722] i915 0000:00:02.0: power state changed by ACPI to D3hot
[   19.452789] PM: suspend of devices complete after 623.866 msecs
[   19.452904] PM: late suspend of devices complete after 0.114 msecs
[   19.463801] ehci_hcd 0000:00:1d.0: wake-up capability enabled by ACPI
[   19.474647] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D3hot
[   19.474720] ehci_hcd 0000:00:1a.0: wake-up capability enabled by ACPI
[   19.485624] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D3hot
[   19.496671] xhci_hcd 0000:00:14.0: wake-up capability enabled by ACPI
[   19.507582] xhci_hcd 0000:00:14.0: power state changed by ACPI to D3hot
[   19.507648] PM: noirq suspend of devices complete after 54.845 msecs
[   19.507820] ACPI: Preparing to enter system sleep state S3
[   19.550535] PM: Saving platform NVS memory
[   19.552762] Disabling non-boot CPUs ...
[   19.553933] smpboot: CPU 1 is now offline
[   19.555496] smpboot: CPU 2 is now offline
[   19.556843] smpboot: CPU 3 is now offline
[   19.557059] Extended CMOS year: 2000
[   19.558475] ACPI: Low-level resume complete
[   19.558527] PM: Restoring platform NVS memory
[   19.559007] Extended CMOS year: 2000
[   19.559060] Enabling non-boot CPUs ...
[   19.560187] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   19.581463] CPU1 is up
[   19.581505] smpboot: Booting Node 0 Processor 2 APIC 0x2
[   19.602424] CPU2 is up
[   19.602466] smpboot: Booting Node 0 Processor 3 APIC 0x3
[   19.623386] CPU3 is up
[   19.626307] ACPI: Waking up from system sleep state S3
[   19.671276] ACPI: \_SB_.PCI0.LPC_.EC__.BAT1 - docking
[   19.678243] ACPI: Unable to dock!
[   19.708229] i915 0000:00:02.0: power state changed by ACPI to D0
[   19.719166] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
[   19.730181] xhci_hcd 0000:00:14.0: wake-up capability disabled by ACPI
[   19.763108] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[   19.774091] ehci_hcd 0000:00:1a.0: wake-up capability disabled by ACPI
[   19.785199] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[   19.796050] ehci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI
[   19.829089] sdhci-pci 0000:04:00.0: MMC controller base frequency changed to 50Mhz.
[   19.829134] PM: noirq resume of devices complete after 121.187 msecs
[   19.829186] PM: early resume of devices complete after 0.032 msecs
[   19.829206] i915 0000:00:02.0: setting latency timer to 64
[   19.829211] xhci_hcd 0000:00:14.0: setting latency timer to 64
[   19.829255] mei 0000:00:16.0: irq 41 for MSI/MSI-X
[   19.829265] e1000e 0000:00:19.0: wake-up capability disabled by ACPI
[   19.829293] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[   19.829359] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[   19.829432] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[   19.829455] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
[   19.829467] ahci 0000:00:1f.2: setting latency timer to 64
[   19.860397] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[   19.871955] tpm_tis 00:0a: TPM is disabled/deactivated (0x6)
[   20.064766] usb 1-1.4: reset full-speed USB device number 3 using ehci_hcd
[   20.147408] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   20.148406] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   20.149386] ata5: SATA link down (SStatus 0 SControl 300)
[   20.150789] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[   20.151261] btusb 1-1.4:1.0: no reset_resume for driver btusb?
[   20.151262] btusb 1-1.4:1.1: no reset_resume for driver btusb?
[   20.153005] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[   20.153010] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   20.162912] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[   20.165270] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[   20.165273] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   20.168412] ata2.00: configured for UDMA/100
[   20.222446] usb 1-1.6: reset high-speed USB device number 4 using ehci_hcd
[   20.454821] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[   20.454826] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[   20.454829] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   20.465320] ata1.00: failed to get Identify Device Data, Emask 0x1
[   20.474786] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[   20.474791] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[   20.474794] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   20.485280] ata1.00: failed to get Identify Device Data, Emask 0x1
[   20.485286] ata1.00: configured for UDMA/133
[   20.485361] sd 0:0:0:0: [sda] Starting disk
[   20.485877] Extended CMOS year: 2000
[   20.486551] PM: resume of devices complete after 658.599 msecs
[   20.489823] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[   20.486835] Restarting tasks ... done.
[   20.492842] video LNXVIDEO:00: Restoring backlight state
[   20.496712] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[   20.774953] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   23.873324] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x30170503
[   24.564068] hda-intel: spurious response 0x2:0x0, last cmd=0x1f0500
[   24.564913] hda-intel: spurious response 0x2:0x0, last cmd=0x1f0500
[   24.565723] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.566522] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.567288] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.568016] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.568730] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.569433] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.570132] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.570819] hda-intel: spurious response 0x233:0x0, last cmd=0x1f0500
[   24.571500] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.572189] hda-intel: spurious response 0x40:0x3, last cmd=0x30170503
[   24.572871] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.573544] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.574208] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.574861] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.575498] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.576120] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.576732] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.577333] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.577924] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.578505] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.579076] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.579636] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.580180] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.580710] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.581226] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.581731] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.582234] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.582726] hda-intel: spurious response 0x0:0x3, last cmd=0x30170503
[   24.583208] hda-intel: spurious response 0x233:0x3, last cmd=0x30170503
[   24.583744] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.584262] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.584764] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.585256] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.585724] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.586186] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.586642] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.587098] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.587544] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.587978] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.588404] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.588817] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.589219] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.589605] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.589976] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.590336] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.590687] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.591034] hda-intel: spurious response 0x400:0x0, last cmd=0x1f0500
[   24.591470] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.591916] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.592433] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.592839] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.593316] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.593742] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.594129] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.594494] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.594812] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.595178] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.595545] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.595908] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.596272] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.596635] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.596997] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.597356] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.597658] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.597994] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.598276] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.598599] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.598918] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.599237] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.599510] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.599816] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.600126] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.600435] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.600706] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.601011] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.601275] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.601587] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.601888] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.602191] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.602496] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.602802] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.603107] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.603421] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.603734] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.604034] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.604283] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.604571] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.604850] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.605125] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.605374] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.605648] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.605893] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.606168] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.606444] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.606688] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.606936] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.607211] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.607458] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.607707] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.607983] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.608226] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.608474] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.608732] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.608982] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.609234] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.609486] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.609741] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.609992] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.610241] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.610489] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.610736] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.610984] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.611212] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.611459] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.611705] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.611950] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.612196] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.612446] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.612694] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.612940] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.613184] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.613427] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.613672] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.613918] hda-intel: spurious response 0x20:0x0, last cmd=0x1f0500
[   24.614174] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.614442] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.614709] hda-intel: spurious response 0x20:0x0, last cmd=0x1f0500
[   24.614953] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.615219] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.615518] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.615810] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.616104] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.616365] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.616666] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.616959] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.617218] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.617520] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.617810] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.618098] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.618387] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.618675] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.618965] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.619254] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.619543] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.619829] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.620117] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.620369] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.620668] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.620954] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.621243] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.621534] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.621826] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.622116] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.622405] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.622657] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.622954] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.623256] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.623548] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.623838] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.624129] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.624383] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.624672] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.624964] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.625254] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.625544] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.625832] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.626122] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.626411] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.626698] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.626985] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.627274] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.627565] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.627852] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.628140] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.628429] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.628720] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.629010] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.629300] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.629585] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.629860] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.630125] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.630388] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.630638] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.630879] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.631120] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.631360] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.631598] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.631836] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.632084] hda-intel: spurious response 0x200:0x3, last cmd=0x301f0500
[   24.632346] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.632610] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.632868] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.633131] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.633395] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.633626] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.633889] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.634118] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.634395] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.634661] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.634924] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.635189] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.635451] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.635718] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.635979] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.636211] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.636487] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.636749] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.637012] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.637276] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.637541] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.637807] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.638071] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.638334] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.638598] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.638860] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.639121] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.639385] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.639624] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.639886] hda-intel: spurious response 0x0:0x3, last cmd=0x301f0500
[   24.640148] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.640417] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.640687] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.640925] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.641194] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.641463] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.641732] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.641998] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.642276] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.642556] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.642791] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.643067] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.643333] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.643598] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.643865] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.644131] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.644400] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.644668] hda-intel: spurious response 0x2:0x0, last cmd=0x1f0500
[   24.644938] hda-intel: spurious response 0x2:0x0, last cmd=0x1f0500
[   24.645207] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.645448] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.645720] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.645993] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.646265] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.646508] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.646739] hda-intel: spurious response 0x0:0x0, last cmd=0x1f0500
[   24.646993] hda-intel: spurious response 0x233:0x0, last cmd=0x1f0500
[   27.080396] wlan0: authenticate with 00:1c:10:36:48:42
[   27.116417] wlan0: send auth to 00:1c:10:36:48:42 (try 1/3)
[   27.119268] wlan0: authenticated
[   27.119441] iwlwifi 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   27.119444] iwlwifi 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   27.120249] wlan0: associate with 00:1c:10:36:48:42 (try 1/3)
[   27.122692] wlan0: RX AssocResp from 00:1c:10:36:48:42 (capab=0x431 status=0 aid=2)
[   27.129501] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   27.129584] wlan0: associated
[   30.910102] hda-intel: No response from codec, disabling MSI: last cmd=0x01270700
[   31.910275] hda_intel: azx_get_response timeout, switching to single_cmd mode: last cmd=0x01270700
[   57.257937] wlan0: deauthenticating from 00:1c:10:36:48:42 by local choice (reason=3)
[   57.263990] cfg80211: Calling CRDA to update world regulatory domain
[   57.642475] PM: Syncing filesystems ... done.
[   57.766608] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   57.867535] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   57.867729] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   57.657098] Freezing user space processes ... (elapsed 0.21 seconds) done.
[   57.876511] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[   57.887533] Suspending console(s) (use no_console_suspend to debug)
[   58.035739] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   58.039645] sd 0:0:0:0: [sda] Stopping disk
[   58.258226] ACPI handle has no context!
[   58.428490] e1000e 0000:00:19.0: wake-up capability enabled by ACPI
[   58.549176] i915 0000:00:02.0: power state changed by ACPI to D3hot
[   58.549234] PM: suspend of devices complete after 643.965 msecs
[   58.549348] PM: late suspend of devices complete after 0.113 msecs
[   58.560246] ehci_hcd 0000:00:1d.0: wake-up capability enabled by ACPI
[   58.571089] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D3hot
[   58.571316] ehci_hcd 0000:00:1a.0: wake-up capability enabled by ACPI
[   58.582066] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D3hot
[   58.593114] xhci_hcd 0000:00:14.0: wake-up capability enabled by ACPI
[   58.604024] xhci_hcd 0000:00:14.0: power state changed by ACPI to D3hot
[   58.604090] PM: noirq suspend of devices complete after 54.844 msecs
[   58.604262] ACPI: Preparing to enter system sleep state S3
[   58.646978] PM: Saving platform NVS memory
[   58.649126] Disabling non-boot CPUs ...
[   58.650317] smpboot: CPU 1 is now offline
[   58.651654] smpboot: CPU 2 is now offline
[   58.653017] smpboot: CPU 3 is now offline
[   58.653187] Extended CMOS year: 2000
[   58.654620] ACPI: Low-level resume complete
[   58.654670] PM: Restoring platform NVS memory
[   58.655152] Extended CMOS year: 2000
[   58.655202] Enabling non-boot CPUs ...
[   58.656332] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   58.677924] CPU1 is up
[   58.677964] smpboot: Booting Node 0 Processor 2 APIC 0x2
[   58.698882] CPU2 is up
[   58.698925] smpboot: Booting Node 0 Processor 3 APIC 0x3
[   58.719847] CPU3 is up
[   58.722734] ACPI: Waking up from system sleep state S3
[   58.802693] i915 0000:00:02.0: power state changed by ACPI to D0
[   58.813629] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
[   58.824644] xhci_hcd 0000:00:14.0: wake-up capability disabled by ACPI
[   58.857570] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[   58.868554] ehci_hcd 0000:00:1a.0: wake-up capability disabled by ACPI
[   58.879666] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[   58.890513] ehci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI
[   58.923539] sdhci-pci 0000:04:00.0: MMC controller base frequency changed to 50Mhz.
[   58.923584] PM: noirq resume of devices complete after 121.172 msecs
[   58.923634] PM: early resume of devices complete after 0.032 msecs
[   58.923661] i915 0000:00:02.0: setting latency timer to 64
[   58.923664] xhci_hcd 0000:00:14.0: setting latency timer to 64
[   58.923704] mei 0000:00:16.0: irq 41 for MSI/MSI-X
[   58.923719] e1000e 0000:00:19.0: wake-up capability disabled by ACPI
[   58.923754] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[   58.923807] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[   58.923812] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   58.923832] ahci 0000:00:1f.2: setting latency timer to 64
[   58.954567] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[   58.966415] tpm_tis 00:0a: TPM is disabled/deactivated (0x6)
[   59.155212] usb 1-1.4: reset full-speed USB device number 3 using ehci_hcd
[   59.240826] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   59.240858] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   59.242014] btusb 1-1.4:1.0: no reset_resume for driver btusb?
[   59.242017] btusb 1-1.4:1.1: no reset_resume for driver btusb?
[   59.242828] ata5: SATA link down (SStatus 0 SControl 300)
[   59.244226] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[   59.246588] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[   59.246600] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   59.256559] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[   59.258808] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[   59.258811] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   59.261859] ata2.00: configured for UDMA/100
[   59.312901] usb 1-1.6: reset high-speed USB device number 4 using ehci_hcd
[   59.475562] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[   59.475567] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[   59.475570] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   59.486060] ata1.00: failed to get Identify Device Data, Emask 0x1
[   59.495525] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[   59.495529] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[   59.495532] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   59.506020] ata1.00: failed to get Identify Device Data, Emask 0x1
[   59.506027] ata1.00: configured for UDMA/133
[   59.506120] sd 0:0:0:0: [sda] Starting disk
[   59.507079] Extended CMOS year: 2000
[   59.507826] PM: resume of devices complete after 585.288 msecs
[   59.510537] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[   59.508095] Restarting tasks ... done.
[   59.512747] video LNXVIDEO:00: Restoring backlight state
[   59.517374] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[   59.792595] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   60.884773] PM: Syncing filesystems ... done.
[   61.008280] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   61.108411] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   61.108595] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   60.905802] Freezing user space processes ... (elapsed 0.20 seconds) done.
[   61.114397] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[   61.125418] Suspending console(s) (use no_console_suspend to debug)
[   62.933318] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   62.935001] sd 0:0:0:0: [sda] Stopping disk
[   63.148086] ACPI handle has no context!
[   63.318249] e1000e 0000:00:19.0: wake-up capability enabled by ACPI
[   63.435960] i915 0000:00:02.0: power state changed by ACPI to D3hot
[   63.436018] PM: suspend of devices complete after 2314.858 msecs
[   63.436130] PM: late suspend of devices complete after 0.110 msecs
[   63.447034] ehci_hcd 0000:00:1d.0: wake-up capability enabled by ACPI
[   63.457873] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D3hot
[   63.458103] ehci_hcd 0000:00:1a.0: wake-up capability enabled by ACPI
[   63.468851] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D3hot
[   63.479898] xhci_hcd 0000:00:14.0: wake-up capability enabled by ACPI
[   63.490810] xhci_hcd 0000:00:14.0: power state changed by ACPI to D3hot
[   63.490875] PM: noirq suspend of devices complete after 54.846 msecs
[   63.491047] ACPI: Preparing to enter system sleep state S3
[   63.533763] PM: Saving platform NVS memory
[   63.535929] Disabling non-boot CPUs ...
[   63.537123] smpboot: CPU 1 is now offline
[   63.538459] smpboot: CPU 2 is now offline
[   63.539813] smpboot: CPU 3 is now offline
[   63.539952] Extended CMOS year: 2000
[   63.541383] ACPI: Low-level resume complete
[   63.541434] PM: Restoring platform NVS memory
[   63.541921] Extended CMOS year: 2000
[   63.541971] Enabling non-boot CPUs ...
[   63.543102] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   63.564714] CPU1 is up
[   63.564754] smpboot: Booting Node 0 Processor 2 APIC 0x2
[   63.585673] CPU2 is up
[   63.585715] smpboot: Booting Node 0 Processor 3 APIC 0x3
[   63.606649] CPU3 is up
[   63.609508] ACPI: Waking up from system sleep state S3
[   63.688495] i915 0000:00:02.0: power state changed by ACPI to D0
[   63.699421] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
[   63.710437] xhci_hcd 0000:00:14.0: wake-up capability disabled by ACPI
[   63.743365] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[   63.754347] ehci_hcd 0000:00:1a.0: wake-up capability disabled by ACPI
[   63.765459] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[   63.776306] ehci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI
[   63.809406] sdhci-pci 0000:04:00.0: MMC controller base frequency changed to 50Mhz.
[   63.809451] PM: noirq resume of devices complete after 121.219 msecs
[   63.809502] PM: early resume of devices complete after 0.032 msecs
[   63.809519] i915 0000:00:02.0: setting latency timer to 64
[   63.809529] xhci_hcd 0000:00:14.0: setting latency timer to 64
[   63.809552] e1000e 0000:00:19.0: wake-up capability disabled by ACPI
[   63.809569] mei 0000:00:16.0: irq 41 for MSI/MSI-X
[   63.809588] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[   63.809634] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   63.809660] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[   63.809677] ahci 0000:00:1f.2: setting latency timer to 64
[   63.842006] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[   64.040928] usb 1-1.4: reset full-speed USB device number 3 using ehci_hcd
[   64.115674] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   64.115708] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   64.127901] btusb 1-1.4:1.0: no reset_resume for driver btusb?
[   64.127904] btusb 1-1.4:1.1: no reset_resume for driver btusb?
[   64.198613] usb 1-1.6: reset high-speed USB device number 4 using ehci_hcd
[   64.314013] ata5: SATA link down (SStatus 0 SControl 300)
[   64.314217] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[   64.316465] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[   64.316467] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   64.326391] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[   64.328636] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[   64.328639] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   64.331800] ata2.00: configured for UDMA/100
[   64.348275] tpm_tis 00:0a: TPM is disabled/deactivated (0x6)
[   64.356350] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[   64.356352] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[   64.356353] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   64.366873] ata1.00: failed to get Identify Device Data, Emask 0x1
[   64.376348] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[   64.376353] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[   64.376356] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   64.386817] ata1.00: failed to get Identify Device Data, Emask 0x1
[   64.386823] ata1.00: configured for UDMA/133
[   64.386906] sd 0:0:0:0: [sda] Starting disk
[   64.388138] PM: resume of devices complete after 579.721 msecs
[   64.390225] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[   64.388471] Restarting tasks ... done.
[   64.390854] video LNXVIDEO:00: Restoring backlight state
[   64.397111] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[   64.678428] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   71.049966] wlan0: authenticate with 00:1c:10:36:48:42
[   71.082431] wlan0: send auth to 00:1c:10:36:48:42 (try 1/3)
[   71.084247] wlan0: authenticated
[   71.084370] iwlwifi 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   71.084372] iwlwifi 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   71.084529] wlan0: associate with 00:1c:10:36:48:42 (try 1/3)
[   71.087129] wlan0: RX AssocResp from 00:1c:10:36:48:42 (capab=0x431 status=0 aid=2)
[   71.095600] wlan0: associated
[   71.095633] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

1. Bootup
2. Sound works
3. Suspend with systemd suspend + Resume
4. Sound doesn't work, see this statements:

[   24.564913] hda-intel: spurious response 0x2:0x0, last cmd=0x1f0500

5. Suspend with systemd suspend + Resume
6 Works again


Conclusion: I think this is a audio related issue! Also everything else works fast, smooth and stable.

Last edited by hoschi (2012-12-30 15:04:57)

Offline

#6 2012-12-30 15:15:33

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 457

Re: Choppy video/audio playback after two suspend/resume cycles?

2q8rrqr.jpg
https://bugs.launchpad.net/ubuntu/+sour … ug/1088957

At least. I looks like ;-)

// Ooooops. Following link is about "AMD" not "Intel" :-/
See also: http://comments.gmane.org/gmane.linux.alsa.devel/103004

Last edited by hoschi (2013-01-04 12:33:54)

Offline

#7 2013-01-05 12:51:35

bjesus
Member
Registered: 2007-04-06
Posts: 49

Re: Choppy video/audio playback after two suspend/resume cycles?

Same problem here, with 3.7.1 and gnome-shell. Re-suspending (pm-suspend / systemctl suspend) doesn't seem to help :-/

Offline

#8 2013-01-05 12:57:23

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: Choppy video/audio playback after two suspend/resume cycles?

Can you reproduce this under xfce4 without the gnome clutter?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#9 2013-01-06 17:48:24

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 457

Re: Choppy video/audio playback after two suspend/resume cycles?

Offline

#10 2013-01-07 02:23:44

bassu
Member
Registered: 2011-12-21
Posts: 90

Re: Choppy video/audio playback after two suspend/resume cycles?

hoschi wrote:

1. Bootup
2. Sound works
3. Suspend with systemd suspend + Resume
4. Sound doesn't work, see this statements:

[   24.564913] hda-intel: spurious response 0x2:0x0, last cmd=0x1f0500

5. Suspend with systemd suspend + Resume
6 Works again
Conclusion: I think this is a audio related issue! Also everything else works fast, smooth and stable.

I can confirm that this is an upstream problem (likely from the Alsa backend) because I encountered the similar problem in a different kernel fork, Linux-ck that I reported here at https://bbs.archlinux.org/viewtopic.php … 5#p1209445
So I downgraded as the post says.


The greatest threat to knowledge is not ignorance - it is the illusion of knowledge!

Offline

#11 2013-02-16 10:31:58

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: Choppy video/audio playback after two suspend/resume cycles?

Here it happens the same...
6 year old laptop with a centrino duo cpu.
Using KDE: When I boot up and play videos or audio, it just works fine.
If I close the lid of the laptop, it enters suspend mode and after the first resu,e, every video or audio playback gets choppy....
Specially if i'm playing audio on chromium and then start browsing pages on the same time....

You say it's a reported bug?
I hope it gets fixed: I have been suffering it for more than 1 year I think....

Offline

Board footer

Powered by FluxBB