[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Mouse becomes unusable after system wakes from sleep



NB: At the end of this post I include the output of the following commands:

    # dmesg
    # cat /etc/rc.local
    # lspci -nn
    # lspci -v
    # dpkg -l | grep "$(uname -r)"
    # cat /proc/interrupts

================================================================================

My new computer (Dell Precision T1700) works fine until the system
goes to sleep for the first time after booting.  After waking, the
cursor on the screen lags so much behind the physical motion of the
mouse that the latter is basically unusable.  This mouse malfunction
persists until the system is rebooted.

The only new log messages I see when I bring the system back from its
first post-boot sleep is this (both in /var/log/kern.log and
/var/log/syslog, and part of it also in /var/log/messages):

    Apr 22 09:21:00 capitan kernel: [   67.832836] irq 16: nobody cared (try booting with the "irqpoll" option)
    Apr 22 09:21:00 capitan kernel: [   67.832848] Pid: 0, comm: swapper/0 Not tainted 3.2.0-4-amd64 #1 Debian 3.2.65-1+deb7u2
    Apr 22 09:21:00 capitan kernel: [   67.832853] Call Trace:
    Apr 22 09:21:00 capitan kernel: [   67.832856]  <IRQ>  [<ffffffff81092ddd>] ? __report_bad_irq+0x2c/0xb5
    Apr 22 09:21:00 capitan kernel: [   67.832878]  [<ffffffff810931e2>] ? note_interrupt+0x1b8/0x23a
    Apr 22 09:21:00 capitan kernel: [   67.832886]  [<ffffffff81091554>] ? handle_irq_event_percpu+0x15f/0x17d
    Apr 22 09:21:00 capitan kernel: [   67.832893]  [<ffffffff810915a6>] ? handle_irq_event+0x34/0x52
    Apr 22 09:21:00 capitan kernel: [   67.832903]  [<ffffffff8106c305>] ? arch_local_irq_save+0x11/0x17
    Apr 22 09:21:00 capitan kernel: [   67.832911]  [<ffffffff81093959>] ? handle_fasteoi_irq+0x7c/0xaf
    Apr 22 09:21:00 capitan kernel: [   67.832921]  [<ffffffff8100fa51>] ? handle_irq+0x1d/0x21
    Apr 22 09:21:00 capitan kernel: [   67.832929]  [<ffffffff8100f62a>] ? do_IRQ+0x42/0x98
    Apr 22 09:21:00 capitan kernel: [   67.832939]  [<ffffffff813511ae>] ? common_interrupt+0x6e/0x6e
    Apr 22 09:21:00 capitan kernel: [   67.832943]  <EOI>  [<ffffffff81024404>] ? lapic_next_event+0xe/0x13
    Apr 22 09:21:00 capitan kernel: [   67.832977]  [<ffffffffa01dc35b>] ? arch_local_irq_enable+0x7/0x8 [processor]
    Apr 22 09:21:00 capitan kernel: [   67.832991]  [<ffffffffa01dd0b3>] ? acpi_idle_enter_c1+0x8d/0xb3 [processor]
    Apr 22 09:21:00 capitan kernel: [   67.833002]  [<ffffffff8127180d>] ? cpuidle_idle_call+0xec/0x179
    Apr 22 09:21:00 capitan kernel: [   67.833010]  [<ffffffff8100d242>] ? cpu_idle+0xa5/0xf2
    Apr 22 09:21:00 capitan kernel: [   67.833020]  [<ffffffff816aab3b>] ? start_kernel+0x3bd/0x3c8
    Apr 22 09:21:00 capitan kernel: [   67.833029]  [<ffffffff816aa140>] ? early_idt_handlers+0x140/0x140
    Apr 22 09:21:00 capitan kernel: [   67.833037]  [<ffffffff816aa3c4>] ? x86_64_start_kernel+0x104/0x111
    Apr 22 09:21:00 capitan kernel: [   67.833041] handlers:
    Apr 22 09:21:00 capitan kernel: [   67.833059] [<ffffffffa00a9216>] usb_hcd_irq
    Apr 22 09:21:00 capitan kernel: [   67.833067] [<ffffffffa0295cbd>] azx_interrupt
    Apr 22 09:21:00 capitan kernel: [   67.833072] Disabling IRQ #16


I figure that it is the disabling of IRQ #16 (last line) that is
responsible for the subsequent malfunctioning of the mouse.

The driver associated with this interrupt is

    # grep '^ 16:' /proc/interrupts
     16:       1211          0          0          0  IR-IO-APIC-fasteoi   ehci_hcd:usb1

(When I first looked into this problem, the IRQ 16 line was actually
like this:

    # grep '^ 16:' /proc/interrupts
     16:       1210          0          0          0  IR-IO-APIC-fasteoi   ehci_hcd:usb1, snd_hda_intel

Since snd_hda_intel was being loaded twice at boot time (e.g. it
showed up also in the line for IRQ 45), I tried to fix the problem
with the mouse by disabling this instance of snd_hda_intel.  For
details, see the content of my /etc/rc.local file further below.  As
it turned out, even though snd_hda_intel no longer appears in the IRQ
16 line, the unhandled IRQ 16 error keeps happening, and the problem
with the mouse persists.)


================================================================================
A few more observations, for what they're worth:

1. I don't see this problem at all if I reboot the machine into
   Windows 7 (mouse works the same before and after sleep).

2. the mouse does not seem to be the source of the problem, because the
   both the unhandled interrupt and the subsequent problems with the
   mouse occur even if I:

     1. disconnect the mouse;
     2. reboot the machine (into Debian);
     3. put the system to sleep (with `sleep 0.1; xset dpms force off` );
     4. wake the system;
     5. connect the mouse

3. the problem also occurs if, instead of putting the system to sleep
   (as described in step (2.3) above), I simply turn off the monitor.


================================================================================






I'm looking for some work arounds to avoid having to reboot the system
after every time that the system goes to sleep (other than disabling
sleep/power-saving altogether).






================================================================================
Below are the outputs of the following commands:

    # dmesg
    # cat /etc/rc.local
    # lspci -nn
    # lspci -v
    # dpkg -l | grep "$(uname -r)"
    # cat /proc/interrupts

Before running these commands, I ran

    # aptitude update
    # aptitude upgrade

and rebooted the system.  I ran the commands right after the reboot.

================================================================================
    # dmesg
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.65-1+deb7u2
    [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=ecf847b1-3b6a-423d-8596-f055ed5317e9 ro initrd=/install/gtk/initrd.gz quiet
    [    0.000000] BIOS-provided physical RAM map:
    [    0.000000]  BIOS-e820: 0000000000000000 - 0000000000091800 (usable)
    [    0.000000]  BIOS-e820: 0000000000091800 - 00000000000a0000 (reserved)
    [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [    0.000000]  BIOS-e820: 0000000000100000 - 00000000d2292000 (usable)
    [    0.000000]  BIOS-e820: 00000000d2292000 - 00000000d2299000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 00000000d2299000 - 00000000d26cb000 (usable)
    [    0.000000]  BIOS-e820: 00000000d26cb000 - 00000000d2b5c000 (reserved)
    [    0.000000]  BIOS-e820: 00000000d2b5c000 - 00000000d7edb000 (usable)
    [    0.000000]  BIOS-e820: 00000000d7edb000 - 00000000d8000000 (reserved)
    [    0.000000]  BIOS-e820: 00000000d8000000 - 00000000d8760000 (usable)
    [    0.000000]  BIOS-e820: 00000000d8760000 - 00000000d8800000 (reserved)
    [    0.000000]  BIOS-e820: 00000000d8800000 - 00000000d8fae000 (usable)
    [    0.000000]  BIOS-e820: 00000000d8fae000 - 00000000d9000000 (ACPI data)
    [    0.000000]  BIOS-e820: 00000000d9000000 - 00000000da71d000 (usable)
    [    0.000000]  BIOS-e820: 00000000da71d000 - 00000000da800000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 00000000da800000 - 00000000dbb06000 (usable)
    [    0.000000]  BIOS-e820: 00000000dbb06000 - 00000000dc000000 (reserved)
    [    0.000000]  BIOS-e820: 00000000dd000000 - 00000000df200000 (reserved)
    [    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    [    0.000000]  BIOS-e820: 0000000100000000 - 000000081ee00000 (usable)
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] SMBIOS 2.7 present.
    [    0.000000] DMI: Dell Inc. Precision T1700/0TDG4V, BIOS A13 12/19/2014
    [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [    0.000000] No AGP bridge found
    [    0.000000] last_pfn = 0x81ee00 max_arch_pfn = 0x400000000
    [    0.000000] MTRR default type: uncachable
    [    0.000000] MTRR fixed ranges enabled:
    [    0.000000]   00000-9FFFF write-back
    [    0.000000]   A0000-BFFFF uncachable
    [    0.000000]   C0000-DBFFF write-protect
    [    0.000000]   DC000-E7FFF uncachable
    [    0.000000]   E8000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 0000000000 mask 7800000000 write-back
    [    0.000000]   1 base 0800000000 mask 7FE0000000 write-back
    [    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
    [    0.000000]   3 base 00DE000000 mask 7FFE000000 uncachable
    [    0.000000]   4 base 00DD000000 mask 7FFF000000 uncachable
    [    0.000000]   5 base 081F000000 mask 7FFF000000 uncachable
    [    0.000000]   6 base 081EE00000 mask 7FFFE00000 uncachable
    [    0.000000]   7 disabled
    [    0.000000]   8 disabled
    [    0.000000]   9 disabled
    [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [    0.000000] e820 update range: 00000000dd000000 - 0000000100000000 (usable) ==> (reserved)
    [    0.000000] last_pfn = 0xdbb06 max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [ffff8800000fd930] fd930
    [    0.000000] initial memory mapped : 0 - 20000000
    [    0.000000] Base memory trampoline at [ffff88000008c000] 8c000 size 20480
    [    0.000000] Using GB pages for direct mapping
    [    0.000000] init_memory_mapping: 0000000000000000-00000000dbb06000
    [    0.000000]  0000000000 - 00c0000000 page 1G
    [    0.000000]  00c0000000 - 00dba00000 page 2M
    [    0.000000]  00dba00000 - 00dbb06000 page 4k
    [    0.000000] kernel direct mapping tables up to dbb06000 @ 1fffd000-20000000
    [    0.000000] init_memory_mapping: 0000000100000000-000000081ee00000
    [    0.000000]  0100000000 - 0800000000 page 1G
    [    0.000000]  0800000000 - 081ee00000 page 2M
    [    0.000000] kernel direct mapping tables up to 81ee00000 @ dbb04000-dbb06000
    [    0.000000] RAMDISK: 36bee000 - 375ef000
    [    0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 DELL  )
    [    0.000000] ACPI: XSDT 00000000d8fed0a0 000BC (v01 DELL    CBX3    01072009 AMI  00010013)
    [    0.000000] ACPI: FACP 00000000d8ff8d20 0010C (v05 DELL    CBX3    01072009 AMI  00010013)
    [    0.000000] ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating length 268 to 244 (20110623/tbfadt-288)
    [    0.000000] ACPI: DSDT 00000000d8fed1e8 0BB35 (v02 DELL    CBX3    00000014 INTL 20091112)
    [    0.000000] ACPI: FACS 00000000da7fe080 00040
    [    0.000000] ACPI: APIC 00000000d8ff8e30 00072 (v03 DELL    CBX3    01072009 AMI  00010013)
    [    0.000000] ACPI: FPDT 00000000d8ff8ea8 00044 (v01 DELL    CBX3    01072009 AMI  00010013)
    [    0.000000] ACPI: SLIC 00000000d8ff8ef0 00176 (v03 DELL    CBX3    01072009 MSFT 00010013)
    [    0.000000] ACPI: LPIT 00000000d8ff9068 0005C (v01 DELL    CBX3    00000000 AMI. 00000005)
    [    0.000000] ACPI: SSDT 00000000d8ff90c8 00539 (v01  PmRef  Cpu0Ist 00003000 INTL 20120711)
    [    0.000000] ACPI: SSDT 00000000d8ff9608 00AD8 (v01  PmRef    CpuPm 00003000 INTL 20120711)
    [    0.000000] ACPI: SSDT 00000000d8ffa0e0 001C7 (v01  PmRef LakeTiny 00003000 INTL 20120711)
    [    0.000000] ACPI: HPET 00000000d8ffa2a8 00038 (v01 DELL    CBX3    01072009 AMI. 00000005)
    [    0.000000] ACPI: SSDT 00000000d8ffa2e0 0036D (v01 SataRe SataTabl 00001000 INTL 20120711)
    [    0.000000] ACPI: MCFG 00000000d8ffa650 0003C (v01 DELL    CBX3    01072009 MSFT 00000097)
    [    0.000000] ACPI: SSDT 00000000d8ffa690 034D6 (v01 SaSsdt  SaSsdt  00003000 INTL 20091112)
    [    0.000000] ACPI: ASF! 00000000d8ffdb68 000A5 (v32 INTEL       HCG 00000001 TFSM 000F4240)
    [    0.000000] ACPI: MSDM 00000000d8ffdc10 00055 (v03 DELL    CBX3    06222004 AMI  00010013)
    [    0.000000] ACPI: DMAR 00000000d8ffdc68 000B8 (v01 INTEL      HSW  00000001 INTL 00000001)
    [    0.000000] ACPI: EINJ 00000000d8ffdd20 00130 (v01    AMI AMI EINJ 00000000      00000000)
    [    0.000000] ACPI: ERST 00000000d8ffde50 00230 (v01  AMIER AMI ERST 00000000      00000000)
    [    0.000000] ACPI: HEST 00000000d8ffe080 000A8 (v01    AMI AMI HEST 00000000      00000000)
    [    0.000000] ACPI: BERT 00000000d8ffe128 00030 (v01    AMI AMI BERT 00000000      00000000)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] No NUMA configuration found
    [    0.000000] Faking a node at 0000000000000000-000000081ee00000
    [    0.000000] Initmem setup node 0 0000000000000000-000000081ee00000
    [    0.000000]   NODE_DATA [000000081edfb000 - 000000081edfffff]
    [    0.000000]  [ffffea0000000000-ffffea001c7fffff] PMD -> [ffff8807fe400000-ffff88081a5fffff] on node 0
    [    0.000000] Zone PFN ranges:
    [    0.000000]   DMA      0x00000010 -> 0x00001000
    [    0.000000]   DMA32    0x00001000 -> 0x00100000
    [    0.000000]   Normal   0x00100000 -> 0x0081ee00
    [    0.000000] Movable zone start PFN for each node
    [    0.000000] early_node_map[9] active PFN ranges
    [    0.000000]     0: 0x00000010 -> 0x00000091
    [    0.000000]     0: 0x00000100 -> 0x000d2292
    [    0.000000]     0: 0x000d2299 -> 0x000d26cb
    [    0.000000]     0: 0x000d2b5c -> 0x000d7edb
    [    0.000000]     0: 0x000d8000 -> 0x000d8760
    [    0.000000]     0: 0x000d8800 -> 0x000d8fae
    [    0.000000]     0: 0x000d9000 -> 0x000da71d
    [    0.000000]     0: 0x000da800 -> 0x000dbb06
    [    0.000000]     0: 0x00100000 -> 0x0081ee00
    [    0.000000] On node 0 totalpages: 8364277
    [    0.000000]   DMA zone: 56 pages used for memmap
    [    0.000000]   DMA zone: 5 pages reserved
    [    0.000000]   DMA zone: 3908 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 14280 pages used for memmap
    [    0.000000]   DMA32 zone: 879532 pages, LIFO batch:31
    [    0.000000]   Normal zone: 102081 pages used for memmap
    [    0.000000]   Normal zone: 7364415 pages, LIFO batch:31
    [    0.000000] ACPI: PM-Timer IO Port: 0x1808
    [    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[0x02] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ2 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
    [    0.000000] nr_irqs_gsi: 40
    [    0.000000] PM: Registered nosave memory: 0000000000091000 - 0000000000092000
    [    0.000000] PM: Registered nosave memory: 0000000000092000 - 00000000000a0000
    [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [    0.000000] PM: Registered nosave memory: 00000000d2292000 - 00000000d2299000
    [    0.000000] PM: Registered nosave memory: 00000000d26cb000 - 00000000d2b5c000
    [    0.000000] PM: Registered nosave memory: 00000000d7edb000 - 00000000d8000000
    [    0.000000] PM: Registered nosave memory: 00000000d8760000 - 00000000d8800000
    [    0.000000] PM: Registered nosave memory: 00000000d8fae000 - 00000000d9000000
    [    0.000000] PM: Registered nosave memory: 00000000da71d000 - 00000000da800000
    [    0.000000] PM: Registered nosave memory: 00000000dbb06000 - 00000000dc000000
    [    0.000000] PM: Registered nosave memory: 00000000dc000000 - 00000000dd000000
    [    0.000000] PM: Registered nosave memory: 00000000dd000000 - 00000000df200000
    [    0.000000] PM: Registered nosave memory: 00000000df200000 - 00000000f8000000
    [    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
    [    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
    [    0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
    [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    [    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    [    0.000000] Allocating PCI resources starting at df200000 (gap: df200000:18e00000)
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
    [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88081ea00000 s78848 r8192 d23552 u524288
    [    0.000000] pcpu-alloc: s78848 r8192 d23552 u524288 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 0 1 2 3
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8247855
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=ecf847b1-3b6a-423d-8596-f055ed5317e9 ro initrd=/install/gtk/initrd.gz quiet
    [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [    0.000000] Checking aperture...
    [    0.000000] No AGP bridge found
    [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [    0.000000] Memory: 32911036k/34060288k available (3434k kernel code, 603180k absent, 546072k reserved, 3305k data, 576k init)
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
    [    0.000000] NR_IRQS:33024 nr_irqs:712 16
    [    0.000000] Extended CMOS year: 2000
    [    0.000000] spurious 8259A interrupt: IRQ7.
    [    0.000000] Console: colour VGA+ 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] hpet clockevent registered
    [    0.000000] Fast TSC calibration using PIT
    [    0.004000] Detected 3491.615 MHz processor.
    [    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6983.23 BogoMIPS (lpj=13966460)
    [    0.000003] pid_max: default: 32768 minimum: 301
    [    0.000026] Security Framework initialized
    [    0.000028] AppArmor: AppArmor disabled by boot time parameter
    [    0.001089] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
    [    0.004774] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [    0.006349] Mount-cache hash table entries: 256
    [    0.006411] Initializing cgroup subsys cpuacct
    [    0.006413] Initializing cgroup subsys memory
    [    0.006420] Initializing cgroup subsys devices
    [    0.006421] Initializing cgroup subsys freezer
    [    0.006422] Initializing cgroup subsys net_cls
    [    0.006424] Initializing cgroup subsys blkio
    [    0.006428] Initializing cgroup subsys perf_event
    [    0.006446] CPU: Physical Processor ID: 0
    [    0.006447] CPU: Processor Core ID: 0
    [    0.006450] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [    0.006450] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [    0.007152] mce: CPU supports 9 MCE banks
    [    0.007161] CPU0: Thermal monitoring enabled (TM1)
    [    0.007169] using mwait in idle threads.
    [    0.007393] ACPI: Core revision 20110623
    [    0.012514] DMAR: Host address width 39
    [    0.012516] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
    [    0.012520] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
    [    0.012522] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
    [    0.012525] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
    [    0.012526] DMAR: RMRR base: 0x000000dbc76000 end: 0x000000dbc83fff
    [    0.012527] DMAR: RMRR base: 0x000000dd000000 end: 0x000000df1fffff
    [    0.012597] IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 1
    [    0.012598] HPET id 0 under DRHD base 0xfed91000
    [    0.012701] Enabled IRQ remapping in x2apic mode
    [    0.012702] Enabling x2apic
    [    0.012703] Enabled x2apic
    [    0.012711] Switched APIC routing to cluster x2apic.
    [    0.013136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.052782] CPU0: Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz stepping 03
    [    0.157102] Performance Events: no PEBS fmt2+, generic architected perfmon, Intel PMU driver.
    [    0.157106] ... version:                3
    [    0.157107] ... bit width:              48
    [    0.157108] ... generic registers:      8
    [    0.157108] ... value mask:             0000ffffffffffff
    [    0.157109] ... max period:             000000007fffffff
    [    0.157110] ... fixed-purpose events:   3
    [    0.157111] ... event mask:             00000007000000ff
    [    0.157184] NMI watchdog enabled, takes one hw-pmu counter.
    [    0.157245] Booting Node   0, Processors  #1
    [    0.157246] smpboot cpu 1: start_ip = 8c000
    [    0.265815] NMI watchdog enabled, takes one hw-pmu counter.
    [    0.265873]  #2
    [    0.265874] smpboot cpu 2: start_ip = 8c000
    [    0.373746] NMI watchdog enabled, takes one hw-pmu counter.
    [    0.373805]  #3 Ok.
    [    0.373806] smpboot cpu 3: start_ip = 8c000
    [    0.481675] NMI watchdog enabled, takes one hw-pmu counter.
    [    0.481693] Brought up 4 CPUs
    [    0.481695] Total of 4 processors activated (27932.95 BogoMIPS).
    [    0.484079] devtmpfs: initialized
    [    0.486190] PM: Registering ACPI NVS region at d2292000 (28672 bytes)
    [    0.486192] PM: Registering ACPI NVS region at da71d000 (929792 bytes)
    [    0.486286] print_constraints: dummy:
    [    0.486319] NET: Registered protocol family 16
    [    0.486372] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [    0.486373] ACPI: bus type pci registered
    [    0.486417] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [    0.486419] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [    0.489554] PCI: Using configuration type 1 for base access
    [    0.489558] dmi type 0xB1 record - unknown flag
    [    0.490196] bio: create slab <bio-0> at 0
    [    0.490245] ACPI: Added _OSI(Module Device)
    [    0.490246] ACPI: Added _OSI(Processor Device)
    [    0.490247] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.490248] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.491302] ACPI: EC: Look up EC in DSDT
    [    0.492451] ACPI: Executed 1 blocks of module-level executable AML code
    [    0.494306] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [    0.494522] \_SB_:_OSC invalid UUID
    [    0.494522] _OSC request data:1 17
    [    0.504870] ACPI: SSDT 00000000dbff4c18 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20120711)
    [    0.505148] ACPI: Dynamic OEM Table Load:
    [    0.505149] ACPI: SSDT           (null) 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20120711)
    [    0.516939] ACPI: SSDT 00000000dbff4618 005AA (v01  PmRef    ApIst 00003000 INTL 20120711)
    [    0.517271] ACPI: Dynamic OEM Table Load:
    [    0.517273] ACPI: SSDT           (null) 005AA (v01  PmRef    ApIst 00003000 INTL 20120711)
    [    0.528831] ACPI: SSDT 00000000dbff3d98 00119 (v01  PmRef    ApCst 00003000 INTL 20120711)
    [    0.529105] ACPI: Dynamic OEM Table Load:
    [    0.529106] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20120711)
    [    0.541122] ACPI: Interpreter enabled
    [    0.541124] ACPI: (supports S0 S3 S4 S5)
    [    0.541144] ACPI: Using IOAPIC for interrupt routing
    [    0.615422] ACPI: No dock devices found.
    [    0.615439] HEST: Table parsing has been initialized.
    [    0.615442] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.615634] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [    0.615927] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
    [    0.615929] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
    [    0.615930] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [    0.615931] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [    0.615932] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [    0.615933] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [    0.615934] pci_root PNP0A08:00: host bridge window [mem 0xdf200000-0xfeafffff]
    [    0.615942] pci 0000:00:00.0: [8086:0c00] type 0 class 0x000600
    [    0.615975] pci 0000:00:02.0: [8086:0412] type 0 class 0x000300
    [    0.615982] pci 0000:00:02.0: reg 10: [mem 0xf7800000-0xf7bfffff 64bit]
    [    0.615986] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [    0.615989] pci 0000:00:02.0: reg 20: [io  0xf000-0xf03f]
    [    0.616008] pci 0000:00:03.0: [8086:0c0c] type 0 class 0x000403
    [    0.616013] pci 0000:00:03.0: reg 10: [mem 0xf7c34000-0xf7c37fff 64bit]
    [    0.616063] pci 0000:00:14.0: [8086:8c31] type 0 class 0x000c03
    [    0.616079] pci 0000:00:14.0: reg 10: [mem 0xf7c20000-0xf7c2ffff 64bit]
    [    0.616129] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [    0.616146] pci 0000:00:16.0: [8086:8c3a] type 0 class 0x000780
    [    0.616162] pci 0000:00:16.0: reg 10: [mem 0xf7c40000-0xf7c4000f 64bit]
    [    0.616216] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [    0.616240] pci 0000:00:19.0: [8086:153a] type 0 class 0x000200
    [    0.616254] pci 0000:00:19.0: reg 10: [mem 0xf7c00000-0xf7c1ffff]
    [    0.616261] pci 0000:00:19.0: reg 14: [mem 0xf7c3d000-0xf7c3dfff]
    [    0.616268] pci 0000:00:19.0: reg 18: [io  0xf080-0xf09f]
    [    0.616318] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [    0.616339] pci 0000:00:1a.0: [8086:8c2d] type 0 class 0x000c03
    [    0.616356] pci 0000:00:1a.0: reg 10: [mem 0xf7c3c000-0xf7c3c3ff]
    [    0.616432] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [    0.616454] pci 0000:00:1b.0: [8086:8c20] type 0 class 0x000403
    [    0.616466] pci 0000:00:1b.0: reg 10: [mem 0xf7c30000-0xf7c33fff 64bit]
    [    0.616519] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [    0.616537] pci 0000:00:1c.0: [8086:8c10] type 1 class 0x000604
    [    0.616590] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [    0.616612] pci 0000:00:1c.4: [8086:8c18] type 1 class 0x000604
    [    0.616676] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [    0.616702] pci 0000:00:1d.0: [8086:8c26] type 0 class 0x000c03
    [    0.616719] pci 0000:00:1d.0: reg 10: [mem 0xf7c3b000-0xf7c3b3ff]
    [    0.616794] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [    0.616815] pci 0000:00:1f.0: [8086:8c56] type 0 class 0x000601
    [    0.616919] pci 0000:00:1f.2: [8086:2822] type 0 class 0x000104
    [    0.616932] pci 0000:00:1f.2: reg 10: [io  0xf0d0-0xf0d7]
    [    0.616938] pci 0000:00:1f.2: reg 14: [io  0xf0c0-0xf0c3]
    [    0.616944] pci 0000:00:1f.2: reg 18: [io  0xf0b0-0xf0b7]
    [    0.616950] pci 0000:00:1f.2: reg 1c: [io  0xf0a0-0xf0a3]
    [    0.616956] pci 0000:00:1f.2: reg 20: [io  0xf060-0xf07f]
    [    0.616962] pci 0000:00:1f.2: reg 24: [mem 0xf7c3a000-0xf7c3a7ff]
    [    0.616993] pci 0000:00:1f.2: PME# supported from D3hot
    [    0.617006] pci 0000:00:1f.3: [8086:8c22] type 0 class 0x000c05
    [    0.617017] pci 0000:00:1f.3: reg 10: [mem 0xf7c39000-0xf7c390ff 64bit]
    [    0.617034] pci 0000:00:1f.3: reg 20: [io  0xf040-0xf05f]
    [    0.617085] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [    0.617126] pci 0000:00:1c.4: PCI bridge to [bus 02-02]
    [    0.617141] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.617210] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [    0.617231] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    [    0.617313]  pci0000:00: Requesting ACPI _OSC control (0x1d)
    [    0.617431]  pci0000:00: ACPI _OSC control (0x18) granted
    [    0.620599] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [    0.620636] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    0.620675] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [    0.620704] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [    0.620738] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
    [    0.620772] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    0.620807] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    [    0.620837] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    [    0.620890] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.620893] vgaarb: loaded
    [    0.620894] vgaarb: bridge control possible 0000:00:02.0
    [    0.620913] PCI: Using ACPI for IRQ routing
    [    0.622133] PCI: pci_cache_line_size set to 64 bytes
    [    0.622175] reserve RAM buffer: 0000000000091800 - 000000000009ffff
    [    0.622177] reserve RAM buffer: 00000000d2292000 - 00000000d3ffffff
    [    0.622178] reserve RAM buffer: 00000000d26cb000 - 00000000d3ffffff
    [    0.622179] reserve RAM buffer: 00000000d7edb000 - 00000000d7ffffff
    [    0.622180] reserve RAM buffer: 00000000d8760000 - 00000000dbffffff
    [    0.622181] reserve RAM buffer: 00000000d8fae000 - 00000000dbffffff
    [    0.622182] reserve RAM buffer: 00000000da71d000 - 00000000dbffffff
    [    0.622183] reserve RAM buffer: 00000000dbb06000 - 00000000dbffffff
    [    0.622184] reserve RAM buffer: 000000081ee00000 - 000000081fffffff
    [    0.622246] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [    0.622249] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [    0.624261] Switching to clocksource hpet
    [    0.625316] pnp: PnP ACPI init
    [    0.625322] ACPI: bus type pnp registered
    [    0.625475] pnp 00:00: [bus 00-3e]
    [    0.625476] pnp 00:00: [io  0x0000-0x0cf7 window]
    [    0.625477] pnp 00:00: [io  0x0cf8-0x0cff]
    [    0.625478] pnp 00:00: [io  0x0d00-0xffff window]
    [    0.625479] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [    0.625480] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [    0.625481] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [    0.625482] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [    0.625483] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [    0.625484] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [    0.625485] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [    0.625486] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [    0.625487] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [    0.625488] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [    0.625489] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [    0.625489] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [    0.625490] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [    0.625491] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [    0.625493] pnp 00:00: [mem 0xdf200000-0xfeafffff window]
    [    0.625520] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [    0.625532] pnp 00:01: [mem 0xfed40000-0xfed44fff]
    [    0.625550] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    [    0.625552] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [    0.625558] pnp 00:02: [io  0x0000-0x001f]
    [    0.625558] pnp 00:02: [io  0x0081-0x0091]
    [    0.625559] pnp 00:02: [io  0x0093-0x009f]
    [    0.625560] pnp 00:02: [io  0x00c0-0x00df]
    [    0.625561] pnp 00:02: [dma 4]
    [    0.625572] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [    0.625576] pnp 00:03: [mem 0xff000000-0xffffffff]
    [    0.625586] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
    [    0.625659] pnp 00:04: [mem 0xfed00000-0xfed003ff]
    [    0.625671] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [    0.625690] pnp 00:05: [io  0x00f0]
    [    0.625701] pnp 00:05: [irq 13]
    [    0.625712] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [    0.625758] pnp 00:06: [io  0x002e-0x002f]
    [    0.625759] pnp 00:06: [io  0x004e-0x004f]
    [    0.625760] pnp 00:06: [io  0x0061]
    [    0.625761] pnp 00:06: [io  0x0063]
    [    0.625762] pnp 00:06: [io  0x0065]
    [    0.625762] pnp 00:06: [io  0x0067]
    [    0.625763] pnp 00:06: [io  0x0070]
    [    0.625764] pnp 00:06: [io  0x0080]
    [    0.625765] pnp 00:06: [io  0x0092]
    [    0.625765] pnp 00:06: [io  0x00b2-0x00b3]
    [    0.625766] pnp 00:06: [io  0x0680-0x069f]
    [    0.625767] pnp 00:06: [io  0xffff]
    [    0.625768] pnp 00:06: [io  0xffff]
    [    0.625769] pnp 00:06: [io  0xffff]
    [    0.625769] pnp 00:06: [io  0x1c00-0x1cfe]
    [    0.625770] pnp 00:06: [io  0x1d00-0x1dfe]
    [    0.625771] pnp 00:06: [io  0x1e00-0x1efe]
    [    0.625772] pnp 00:06: [io  0x1f00-0x1ffe]
    [    0.625773] pnp 00:06: [io  0x1800-0x18fe]
    [    0.625774] pnp 00:06: [io  0x164e-0x164f]
    [    0.625794] system 00:06: [io  0x0680-0x069f] has been reserved
    [    0.625795] system 00:06: [io  0xffff] has been reserved
    [    0.625796] system 00:06: [io  0xffff] has been reserved
    [    0.625798] system 00:06: [io  0xffff] has been reserved
    [    0.625799] system 00:06: [io  0x1c00-0x1cfe] has been reserved
    [    0.625800] system 00:06: [io  0x1d00-0x1dfe] has been reserved
    [    0.625801] system 00:06: [io  0x1e00-0x1efe] has been reserved
    [    0.625802] system 00:06: [io  0x1f00-0x1ffe] has been reserved
    [    0.625803] system 00:06: [io  0x1800-0x18fe] has been reserved
    [    0.625805] system 00:06: [io  0x164e-0x164f] has been reserved
    [    0.625806] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.625810] pnp 00:07: [io  0x0070-0x0077]
    [    0.625815] pnp 00:07: [irq 8]
    [    0.625826] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.625841] pnp 00:08: [io  0x1854-0x1857]
    [    0.625858] system 00:08: [io  0x1854-0x1857] has been reserved
    [    0.625860] system 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [    0.625903] pnp 00:09: [io  0x0000-0xffffffffffffffff disabled]
    [    0.625904] pnp 00:09: [io  0x0a00-0x0a0f]
    [    0.625905] pnp 00:09: [io  0x0a40-0x0a3f disabled]
    [    0.625922] system 00:09: [io  0x0a00-0x0a0f] has been reserved
    [    0.625924] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.625934] pnp 00:0a: [io  0x0010-0x001f]
    [    0.625935] pnp 00:0a: [io  0x0022-0x003f]
    [    0.625936] pnp 00:0a: [io  0x0044-0x005f]
    [    0.625937] pnp 00:0a: [io  0x0062-0x0063]
    [    0.625938] pnp 00:0a: [io  0x0065-0x006f]
    [    0.625939] pnp 00:0a: [io  0x0072-0x007f]
    [    0.625940] pnp 00:0a: [io  0x0080]
    [    0.625940] pnp 00:0a: [io  0x0084-0x0086]
    [    0.625941] pnp 00:0a: [io  0x0088]
    [    0.625942] pnp 00:0a: [io  0x008c-0x008e]
    [    0.625943] pnp 00:0a: [io  0x0090-0x009f]
    [    0.625943] pnp 00:0a: [io  0x00a2-0x00bf]
    [    0.625944] pnp 00:0a: [io  0x00e0-0x00ef]
    [    0.625945] pnp 00:0a: [io  0x04d0-0x04d1]
    [    0.625963] system 00:0a: [io  0x04d0-0x04d1] has been reserved
    [    0.625964] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.626447] pnp 00:0b: [io  0x03f8-0x03ff]
    [    0.626457] pnp 00:0b: [irq 4]
    [    0.626458] pnp 00:0b: [dma 0 disabled]
    [    0.626486] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
    [    0.626798] pnp 00:0c: [mem 0xfed1c000-0xfed1ffff]
    [    0.626799] pnp 00:0c: [mem 0xfed10000-0xfed17fff]
    [    0.626800] pnp 00:0c: [mem 0xfed18000-0xfed18fff]
    [    0.626801] pnp 00:0c: [mem 0xfed19000-0xfed19fff]
    [    0.626802] pnp 00:0c: [mem 0xf8000000-0xfbffffff]
    [    0.626802] pnp 00:0c: [mem 0xfed20000-0xfed3ffff]
    [    0.626803] pnp 00:0c: [mem 0xfed90000-0xfed93fff]
    [    0.626804] pnp 00:0c: [mem 0xfed45000-0xfed8ffff]
    [    0.626805] pnp 00:0c: [mem 0xff000000-0xffffffff]
    [    0.626806] pnp 00:0c: [mem 0xfee00000-0xfeefffff]
    [    0.626807] pnp 00:0c: [mem 0xf7fee000-0xf7feefff]
    [    0.626808] pnp 00:0c: [mem 0xf7fd0000-0xf7fdffff]
    [    0.626836] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [    0.626837] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
    [    0.626838] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
    [    0.626840] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
    [    0.626841] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
    [    0.626842] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
    [    0.626843] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
    [    0.626845] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
    [    0.626846] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
    [    0.626847] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
    [    0.626848] system 00:0c: [mem 0xf7fee000-0xf7feefff] has been reserved
    [    0.626850] system 00:0c: [mem 0xf7fd0000-0xf7fdffff] has been reserved
    [    0.626851] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.626998] pnp: PnP ACPI: found 13 devices
    [    0.626999] ACPI: ACPI bus type pnp unregistered
    [    0.633057] PCI: max bus depth: 1 pci_try_num: 2
    [    0.633073] pci 0000:00:1c.4: BAR 14: assigned [mem 0xdf200000-0xdf3fffff]
    [    0.633075] pci 0000:00:1c.4: BAR 15: assigned [mem 0xdf400000-0xdf5fffff 64bit pref]
    [    0.633077] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
    [    0.633078] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [    0.633091] pci 0000:00:1c.4: PCI bridge to [bus 02-02]
    [    0.633094] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
    [    0.633098] pci 0000:00:1c.4:   bridge window [mem 0xdf200000-0xdf3fffff]
    [    0.633101] pci 0000:00:1c.4:   bridge window [mem 0xdf400000-0xdf5fffff 64bit pref]
    [    0.633116] pci 0000:00:1c.0: setting latency timer to 64
    [    0.633124] pci 0000:00:1c.4: setting latency timer to 64
    [    0.633127] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
    [    0.633128] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
    [    0.633129] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [    0.633130] pci_bus 0000:00: resource 7 [mem 0x000dc000-0x000dffff]
    [    0.633131] pci_bus 0000:00: resource 8 [mem 0x000e0000-0x000e3fff]
    [    0.633132] pci_bus 0000:00: resource 9 [mem 0x000e4000-0x000e7fff]
    [    0.633133] pci_bus 0000:00: resource 10 [mem 0xdf200000-0xfeafffff]
    [    0.633134] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
    [    0.633135] pci_bus 0000:02: resource 1 [mem 0xdf200000-0xdf3fffff]
    [    0.633136] pci_bus 0000:02: resource 2 [mem 0xdf400000-0xdf5fffff 64bit pref]
    [    0.633186] NET: Registered protocol family 2
    [    0.634499] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.635038] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [    0.635831] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.635925] TCP: Hash tables configured (established 524288 bind 65536)
    [    0.635927] TCP reno registered
    [    0.635947] UDP hash table entries: 16384 (order: 7, 524288 bytes)
    [    0.636014] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
    [    0.636127] NET: Registered protocol family 1
    [    0.636133] pci 0000:00:02.0: Boot video device
    [    0.636416] pci 0000:00:14.0: power state changed by ACPI to D0
    [    0.636429] pci 0000:00:14.0: power state changed by ACPI to D0
    [    0.672246] PCI: CLS 64 bytes, default 64
    [    0.672271] Unpacking initramfs...
    [    0.793720] Freeing initrd memory: 10244k freed
    [    0.794309] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    0.794311] Placing 64MB software IO TLB between ffff8800d3edb000 - ffff8800d7edb000
    [    0.794312] software IO TLB at phys 0xd3edb000 - 0xd7edb000
    [    0.794664] audit: initializing netlink socket (disabled)
    [    0.794672] type=2000 audit(1429698313.636:1): initialized
    [    0.803560] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [    0.805443] VFS: Disk quotas dquot_6.5.2
    [    0.805466] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.805512] msgmni has been set to 32768
    [    0.805621] alg: No test for stdrng (krng)
    [    0.805640] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [    0.805642] io scheduler noop registered
    [    0.805642] io scheduler deadline registered
    [    0.805656] io scheduler cfq registered (default)
    [    0.805774] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    0.805785] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    0.805785] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [    0.805939] acpiphp: Slot [1] registered
    [    0.805978] acpiphp: Slot [1-1] registered
    [    0.806044] intel_idle: does not run on family 6 model 60
    [    0.806080] ERST: Error Record Serialization Table (ERST) support is initialized.
    [    0.806138] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
    [    0.806178] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.826741] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    1.008699] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    1.008932] Linux agpgart interface v0.103
    [    1.008996] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [    1.011748] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    1.011751] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    1.011830] mousedev: PS/2 mouse device common for all mice
    [    1.011862] rtc_cmos 00:07: RTC can wake from S4
    [    1.011953] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [    1.011980] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [    1.011985] cpuidle: using governor ladder
    [    1.011986] cpuidle: using governor menu
    [    1.012080] TCP cubic registered
    [    1.012127] NET: Registered protocol family 10
    [    1.012358] Mobile IPv6
    [    1.012359] NET: Registered protocol family 17
    [    1.012361] Registering the dns_resolver key type
    [    1.012445] PM: Hibernation image not present or could not be loaded.
    [    1.012450] registered taskstats version 1
    [    1.013513] rtc_cmos 00:07: setting system clock to 2015-04-22 10:25:14 UTC (1429698314)
    [    1.013553] Initializing network drop monitor service
    [    1.014121] Freeing unused kernel memory: 576k freed
    [    1.014154] Write protecting the kernel read-only data: 6144k
    [    1.015382] Freeing unused kernel memory: 644k freed
    [    1.016694] Freeing unused kernel memory: 688k freed
    [    1.022437] udevd[57]: starting version 175
    [    1.036642] SCSI subsystem initialized
    [    1.039670] usbcore: registered new interface driver usbfs
    [    1.039684] usbcore: registered new interface driver hub
    [    1.041639] libata version 3.00 loaded.
    [    1.041983] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    [    1.041984] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
    [    1.042031] e1000e 0000:00:19.0: setting latency timer to 64
    [    1.042075] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [    1.042104] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [    1.043047] usbcore: registered new device driver usb
    [    1.043236] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.045573] ACPI: Invalid active0 threshold
    [    1.045620] thermal LNXTHERM:00: registered as thermal_zone0
    [    1.045621] ACPI: Thermal Zone [TZ00] (28 C)
    [    1.045702] thermal LNXTHERM:01: registered as thermal_zone1
    [    1.045703] ACPI: Thermal Zone [TZ01] (30 C)
    [    1.210859] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 98:90:96:99:75:8a
    [    1.210861] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
    [    1.210915] e1000e 0000:00:19.0: eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
    [    1.210926] ahci 0000:00:1f.2: version 3.0
    [    1.210987] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [    1.211031] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl RAID mode
    [    1.211034] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [    1.211042] ahci 0000:00:1f.2: setting latency timer to 64
    [    1.224022] scsi0 : ahci
    [    1.224084] scsi1 : ahci
    [    1.224122] scsi2 : ahci
    [    1.224157] scsi3 : ahci
    [    1.224191] scsi4 : ahci
    [    1.224225] scsi5 : ahci
    [    1.224471] ata1: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a100 irq 43
    [    1.224473] ata2: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a180 irq 43
    [    1.224476] ata3: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a200 irq 43
    [    1.224477] ata4: DUMMY
    [    1.224477] ata5: DUMMY
    [    1.224478] ata6: DUMMY
    [    1.224510] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [    1.224514] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [    1.224527] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [    1.224550] ehci_hcd 0000:00:1a.0: debug port 2
    [    1.228424] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [    1.228433] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7c3c000
    [    1.243751] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [    1.243763] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.243764] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.243765] usb usb1: Product: EHCI Host Controller
    [    1.243766] usb usb1: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
    [    1.243767] usb usb1: SerialNumber: 0000:00:1a.0
    [    1.243842] hub 1-0:1.0: USB hub found
    [    1.243844] hub 1-0:1.0: 2 ports detected
    [    1.243894] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [    1.243896] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [    1.243899] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    1.243915] ehci_hcd 0000:00:1d.0: debug port 2
    [    1.247787] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [    1.247795] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7c3b000
    [    1.259738] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [    1.259746] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.259747] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.259748] usb usb2: Product: EHCI Host Controller
    [    1.259749] usb usb2: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
    [    1.259750] usb usb2: SerialNumber: 0000:00:1d.0
    [    1.259802] hub 2-0:1.0: USB hub found
    [    1.259804] hub 2-0:1.0: 2 ports detected
    [    1.259850] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
    [    1.259858] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
    [    1.259875] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [    1.259878] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    1.259883] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [    1.259965] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [    1.260000] xhci_hcd 0000:00:14.0: irq 44 for MSI/MSI-X
    [    1.260038] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.260039] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.260040] usb usb3: Product: xHCI Host Controller
    [    1.260041] usb usb3: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
    [    1.260042] usb usb3: SerialNumber: 0000:00:14.0
    [    1.260097] xHCI xhci_add_endpoint called for root hub
    [    1.260098] xHCI xhci_check_bandwidth called for root hub
    [    1.260116] hub 3-0:1.0: USB hub found
    [    1.260131] hub 3-0:1.0: 15 ports detected
    [    1.260192] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    1.260195] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [    1.260213] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [    1.260214] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.260215] usb usb4: Product: xHCI Host Controller
    [    1.260216] usb usb4: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
    [    1.260217] usb usb4: SerialNumber: 0000:00:14.0
    [    1.260260] xHCI xhci_add_endpoint called for root hub
    [    1.260261] xHCI xhci_check_bandwidth called for root hub
    [    1.260274] hub 4-0:1.0: USB hub found
    [    1.260285] hub 4-0:1.0: 6 ports detected
    [    1.543505] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    1.543521] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [    1.543535] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [    1.544518] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [    1.544521] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [    1.544522] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [    1.544659] ata3.00: ATA-9: MKNSSDRE1TB, N1007C, max UDMA/133
    [    1.544660] ata3.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [    1.544910] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [    1.544911] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [    1.544913] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [    1.545049] ata3.00: configured for UDMA/133
    [    1.547724] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [    1.547725] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [    1.547727] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [    1.549611] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GTA0N, A1B0, max UDMA/100
    [    1.553051] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [    1.553053] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [    1.553055] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [    1.553399] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [    1.553400] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [    1.553402] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [    1.555297] ata2.00: configured for UDMA/100
    [    1.555467] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [    1.579290] ata1.00: ATA-8: ST500LM021-1KJ152, 0002SDM1, max UDMA/133
    [    1.579291] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    1.601207] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [    1.601209] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [    1.601210] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [    1.627450] ata1.00: configured for UDMA/133
    [    1.627522] scsi 0:0:0:0: Direct-Access     ATA      ST500LM021-1KJ15 0002 PQ: 0 ANSI: 5
    [    1.629296] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GTA0N    A1B0 PQ: 0 ANSI: 5
    [    1.629398] scsi 2:0:0:0: Direct-Access     ATA      MKNSSDRE1TB      N100 PQ: 0 ANSI: 5
    [    1.631558] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [    1.631560] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [    1.631589] sd 0:0:0:0: [sda] Write Protect is off
    [    1.631591] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    1.631593] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [    1.631602] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.631614] sd 2:0:0:0: [sdb] Write Protect is off
    [    1.631615] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [    1.631622] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.632009]  sdb: sdb1 sdb2 < sdb5 >
    [    1.632228] sd 2:0:0:0: [sdb] Attached SCSI disk
    [    1.648189] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    1.648245] scsi 1:0:0:0: Attached scsi generic sg1 type 5
    [    1.648268] sd 2:0:0:0: Attached scsi generic sg2 type 0
    [    1.658311]  sda: sda1 sda2 sda3
    [    1.658518] sd 0:0:0:0: [sda] Attached SCSI disk
    [    1.661034] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [    1.661035] cdrom: Uniform CD-ROM driver Revision: 3.20
    [    1.661104] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [    1.687721] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
    [    1.687723] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.687865] hub 1-1:1.0: USB hub found
    [    1.687969] hub 1-1:1.0: 6 ports detected
    [    1.791288] Refined TSC clocksource calibration: 3491.912 MHz.
    [    1.791291] Switching to clocksource tsc
    [    1.799270] usb 2-1: new high-speed USB device number 2 using ehci_hcd
    [    1.931514] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
    [    1.931516] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.931658] hub 2-1:1.0: USB hub found
    [    1.931765] hub 2-1:1.0: 8 ports detected
    [    2.043085] usb 4-6: new SuperSpeed USB device number 2 using xhci_hcd
    [    2.059263] usb 4-6: New USB device found, idVendor=0451, idProduct=8046
    [    2.059264] usb 4-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    2.059520] hub 4-6:1.0: USB hub found
    [    2.059541] hub 4-6:1.0: 3 ports detected
    [    2.131103] usb 1-1.3: new high-speed USB device number 3 using ehci_hcd
    [    2.225158] usb 1-1.3: New USB device found, idVendor=0930, idProduct=6544
    [    2.225160] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    2.225161] usb 1-1.3: Product: DataTraveler 2.0
    [    2.225162] usb 1-1.3: Manufacturer: Kingston
    [    2.225163] usb 1-1.3: SerialNumber: C86000BDBA11CE806A2A80EF
    [    2.226240] Initializing USB Mass Storage driver...
    [    2.226281] scsi6 : usb-storage 1-1.3:1.0
    [    2.226318] usbcore: registered new interface driver usb-storage
    [    2.226318] USB Mass Storage support registered.
    [    2.294964] usb 1-1.4: new low-speed USB device number 4 using ehci_hcd
    [    2.391889] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c404
    [    2.391890] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.391891] usb 1-1.4: Product: Trackball
    [    2.391892] usb 1-1.4: Manufacturer: Logitech
    [    2.396969] input: Logitech Trackball as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input0
    [    2.397004] generic-usb 0003:046D:C404.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Trackball] on usb-0000:00:1a.0-1.4/input0
    [    2.397012] usbcore: registered new interface driver usbhid
    [    2.397013] usbhid: USB HID core driver
    [    2.462820] usb 2-1.4: new high-speed USB device number 3 using ehci_hcd
    [    2.555485] usb 2-1.4: New USB device found, idVendor=0451, idProduct=8044
    [    2.555487] usb 2-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [    2.555488] usb 2-1.4: SerialNumber: 46000841CE89
    [    2.555638] hub 2-1.4:1.0: USB hub found
    [    2.555736] hub 2-1.4:1.0: 3 ports detected
    [    2.626681] usb 2-1.5: new low-speed USB device number 4 using ehci_hcd
    [    2.726340] usb 2-1.5: New USB device found, idVendor=413c, idProduct=2107
    [    2.726341] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.726343] usb 2-1.5: Product: Dell USB Entry Keyboard
    [    2.726343] usb 2-1.5: Manufacturer: Dell
    [    2.730426] input: Dell Dell USB Entry Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input1
    [    2.730452] generic-usb 0003:413C:2107.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Entry Keyboard] on usb-0000:00:1d.0-1.5/input0
    [    2.746293] PM: Starting manual resume from disk
    [    2.746295] PM: Hibernation image partition 8:21 present
    [    2.746296] PM: Looking for hibernation image.
    [    2.746433] PM: Image not found (code -22)
    [    2.746434] PM: Hibernation image not present or could not be loaded.
    [    2.789104] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    [    2.802637] usb 4-6.3: new SuperSpeed USB device number 3 using xhci_hcd
    [    2.818621] usb 4-6.3: New USB device found, idVendor=0451, idProduct=8046
    [    2.818622] usb 4-6.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    2.818925] hub 4-6.3:1.0: USB hub found
    [    2.818947] hub 4-6.3:1.0: 3 ports detected
    [    2.890456] usb 2-1.4.3: new high-speed USB device number 5 using ehci_hcd
    [    2.962830] udevd[391]: starting version 175
    [    2.983122] usb 2-1.4.3: New USB device found, idVendor=0451, idProduct=8044
    [    2.983124] usb 2-1.4.3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [    2.983125] usb 2-1.4.3: SerialNumber: 83050871CE89
    [    2.983261] hub 2-1.4.3:1.0: USB hub found
    [    2.983370] hub 2-1.4.3:1.0: 3 ports detected
    [    2.991957] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [    2.991962] ACPI: Power Button [PWRB]
    [    2.991986] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [    2.991988] ACPI: Power Button [PWRF]
    [    2.992726] ACPI: Requesting acpi_cpufreq
    [    2.998125] Monitor-Mwait will be used to enter C-1 state
    [    2.998130] Monitor-Mwait will be used to enter C-2 state
    [    2.998137] ACPI: acpi_idle registered with cpuidle
    [    3.005128] wmi: Mapper loaded
    [    3.007481] iTCO_vendor_support: vendor-support=0
    [    3.008231] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [    3.008290] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
    [    3.008686] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [    3.017556] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [    3.019113] ACPI: resource 0000:00:1f.3 [io  0xf040-0xf05f] conflicts with ACPI region SMBI [io 0xf040-0xf04f]
    [    3.019115] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [    3.023117] snd_hda_intel 0000:00:03.0: irq 45 for MSI/MSI-X
    [    3.023128] snd_hda_intel 0000:00:03.0: setting latency timer to 64
    [    3.024839] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [    3.034656] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
    [    3.238303] scsi 6:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
    [    3.240218] sd 6:0:0:0: Attached scsi generic sg3 type 0
    [    3.240879] sd 6:0:0:0: [sdc] 15148608 512-byte logical blocks: (7.75 GB/7.22 GiB)
    [    3.241511] sd 6:0:0:0: [sdc] Write Protect is off
    [    3.241520] sd 6:0:0:0: [sdc] Mode Sense: 45 00 00 00
    [    3.242080] sd 6:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [    3.247814]  sdc: sdc1
    [    3.249922] sd 6:0:0:0: [sdc] Attached SCSI removable disk
    [    3.254178] usb 2-1.4.3.3: new high-speed USB device number 6 using ehci_hcd
    [    3.447325] usb 2-1.4.3.3: New USB device found, idVendor=0bda, idProduct=0307
    [    3.447334] usb 2-1.4.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    3.447340] usb 2-1.4.3.3: Product: USB3.0 Card Reader
    [    3.447344] usb 2-1.4.3.3: Manufacturer: Realtek
    [    3.447348] usb 2-1.4.3.3: SerialNumber: 412180079901
    [    3.453234] scsi7 : usb-storage 2-1.4.3.3:1.0
    [    4.456193] scsi 7:0:0:0: Direct-Access     Generic- SD/MMC/MS/MSPRO  1.00 PQ: 0 ANSI: 4
    [    4.457923] sd 7:0:0:0: Attached scsi generic sg4 type 0
    [    4.465049] sd 7:0:0:0: [sdd] Attached SCSI removable disk
    [    6.055716] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
    [    7.058858] hda-intel: No response from codec, disabling MSI: last cmd=0x000f0000
    [    8.062036] hda-intel: Codec #0 probe error; disabling it...
    [    9.081174] hda_intel: azx_get_response timeout, switching to single_cmd mode: last cmd=0x000f0001
    [    9.086662] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [    9.086720] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
    [    9.140309] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input5
    [    9.546700] Adding 39519228k swap on /dev/sdb5.  Priority:-1 extents:1 across:39519228k SS
    [    9.553733] EXT4-fs (sdb1): re-mounted. Opts: (null)
    [    9.647177] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
    [    9.656772] loop: module loaded
    [   10.202073] fuse init (API version 7.17)
    [   10.810821] RPC: Registered named UNIX socket transport module.
    [   10.810828] RPC: Registered udp transport module.
    [   10.810832] RPC: Registered tcp transport module.
    [   10.810836] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [   10.818882] FS-Cache: Loaded
    [   10.830408] FS-Cache: Netfs 'nfs' registered for caching
    [   10.838285] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [   11.305598] Bluetooth: Core ver 2.16
    [   11.305608] NET: Registered protocol family 31
    [   11.305616] Bluetooth: HCI device and connection manager initialized
    [   11.305617] Bluetooth: HCI socket layer initialized
    [   11.305618] Bluetooth: L2CAP socket layer initialized
    [   11.305621] Bluetooth: SCO socket layer initialized
    [   11.313873] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   11.313875] Bluetooth: BNEP filters: protocol multicast
    [   11.313879] Bluetooth: RFCOMM TTY layer initialized
    [   11.313882] Bluetooth: RFCOMM socket layer initialized
    [   11.313884] Bluetooth: RFCOMM ver 1.11
    [   11.323423] lp: driver loaded but no devices found
    [   11.324783] ppdev: user-space parallel port driver
    [   11.498296] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [   11.599031] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [   11.599717] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   12.214587] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input6


