B

Pomoc dotycząca instalacji systemu
AKJ
Posty: 57
Rejestracja: 10 października 2013, 12:32

Błąd z ładowaniem Kerne Modules po update do Jessie

Post autor: AKJ »

Ostatnio zrobiłem update z Wheezy na Jessie. Przy starcie pokazuje mi się

Kod: Zaznacz cały

Failed to start Load Kernel Modules
Poszperałem trochę na internecie, wyczytałem, że możliwe, że mam złe linux-headers do linux-image. Niestety, nie wiem jak to sprawdzić. Próbowałem kilku poleceń, typu

Kod: Zaznacz cały

[color=#333333][font=Consolas]apt-get install linux-headers-$(uname -r)[/font][/color]
ale nie pomogło.

Kod: Zaznacz cały

uname -a
otrzymuję:

Kod: Zaznacz cały

Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux

Kod: Zaznacz cały

dpkg-query -s linux-headers-$(uname -r)Package: linux-headers-3.16.0-4-amd64
Status: install ok installed
Priority: optional
Section: kernel
Installed-Size: 2257
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 3.16.7-ckt9-3~deb8u1
Depends: linux-headers-3.16.0-4-common (= 3.16.7-ckt9-3~deb8u1), linux-kbuild-3.16, linux-compiler-gcc-4.8-x86
Description: Header files for Linux 3.16.0-4-amd64
 This package provides the architecture-specific kernel header files for
 Linux kernel 3.16.0-4-amd64, generally used for building out-of-tree
 kernel modules.  These files are going to be installed into
 /usr/src/linux-headers-3.16.0-4-amd64, and can be used for building
 modules that load into the kernel provided by the
 linux-image-3.16.0-4-amd64 package.
Homepage: https://www.kernel.org/
Nie wiem, może to coś z GRUBem? Nie bardzo się orientuję jak to sprawdzić.

Jeśli nie złe linux-headers, to co to może być? Bardzo proszę o pomoc.
Awatar użytkownika
Yampress
Administrator
Posty: 6420
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

kernel instaluje się zawsze ze swoimi modułami, nie osobno. Dopóki nie chcesz tworzyć własnych modułów ze źródeł, nie potrzebujesz instalować headersów.

Może uruchamiasz moduł, który był zrobiony wtedy, a teraz go nie ma
poprez Module-asisstant ( m-a) ?

Sprawdź jaki moduł chce uruchomić, jakie moduły są w konfiguracji ustawione aby się uruchamiały podczas startu. Przejrzyj logi dmesg co tam wyskakuje.
AKJ
Posty: 57
Rejestracja: 10 października 2013, 12:32

Post autor: AKJ »

Nie miałem module assistant wcześniej, teraz go zainstalowałem, ale nie bardzo mam czas uczyć się jego obsługi - ale to chyba nie jest konieczne.

Wrzucę wynik polecenia dmesg:

Kod: Zaznacz cały

[    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 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=90d02998-585c-418c-be7b-d32c0ac9cf66 ro quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009f680fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009f681000-0x000000009f6befff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009f6bf000-0x000000009f735fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009f736000-0x000000009f7befff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009f7bf000-0x000000009f7defff] usable
[    0.000000] BIOS-e820: [mem 0x000000009f7df000-0x000000009f7fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009f7ff000-0x000000009f7fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009f800000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1b000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017bffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000017c000000-0x000000017fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000180000000-0x00000001dbffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Acer TravelMate 5742ZG/TravelMate 5742ZG, BIOS V1.30 08/13/2012
[    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 = 0x1dc000 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 000000000 mask F80000000 write-back
[    0.000000]   1 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   2 base 080000000 mask FE0000000 write-back
[    0.000000]   3 base 09F800000 mask FFF800000 uncachable
[    0.000000]   4 base 100000000 mask F00000000 write-back
[    0.000000]   5 base 1DC000000 mask FFC000000 uncachable
[    0.000000]   6 base 1E0000000 mask FE0000000 uncachable
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0x9f800 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01af4000, 0x01af4fff] PGTABLE
[    0.000000] BRK [0x01af5000, 0x01af5fff] PGTABLE
[    0.000000] BRK [0x01af6000, 0x01af6fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x1dbe00000-0x1dbffffff]
[    0.000000]  [mem 0x1dbe00000-0x1dbffffff] page 2M
[    0.000000] BRK [0x01af7000, 0x01af7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x1d8000000-0x1dbdfffff]
[    0.000000]  [mem 0x1d8000000-0x1dbdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x180000000-0x1d7ffffff]
[    0.000000]  [mem 0x180000000-0x1d7ffffff] page 2M
[    0.000000] BRK [0x01af8000, 0x01af8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x9f680fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x9f5fffff] page 2M
[    0.000000]  [mem 0x9f600000-0x9f680fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x9f6bf000-0x9f735fff]
[    0.000000]  [mem 0x9f6bf000-0x9f735fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x9f7bf000-0x9f7defff]
[    0.000000]  [mem 0x9f7bf000-0x9f7defff] page 4k
[    0.000000] init_memory_mapping: [mem 0x9f7ff000-0x9f7fffff]
[    0.000000]  [mem 0x9f7ff000-0x9f7fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
[    0.000000]  [mem 0x100000000-0x17bffffff] page 2M
[    0.000000] BRK [0x01af9000, 0x01af9fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36376000-0x371b2fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 0x000000009F7FE120 00007C (v01 ACRSYS ACRPRDCT 00000001      01000013)
[    0.000000] ACPI: FACP 0x000000009F7FC000 0000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: DSDT 0x000000009F7EA000 00EBDA (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: FACS 0x000000009F75A000 000040
[    0.000000] ACPI: ASF! 0x000000009F7FD000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: HPET 0x000000009F7FB000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: APIC 0x000000009F7FA000 00008C (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: MCFG 0x000000009F7F9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: SLIC 0x000000009F7E9000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: BOOT 0x000000009F7E6000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: ASPT 0x000000009F7E2000 000034 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
[    0.000000] ACPI: SSDT 0x000000009F7E1000 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x000000009F7E0000 000259 (v01 PmRef  Cpu0Tst  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x000000009F7DF000 00049F (v01 PmRef  ApTst    00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000001dbffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1dbffffff]
[    0.000000]   NODE_DATA [mem 0x1dbff7000-0x1dbffbfff]
[    0.000000]  [ffffea0000000000-ffffea00069fffff] PMD -> [ffff8801d5600000-ffff8801dabfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x1dbffffff]
[    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-0x9f680fff]
[    0.000000]   node   0: [mem 0x9f6bf000-0x9f735fff]
[    0.000000]   node   0: [mem 0x9f7bf000-0x9f7defff]
[    0.000000]   node   0: [mem 0x9f7ff000-0x9f7fffff]
[    0.000000]   node   0: [mem 0x100000000-0x17bffffff]
[    0.000000]   node   0: [mem 0x180000000-0x1dbffffff]
[    0.000000] On node 0 totalpages: 1537717
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8873 pages used for memmap
[    0.000000]   DMA32 zone: 648985 pages, LIFO batch:31
[    0.000000]   Normal zone: 12320 pages used for memmap
[    0.000000]   Normal zone: 884736 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-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 0x9f681000-0x9f6befff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f736000-0x9f7befff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f7df000-0x9f7fefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f800000-0x9fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1afff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1b000-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-0xffe7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe80000-0xffffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x17c000000-0x17fffffff]
[    0.000000] e820: [mem 0xa0000000-0xdfffffff] 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 @ffff8801dbc00000 s80896 r8192 d21504 u262144
[    0.000000] pcpu-alloc: s80896 r8192 d21504 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: 1516447
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=90d02998-585c-418c-be7b-d32c0ac9cf66 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    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: 5969696K/6150868K available (5207K kernel code, 946K rwdata, 1832K rodata, 1204K init, 840K bss, 181172K 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 1995.179 MHz processor
[    0.000040] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.35 BogoMIPS (lpj=7980716)
[    0.000044] pid_max: default: 32768 minimum: 301
[    0.000055] ACPI: Core revision 20140424
[    0.020135] ACPI: All ACPI Tables successfully acquired
[    0.184111] Security Framework initialized
[    0.184123] AppArmor: AppArmor disabled by boot time parameter
[    0.184125] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.184767] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.187183] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.188275] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.188290] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.188622] Initializing cgroup subsys memory
[    0.188629] Initializing cgroup subsys devices
[    0.188638] Initializing cgroup subsys freezer
[    0.188641] Initializing cgroup subsys net_cls
[    0.188647] Initializing cgroup subsys blkio
[    0.188652] Initializing cgroup subsys perf_event
[    0.188655] Initializing cgroup subsys net_prio
[    0.188684] CPU: Physical Processor ID: 0
[    0.188686] CPU: Processor Core ID: 0
[    0.188692] mce: CPU supports 9 MCE banks
[    0.188703] CPU0: Thermal monitoring enabled (TM1)
[    0.188715] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
tlb_flushall_shift: 6
[    0.188828] Freeing SMP alternatives memory: 20K (ffffffff81a1b000 - ffffffff81a20000)
[    0.190211] ftrace: allocating 21614 entries in 85 pages
[    0.203832] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.243500] smpboot: CPU0: Intel(R) Pentium(R) CPU        P6100  @ 2.00GHz (fam: 06, model: 25, stepping: 05)
[    0.351241] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[    0.351263] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[    0.351266] ... version:                3
[    0.351267] ... bit width:              48
[    0.351268] ... generic registers:      4
[    0.351270] ... value mask:             0000ffffffffffff
[    0.351271] ... max period:             000000007fffffff
[    0.351272] ... fixed-purpose events:   3
[    0.351273] ... event mask:             000000070000000f
[    0.353206] x86: Booting SMP configuration:
[    0.353209] .... node  #0, CPUs:      #1
[    0.366278] x86: Booted up 1 node, 2 CPUs
[    0.366282] smpboot: Total of 2 processors activated (7980.71 BogoMIPS)
[    0.366426] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.367704] devtmpfs: initialized
[    0.371556] PM: Registering ACPI NVS region [mem 0x9f736000-0x9f7befff] (561152 bytes)
[    0.372784] pinctrl core: initialized pinctrl subsystem
[    0.372890] NET: Registered protocol family 16
[    0.373035] cpuidle: using governor ladder
[    0.373038] cpuidle: using governor menu
[    0.373085] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.373087] ACPI: bus type PCI registered
[    0.373089] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.373200] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.373203] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.373841] PCI: Using configuration type 1 for base access
[    0.374042] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.374044] mtrr: probably your BIOS does not setup all CPUs.
[    0.374045] mtrr: corrected configuration.
[    0.386761] ACPI: Added _OSI(Module Device)
[    0.386763] ACPI: Added _OSI(Processor Device)
[    0.386765] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.386766] ACPI: Added _OSI(Processor Aggregator Device)
[    0.402305] ACPI: Executed 1 blocks of module-level executable AML code
[    0.426418] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.426990] ACPI: Dynamic OEM Table Load:
[    0.426999] ACPI: SSDT 0xFFFF8801D44B3400 00036C (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.427751] ACPI: Dynamic OEM Table Load:
[    0.427759] ACPI: SSDT 0xFFFF8801DB045000 000891 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.450569] ACPI: Dynamic OEM Table Load:
[    0.450577] ACPI: SSDT 0xFFFF8801DB044C00 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.462379] ACPI: Dynamic OEM Table Load:
[    0.462386] ACPI: SSDT 0xFFFF8801D44AE000 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.494666] ACPI: Interpreter enabled
[    0.494683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.494691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.494716] ACPI: (supports S0 S3 S4 S5)
[    0.494718] ACPI: Using IOAPIC for interrupt routing
[    0.494761] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.928413] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.928421] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.928466] \_SB_.PCI0:_OSC invalid UUID
[    0.928467] _OSC request data:1 1f 0 
[    0.928471] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.929513] PCI host bridge to bus 0000:00
[    0.929517] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.929519] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.929521] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.929523] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.929525] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfebfffff]
[    0.929535] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[    0.929556] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.929707] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[    0.929747] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.929934] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[    0.929968] pci 0000:00:16.0: reg 0x10: [mem 0xb7106100-0xb710610f 64bit]
[    0.930068] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.930244] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.930616] pci 0000:00:1a.0: reg 0x10: [mem 0xb7105c00-0xb7105fff]
[    0.932718] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.932892] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.932918] pci 0000:00:1b.0: reg 0x10: [mem 0xb7100000-0xb7103fff 64bit]
[    0.933030] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.933144] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.933201] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.933312] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.933427] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.933483] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[    0.933594] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.933771] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.934133] pci 0000:00:1d.0: reg 0x10: [mem 0xb7105800-0xb7105bff]
[    0.936238] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.936367] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.936424] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.936598] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.936655] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
[    0.936920] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
[    0.936949] pci 0000:00:1f.2: reg 0x10: [io  0x4048-0x404f]
[    0.936961] pci 0000:00:1f.2: reg 0x14: [io  0x4054-0x4057]
[    0.936972] pci 0000:00:1f.2: reg 0x18: [io  0x4040-0x4047]
[    0.936983] pci 0000:00:1f.2: reg 0x1c: [io  0x4050-0x4053]
[    0.936994] pci 0000:00:1f.2: reg 0x20: [io  0x4020-0x403f]
[    0.937006] pci 0000:00:1f.2: reg 0x24: [mem 0xb7105000-0xb71057ff]
[    0.937077] pci 0000:00:1f.2: PME# supported from D3hot
[    0.937233] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[    0.937256] pci 0000:00:1f.3: reg 0x10: [mem 0xb7106000-0xb71060ff 64bit]
[    0.937288] pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
[    0.937526] pci 0000:01:00.0: [10de:0df1] type 00 class 0x030000
[    0.937540] pci 0000:01:00.0: reg 0x10: [mem 0xb2000000-0xb2ffffff]
[    0.937551] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.937561] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
[    0.937569] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.937577] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.937682] pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300
[    0.937694] pci 0000:01:00.1: reg 0x10: [mem 0xb3000000-0xb3003fff]
[    0.937827] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.937830] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.937833] pci 0000:00:01.0:   bridge window [mem 0xb2000000-0xb30fffff]
[    0.937837] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[    0.937981] pci 0000:02:00.0: [14e4:1692] type 00 class 0x020000
[    0.938030] pci 0000:02:00.0: reg 0x10: [mem 0xb6100000-0xb610ffff 64bit]
[    0.938295] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.943044] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.943054] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.943064] pci 0000:00:1c.0:   bridge window [mem 0xb6100000-0xb70fffff]
[    0.943072] pci 0000:00:1c.0:   bridge window [mem 0xb3100000-0xb40fffff 64bit pref]
[    0.943221] pci 0000:03:00.0: [14e4:4357] type 00 class 0x028000
[    0.943270] pci 0000:03:00.0: reg 0x10: [mem 0xb5100000-0xb5103fff 64bit]
[    0.943546] pci 0000:03:00.0: supports D1 D2
[    0.943548] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.951038] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.951048] pci 0000:00:1c.1:   bridge window [io  0x1000-0x1fff]
[    0.951056] pci 0000:00:1c.1:   bridge window [mem 0xb5100000-0xb60fffff]
[    0.951070] pci 0000:00:1c.1:   bridge window [mem 0xb4100000-0xb50fffff 64bit pref]
[    0.951163] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.951177] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.951179] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.951181] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.951183] pci 0000:00:1e.0:   bridge window [mem 0xa0000000-0xfebfffff] (subtractive decode)
[    1.155655] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    1.155720] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    1.155783] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    1.155846] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    1.155910] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    1.155974] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    1.156036] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    1.156099] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    1.156124] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    1.156128] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.156133] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    1.156197] PCI host bridge to bus 0000:ff
[    1.156199] pci_bus 0000:ff: root bus resource [bus ff]
[    1.156205] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[    1.156265] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[    1.156327] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[    1.156383] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[    1.156438] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[    1.156493] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[    1.156614] ACPI: Enabled 5 GPEs in block 00 to 3F
[    1.156673] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    1.156813] vgaarb: setting as boot device: PCI:0000:01:00.0
[    1.156815] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    1.156817] vgaarb: loaded
[    1.156819] vgaarb: bridge control possible 0000:01:00.0
[    1.156894] PCI: Using ACPI for IRQ routing
[    1.166860] PCI: pci_cache_line_size set to 64 bytes
[    1.167009] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    1.167011] e820: reserve RAM buffer [mem 0x9f681000-0x9fffffff]
[    1.167013] e820: reserve RAM buffer [mem 0x9f736000-0x9fffffff]
[    1.167015] e820: reserve RAM buffer [mem 0x9f7df000-0x9fffffff]
[    1.167017] e820: reserve RAM buffer [mem 0x9f800000-0x9fffffff]
[    1.167197] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.167203] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.169231] Switched to clocksource hpet
[    1.176019] pnp: PnP ACPI init
[    1.176036] ACPI: bus type PNP registered
[    1.377300] pnp 00:00: disabling [io  0x164e-0x164f] because it overlaps 0000:00:1c.1 BAR 13 [io  0x1000-0x1fff]
[    1.377362] system 00:00: [io  0x0680-0x069f] has been reserved
[    1.377365] system 00:00: [io  0xff2c-0xff2f] has been reserved
[    1.377367] system 00:00: [io  0x0800-0x080f] has been reserved
[    1.377370] system 00:00: [io  0xffff] has been reserved
[    1.377372] system 00:00: [io  0xffff] has been reserved
[    1.377375] system 00:00: [io  0x0400-0x047f] could not be reserved
[    1.377377] system 00:00: [io  0x0500-0x057f] has been reserved
[    1.377382] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.377432] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.377493] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.377575] pnp 00:03: Plug and Play ACPI device, IDs SYN1b16 SYN1b00 SYN0002 PNP0f13 (active)
[    1.377955] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.377959] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[    1.377961] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.377963] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.377966] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    1.377968] system 00:04: [mem 0xb7200000-0xb7200fff] has been reserved
[    1.377970] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.377973] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.377976] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
[    1.377978] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.377981] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.378114] pnp: PnP ACPI: found 5 devices
[    1.378116] ACPI: bus type PNP unregistered
[    1.385456] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    1.385499] pci 0000:01:00.0: BAR 6: assigned [mem 0xb3080000-0xb30fffff pref]
[    1.385502] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.385505] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    1.385509] pci 0000:00:01.0:   bridge window [mem 0xb2000000-0xb30fffff]
[    1.385512] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[    1.385517] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.385520] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.385526] pci 0000:00:1c.0:   bridge window [mem 0xb6100000-0xb70fffff]
[    1.385531] pci 0000:00:1c.0:   bridge window [mem 0xb3100000-0xb40fffff 64bit pref]
[    1.385540] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    1.385543] pci 0000:00:1c.1:   bridge window [io  0x1000-0x1fff]
[    1.385549] pci 0000:00:1c.1:   bridge window [mem 0xb5100000-0xb60fffff]
[    1.385555] pci 0000:00:1c.1:   bridge window [mem 0xb4100000-0xb50fffff 64bit pref]
[    1.385563] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    1.385578] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.385580] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.385582] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.385584] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xfebfffff]
[    1.385586] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    1.385588] pci_bus 0000:01: resource 1 [mem 0xb2000000-0xb30fffff]
[    1.385590] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
[    1.385592] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    1.385594] pci_bus 0000:02: resource 1 [mem 0xb6100000-0xb70fffff]
[    1.385596] pci_bus 0000:02: resource 2 [mem 0xb3100000-0xb40fffff 64bit pref]
[    1.385599] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    1.385600] pci_bus 0000:03: resource 1 [mem 0xb5100000-0xb60fffff]
[    1.385602] pci_bus 0000:03: resource 2 [mem 0xb4100000-0xb50fffff 64bit pref]
[    1.385605] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7]
[    1.385607] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff]
[    1.385609] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[    1.385611] pci_bus 0000:04: resource 7 [mem 0xa0000000-0xfebfffff]
[    1.385664] NET: Registered protocol family 2
[    1.385965] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.386209] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.386495] TCP: Hash tables configured (established 65536 bind 65536)
[    1.386527] TCP: reno registered
[    1.386541] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.386585] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.386699] NET: Registered protocol family 1
[    1.417318] pci 0000:01:00.0: Video device with shadowed ROM
[    1.417406] PCI: CLS 64 bytes, default 64
[    1.417468] Unpacking initramfs...
[    1.761416] Freeing initrd memory: 14580K (ffff880036376000 - ffff8800371b3000)
[    1.761444] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.761447] software IO TLB [mem 0x9b681000-0x9f681000] (64MB) mapped at [ffff88009b681000-ffff88009f680fff]
[    1.761491] Simple Boot Flag at 0x44 set to 0x1
[    1.761687] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
[    1.761694] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
[    1.761768] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.762185] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.762246] audit: initializing netlink subsys (disabled)
[    1.762271] audit: type=2000 audit(1430155748.496:1): initialized
[    1.762666] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.762693] zbud: loaded
[    1.762921] VFS: Disk quotas dquot_6.5.2
[    1.762942] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.763012] msgmni has been set to 11688
[    1.763414] alg: No test for stdrng (krng)
[    1.763448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.763505] io scheduler noop registered
[    1.763509] io scheduler deadline registered
[    1.763549] io scheduler cfq registered (default)
[    1.763816] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    1.764215] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.764237] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.764260] intel_idle: MWAIT substates: 0x120
[    1.764261] intel_idle: v0.4 model 0x25
[    1.764263] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.764399] GHES: HEST is not enabled!
[    1.764495] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.765107] Linux agpgart interface v0.103
[    1.765275] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
[    1.783045] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.783051] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.783272] mousedev: PS/2 mouse device common for all mice
[    1.783539] rtc_cmos 00:01: RTC can wake from S4
[    1.783723] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.783756] rtc_cmos 00:01: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    1.783774] ledtrig-cpu: registered to indicate activity on CPUs
[    1.784056] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    1.784057] AMD IOMMUv2 functionality not available on this system
[    1.784166] TCP: cubic registered
[    1.784253] NET: Registered protocol family 10
[    1.784512] mip6: Mobile IPv6
[    1.784517] NET: Registered protocol family 17
[    1.784523] mpls_gso: MPLS GSO support
[    1.784834] registered taskstats version 1
[    1.785510] rtc_cmos 00:01: setting system clock to 2015-04-27 17:29:09 UTC (1430155749)
[    1.785616] PM: Hibernation image not present or could not be loaded.
[    1.786628] Freeing unused kernel memory: 1204K (ffffffff818ee000 - ffffffff81a1b000)
[    1.786631] Write protecting the kernel read-only data: 8192k
[    1.789232] Freeing unused kernel memory: 924K (ffff880001519000 - ffff880001600000)
[    1.789862] Freeing unused kernel memory: 216K (ffff8800017ca000 - ffff880001800000)
[    1.802670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.804287] systemd-udevd[60]: starting version 215
[    1.804663] random: systemd-udevd urandom read with 5 bits of entropy available
[    1.821302] SCSI subsystem initialized
[    1.825192] libata version 3.00 loaded.
[    1.826409] ahci 0000:00:1f.2: version 3.0
[    1.826421] ACPI: bus type USB registered
[    1.826454] usbcore: registered new interface driver usbfs
[    1.826466] usbcore: registered new interface driver hub
[    1.826636] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.826666] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.826701] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.826705] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems apst 
[    1.829142] usbcore: registered new device driver usb
[    1.829666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.829876] ehci-pci: EHCI PCI platform driver
[    1.833870] scsi0 : ahci
[    1.833982] scsi1 : ahci
[    1.834073] scsi2 : ahci
[    1.834168] scsi3 : ahci
[    1.834227] ata1: SATA max UDMA/133 abar m2048@0xb7105000 port 0xb7105100 irq 41
[    1.834230] ata2: SATA max UDMA/133 abar m2048@0xb7105000 port 0xb7105180 irq 41
[    1.834231] ata3: DUMMY
[    1.834232] ata4: DUMMY
[    1.834461] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.834470] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.834487] ehci-pci 0000:00:1a.0: debug port 2
[    1.838418] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.839429] ehci-pci 0000:00:1a.0: irq 16, io mem 0xb7105c00
[    1.841698] pps_core: LinuxPPS API ver. 1 registered
[    1.841700] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.841950] PTP clock support registered
[    1.842752] tg3.c:v3.137 (May 11, 2014)
[    1.849058] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.849115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.849118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.849120] usb usb1: Product: EHCI Host Controller
[    1.849122] usb usb1: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
[    1.849124] usb usb1: SerialNumber: 0000:00:1a.0
[    1.849288] hub 1-0:1.0: USB hub found
[    1.849297] hub 1-0:1.0: 2 ports detected
[    1.849603] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.849611] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.849629] ehci-pci 0000:00:1d.0: debug port 2
[    1.853556] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.857371] ehci-pci 0000:00:1d.0: irq 23, io mem 0xb7105800
[    1.866649] libphy: tg3 mdio bus: probed
[    1.868990] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.869047] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.869050] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.869052] usb usb2: Product: EHCI Host Controller
[    1.869054] usb usb2: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
[    1.869055] usb usb2: SerialNumber: 0000:00:1d.0
[    1.869230] hub 2-0:1.0: USB hub found
[    1.869242] hub 2-0:1.0: 2 ports detected
[    1.940003] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM57780) rev 57780001] (PCI Express) MAC address 88:ae:1d:83:c0:97
[    1.940006] tg3 0000:02:00.0 eth0: attached PHY driver [Broadcom BCM57780] (mii_bus :p hy_addr=200:01)
[    1.940009] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.940011] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.152937] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.160961] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.208142] ata1.00: ATA-8: ST9500325AS, 0001SDM1, max UDMA/133
[    2.208148] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.210487] ata1.00: configured for UDMA/133
[    2.210817] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      SDM1 PQ: 0 ANSI: 5
[    2.293234] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    2.293241] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.293766] hub 1-1:1.0: USB hub found
[    2.293980] hub 1-1:1.0: 6 ports detected
[    2.404834] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.528794] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.530628] ata2.00: ATAPI: MATSHITADVD-RAM UJ890AS, 1.00, max UDMA/100
[    2.533303] ata2.00: configured for UDMA/100
[    2.537126] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    2.537133] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.537718] hub 2-1:1.0: USB hub found
[    2.537843] hub 2-1:1.0: 8 ports detected
[    2.539168] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ890AS  1.00 PQ: 0 ANSI: 5
[    2.559626] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.559633] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.559840] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.560406] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[    2.560442] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.562449] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.562516] sd 0:0:0:0: [sda] Write Protect is off
[    2.562520] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.562621] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.608850] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[    2.732326] usb 1-1.1: New USB device found, idVendor=04f2, idProduct=b1d8
[    2.732333] usb 1-1.1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.732338] usb 1-1.1: Product: 1.3M WebCam
[    2.732342] usb 1-1.1: Manufacturer: Sonix Technology Co., Ltd.
[    2.760698] tsc: Refined TSC clocksource calibration: 1995.345 MHz
[    2.766364]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 >
[    2.768154] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.808791] usb 2-1.1: new low-speed USB device number 3 using ehci-pci
[    2.906756] usb 2-1.1: New USB device found, idVendor=04b4, idProduct=0060
[    2.906764] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.906769] usb 2-1.1: Product: USB Device
[    2.906773] usb 2-1.1: Manufacturer: Areson
[    2.908692] hidraw: raw HID events driver (C) Jiri Kosina
[    2.915324] usbcore: registered new interface driver usbhid
[    2.915326] usbhid: USB HID core driver
[    2.916011] input: Areson USB Device as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:04B4:0060.0001/input/input2
[    2.916335] hid-generic 0003:04B4:0060.0001: input,hidraw0: USB HID v1.00 Mouse [Areson USB Device] on usb-0000:00:1d.0-1.1/input0
[    2.917006] hid-generic 0003:04B4:0060.0002: hiddev0,hidraw1: USB HID v1.00 Device [Areson USB Device] on usb-0000:00:1d.0-1.1/input1
[    3.760448] Switched to clocksource tsc
[    4.267683] PM: Starting manual resume from disk
[    4.267689] PM: Hibernation image partition 8:8 present
[    4.267691] PM: Looking for hibernation image.
[    4.292013] PM: Image not found (code -22)
[    4.292017] PM: Hibernation image not present or could not be loaded.
[    4.604932] random: nonblocking pool is initialized
[    4.672640] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    5.714479] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[   10.836893] lp: driver loaded but no devices found
[   10.960653] ppdev: user-space parallel port driver
[   11.118065] fuse init (API version 7.23)
[   11.200202] loop: module loaded
[   11.439889] systemd-udevd[170]: starting version 215
[   13.202927] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[   13.427570] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   13.479240] mei_me 0000:00:16.0: irq 42 for MSI/MSI-X
[   13.481625] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
[   13.481632] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.481636] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   13.481640] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.481641] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   13.481645] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000053f (\_SB_.PCI0.GPIO) (20140424/utaddress-258)
[   13.481648] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.481649] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   13.481653] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000053f (\_SB_.PCI0.GPIO) (20140424/utaddress-258)
[   13.481656] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.481657] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   13.579619] wmi: Mapper loaded
[   13.589335] ACPI: Video Device [VGA] (multi-head: yes  rom: yes  post: no)
[   13.609519] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/PNP0C0C:00/input/input3
[   13.609525] ACPI: Power Button [PWRB]
[   13.609584] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/PNP0C0D:00/input/input4
[   13.609622] ACPI: Lid Switch [LID0]
[   13.609676] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/PNP0C0E:00/input/input5
[   13.609679] ACPI: Sleep Button [SLPB]
[   13.609740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[   13.609743] ACPI: Power Button [PWRF]
[   13.703613] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[   13.703738] snd_hda_intel 0000:01:00.1: Disabling MSI
[   13.703745] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[   13.745721] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   13.745726] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   13.745729] sound hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   13.745730] sound hdaudioC0D0:    mono: mono_out=0x0
[   13.745732] sound hdaudioC0D0:    inputs:
[   13.745735] sound hdaudioC0D0:      Internal Mic=0x19
[   13.745737] sound hdaudioC0D0:      Mic=0x18
[   13.752746] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input7
[   13.752896] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   13.752934] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   13.900672] acpi device:0d: registered as cooling_device2
[   13.900763] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input10
[   13.980022] ACPI Warning: SystemIO range 0x0000000000004000-0x000000000000401f conflicts with OpRegion 0x0000000000004000-0x000000000000400f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[   13.980030] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   14.058023] [drm] Initialized drm 1.1.0 20060810
[   14.127110] input: PC Speaker as /devices/platform/pcspkr/input/input11
[   14.445136] cfg80211: Calling CRDA to update world regulatory domain
[   14.524716] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[   14.524793] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[   14.524862] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[   14.524932] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[   14.626696] acer_wmi: Acer Laptop ACPI-WMI Extras
[   14.626718] acer_wmi: Function bitmap for Communication Button: 0x1
[   14.626723] acer_wmi: Brightness must be controlled by acpi video driver
[   14.627312] input: Acer WMI hotkeys as /devices/virtual/input/input17
[   14.627636] input: Acer BMA150 accelerometer as /devices/virtual/input/input18
[   14.728265] ACPI: AC Adapter [AC] (on-line)
[   14.842709] iTCO_vendor_support: vendor-support=0
[   14.843601] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   14.843645] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
[   14.843767] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   15.407428] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 570026
[   15.480311] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input12
[   15.811973] media: Linux media interface: v0.10
[   15.844549] Linux video capture interface: v2.00
[   16.200973] uvcvideo: Found UVC 1.00 device 1.3M WebCam (04f2:b1d8)
[   16.210744] input: 1.3M WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input19
[   16.210842] usbcore: registered new interface driver uvcvideo
[   16.210844] USB Video Class driver (1.1.1)
[   16.222482] cfg80211: World regulatory domain updated:
[   16.222485] cfg80211:  DFS Master region: unset
[   16.222487] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   16.222490] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   16.222492] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   16.222494] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   16.222496] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   16.222499] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   16.222501] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   16.222502] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   16.222504] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   16.283733] ACPI: Battery Slot [BAT0] (battery present)
[   16.842159] wl: module license 'MIXED/Proprietary' taints kernel.
[   16.842167] Disabling lock debugging due to kernel taint
[   16.883407] wl0: online cpus 1
[   16.884573] wlan0: Broadcom BCM4357 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
[   18.248021] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none :o wns=none
[   18.248488] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
[   18.248495] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  340.65  Tue Dec  2 09:50:34 PST 2014
[   19.399467] Adding 3552252k swap on /dev/sda8.  Priority:-1 extents:1 across:3552252k FS
[   20.294859] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[   20.306341] systemd-journald[157]: Received request to flush runtime journal from PID 1
[   20.938024] ip_tables: (C) 2000-2006 Netfilter Core Team
[   21.023166] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   21.196825] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   21.781897] tg3 0000:02:00.0: irq 44 for MSI/MSI-X
[   21.793904] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.930489] tg3 0000:02:00.0 eth0: Link is down
[   22.990349] RPC: Registered named UNIX socket transport module.
[   22.990353] RPC: Registered udp transport module.
[   22.990355] RPC: Registered tcp transport module.
[   22.990356] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   23.023059] FS-Cache: Loaded
[   23.062711] FS-Cache: Netfs 'nfs' registered for caching
[   23.119094] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   34.125242] wl0: link up (wlan0)
[   36.630698] nvidia 0000:01:00.0: irq 45 for MSI/MSI-X
[   36.634070] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[   36.634133] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[   36.634194] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[   36.634244] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[   36.634279] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[   36.634311] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[   36.634407] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[   36.634440] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[   54.842406] [UFW BLOCK] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:c646:19ff:fea7:dd21 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   54.852668] [UFW BLOCK] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:c646:19ff:fea7:dd21 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   90.043735] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  128.890025] tg3 0000:02:00.0 eth0: Link is up at 100 Mbps, full duplex
[  128.890030] tg3 0000:02:00.0 eth0: Flow control is on for TX and on for RX
[  128.890039] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  276.749377] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=61.176.223.77 DST=89.228.169.190 LEN=40 TOS=0x00 PREC=0x00 TTL=104 ID=256 PROTO=TCP SPT=6000 DPT=9200 WINDOW=16384 RES=0x00 SYN URGP=0 
[  494.511651] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=61.4.214.181 DST=89.228.169.190 LEN=60 TOS=0x00 PREC=0x00 TTL=43 ID=42059 DF PROTO=TCP SPT=2961 DPT=23 WINDOW=5840 RES=0x00 SYN URGP=0 
[  497.507271] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=61.4.214.181 DST=89.228.169.190 LEN=60 TOS=0x00 PREC=0x00 TTL=43 ID=42060 DF PROTO=TCP SPT=2961 DPT=23 WINDOW=5840 RES=0x00 SYN URGP=0 
[  547.149339] perf interrupt took too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[  647.264572] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=91.218.247.202 DST=89.228.169.190 LEN=40 TOS=0x00 PREC=0x00 TTL=245 ID=40811 PROTO=TCP SPT=48482 DPT=111 WINDOW=1024 RES=0x00 SYN URGP=0 
[  757.012837] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=121.30.11.66 DST=89.228.169.190 LEN=66 TOS=0x00 PREC=0x00 TTL=48 ID=63969 PROTO=UDP SPT=53 DPT=23432 LEN=46 
[  927.343119] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=37.59.9.143 DST=89.228.169.190 LEN=118 TOS=0x00 PREC=0x00 TTL=54 ID=28842 DF PROTO=UDP SPT=43538 DPT=1900 LEN=98 
[  959.484022] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=80.82.64.176 DST=89.228.169.190 LEN=40 TOS=0x08 PREC=0x20 TTL=242 ID=54321 PROTO=TCP SPT=42192 DPT=21320 WINDOW=65535 RES=0x00 SYN URGP=0 
[  974.246679] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=91.224.132.118 DST=89.228.169.190 LEN=40 TOS=0x00 PREC=0x00 TTL=243 ID=28993 PROTO=TCP SPT=42432 DPT=34964 WINDOW=1024 RES=0x00 SYN URGP=0 
[ 1086.014015] [UFW BLOCK] IN=eth0 OUT= MAC=88:ae:1d:83:c0:97:64:9e:f3:66:a1:d9:08:00 SRC=222.186.21.195 DST=89.228.169.190 LEN=40 TOS=0x00 PREC=0x00 TTL=108 ID=256 PROTO=TCP SPT=54145 DPT=22 WINDOW=16384 RES=0x00 SYN URGP=0 
[ 1158.527632] tg3 0000:02:00.0 eth0: Link is down
[ 1433.372091] [UFW BLOCK] IN=wlan0 OUT= MAC=c4:46:19:a7:dd:21:64:9e:f3:66:a1:d9:08:00 SRC=61.240.144.66 DST=81.190.219.88 LEN=40 TOS=0x00 PREC=0x00 TTL=238 ID=2824 PROTO=TCP SPT=60000 DPT=873 WINDOW=1024 RES=0x00 SYN URGP=0 
Niestety, niewiele z niego rozumiem.

