lkml.org 
[lkml]   [2015]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Debug 0/2] Debug ACPI resource parsing failure
On Mon, 2 Mar 2015, Jiang Liu wrote:

> Hi Thomas,
> According to the dmesg, it seems that BIOS reports malformed
> ACPI resource descriptors. The new code enforces stricter checks for
> ACPI resource descriptors, so it skips some malformed ACPI resource
> descriptors. Could you please to try this two patches again?


Yes, that fixes it, networking is fine again.
I attached a dmesg output.

I had to fix up patch 2/2, it is pr_debug in drivers/acpi/resource.c line
49 not pr_info, as in your patch.

Thank you,

Thomas
[ 0.000000] Linux version 4.0.0-rc1-celeron-00036-g4f671fe-dirty (thomas@maggie) (gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) ) #222 SMP Mon Mar 2 12:44:48 CET 2015
[ 0.000000] Command line: root=/dev/sda3 console=ttyS0,115200N8 panic=30
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x0000000079578fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079579000-0x00000000795a8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000795a9000-0x00000000795fcfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000795fd000-0x000000007970dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007970e000-0x0000000079a7afff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079a7b000-0x0000000079a7bfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079a7c000-0x0000000079abdfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079abe000-0x0000000079c2bfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079c2c000-0x0000000079ff9fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079ffa000-0x0000000079ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Q1900B-ITX, BIOS P1.70 11/04/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7a000 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-E7FFF write-through
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07A800000 mask FFF800000 uncachable
[ 0.000000] 2 base 07B000000 mask FFF000000 uncachable
[ 0.000000] 3 base 07C000000 mask FFC000000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01a0f000, 0x01a0ffff] PGTABLE
[ 0.000000] BRK [0x01a10000, 0x01a10fff] PGTABLE
[ 0.000000] BRK [0x01a11000, 0x01a11fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x79200000-0x793fffff]
[ 0.000000] [mem 0x79200000-0x793fffff] page 2M
[ 0.000000] BRK [0x01a12000, 0x01a12fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x60000000-0x791fffff]
[ 0.000000] [mem 0x60000000-0x791fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[ 0.000000] [mem 0x40000000-0x5fffffff] 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 0x20100000-0x3fffffff]
[ 0.000000] [mem 0x20100000-0x201fffff] page 4k
[ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
[ 0.000000] BRK [0x01a13000, 0x01a13fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x79400000-0x79578fff]
[ 0.000000] [mem 0x79400000-0x79578fff] page 4k
[ 0.000000] BRK [0x01a14000, 0x01a14fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x795a9000-0x795fcfff]
[ 0.000000] [mem 0x795a9000-0x795fcfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x79a7b000-0x79a7bfff]
[ 0.000000] [mem 0x79a7b000-0x79a7bfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x79abe000-0x79c2bfff]
[ 0.000000] [mem 0x79abe000-0x79c2bfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x79ffa000-0x79ffffff]
[ 0.000000] [mem 0x79ffa000-0x79ffffff] page 4k
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x0000000079683080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x000000007968E3C0 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20150204/tbfadt-618)
[ 0.000000] ACPI: DSDT 0x0000000079683190 00B229 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x000000007970DF80 000040
[ 0.000000] ACPI: APIC 0x000000007968E4D0 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x000000007968E558 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x000000007968E5A0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: LPIT 0x000000007968E5E0 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
[ 0.000000] ACPI: AAFT 0x000000007968E6E8 0000D7 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x000000007968E7C0 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x000000007968E7F8 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x000000007968EF60 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x000000007968F1F0 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 0x000000007968F370 000042 (v01 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880076c00000-ffff880078bfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000079ffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009bfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.000000] node 0: [mem 0x0000000020100000-0x0000000079578fff]
[ 0.000000] node 0: [mem 0x00000000795a9000-0x00000000795fcfff]
[ 0.000000] node 0: [mem 0x0000000079a7b000-0x0000000079a7bfff]
[ 0.000000] node 0: [mem 0x0000000079abe000-0x0000000079c2bfff]
[ 0.000000] node 0: [mem 0x0000000079ffa000-0x0000000079ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000079ffffff]
[ 0.000000] On node 0 totalpages: 497117
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3995 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7744 pages used for memmap
[ 0.000000] DMA32 zone: 493122 pages, LIFO batch:31
[ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[ 0.000000] Reserving Intel graphics stolen memory at 0x7b000000-0x7effffff
[ 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[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x4f])
[ 0.000000] ACPI: NMI not connected to LINT 1!
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] res edge lint[0xcb])
[ 0.000000] ACPI: NMI not connected to LINT 1!
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] res edge lint[0x9d])
[ 0.000000] ACPI: NMI not connected to LINT 1!
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high dfl lint[0x5e])
[ 0.000000] ACPI: NMI not connected to LINT 1!
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[ 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: 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 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[ 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 0x20000000-0x200fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x79579000-0x795a8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x795fd000-0x7970dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7970e000-0x79a7afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x79a7c000-0x79abdfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x79c2c000-0x79ff9fff]
[ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff880079200000 s79704 r0 d30888 u524288
[ 0.000000] pcpu-alloc: s79704 r0 d30888 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 489288
[ 0.000000] Kernel command line: root=/dev/sda3 console=ttyS0,115200N8 panic=30
[ 0.000000] log_buf_len individual max cpu contribution: 131072 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 393216 bytes
[ 0.000000] log_buf_len min size: 262144 bytes
[ 0.000000] log_buf_len: 1048576 bytes
[ 0.000000] early log buf free: 251296(95%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Memory: 1940648K/1988468K available (5079K kernel code, 526K rwdata, 1828K rodata, 780K init, 768K bss, 47820K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS:4352 nr_irqs:1024 16
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-3.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Maximum core-clock to bus-clock ratio: 0x18
[ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[ 0.000000] TSC runs at 1996800 KHz
[ 0.000000] lapic_timer_frequency = 332800
[ 0.000000] tsc: Detected 1996.800 MHz processor
[ 0.000029] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.60 BogoMIPS (lpj=7987200)
[ 0.011040] pid_max: default: 32768 minimum: 301
[ 0.015680] ACPI: Core revision 20150204
[ 0.045998] ACPI: All ACPI Tables successfully acquired
[ 0.051673] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.058394] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.065793] CPU: Physical Processor ID: 0
[ 0.069819] CPU: Processor Core ID: 0
[ 0.073500] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.079524] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.091345] mce: CPU supports 6 MCE banks
[ 0.095380] CPU0: Thermal monitoring enabled (TM1)
[ 0.100187] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.105602] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[ 0.112005] Freeing SMP alternatives memory: 20K (ffffffff81948000 - ffffffff8194d000)
[ 0.120738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.166302] TSC deadline timer enabled
[ 0.166307] smpboot: CPU0: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz (fam: 06, model: 37, stepping: 03)
[ 0.175792] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[ 0.186181] ... version: 3
[ 0.190203] ... bit width: 40
[ 0.194309] ... generic registers: 2
[ 0.198330] ... value mask: 000000ffffffffff
[ 0.203653] ... max period: 000000ffffffffff
[ 0.208974] ... fixed-purpose events: 3
[ 0.212995] ... event mask: 0000000700000003
[ 0.219279] x86: Booting SMP configuration:
[ 0.223492] .... node #0, CPUs: #1 #2 #3
[ 0.281669] x86: Booted up 1 node, 4 CPUs
[ 0.285890] smpboot: Total of 4 processors activated (15974.40 BogoMIPS)
[ 0.293086] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.301424] devtmpfs: initialized
[ 0.305023] PM: Registering ACPI NVS region [mem 0x795fd000-0x7970dfff] (1118208 bytes)
[ 0.313321] RTC time: 11:46:48, date: 03/02/15
[ 0.317962] NET: Registered protocol family 16
[ 0.329199] cpuidle: using governor ladder
[ 0.341340] cpuidle: using governor menu
[ 0.345324] ACPI: bus type PCI registered
[ 0.349370] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.358696] PCI: not using MMCONFIG
[ 0.362197] PCI: Using configuration type 1 for base access
[ 0.377795] ACPI: Added _OSI(Module Device)
[ 0.381993] ACPI: Added _OSI(Processor Device)
[ 0.386444] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.391160] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.415353] ACPI: Dynamic OEM Table Load:
[ 0.419427] ACPI: SSDT 0xFFFF880078D66400 0003D7 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.429371] ACPI: Dynamic OEM Table Load:
[ 0.433433] ACPI: SSDT 0xFFFF880078D66800 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.444026] ACPI: Dynamic OEM Table Load:
[ 0.448098] ACPI: SSDT 0xFFFF880078F13000 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.457933] ACPI: Dynamic OEM Table Load:
[ 0.462002] ACPI: SSDT 0xFFFF880078C73B40 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.474074] ACPI: Interpreter enabled
[ 0.477767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
[ 0.487057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
[ 0.496365] ACPI: (supports S0 S3 S4 S5)
[ 0.500293] ACPI: Using IOAPIC for interrupt routing
[ 0.505466] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.516520] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.525703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.547929] ACPI: Power Resource [USBC] (on)
[ 0.554545] ACPI: Power Resource [PLPE] (on)
[ 0.559311] ACPI: Power Resource [PLPE] (on)
[ 0.575832] ACPI: Power Resource [CLK0] (on)
[ 0.580213] ACPI: Power Resource [CLK1] (on)
[ 0.660156] ACPI: Power Resource [FN00] (off)
[ 0.665980] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.672184] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.680857] \_SB_.PCI0:_OSC invalid UUID
[ 0.680860] _OSC request data:1 1f 0
[ 0.680868] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.687599] acpi: address space [0-6f] len 70
[ 0.691972] acpi: address space [78-cf7] len c80
[ 0.696599] acpi: address space [d00-ffff] len f300
[ 0.701487] acpi: address space [a0000-bffff] len 20000
[ 0.706724] acpi: address space [c0000-dffff] len 20000
[ 0.711962] acpi: address space [e0000-fffff] len 20000
[ 0.717199] acpi: address space [0-0] len 0
[ 0.721390] ACPI: Invalid address space min_addr_fix 1, max_addr_fix 1, len 0
[ 0.728537] ACPI: invalid or unassigned resource mem [0000000000000000 - 0000000000000000] length [0000000000000000]
[ 0.739072] acpi: address space [0-ffffffff] len 0
[ 0.743872] ACPI: Invalid address space min_addr_fix 1, max_addr_fix 1, len 0
[ 0.751021] ACPI: invalid or unassigned resource mem [0000000000000000 - 00000000ffffffff] length [0000000000000000]
[ 0.761553] acpi: address space [80000000-d0716ffe] len 50717000
[ 0.767572] ACPI: invalid or unassigned resource mem [0000000080000000 - 00000000d0716ffe] length [0000000050717000]
[ 0.778108] acpi PNP0A08:00: host bridge window [mem 0x00000000 window] (ignored, not CPU addressable)
[ 0.787437] acpi PNP0A08:00: host bridge window expanded to [mem 0x00000000-0xffffffff window]; [mem 0x00000000-0xffffffff window] ignored
[ 0.799883] acpi PNP0A08:00: host bridge window expanded to [mem 0x00000000-0xffffffff window]; [mem 0x80000000-0xd0716ffe window] ignored
[ 0.812578] PCI host bridge to bus 0000:00
[ 0.816690] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.822192] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.828992] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.835790] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.842590] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff window]
[ 0.850085] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.857578] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.865081] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[ 0.865308] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[ 0.865325] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
[ 0.865338] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[ 0.865350] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
[ 0.865589] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[ 0.865611] pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
[ 0.865623] pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
[ 0.865633] pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
[ 0.865644] pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
[ 0.865655] pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
[ 0.865666] pci 0000:00:13.0: reg 0x24: [mem 0xd0716000-0xd07167ff]
[ 0.865722] pci 0000:00:13.0: PME# supported from D3hot
[ 0.865925] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[ 0.865948] pci 0000:00:14.0: reg 0x10: [mem 0xd0700000-0xd070ffff 64bit]
[ 0.866015] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.866195] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.871956] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[ 0.871985] pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff]
[ 0.872000] pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff]
[ 0.872113] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.872315] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[ 0.872341] pci 0000:00:1b.0: reg 0x10: [mem 0xd0710000-0xd0713fff 64bit]
[ 0.872421] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.872619] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[ 0.872692] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.872888] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[ 0.872960] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.873157] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[ 0.873229] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.873428] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[ 0.873500] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.873703] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[ 0.873972] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[ 0.874010] pci 0000:00:1f.3: reg 0x10: [mem 0xd0714000-0xd071401f]
[ 0.874083] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
[ 0.874440] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.879526] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.879549] pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.879579] pci 0000:02:00.0: reg 0x18: [mem 0xd0604000-0xd0604fff 64bit]
[ 0.879598] pci 0000:02:00.0: reg 0x20: [mem 0xd0600000-0xd0603fff 64bit pref]
[ 0.879699] pci 0000:02:00.0: supports D1 D2
[ 0.879703] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.879761] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.893465] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.898446] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.898452] pci 0000:00:1c.1: bridge window [mem 0xd0600000-0xd06fffff]
[ 0.898542] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.903614] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.908623] pci_bus 0000:00: on NUMA node 0
[ 0.910392] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.917699] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.925016] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.932337] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.939648] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.946943] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.955432] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.962758] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.973430] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 0.978472] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.984148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.992257] vgaarb: loaded
[ 0.994974] vgaarb: bridge control possible 0000:00:02.0
[ 1.000421] SCSI subsystem initialized
[ 1.004197] libata version 3.00 loaded.
[ 1.004221] ACPI: bus type USB registered
[ 1.008270] usbcore: registered new interface driver usbfs
[ 1.013785] usbcore: registered new interface driver hub
[ 1.019141] usbcore: registered new device driver usb
[ 1.024248] Linux video capture interface: v2.00
[ 1.028923] PCI: Using ACPI for IRQ routing
[ 1.039035] PCI: pci_cache_line_size set to 64 bytes
[ 1.039079] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
[ 1.039083] e820: reserve RAM buffer [mem 0x79579000-0x7bffffff]
[ 1.039085] e820: reserve RAM buffer [mem 0x795fd000-0x7bffffff]
[ 1.039088] e820: reserve RAM buffer [mem 0x79a7c000-0x7bffffff]
[ 1.039090] e820: reserve RAM buffer [mem 0x79c2c000-0x7bffffff]
[ 1.039093] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
[ 1.039344] Switched to clocksource refined-jiffies
[ 1.044375] pnp: PnP ACPI init
[ 1.047533] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.047795] system 00:01: [io 0x0680-0x069f] has been reserved
[ 1.053729] system 00:01: [io 0x0400-0x047f] has been reserved
[ 1.059666] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 1.065601] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.065826] ACPI: invalid or unassigned resource io [0000000000000000 - ffffffffffffffff] length [0000000000000000]
[ 1.076278] ACPI: invalid or unassigned resource io [0000000000000000 - ffffffffffffffff] length [0000000000000000]
[ 1.086722] ACPI: invalid or unassigned resource io [0000000000000000 - ffffffffffffffff] length [0000000000000000]
[ 1.097213] system 00:02: [io 0x0290-0x029f] has been reserved
[ 1.103147] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.104143] pnp 00:03: [dma 3]
[ 1.104446] pnp 00:03: Plug and Play ACPI device, IDs PNP0400 PNP0401 (active)
[ 1.105000] pnp 00:04: [dma 0 disabled]
[ 1.105092] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.106005] system 00:05: [mem 0xe0000000-0xefffffff] could not be reserved
[ 1.112986] system 00:05: [mem 0xfed01000-0xfed01fff] has been reserved
[ 1.119616] system 00:05: [mem 0xfed03000-0xfed03fff] has been reserved
[ 1.126243] system 00:05: [mem 0xfed04000-0xfed04fff] has been reserved
[ 1.132870] system 00:05: [mem 0xfed0c000-0xfed0ffff] has been reserved
[ 1.139493] system 00:05: [mem 0xfed08000-0xfed08fff] has been reserved
[ 1.146120] system 00:05: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 1.152743] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[ 1.159369] system 00:05: [mem 0xfef00000-0xfeffffff] has been reserved
[ 1.166000] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.169309] pnp: PnP ACPI: found 6 devices
[ 1.181420] Switched to clocksource acpi_pm
[ 1.185674] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 1.185682] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[ 1.185687] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[ 1.185698] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[ 1.185708] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 1.185712] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[ 1.185717] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
[ 1.185726] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 1.185731] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
[ 1.185736] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
[ 1.185746] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 1.185750] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 1.185754] pci 0000:00:1c.1: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 1.185758] pci 0000:00:1c.2: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 1.185763] pci 0000:00:1c.2: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 1.185767] pci 0000:00:1c.3: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 1.185771] pci 0000:00:1c.3: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 1.185775] pci 0000:00:1c.0: res[7]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 1.185779] pci 0000:00:1c.2: res[7]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 1.185783] pci 0000:00:1c.3: res[7]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 1.185792] pci 0000:00:1c.0: BAR 8: assigned [mem 0x7f000000-0x7f1fffff]
[ 1.192614] pci 0000:00:1c.0: BAR 9: assigned [mem 0x7f200000-0x7f3fffff 64bit pref]
[ 1.200391] pci 0000:00:1c.1: BAR 9: assigned [mem 0x7f400000-0x7f5fffff 64bit pref]
[ 1.208162] pci 0000:00:1c.2: BAR 8: assigned [mem 0x7f600000-0x7f7fffff]
[ 1.214979] pci 0000:00:1c.2: BAR 9: assigned [mem 0x7f800000-0x7f9fffff 64bit pref]
[ 1.222751] pci 0000:00:1c.3: BAR 8: assigned [mem 0x7fa00000-0x7fbfffff]
[ 1.229568] pci 0000:00:1c.3: BAR 9: assigned [mem 0x7fc00000-0x7fdfffff 64bit pref]
[ 1.237341] pci 0000:00:1c.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 1.243460] pci 0000:00:1c.2: BAR 7: assigned [io 0x2000-0x2fff]
[ 1.249580] pci 0000:00:1c.3: BAR 7: assigned [io 0x3000-0x3fff]
[ 1.255703] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 1.260697] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 1.266820] pci 0000:00:1c.0: bridge window [mem 0x7f000000-0x7f1fffff]
[ 1.273636] pci 0000:00:1c.0: bridge window [mem 0x7f200000-0x7f3fffff 64bit pref]
[ 1.281409] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 1.286399] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 1.292524] pci 0000:00:1c.1: bridge window [mem 0xd0600000-0xd06fffff]
[ 1.299340] pci 0000:00:1c.1: bridge window [mem 0x7f400000-0x7f5fffff 64bit pref]
[ 1.307115] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 1.312103] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
[ 1.318226] pci 0000:00:1c.2: bridge window [mem 0x7f600000-0x7f7fffff]
[ 1.325042] pci 0000:00:1c.2: bridge window [mem 0x7f800000-0x7f9fffff 64bit pref]
[ 1.332817] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 1.337807] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
[ 1.343930] pci 0000:00:1c.3: bridge window [mem 0x7fa00000-0x7fbfffff]
[ 1.350743] pci 0000:00:1c.3: bridge window [mem 0x7fc00000-0x7fdfffff 64bit pref]
[ 1.358513] pci_bus 0000:00: resource 4 [io 0x0000-0x006f window]
[ 1.358517] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7 window]
[ 1.358521] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff window]
[ 1.358525] pci_bus 0000:00: resource 7 [mem 0x00000000-0xffffffff window]
[ 1.358529] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff window]
[ 1.358533] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff window]
[ 1.358537] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 1.358541] pci_bus 0000:01: resource 1 [mem 0x7f000000-0x7f1fffff]
[ 1.358545] pci_bus 0000:01: resource 2 [mem 0x7f200000-0x7f3fffff 64bit pref]
[ 1.358548] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ 1.358552] pci_bus 0000:02: resource 1 [mem 0xd0600000-0xd06fffff]
[ 1.358556] pci_bus 0000:02: resource 2 [mem 0x7f400000-0x7f5fffff 64bit pref]
[ 1.358560] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 1.358563] pci_bus 0000:03: resource 1 [mem 0x7f600000-0x7f7fffff]
[ 1.358567] pci_bus 0000:03: resource 2 [mem 0x7f800000-0x7f9fffff 64bit pref]
[ 1.358571] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 1.358575] pci_bus 0000:04: resource 1 [mem 0x7fa00000-0x7fbfffff]
[ 1.358579] pci_bus 0000:04: resource 2 [mem 0x7fc00000-0x7fdfffff 64bit pref]
[ 1.358627] NET: Registered protocol family 2
[ 1.363216] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.370515] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 1.377231] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.383823] TCP: reno registered
[ 1.387081] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.393130] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.399665] NET: Registered protocol family 1
[ 1.404075] pci 0000:00:02.0: Video device with shadowed ROM
[ 1.404313] PCI: CLS 64 bytes, default 64
[ 1.404682] microcode: CPU0 sig=0x30673, pf=0x4, revision=0x321
[ 1.410623] microcode: CPU1 sig=0x30673, pf=0x4, revision=0x321
[ 1.416566] microcode: CPU2 sig=0x30673, pf=0x4, revision=0x321
[ 1.422527] microcode: CPU3 sig=0x30673, pf=0x4, revision=0x321
[ 1.428559] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.437760] Scanning for low memory corruption every 60 seconds
[ 1.444729] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.453699] zpool: loaded
[ 1.456348] zbud: loaded
[ 1.459833] ntfs: driver 2.1.31 [Flags: R/O].
[ 1.464313] fuse init (API version 7.23)
[ 1.469429] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.476852] io scheduler noop registered
[ 1.480797] io scheduler deadline registered (default)
[ 1.486730] intel_idle: MWAIT substates: 0x33000020
[ 1.486734] intel_idle: v0.4 model 0x37
[ 1.486737] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.487211] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 1.495591] ACPI: Power Button [PWRB]
[ 1.499353] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 1.507728] ACPI: Sleep Button [SLPB]
[ 1.511501] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.518920] ACPI: Power Button [PWRF]
[ 1.527863] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.533554] ACPI: Thermal Zone [TZ01] (27 C)
[ 1.537898] GHES: HEST is not enabled!
[ 1.541790] Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
[ 1.568841] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.582614] hpet: number irqs doesn't agree with number of timers
[ 1.588948] Non-volatile memory driver v1.3
[ 1.593404] rdac: device handler registered
[ 1.598207] hp_sw: device handler registered
[ 1.602514] emc: device handler registered
[ 1.606637] alua: device handler registered
[ 1.610914] ahci 0000:00:13.0: version 3.0
[ 1.611071] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[ 1.630324] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
[ 1.638448] ahci 0000:00:13.0: flags: 64bit ncq led clo pio slum part deso
[ 1.646873] scsi host0: ahci
[ 1.651164] scsi host1: ahci
[ 1.654170] ata1: SATA max UDMA/133 abar m2048@0xd0716000 port 0xd0716100 irq 87
[ 1.661607] ata2: DUMMY
[ 1.664123] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 1.670245] e100: Copyright(c) 1999-2006 Intel Corporation
[ 1.675790] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.681404] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.695690] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xffffc9000003a000, d0:50:99:1a:cf:2c, XID 0c000800 IRQ 88
[ 1.705988] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.714613] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.719870] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.727682] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00001810
[ 1.736150] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.737130] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.743948] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.751200] usb usb1: Product: xHCI Host Controller
[ 1.756108] usb usb1: Manufacturer: Linux 4.0.0-rc1-celeron-00036-g4f671fe-dirty xhci-hcd
[ 1.764301] usb usb1: SerialNumber: 0000:00:14.0
[ 1.770279] hub 1-0:1.0: USB hub found
[ 1.774149] hub 1-0:1.0: 6 ports detected
[ 1.779744] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.785007] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.793482] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.800303] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.807548] usb usb2: Product: xHCI Host Controller
[ 1.812457] usb usb2: Manufacturer: Linux 4.0.0-rc1-celeron-00036-g4f671fe-dirty xhci-hcd
[ 1.820660] usb usb2: SerialNumber: 0000:00:14.0
[ 1.826350] hub 2-0:1.0: USB hub found
[ 1.830211] hub 2-0:1.0: 1 port detected
[ 1.834637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.841200] ehci-pci: EHCI PCI platform driver
[ 1.845692] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.852122] usbcore: registered new interface driver usb-storage
[ 1.858208] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.868270] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.873282] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.880221] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 1.887544] rtc_cmos 00:00: RTC can wake from S4
[ 1.892458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 1.898742] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 1.905667] ACPI Warning: SystemIO range 0x000000000000f000-0x000000000000f01f conflicts with OpRegion 0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI) (20150204/utaddress-258)
[ 1.922539] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 1.932772] saa7146: register extension 'budget_av'
[ 1.937706] usbcore: registered new interface driver dvb_usb_ttusb2
[ 1.944926] device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: dm-devel@redhat.com
[ 1.953413] Intel P-state driver initializing.
[ 1.958118] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.963769] usbcore: registered new interface driver usbhid
[ 1.969505] usbhid: USB HID core driver
[ 1.973454] TCP: cubic registered
[ 1.981209] Magic number: 7:531:781
[ 1.984962] acpi ATML1000:01: hash matches
[ 1.985084] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.995354] ata1.00: ATA-8: ST31000524AS, JC4B, max UDMA/133
[ 2.001193] rtc_cmos 00:00: setting system clock to 2015-03-02 11:46:50 UTC (1425296810)
[ 2.001307] PM: Hibernation image not present or could not be loaded.
[ 2.009630] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 2.018355] ata1.00: configured for UDMA/133
[ 2.023085] scsi 0:0:0:0: Direct-Access ATA ST31000524AS JC4B PQ: 0 ANSI: 5
[ 2.031901] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 2.032123] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.045501] sd 0:0:0:0: [sda] Write Protect is off
[ 2.050404] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.050440] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.091501] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[ 2.115400] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[ 2.124450] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.140059] EXT4-fs (sda3): couldn't mount as ext3 due to feature incompatibilities
[ 2.148477] EXT4-fs (sda3): couldn't mount as ext2 due to feature incompatibilities
[ 2.194161] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 2.201995] VFS: Mounted root (ext4 filesystem) readonly on device 8:3.
[ 2.232411] usb 1-2: New USB device found, idVendor=05e3, idProduct=0608
[ 2.241469] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.247613] devtmpfs: mounted
[ 2.251836] usb 1-2: Product: USB2.0 Hub
[ 2.252111] Freeing unused kernel memory: 780K (ffffffff81885000 - ffffffff81948000)
[ 2.252113] Write protecting the kernel read-only data: 8192k
[ 2.270314] Freeing unused kernel memory: 1052K (ffff8800014f9000 - ffff880001600000)
[ 2.278778] hub 1-2:1.0: USB hub found
[ 2.282947] Freeing unused kernel memory: 220K (ffff8800017c9000 - ffff880001800000)
[ 2.283052] hub 1-2:1.0: 3 ports detected
[ 2.427981] tsc: Refined TSC clocksource calibration: 1999.997 MHz
[ 2.464324] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 2.605567] usb 1-3: New USB device found, idVendor=0b48, idProduct=300d
[ 2.613096] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.620408] usb 1-3: Product: TT-USB2.0
[ 2.624347] usb 1-3: Manufacturer: TechnoTrend
[ 2.628919] usb 1-3: SerialNumber: LHJNON
[ 2.634012] dvb-usb: found a 'Technotrend TT-connect CT-3650' in warm state.
[ 2.641761] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 2.650324] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 2.659100] DVB: registering new adapter (Technotrend TT-connect CT-3650)
[ 2.669010] ttusb2: CI initialized.
[ 2.672638] usb 1-3: DVB: registering adapter 0 frontend 0 (Philips TDA10023 DVB-C)...
[ 2.687700] usb 1-3: DVB: registering adapter 0 frontend 1 (NXP TDA10048HN DVB-T)...
[ 2.695974] IR keymap rc-tt-1500 not found
[ 2.701662] Registered IR keymap rc-empty
[ 2.705984] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/rc/rc0/input6
[ 2.716918] rc0: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/rc/rc0
[ 2.726913] dvb-usb: schedule remote query interval to 150 msecs.
[ 3.039331] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 3.169962] systemd[1]: Failed to insert module 'autofs4'
[ 3.176242] systemd[1]: Failed to insert module 'ipv6'
[ 3.182010] systemd[1]: Set hostname to <maggie>.
[ 3.219509] random: systemd urandom read with 81 bits of entropy available
[ 3.435061] Switched to clocksource tsc
[ 3.516337] LVM: Logical Volume autoactivation enabled.
[ 3.521646] LVM: Activation generator successfully completed.
[ 4.183637] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 4.218683] random: nonblocking pool is initialized
[ 4.225409] systemd[1]: Starting Replay Read-Ahead Data...
[ 4.240610] systemd[1]: Starting Collect Read-Ahead Data...
[ 4.256661] systemd[1]: Expecting device dev-ttyS0.device...
[ 4.271700] systemd[1]: Starting Syslog Socket.
[ 4.273622] systemd-readahead[88]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
[ 4.299809] systemd[1]: Listening on Syslog Socket.
[ 4.304779] systemd[1]: Starting Delayed Shutdown Socket.
[ 4.320166] systemd[1]: Listening on Delayed Shutdown Socket.
[ 4.325988] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 4.348215] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.355249] systemd[1]: Starting LVM2 metadata daemon socket.
[ 4.372212] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 4.378408] systemd[1]: Starting Journal Socket.
[ 4.392098] systemd[1]: Listening on Journal Socket.
[ 4.397190] systemd[1]: Mounted Huge Pages File System.
[ 4.402488] systemd[1]: Starting Create dynamic rule for /dev/root link...
[ 4.420597] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 4.429844] systemd[1]: Starting Create static device nodes in /dev...
[ 4.449058] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.468641] systemd[1]: Starting Journal Service...
[ 4.496135] systemd[1]: Started Journal Service.
[ 4.736843] dvb-usb: recv bulk message failed: -110
[ 4.742058] ttusb2: there might have been an error during control message transfer. (rlen = 0, was 0)
[ 4.842769] systemd-journald[93]: Vacuuming done, freed 0 bytes
[ 5.650520] systemd-udevd[124]: starting version 208
[ 5.755477] EXT4-fs (sda3): re-mounted. Opts: (null)
[ 6.752616] dvb-usb: recv bulk message failed: -110
[ 6.757519] ttusb2: there might have been an error during control message transfer. (rlen = 0, was 0)
[ 6.766773] dvb-usb: Technotrend TT-connect CT-3650 successfully initialized and connected.
[ 9.006299] Adding 2097148k swap on /dev/sda1. Priority:42 extents:1 across:2097148k FS
[ 9.831944] EXT4-fs (sda5): barriers disabled
[ 9.882427] EXT4-fs (sda5): mounted filesystem with writeback data mode. Opts: data=writeback,barrier=0
[ 12.654874] r8169 0000:02:00.0 eth0: link down
[ 12.654937] r8169 0000:02:00.0 eth0: link down
[ 13.224912] systemd-journald[93]: Received request to flush runtime journal from PID 1
[ 14.298195] r8169 0000:02:00.0 eth0: link up
\
 
 \ /
  Last update: 2015-03-02 13:01    [W:0.104 / U:0.464 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site