================================================================================
    # cat /etc/rc.local
    #!/bin/sh -e
    #
    # rc.local
    #
    # This script is executed at the end of each multiuser runlevel.
    # Make sure that the script will "exit 0" on success or any other
    # value on error.
    #
    # In order to enable or disable this script just change the execution
    # bits.
    #
    # By default this script does nothing.

    echo 1 > /sys/devices/pci0000:00/0000:00:03.0/remove

    exit 0



================================================================================
    # lspci -nn
    00:00.0 Host bridge [0600]: Intel Corporation Haswell DRAM Controller [8086:0c00] (rev 06)
    00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell Integrated Graphics Controller [8086:0412] (rev 06)
    00:14.0 USB controller [0c03]: Intel Corporation Lynx Point USB xHCI Host Controller [8086:8c31] (rev 04)
    00:16.0 Communication controller [0780]: Intel Corporation Lynx Point MEI Controller #1 [8086:8c3a] (rev 04)
    00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-LM [8086:153a] (rev 04)
    00:1a.0 USB controller [0c03]: Intel Corporation Lynx Point USB Enhanced Host Controller #2 [8086:8c2d] (rev 04)
    00:1b.0 Audio device [0403]: Intel Corporation Lynx Point High Definition Audio Controller [8086:8c20] (rev 04)
    00:1c.0 PCI bridge [0604]: Intel Corporation Lynx Point PCI Express Root Port #1 [8086:8c10] (rev d4)
    00:1c.4 PCI bridge [0604]: Intel Corporation Lynx Point PCI Express Root Port #5 [8086:8c18] (rev d4)
    00:1d.0 USB controller [0c03]: Intel Corporation Lynx Point USB Enhanced Host Controller #1 [8086:8c26] (rev 04)
    00:1f.0 ISA bridge [0601]: Intel Corporation Lynx Point LPC Controller [8086:8c56] (rev 04)
    00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 SATA Controller [RAID mode] [8086:2822] (rev 04)
    00:1f.3 SMBus [0c05]: Intel Corporation Lynx Point SMBus Controller [8086:8c22] (rev 04)