Znalazłem w Sieci polecenie

Kod: Zaznacz cały

systemctl status systemd-modules-load.service
Wynik:

Kod: Zaznacz cały

systemd-modules-load.service - Load Kernel Modules   Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
   Active: failed (Result: exit-code) since pon 2015-04-27 17:29:18 CEST; 30min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 148 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
 Main PID: 148 (code=exited, status=1/FAILURE)
Nie wiem, czy to jest z tym powiązane, ale gdy wpisuje

Kod: Zaznacz cały

apt-get update && apt-get upgrade
Na końcu mam komunikat:

Kod: Zaznacz cały

Następujące pakiety zostały zatrzymane:  db5.1-util unoconv
Ok, posiedziałem chwilę i chyba znalazłem rozwiązanie. Zostawię to tutaj, może komuś się przyda.
Wpisałem:

Kod: Zaznacz cały

journalctl
i szukamy linijki, która wygląda podobnie do (u mnie było to proste - była na czerwono):

Kod: Zaznacz cały

debian systemd-modules-load[155]: Failed to find module 'vboxdrv'
Następnie edytujemy plik /etc/modules. W moim wypadku wyglądał on tak:

Kod: Zaznacz cały

# /etc/modules: kernel modules to load at boot time.#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.


loop
vboxdrv
wl
Należy wykomentować lub usunąć linijkę 'vboxdrv'. Virtual Boxa usunął z systemu wiele miesięcy temu, nie wiedzieć czemu po update do Jessie zaczęło to stwarzać problemy.

Po reboocie system uruchamia się na oko trochę wolniej, ale tragedii nie ma. Nie ma też długiej listy output zaczynających się od [OK], ale raczej działa :)
Awatar użytkownika
Yampress
Administrator
Posty: 6420
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

vboxdrv to jest moduł virtualboxa .

Jak instalowałeś tego virtualboxa?
AKJ
Posty: 57
Rejestracja: 10 października 2013, 12:32

Post autor: AKJ »

Wiem. Z tego co pamiętam (to było około 8 miesięcy temu) instalowałem go z repo (przez Synaptica) i tak samo usuwałem (~2-3 miesiące temu, jak wywalałem programy, których nie używam), przy czym instalowałem jakiś dodatek z sieci. Niestety, BIOS mi blokował niektóre funkcje procesora, przez co praca na systemie w VB była dość niekomfortowa, więc zrezygnowałem z tego. Widocznie po usunięciu jakieś pozostałości zostały - choć ciekawe, że dopiero po update do Jessie się uaktywniły.
ODPOWIEDZ