Re: No Ethernet and no Wi-Fi after "apt-get dist-upgrade"
Patrice <[email protected]>
| Newsgroups | gmane.linux.debian.user.laptop |
|---|---|
| Message-ID | <[email protected]> |
Hi, >>> yesterday I upgraded my Laptop, an IBM T520 with Jessie installed. >>> It´s now running on 3.16.04. After the reboot the Wi-fi and Ethernet >>> connection were gone, and I can`t connect to anything. I don`t know >>> where to search or look to find out what`s wrong. >>> >>> Do you have any ideas? > I had this exact same problem recently when moving from Jessie to Stretch. > > It was caused by the fact that Stretch uses 'systemd', which automatically > renames both 'eth0' and 'wlan0' at boot time. The new names will depend > on your particular setup, but can be found by typing > > ls /sys/class/net/ > There where only the old interfaces: eth0, wlan0, ect. I really hoped that your way would do it. > What does the command dmesg say ? 12345@12345:~$ dmesg | grep iwl [ 9.310710] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control [ 9.310881] iwlwifi 0000:03:00.0: irq 44 for MSI/MSI-X [ 9.865390] iwlwifi 0000:03:00.0: firmware: direct-loading firmware iwlwifi-6000-4.ucode [ 9.865555] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm [ 9.982863] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled [ 9.982875] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled [ 9.982883] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 9.982897] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74 [ 9.983006] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled [ 10.329162] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 87.126979] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled [ 87.127194] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1 [ 87.348659] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled [ 87.348878] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1 12345@12345:~$ dmesg | grep eth0 [ 0.821247] e1000e 0000:00:19.0 eth0: registered PHC clock [ 0.821256] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:7c:b9:d8 [ 0.821260] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection [ 0.821298] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF [ 16.327195] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready ### full outprint of dmesg #### 12345@12345:~$ dmesg [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.16.0-4-amd64 ([email protected]) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/Debian--Kiste--vg-root ro quiet [ 0.000000] Disabled fast string operations [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d3d9ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d3da0000-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-0x00000000df9fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffd20000-0x00000000ffffffff] 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] SMBIOS 2.6 present. [ 0.000000] DMI: LENOVO 4242A25/4242A25, BIOS 8AET64WW (1.44 ) 07/26/2013 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] AGP: 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-BFFFF uncachable [ 0.000000] C0000-FFFFF write-protect [ 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 = 0xd3da0 max_arch_pfn = 0x400000000 [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 [ 0.000000] reserving inaccessible SNB gfx pages [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x01af6000, 0x01af6fff] PGTABLE [ 0.000000] BRK [0x01af7000, 0x01af7fff] PGTABLE [ 0.000000] BRK [0x01af8000, 0x01af8fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x21e400000-0x21e5fffff] [ 0.000000] [mem 0x21e400000-0x21e5fffff] page 2M [ 0.000000] BRK [0x01af9000, 0x01af9fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21e3fffff] [ 0.000000] [mem 0x21c000000-0x21e3fffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] [ 0.000000] [mem 0x200000000-0x21bffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff] [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x40200000-0xd3d9ffff] [ 0.000000] [mem 0x40200000-0xd3bfffff] page 2M [ 0.000000] [mem 0xd3c00000-0xd3d9ffff] page 4k [ 0.000000] BRK [0x01afa000, 0x01afafff] PGTABLE [ 0.000000] BRK [0x01afb000, 0x01afbfff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M [ 0.000000] RAMDISK: [mem 0x36118000-0x37083fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 LENOVO) [ 0.000000] ACPI: XSDT 0x00000000DAFFE120 0000AC (v01 LENOVO TP-8A 00001440 PTEC 00000002) [ 0.000000] ACPI: FACP 0x00000000DAFE8000 0000F4 (v04 LENOVO TP-8A 00001440 PTL 00000002) [ 0.000000] ACPI: DSDT 0x00000000DAFEB000 00E7FE (v01 LENOVO TP-8A 00001440 INTL 20061109) [ 0.000000] ACPI: FACS 0x00000000DAF2D000 000040 [ 0.000000] ACPI: FACS 0x00000000DAF2D000 000040 [ 0.000000] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 LENOVO TP-8A 00001440 PTEC 00000001) [ 0.000000] ACPI: SSDT 0x00000000DAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109) [ 0.000000] ACPI: SSDT 0x00000000DAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109) [ 0.000000] ACPI: SSDT 0x00000000DAFFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109) [ 0.000000] ACPI: HPET 0x00000000DAFE7000 000038 (v01 LENOVO TP-8A 00001440 PTL 00000002) [ 0.000000] ACPI: APIC 0x00000000DAFE6000 000098 (v01 LENOVO TP-8A 00001440 PTL 00000002) [ 0.000000] ACPI: MCFG 0x00000000DAFE5000 00003C (v01 LENOVO TP-8A 00001440 PTL 00000002) [ 0.000000] ACPI: ECDT 0x00000000DAFE4000 000052 (v01 LENOVO TP-8A 00001440 PTL 00000002) [ 0.000000] ACPI: ASF! 0x00000000DAFEA000 0000A5 (v32 LENOVO TP-8A 00001440 PTL 00000002) [ 0.000000] ACPI: TCPA 0x00000000DAFE3000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001) [ 0.000000] ACPI: SSDT 0x00000000DAFE2000 0009E5 (v01 PmRef Cpu0Ist 00003000 INTL 20061109) [ 0.000000] ACPI: SSDT 0x00000000DAFE1000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109) [ 0.000000] ACPI: DMAR 0x00000000DAFE0000 0000E8 (v01 INTEL SNB 00000001 INTL 00000001) [ 0.000000] ACPI: UEFI 0x00000000DAFDF000 00003E (v01 LENOVO TP-8A 00001440 PTL 00000002) [ 0.000000] ACPI: UEFI 0x00000000DAFDE000 000042 (v01 PTL COMBUF 00000001 PTL 00000001) [ 0.000000] ACPI: UEFI 0x00000000DAFDD000 000292 (v01 LENOVO TP-8A 00001440 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 0x21e5f5000-0x21e5f9fff] [ 0.000000] [ffffea0000000000-ffffea00077fffff] PMD -> [ffff880215e00000-ffff88021cdfffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-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 0x00001000-0x0009cfff] [ 0.000000] node 0: [mem 0x00100000-0x1fffffff] [ 0.000000] node 0: [mem 0x20200000-0x3fffffff] [ 0.000000] node 0: [mem 0x40200000-0xd3d9ffff] [ 0.000000] node 0: [mem 0x100000000-0x21e5fffff] [ 0.000000] On node 0 totalpages: 2039612 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 156 pages reserved [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 11794 pages used for memmap [ 0.000000] DMA32 zone: 862624 pages, LIFO batch:31 [ 0.000000] Normal zone: 16037 pages used for memmap [ 0.000000] Normal zone: 1172992 pages, LIFO batch:31 [ 0.000000] Reserving Intel graphics stolen memory at 0xdba00000-0xdf9fffff [ 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] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xd3da0000-0xdae9efff] [ 0.000000] PM: Registered nosave memory: [mem 0xdae9f000-0xdaf9efff] [ 0.000000] PM: Registered nosave memory: [mem 0xdaf9f000-0xdaffefff] [ 0.000000] PM: Registered nosave memory: [mem 0xdafff000-0xdf9fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd1ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xffd20000-0xffffffff] [ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88021e200000 s80960 r8192 d21440 u262144 [ 0.000000] pcpu-alloc: s80960 r8192 d21440 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: 2011569 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/Debian--Kiste--vg-root ro quiet [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] AGP: Checking aperture... [ 0.000000] AGP: 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: 7948884K/8158448K available (5244K kernel code, 948K rwdata, 1836K rodata, 1208K init, 840K bss, 209564K reserved) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS:33024 nr_irqs:744 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2491.897 MHz processor [ 0.000032] Calibrating delay loop (skipped), value calculated using timer frequency.. 4983.79 BogoMIPS (lpj=9967588) [ 0.000034] pid_max: default: 32768 minimum: 301 [ 0.000042] ACPI: Core revision 20140424 [ 0.011257] ACPI: All ACPI Tables successfully acquired [ 0.011284] Security Framework initialized [ 0.011290] AppArmor: AppArmor disabled by boot time parameter [ 0.011291] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.011766] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.013359] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.014050] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.014060] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.014279] Initializing cgroup subsys memory [ 0.014283] Initializing cgroup subsys devices [ 0.014289] Initializing cgroup subsys freezer [ 0.014291] Initializing cgroup subsys net_cls [ 0.014295] Initializing cgroup subsys blkio [ 0.014299] Initializing cgroup subsys perf_event [ 0.014301] Initializing cgroup subsys net_prio [ 0.014322] Disabled fast string operations [ 0.014324] CPU: Physical Processor ID: 0 [ 0.014325] CPU: Processor Core ID: 0 [ 0.014329] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.014331] mce: CPU supports 7 MCE banks [ 0.014342] CPU0: Thermal monitoring enabled (TM1) [ 0.014348] process: using mwait in idle threads [ 0.014351] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 tlb_flushall_shift: 6 [ 0.014437] Freeing SMP alternatives memory: 20K (ffffffff81a1d000 - ffffffff81a22000) [ 0.016243] ftrace: allocating 21704 entries in 85 pages [ 0.025089] dmar: Host address width 36 [ 0.025092] dmar: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.025098] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a [ 0.025099] dmar: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.025103] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a [ 0.025104] dmar: RMRR base: 0x000000dacd5000 end: 0x000000dacebfff [ 0.025105] dmar: RMRR base: 0x000000db800000 end: 0x000000df9fffff [ 0.025176] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.025176] HPET id 0 under DRHD base 0xfed91000 [ 0.025177] HPET id 0 under DRHD base 0xfed91000 [ 0.025178] HPET id 0 under DRHD base 0xfed91000 [ 0.025179] HPET id 0 under DRHD base 0xfed91000 [ 0.025179] HPET id 0 under DRHD base 0xfed91000 [ 0.025180] HPET id 0 under DRHD base 0xfed91000 [ 0.025181] HPET id 0 under DRHD base 0xfed91000 [ 0.025182] HPET id 0 under DRHD base 0xfed91000 [ 0.025182] Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.025395] Enabled IRQ remapping in x2apic mode [ 0.025396] Enabling x2apic [ 0.025397] Enabled x2apic [ 0.025402] Switched APIC routing to cluster x2apic. [ 0.025851] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.065541] smpboot: CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz (fam: 06, model: 2a, stepping: 07) [ 0.065548] TSC deadline timer enabled [ 0.065571] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver. [ 0.065591] ... version: 3 [ 0.065592] ... bit width: 48 [ 0.065593] ... generic registers: 4 [ 0.065593] ... value mask: 0000ffffffffffff [ 0.065594] ... max period: 00007fffffffffff [ 0.065595] ... fixed-purpose events: 3 [ 0.065596] ... event mask: 000000070000000f [ 0.066976] x86: Booting SMP configuration: [ 0.066978] .... node #0, CPUs: #1 [ 0.077920] Disabled fast string operations [ 0.080119] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.080223] #2 [ 0.091163] Disabled fast string operations [ 0.093371] #3 [ 0.104311] Disabled fast string operations [ 0.106423] x86: Booted up 1 node, 4 CPUs [ 0.106426] smpboot: Total of 4 processors activated (19935.17 BogoMIPS) [ 0.109437] devtmpfs: initialized [ 0.112357] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes) [ 0.112463] futex hash table entries: 2048 (order: 5, 131072 bytes) [ 0.113220] pinctrl core: initialized pinctrl subsystem [ 0.113294] NET: Registered protocol family 16 [ 0.113410] cpuidle: using governor ladder [ 0.113413] cpuidle: using governor menu [ 0.113452] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.113453] ACPI: bus type PCI registered [ 0.113455] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.113716] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.113718] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.113807] PCI: Using configuration type 1 for base access [ 0.126925] ACPI: Added _OSI(Module Device) [ 0.126927] ACPI: Added _OSI(Processor Device) [ 0.126928] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.126929] ACPI: Added _OSI(Processor Aggregator Device) [ 0.128169] ACPI : EC: EC description table is found, configuring boot EC [ 0.132027] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.166999] ACPI: Dynamic OEM Table Load: [ 0.167009] ACPI: SSDT 0xFFFF88021D83B000 0008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109) [ 0.177647] ACPI: Dynamic OEM Table Load: [ 0.177655] ACPI: SSDT 0xFFFF8802152EA800 000303 (v01 PmRef ApIst 00003000 INTL 20061109) [ 0.186654] ACPI: Dynamic OEM Table Load: [ 0.186660] ACPI: SSDT 0xFFFF880215332800 000119 (v01 PmRef ApCst 00003000 INTL 20061109) [ 0.197986] ACPI: Interpreter enabled [ 0.197992] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) [ 0.197995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) [ 0.198007] ACPI: (supports S0 S3 S4 S5) [ 0.198008] ACPI: Using IOAPIC for interrupt routing [ 0.198030] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.210991] ACPI: Power Resource [PUBS] (on) [ 0.211715] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1) [ 0.212589] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2) [ 0.214700] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11) [ 0.214776] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11) [ 0.214848] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11) [ 0.214918] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11) [ 0.214989] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11) [ 0.215045] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled. [ 0.215117] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11) [ 0.215187] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11) [ 0.215270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.215274] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.215432] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability] [ 0.215504] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability] [ 0.215506] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability] [ 0.215508] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER] [ 0.215509] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM [ 0.215535] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge [ 0.215661] PCI host bridge to bus 0000:00 [ 0.215664] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.215665] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.215667] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.215669] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215670] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff] [ 0.215671] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff] [ 0.215679] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000 [ 0.215754] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000 [ 0.215764] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit] [ 0.215770] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.215774] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f] [ 0.215868] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 [ 0.215891] pci 0000:00:16.0: reg 0x10: [mem 0xf2525000-0xf252500f 64bit] [ 0.215967] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.216035] pci 0000:00:16.3: [8086:1c3d] type 00 class 0x070002 [ 0.216054] pci 0000:00:16.3: reg 0x10: [io 0x50b0-0x50b7] [ 0.216064] pci 0000:00:16.3: reg 0x14: [mem 0xf252c000-0xf252cfff] [ 0.216198] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000 [ 0.216216] pci 0000:00:19.0: reg 0x10: [mem 0xf2500000-0xf251ffff] [ 0.216224] pci 0000:00:19.0: reg 0x14: [mem 0xf252b000-0xf252bfff] [ 0.216233] pci 0000:00:19.0: reg 0x18: [io 0x5080-0x509f] [ 0.216295] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold [ 0.216324] pci 0000:00:19.0: System wakeup disabled by ACPI [ 0.216370] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 [ 0.216391] pci 0000:00:1a.0: reg 0x10: [mem 0xf252a000-0xf252a3ff] [ 0.216480] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.216512] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 0.216556] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300 [ 0.216573] pci 0000:00:1b.0: reg 0x10: [mem 0xf2520000-0xf2523fff 64bit] [ 0.216646] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.216681] pci 0000:00:1b.0: System wakeup disabled by ACPI [ 0.216727] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 [ 0.216854] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.216938] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 [ 0.217073] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.217157] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400 [ 0.217293] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.217335] pci 0000:00:1c.3: System wakeup disabled by ACPI [ 0.217386] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400 [ 0.217524] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 0.217611] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 [ 0.217633] pci 0000:00:1d.0: reg 0x10: [mem 0xf2529000-0xf25293ff] [ 0.217721] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.217752] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.217795] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100 [ 0.217959] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601 [ 0.217977] pci 0000:00:1f.2: reg 0x10: [io 0x50a8-0x50af] [ 0.217984] pci 0000:00:1f.2: reg 0x14: [io 0x50bc-0x50bf] [ 0.217992] pci 0000:00:1f.2: reg 0x18: [io 0x50a0-0x50a7] [ 0.218000] pci 0000:00:1f.2: reg 0x1c: [io 0x50b8-0x50bb] [ 0.218008] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f] [ 0.218016] pci 0000:00:1f.2: reg 0x24: [mem 0xf2528000-0xf25287ff] [ 0.218060] pci 0000:00:1f.2: PME# supported from D3hot [ 0.218124] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 [ 0.218140] pci 0000:00:1f.3: reg 0x10: [mem 0xf2524000-0xf25240ff 64bit] [ 0.218161] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf] [ 0.218312] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.218559] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000 [ 0.218735] pci 0000:03:00.0: reg 0x10: [mem 0xf2400000-0xf2401fff 64bit] [ 0.219430] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold [ 0.226693] pci 0000:00:1c.1: PCI bridge to [bus 03] [ 0.226702] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff] [ 0.226818] acpiphp: Slot [1] registered [ 0.226824] pci 0000:00:1c.3: PCI bridge to [bus 05-0c] [ 0.226829] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff] [ 0.226833] pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff] [ 0.226842] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref] [ 0.227001] pci 0000:0d:00.0: [1180:e822] type 00 class 0x088001 [ 0.227023] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz. [ 0.227050] pci 0000:0d:00.0: reg 0x10: [mem 0xf1401000-0xf14010ff] [ 0.227264] pci 0000:0d:00.0: supports D1 D2 [ 0.227265] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.227405] pci 0000:0d:00.3: [1180:e832] type 00 class 0x0c0010 [ 0.227435] pci 0000:0d:00.3: reg 0x10: [mem 0xf1400000-0xf14007ff] [ 0.227637] pci 0000:0d:00.3: supports D1 D2 [ 0.227638] pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold [ 0.234632] pci 0000:00:1c.4: PCI bridge to [bus 0d] [ 0.234642] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 0.234651] pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff] [ 0.234665] pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref] [ 0.235677] ACPI: Enabled 4 GPEs in block 00 to 3F [ 0.235734] ACPI : EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62 [ 0.235830] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.235832] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.235835] vgaarb: loaded [ 0.235836] vgaarb: bridge control possible 0000:00:02.0 [ 0.235891] PCI: Using ACPI for IRQ routing [ 0.237588] PCI: pci_cache_line_size set to 64 bytes [ 0.237774] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff] [ 0.237776] e820: reserve RAM buffer [mem 0xd3da0000-0xd3ffffff] [ 0.237777] e820: reserve RAM buffer [mem 0x21e600000-0x21fffffff] [ 0.237910] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.237914] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.239929] amd_nb: Cannot enumerate AMD northbridges [ 0.239945] Switched to clocksource hpet [ 0.244561] pnp: PnP ACPI init [ 0.244572] ACPI: bus type PNP registered [ 0.244955] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.244957] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved [ 0.244959] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved [ 0.244960] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved [ 0.244962] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved [ 0.244963] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved [ 0.244965] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved [ 0.244967] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved [ 0.244968] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved [ 0.244970] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved [ 0.244971] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved [ 0.244973] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved [ 0.244974] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved [ 0.244976] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved [ 0.244977] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved [ 0.244979] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved [ 0.244982] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.245107] system 00:01: [io 0x0400-0x047f] has been reserved [ 0.245109] system 00:01: [io 0x0500-0x057f] has been reserved [ 0.245110] system 00:01: [io 0x0800-0x080f] has been reserved [ 0.245112] system 00:01: [io 0x15e0-0x15ef] has been reserved [ 0.245113] system 00:01: [io 0x1600-0x167f] has been reserved [ 0.245115] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.245117] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved [ 0.245119] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.245120] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved [ 0.245122] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.245124] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.245125] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved [ 0.245127] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved [ 0.245129] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.245186] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.245216] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.245245] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active) [ 0.245696] pnp: PnP ACPI: found 5 devices [ 0.245697] ACPI: bus type PNP unregistered [ 0.252074] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 0.252078] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 [ 0.252080] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 [ 0.252116] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 [ 0.252118] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 [ 0.252119] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 0.252123] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdfa00000-0xdfbfffff] [ 0.252128] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdfc00000-0xdfdfffff 64bit pref] [ 0.252130] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] [ 0.252132] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.252136] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.252142] pci 0000:00:1c.0: bridge window [mem 0xdfa00000-0xdfbfffff] [ 0.252147] pci 0000:00:1c.0: bridge window [mem 0xdfc00000-0xdfdfffff 64bit pref] [ 0.252156] pci 0000:00:1c.1: PCI bridge to [bus 03] [ 0.252162] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff] [ 0.252174] pci 0000:00:1c.3: PCI bridge to [bus 05-0c] [ 0.252177] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff] [ 0.252183] pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff] [ 0.252188] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref] [ 0.252196] pci 0000:00:1c.4: PCI bridge to [bus 0d] [ 0.252200] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 0.252207] pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff] [ 0.252211] pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref] [ 0.252220] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.252222] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.252223] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.252224] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff] [ 0.252226] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff] [ 0.252227] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] [ 0.252229] pci_bus 0000:02: resource 1 [mem 0xdfa00000-0xdfbfffff] [ 0.252230] pci_bus 0000:02: resource 2 [mem 0xdfc00000-0xdfdfffff 64bit pref] [ 0.252232] pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff] [ 0.252233] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff] [ 0.252234] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf23fffff] [ 0.252236] pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref] [ 0.252237] pci_bus 0000:0d: resource 0 [io 0x3000-0x3fff] [ 0.252239] pci_bus 0000:0d: resource 1 [mem 0xf1400000-0xf1bfffff] [ 0.252240] pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref] [ 0.252298] NET: Registered protocol family 2 [ 0.252535] TCP established hash table entries: 65536 (order: 7, 524288 bytes) [ 0.252684] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.252796] TCP: Hash tables configured (established 65536 bind 65536) [ 0.252821] TCP: reno registered [ 0.252832] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 0.252862] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 0.252951] NET: Registered protocol family 1 [ 0.252967] pci 0000:00:02.0: Video device with shadowed ROM [ 0.253294] PCI: CLS 64 bytes, default 64 [ 0.253343] Unpacking initramfs... [ 0.528534] Freeing initrd memory: 15792K (ffff880036118000 - ffff880037084000) [ 0.528611] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.528614] software IO TLB [mem 0xcfda0000-0xd3da0000] (64MB) mapped at [ffff8800cfda0000-ffff8800d3d9ffff] [ 0.528804] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer [ 0.528849] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x29 [ 0.528856] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x29 [ 0.528865] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x29 [ 0.528872] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x29 [ 0.528927] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba [ 0.529252] audit: initializing netlink subsys (disabled) [ 0.529267] audit: type=2000 audit(1511732948.532:1): initialized [ 0.529602] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.529623] zbud: loaded [ 0.529819] VFS: Disk quotas dquot_6.5.2 [ 0.529836] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.529881] msgmni has been set to 15556 [ 0.530186] alg: No test for stdrng (krng) [ 0.530211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.530255] io scheduler noop registered [ 0.530258] io scheduler deadline registered [ 0.530293] io scheduler cfq registered (default) [ 0.530359] pcieport 0000:00:1c.0: enabling device (0000 -> 0003) [ 0.530865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530881] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.530904] intel_idle: MWAIT substates: 0x21120 [ 0.530905] intel_idle: v0.4 model 0x2A [ 0.530906] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.531094] GHES: HEST is not enabled! [ 0.531159] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.551768] 0000:00:16.3: ttyS0 at I/O 0x50b0 (irq = 19, base_baud = 115200) is a 16550A [ 0.551980] Linux agpgart interface v0.103 [ 0.552093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.557301] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.557305] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.557454] mousedev: PS/2 mouse device common for all mice [ 0.557499] rtc_cmos 00:02: RTC can wake from S4 [ 0.557660] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 [ 0.557689] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 0.557700] Intel P-state driver initializing. [ 0.557709] Intel pstate controlling: cpu 0 [ 0.557730] Intel pstate controlling: cpu 1 [ 0.557797] Intel pstate controlling: cpu 2 [ 0.557930] Intel pstate controlling: cpu 3 [ 0.558020] ledtrig-cpu: registered to indicate activity on CPUs [ 0.559285] AMD IOMMUv2 driver by Joerg Roedel <[email protected]> [ 0.559289] AMD IOMMUv2 functionality not available on this system [ 0.559545] TCP: cubic registered [ 0.559722] NET: Registered protocol family 10 [ 0.560334] mip6: Mobile IPv6 [ 0.560346] NET: Registered protocol family 17 [ 0.560366] mpls_gso: MPLS GSO support [ 0.561189] registered taskstats version 1 [ 0.561657] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 0.562592] rtc_cmos 00:02: setting system clock to 2017-11-26 21:49:08 UTC (1511732948) [ 0.562836] PM: Hibernation image not present or could not be loaded. [ 0.564744] Freeing unused kernel memory: 1208K (ffffffff818ef000 - ffffffff81a1d000) [ 0.564747] Write protecting the kernel read-only data: 8192k [ 0.565471] Freeing unused kernel memory: 888K (ffff880001522000 - ffff880001600000) [ 0.566665] Freeing unused kernel memory: 212K (ffff8800017cb000 - ffff880001800000) [ 0.590474] systemd-udevd[71]: starting version 215 [ 0.591087] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 0.615624] pps_core: LinuxPPS API ver. 1 registered [ 0.615633] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 0.616085] PTP clock support registered [ 0.618000] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 0.618006] e1000e: Copyright(c) 1999 - 2014 Intel Corporation. [ 0.618024] ACPI: bus type USB registered [ 0.618107] usbcore: registered new interface driver usbfs [ 0.618149] usbcore: registered new interface driver hub [ 0.618322] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 0.618364] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X [ 0.619736] usbcore: registered new device driver usb [ 0.620626] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620630] sdhci: Secure Digital Host Controller Interface driver [ 0.620632] sdhci: Copyright(c) Pierre Ossman [ 0.621105] ehci-pci: EHCI PCI platform driver [ 0.621466] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e822] (rev 8) [ 0.621732] mmc0: no vqmmc regulator found [ 0.621735] mmc0: no vmmc regulator found [ 0.623438] SCSI subsystem initialized [ 0.624275] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA [ 0.625798] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.625804] ACPI: Thermal Zone [THM0] (50 C) [ 0.634863] libata version 3.00 loaded. [ 0.696137] firewire_ohci 0000:0d:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11 [ 0.821247] e1000e 0000:00:19.0 eth0: registered PHC clock [ 0.821256] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:7c:b9:d8 [ 0.821260] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection [ 0.821298] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF [ 0.821578] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 0.821599] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 0.821629] ehci-pci 0000:00:1a.0: debug port 2 [ 0.825587] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported [ 0.825602] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf252a000 [ 0.836087] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 0.836168] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.836172] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.836175] usb usb1: Product: EHCI Host Controller [ 0.836178] usb usb1: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd [ 0.836181] usb usb1: SerialNumber: 0000:00:1a.0 [ 0.836480] hub 1-0:1.0: USB hub found [ 0.836497] hub 1-0:1.0: 3 ports detected [ 0.836919] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 0.836930] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 0.836951] ehci-pci 0000:00:1d.0: debug port 2 [ 0.840876] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 0.840908] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2529000 [ 0.852132] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 0.852212] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.852216] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.852220] usb usb2: Product: EHCI Host Controller [ 0.852223] usb usb2: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd [ 0.852226] usb usb2: SerialNumber: 0000:00:1d.0 [ 0.852516] hub 2-0:1.0: USB hub found [ 0.852527] hub 2-0:1.0: 3 ports detected [ 0.853008] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt [ 0.853160] ahci 0000:00:1f.2: version 3.0 [ 0.853333] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X [ 0.853385] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled [ 0.868242] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode [ 0.868248] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst [ 0.893961] scsi0 : ahci [ 0.894334] scsi1 : ahci [ 0.894608] scsi2 : ahci [ 0.894823] scsi3 : ahci [ 0.895029] scsi4 : ahci [ 0.895233] scsi5 : ahci [ 0.895352] ata1: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528100 irq 43 [ 0.895358] ata2: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528180 irq 43 [ 0.895362] ata3: DUMMY [ 0.895367] ata4: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528280 irq 43 [ 0.895372] ata5: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528300 irq 43 [ 0.895374] ata6: DUMMY [ 1.148145] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 1.196304] firewire_core 0000:0d:00.3: created device fw0: GUID f0def1ff7cb9d8ff, S400 [ 1.212158] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.213565] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded [ 1.213573] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out [ 1.213576] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out [ 1.215044] ata1.00: ATA-8: WDC WD3200BEKT-08PVMT1, 02.01A02, max UDMA/133 [ 1.215050] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.216614] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded [ 1.216621] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out [ 1.216624] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out [ 1.218096] ata1.00: configured for UDMA/133 [ 1.218337] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEKT-0 1A02 PQ: 0 ANSI: 5 [ 1.280834] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 [ 1.280851] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.281376] hub 1-1:1.0: USB hub found [ 1.281549] hub 1-1:1.0: 6 ports detected [ 1.392207] usb 2-1: new high-speed USB device number 2 using ehci-pci [ 1.524521] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 [ 1.524528] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.525077] hub 2-1:1.0: USB hub found [ 1.525150] hub 2-1:1.0: 8 ports detected [ 1.528217] tsc: Refined TSC clocksource calibration: 2491.905 MHz [ 1.536304] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.539882] ata2.00: ACPI cmd e3/00:79:00:00:00:a0 (IDLE) succeeded [ 1.540074] ata2.00: ACPI cmd e3/00:01:00:00:00:a0 (IDLE) succeeded [ 1.540081] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out [ 1.542820] ata2.00: ATAPI: HL-DT-ST DVDRAM GU40N, QX20, max UDMA/133 [ 1.546709] ata2.00: ACPI cmd e3/00:79:00:00:00:a0 (IDLE) succeeded [ 1.546953] ata2.00: ACPI cmd e3/00:01:00:00:00:a0 (IDLE) succeeded [ 1.546960] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out [ 1.549631] ata2.00: configured for UDMA/133 [ 1.551840] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GU40N QX20 PQ: 0 ANSI: 5 [ 1.596321] usb 1-1.4: new full-speed USB device number 3 using ehci-pci [ 1.624527] psmouse serio1: synaptics: queried max coordinates: x [..5888], y [..4820] [ 1.694506] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=217f [ 1.694515] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.694519] usb 1-1.4: Product: Broadcom Bluetooth Device [ 1.694523] usb 1-1.4: Manufacturer: Broadcom Corp [ 1.694526] usb 1-1.4: SerialNumber: 402CF454391C [ 1.728627] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b3/0xb40000/0xa0000, board id: 0, fw id: 578367 [ 1.728654] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 1.764322] usb 1-1.6: new high-speed USB device number 4 using ehci-pci [ 1.795927] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2 [ 1.863485] usb 1-1.6: New USB device found, idVendor=04f2, idProduct=b217 [ 1.863494] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.863498] usb 1-1.6: Product: Integrated Camera [ 1.863502] usb 1-1.6: Manufacturer: Chicony Electronics Co., Ltd. [ 1.876368] ata4: SATA link down (SStatus 0 SControl 300) [ 1.936379] usb 2-1.4: new high-speed USB device number 3 using ehci-pci [ 2.042217] usb 2-1.4: New USB device found, idVendor=0bdb, idProduct=1911 [ 2.042227] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.042231] usb 2-1.4: Product: F5521gw [ 2.042235] usb 2-1.4: Manufacturer: Lenovo [ 2.042238] usb 2-1.4: SerialNumber: 3D953E93CE234B20 [ 2.196415] ata5: SATA link down (SStatus 0 SControl 300) [ 2.203066] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 2.203272] sd 0:0:0:0: [sda] Write Protect is off [ 2.203279] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.203372] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.210816] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.210822] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.211104] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 2.212095] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.212367] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 2.243427] sda: sda1 sda2 < sda5 > [ 2.244727] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.422116] device-mapper: uevent: version 1.0.3 [ 2.422282] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected] [ 2.429758] random: lvm: uninitialized urandom read (4 bytes read, 45 bits of entropy available) [ 2.447828] random: lvm: uninitialized urandom read (2 bytes read, 45 bits of entropy available) [ 2.528781] Switched to clocksource tsc [ 2.641580] random: lvm: uninitialized urandom read (4 bytes read, 62 bits of entropy available) [ 2.662504] random: lvm: uninitialized urandom read (2 bytes read, 62 bits of entropy available) [ 2.775740] PM: Starting manual resume from disk [ 2.775753] PM: Hibernation image partition 254:1 present [ 2.775757] PM: Looking for hibernation image. [ 2.776126] PM: Image not found (code -22) [ 2.776134] PM: Hibernation image not present or could not be loaded. [ 3.104937] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) [ 3.593108] random: nonblocking pool is initialized [ 4.084437] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR) [ 4.084799] systemd[1]: Detected architecture 'x86-64'. [ 4.353775] systemd[1]: Inserted module 'autofs4' [ 4.381039] systemd[1]: Set hostname to <FlatBoy>. [ 5.993598] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 5.993737] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 5.993763] systemd[1]: Starting Remote File Systems (Pre). [ 5.993812] systemd[1]: Reached target Remote File Systems (Pre). [ 5.993860] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ 5.994009] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 5.994037] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [ 5.994092] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 5.994115] systemd[1]: Expecting device dev-mapper-Debian\x2d\x2dKiste\x2d\x2dvg\x2dswap_1.device... [ 5.994136] systemd[1]: Expecting device dev-mapper-Debian\x2d\x2dKiste\x2d\x2dvg\x2dhome.device... [ 5.994153] systemd[1]: Starting Root Slice. [ 5.994193] systemd[1]: Created slice Root Slice. [ 5.994212] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 5.994271] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 5.994290] systemd[1]: Starting Delayed Shutdown Socket. [ 5.994332] systemd[1]: Listening on Delayed Shutdown Socket. [ 5.994350] systemd[1]: Starting Journal Socket (/dev/log). [ 5.994403] systemd[1]: Listening on Journal Socket (/dev/log). [ 5.994423] systemd[1]: Starting Device-mapper event daemon FIFOs. [ 5.994465] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 5.994483] systemd[1]: Starting LVM2 metadata daemon socket. [ 5.994526] systemd[1]: Listening on LVM2 metadata daemon socket. [ 5.994544] systemd[1]: Starting User and Session Slice. [ 5.994618] systemd[1]: Created slice User and Session Slice. [ 5.994641] systemd[1]: Starting udev Control Socket. [ 5.994683] systemd[1]: Listening on udev Control Socket. [ 5.994704] systemd[1]: Starting udev Kernel Socket. [ 5.994740] systemd[1]: Listening on udev Kernel Socket. [ 5.994762] systemd[1]: Starting Journal Socket. [ 5.994814] systemd[1]: Listening on Journal Socket. [ 5.994851] systemd[1]: Starting System Slice. [ 5.994913] systemd[1]: Created slice System Slice. [ 5.994935] systemd[1]: Starting system-systemd\x2dfsck.slice. [ 5.995017] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 5.995056] systemd[1]: Starting Increase datagram queue length... [ 5.995869] systemd[1]: Mounting Debug File System... [ 5.996586] systemd[1]: Mounting Huge Pages File System... [ 6.041941] systemd[1]: Started Set Up Additional Binary Formats. [ 6.042128] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 6.042882] systemd[1]: Mounting POSIX Message Queue File System... [ 6.058614] systemd[1]: Starting Load Kernel Modules... [ 6.059423] systemd[1]: Starting udev Coldplug all Devices... [ 6.060404] systemd[1]: Starting system-getty.slice. [ 6.060526] systemd[1]: Created slice system-getty.slice. [ 6.060591] systemd[1]: Started File System Check on Root Device. [ 6.060643] systemd[1]: Starting Slices. [ 6.060669] systemd[1]: Reached target Slices. [ 6.161449] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 6.162149] systemd[1]: Starting Create Static Device Nodes in /dev... [ 6.390222] systemd[1]: Started udev Coldplug all Devices. [ 6.390546] systemd[1]: Starting udev Wait for Complete Device Initialization... [ 6.500920] systemd[1]: Started Increase datagram queue length. [ 6.501219] systemd[1]: Starting Syslog Socket. [ 6.501315] systemd[1]: Listening on Syslog Socket. [ 6.501358] systemd[1]: Starting Journal Service... [ 6.502435] systemd[1]: Started Journal Service. [ 6.513583] psmouse serio2: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64 [ 6.840940] lp: driver loaded but no devices found [ 6.904629] ppdev: user-space parallel port driver [ 7.158970] fuse init (API version 7.23) [ 7.318782] systemd-udevd[223]: starting version 215 [ 8.495728] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3 [ 8.669804] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro [ 8.831566] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input3 [ 9.116366] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 9.118903] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB_.PCI0.LPC_.PMIO) (20140424/utaddress-254) [ 9.118909] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.118912] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB_.PCI0.LPC_.LPIO) (20140424/utaddress-254) [ 9.118914] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.118915] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB_.PCI0.LPC_.LPIO) (20140424/utaddress-254) [ 9.118917] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.118918] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB_.PCI0.LPC_.LPIO) (20140424/utaddress-254) [ 9.118920] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.118921] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 9.140962] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4 [ 9.141102] ACPI: Lid Switch [LID] [ 9.141157] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5 [ 9.141160] ACPI: Sleep Button [SLPB] [ 9.141215] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6 [ 9.141217] ACPI: Power Button [PWRF] [ 9.217557] ACPI: AC Adapter [AC] (on-line) [ 9.233939] ACPI: Battery Slot [BAT0] (battery present) [ 9.263101] wmi: Mapper loaded [ 9.301833] cfg80211: Calling CRDA to update world regulatory domain [ 9.310548] Intel(R) Wireless WiFi driver for Linux, in-tree: [ 9.310550] Copyright(c) 2003- 2014 Intel Corporation [ 9.310710] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control [ 9.310881] iwlwifi 0000:03:00.0: irq 44 for MSI/MSI-X [ 9.358436] Non-volatile memory driver v1.3 [ 9.390052] thinkpad_acpi: ThinkPad ACPI Extras v0.25 [ 9.390054] thinkpad_acpi: http://ibm-acpi.sf.net/ [ 9.390055] thinkpad_acpi: ThinkPad BIOS 8AET64WW (1.44 ), EC unknown [ 9.390056] thinkpad_acpi: Lenovo ThinkPad T520, model 4242A25 [ 9.390373] thinkpad_acpi: detected a 16-level brightness capable ThinkPad [ 9.390502] thinkpad_acpi: radio switch found; radios are enabled [ 9.390605] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver [ 9.390607] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default... [ 9.392183] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked [ 9.392963] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked [ 9.393076] [drm] Initialized drm 1.1.0 20060810 [ 9.393245] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one [ 9.393299] thinkpad_acpi: Console audio control enabled, mode: monitor (read only) [ 9.394661] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7 [ 9.613848] AVX version of gcm_enc/dec engaged. [ 9.615731] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 9.631733] mei_me 0000:00:16.0: irq 45 for MSI/MSI-X [ 9.865390] iwlwifi 0000:03:00.0: firmware: direct-loading firmware iwlwifi-6000-4.ucode [ 9.865555] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm [ 9.948159] input: PC Speaker as /devices/platform/pcspkr/input/input8 [ 9.960844] alg: No test for crc32 (crc32-pclmul) [ 9.982863] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled [ 9.982875] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled [ 9.982883] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 9.982897] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74 [ 9.983006] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled [ 10.324200] [drm] Memory usable by graphics device = 2048M [ 10.324209] [drm] Replacing VGA console driver [ 10.324660] Console: switching to colour dummy device 80x25 [ 10.329162] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 10.349790] i915 0000:00:02.0: irq 46 for MSI/MSI-X [ 10.349812] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 10.349814] [drm] Driver supports precise vblank timestamp query. [ 10.349935] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 10.384511] [drm] Wrong MCH_SSKPD value: 0x16040307 [ 10.384517] [drm] This can cause pipe underruns and display issues. [ 10.384519] [drm] Please upgrade your BIOS to fix this. [ 10.399179] iTCO_vendor_support: vendor-support=0 [ 10.400646] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 10.400688] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460) [ 10.400770] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 10.453696] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5 [ 10.471820] fbcon: inteldrmfb (fb0) is primary device [ 10.748160] intel_rapl: Found RAPL domain package [ 10.748161] intel_rapl: Found RAPL domain core [ 10.748162] intel_rapl: Found RAPL domain uncore [ 10.748169] intel_rapl: RAPL package 0 domain package locked by BIOS [ 10.918725] cdc_acm 2-1.4:1.1: ttyACM0: USB ACM device [ 10.919372] cdc_acm 2-1.4:1.3: ttyACM1: USB ACM device [ 10.919981] cdc_acm 2-1.4:1.9: ttyACM2: USB ACM device [ 10.920434] usbcore: registered new interface driver cdc_acm [ 10.920436] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 10.940674] Bluetooth: Core ver 2.19 [ 10.940706] NET: Registered protocol family 31 [ 10.940708] Bluetooth: HCI device and connection manager initialized [ 10.940718] Bluetooth: HCI socket layer initialized [ 10.940722] Bluetooth: L2CAP socket layer initialized [ 10.940738] Bluetooth: SCO socket layer initialized [ 10.960566] cdc_wdm 2-1.4:1.5: cdc-wdm0: USB WDM device [ 10.960638] cdc_wdm 2-1.4:1.8: cdc-wdm1: USB WDM device [ 10.960663] usbcore: registered new interface driver cdc_wdm [ 10.998351] media: Linux media interface: v0.10 [ 11.056108] Linux video capture interface: v2.00 [ 11.203096] cdc_ncm 2-1.4:1.6: MAC-Address: 02:80:37:ec:02:00 [ 11.203611] cdc_ncm 2-1.4:1.6 wwan0: register 'cdc_ncm' at usb-0000:00:1d.0-1.4, Mobile Broadband Network Device, 02:80:37:ec:02:00 [ 11.203649] usbcore: registered new interface driver cdc_ncm [ 11.284818] usbcore: registered new interface driver btusb [ 11.394623] Console: switching to colour frame buffer device 200x56 [ 11.402525] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 11.402529] i915 0000:00:02.0: registered panic notifier [ 11.450478] ACPI: Video Device [VID] (multi-head: yes rom: no post: no) [ 11.453632] usbcore: registered new interface driver cdc_mbim [ 11.472183] acpi device:00: registered as cooling_device5 [ 11.472382] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9 [ 11.472600] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 11.473099] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X [ 11.766258] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b217) [ 11.768623] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input10 [ 11.768789] usbcore: registered new interface driver uvcvideo [ 11.768793] USB Video Class driver (1.1.1) [ 11.802322] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off [ 12.228824] sound hdaudioC0D0: CX20590: BIOS auto-probing. [ 12.229297] sound hdaudioC0D0: autoconfig: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker [ 12.229303] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 12.229308] sound hdaudioC0D0: hp_outs=2 (0x1c/0x19/0x0/0x0/0x0) [ 12.229312] sound hdaudioC0D0: mono: mono_out=0x0 [ 12.229315] sound hdaudioC0D0: inputs: [ 12.229321] sound hdaudioC0D0: Mic=0x1b [ 12.229325] sound hdaudioC0D0: Internal Mic=0x23 [ 12.229329] sound hdaudioC0D0: Dock Mic=0x1a [ 12.230455] sound hdaudioC0D0: Enable sync_write for stable communication [ 12.233621] sound hdaudioC0D1: autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line [ 12.233630] sound hdaudioC0D1: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 12.233635] sound hdaudioC0D1: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 12.233638] sound hdaudioC0D1: mono: mono_out=0x0 [ 12.233642] sound hdaudioC0D1: inputs: [ 12.476652] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input11 [ 12.479444] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 12.479635] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 12.481018] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 12.481194] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 12.481368] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 [ 12.481559] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 [ 12.481739] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18 [ 12.594602] cfg80211: World regulatory domain updated: [ 12.594614] cfg80211: DFS Master region: unset [ 12.594619] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 12.594628] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 12.594636] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 12.594642] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 12.594649] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 12.594657] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 12.594663] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 12.594669] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 12.594676] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 12.910853] Adding 12025852k swap on /dev/mapper/Debian--Kiste--vg-swap_1. Priority:-1 extents:1 across:12025852k FS [ 14.676882] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) [ 14.745709] systemd-journald[208]: Received request to flush runtime journal from PID 1 [ 16.226311] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X [ 16.326893] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X [ 16.327195] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 87.126979] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled [ 87.127194] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1 [ 87.348659] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled [ 87.348878] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1 [ 87.451338] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 158.698843] RPC: Registered named UNIX socket transport module. [ 158.698849] RPC: Registered udp transport module. [ 158.698852] RPC: Registered tcp transport module. [ 158.698854] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 158.711506] FS-Cache: Loaded [ 158.739389] FS-Cache: Netfs 'nfs' registered for caching [ 158.766579] Installing knfsd (copyright (C) 1996 [email protected]). [ 164.041396] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 164.041405] Bluetooth: BNEP filters: protocol multicast [ 164.041421] Bluetooth: BNEP socket layer initialized Best regards Patrice