================================================================================
    # lspci -v
    00:00.0 Host bridge: Intel Corporation Haswell DRAM Controller (rev 06)
    Subsystem: Dell Device 05a6
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>

    00:02.0 VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 05a6
    Flags: bus master, fast devsel, latency 0, IRQ 11
    Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
    Memory at e0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at f000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features

    00:14.0 USB controller: Intel Corporation Lynx Point USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
    Subsystem: Dell Device 05a6
    Flags: bus master, medium devsel, latency 0, IRQ 44
    Memory at f7c20000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: [70] Power Management version 2
    Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
    Kernel driver in use: xhci_hcd

    00:16.0 Communication controller: Intel Corporation Lynx Point MEI Controller #1 (rev 04)
    Subsystem: Dell Device 05a6
    Flags: bus master, fast devsel, latency 0, IRQ 11
    Memory at f7c40000 (64-bit, non-prefetchable) [size=16]
    Capabilities: [50] Power Management version 3
    Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+

    00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 04)
    Subsystem: Dell Device 05a6
    Flags: bus master, fast devsel, latency 0, IRQ 42
    Memory at f7c00000 (32-bit, non-prefetchable) [size=128K]
    Memory at f7c3d000 (32-bit, non-prefetchable) [size=4K]
    I/O ports at f080 [size=32]
    Capabilities: [c8] Power Management version 2
    Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [e0] PCI Advanced Features
    Kernel driver in use: e1000e

    00:1a.0 USB controller: Intel Corporation Lynx Point USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
    Subsystem: Dell Device 05a6
    Flags: bus master, medium devsel, latency 0, IRQ 16
    Memory at f7c3c000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci_hcd

    00:1b.0 Audio device: Intel Corporation Lynx Point High Definition Audio Controller (rev 04)
    Subsystem: Dell Device 05a6
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at f7c30000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Kernel driver in use: snd_hda_intel

    00:1c.0 PCI bridge: Intel Corporation Lynx Point PCI Express Root Port #1 (rev d4) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    Capabilities: [40] Express Root Port (Slot-), MSI 00
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Dell Device 05a6
    Capabilities: [a0] Power Management version 3
    Kernel driver in use: pcieport

    00:1c.4 PCI bridge: Intel Corporation Lynx Point PCI Express Root Port #5 (rev d4) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: df200000-df3fffff
    Prefetchable memory behind bridge: 00000000df400000-00000000df5fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Dell Device 05a6
    Capabilities: [a0] Power Management version 3
    Kernel driver in use: pcieport

    00:1d.0 USB controller: Intel Corporation Lynx Point USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
    Subsystem: Dell Device 05a6
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at f7c3b000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci_hcd

    00:1f.0 ISA bridge: Intel Corporation Lynx Point LPC Controller (rev 04)
    Subsystem: Dell Device 05a6
    Flags: bus master, medium devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>

    00:1f.2 RAID bus controller: Intel Corporation 82801 SATA Controller [RAID mode] (rev 04)
    Subsystem: Dell Device 05a6
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 43
    I/O ports at f0d0 [size=8]
    I/O ports at f0c0 [size=4]
    I/O ports at f0b0 [size=8]
    I/O ports at f0a0 [size=4]
    I/O ports at f060 [size=32]
    Memory at f7c3a000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [70] Power Management version 3
    Capabilities: [a8] SATA HBA v1.0
    Kernel driver in use: ahci

    00:1f.3 SMBus: Intel Corporation Lynx Point SMBus Controller (rev 04)
    Subsystem: Dell Device 05a6
    Flags: medium devsel, IRQ 18
    Memory at f7c39000 (64-bit, non-prefetchable) [size=256]
    I/O ports at f040 [size=32]



================================================================================
    # dpkg -l | grep "$(uname -r)"
    ii  linux-headers-3.2.0-4-amd64           3.2.65-1+deb7u2                    amd64        Header files for Linux 3.2.0-4-amd64
    ii  linux-image-3.2.0-4-amd64             3.2.65-1+deb7u2                    amd64        Linux 3.2 for 64-bit PCs


================================================================================
    # cat /proc/interrupts
               CPU0       CPU1       CPU2       CPU3      
      0:         42          0          0          0  IR-IO-APIC-edge      timer
      1:          3          0          0          0  IR-IO-APIC-edge      i8042
      7:          5          0          0          0  IR-IO-APIC-edge   
      8:          1          0          0          0  IR-IO-APIC-edge      rtc0
      9:          0          0          0          0  IR-IO-APIC-fasteoi   acpi
     12:          4          0          0          0  IR-IO-APIC-edge      i8042
     16:       1211          0          0          0  IR-IO-APIC-fasteoi   ehci_hcd:usb1
     23:        232          0          0          0  IR-IO-APIC-fasteoi   ehci_hcd:usb2
     40:          0          0          0          0  DMAR_MSI-edge      dmar0
     41:          0          0          0          0  DMAR_MSI-edge      dmar1
     42:          2          0          0          0  IR-PCI-MSI-edge      eth0
     43:       7801          0          0          0  IR-PCI-MSI-edge      ahci
     44:         60          0          0          0  IR-PCI-MSI-edge      xhci_hcd
     45:        230          0          0          0  IR-PCI-MSI-edge      snd_hda_intel
    NMI:          2          1          1          0   Non-maskable interrupts
    LOC:       1796       1629       1598       1548   Local timer interrupts
    SPU:          0          0          0          0   Spurious interrupts
    PMI:          2          1          1          0   Performance monitoring interrupts
    IWI:          0          0          0          0   IRQ work interrupts
    RES:       2836       4529       3635       3379   Rescheduling interrupts
    CAL:        378        631        651        627   Function call interrupts
    TLB:        646        816        762        780   TLB shootdowns
    TRM:          0          0          0          0   Thermal event interrupts
    THR:          0          0          0          0   Threshold APIC interrupts
    MCE:          0          0          0          0   Machine check exceptions
    MCP:          2          2          2          2   Machine check polls
    ERR:          5
    MIS:          0


Reply to: