drm/i915 KMS regression in Linux 3.16-rc2 (with git bisect result)

From: Tom Van Braeckel
Date: Wed Jun 25 2014 - 09:04:35 EST


Hi,

There seems to be a regression in the upcoming Linux 3.16-rc2 release
candidate that I bisected down to this first bad commit:
[dbb42748ac4929987c1449ecb296b39ef8956b62] drm/i915: Move the C3 LP
write bit setup to gen3_init_clock_gating() for KMS.

The regression is that during the Ubuntu boot process, the monitor
becomes blank and displays "no signal, going to sleep". This happens
around Kernel Mode Setting time, and does not occur with the
"nomodeset" kernel parameter.

The machine under test is a HP-branded single core Intel Pentium 4 CPU
@ 3.00GHz with this GPU:

00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ
Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at e0400000 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at 10c0 [size=8]
Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at e0480000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915


I confirmed that this regression still exists with the latest version
of Linus' tree.

Kind regards and thanks for all your hard work!

Tom Van Braeckel.
[ 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-rc2+ (tom@box) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #20 SMP Wed Jun 25 14:34:25 CEST 2014
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e8000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f7cf2ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007f7cf300-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Hewlett-Packard HP Compaq dc7600 Ultra-slim Desktop/09FCh, BIOS 786D1 v01.03 05/18/2005
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7f7cf max_arch_pfn = 0x1000000
[ 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-protect
[ 0.000000] E8000-EFFFF write-back
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07F800000 mask FFF800000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2040MB, range: 8MB, type UC
[ 0.000000] total RAM covered: 2040M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 2 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2040MB, range: 8MB, type UC
[ 0.000000] found SMP MP-table at [mem 0x000fe700-0x000fe70f] mapped at [c00fe700]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
[ 0.000000] [mem 0x37800000-0x379fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
[ 0.000000] [mem 0x34000000-0x377fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x33ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
[ 0.000000] [mem 0x37a00000-0x37bfdfff] page 4k
[ 0.000000] BRK [0x01b60000, 0x01b60fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x36a0a000-0x374fcfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000E8C10 000014 (v00 COMPAQ)
[ 0.000000] ACPI: RSDT 0x7F7DF340 000038 (v01 COMPAQ CPQ0968 20050518 00000000)
[ 0.000000] ACPI: FACP 0x7F7DF3EC 000074 (v01 COMPAQ LAKEPORT 00000001 00000000)
[ 0.000000] ACPI: DSDT 0x7F7DF583 00166C (v01 COMPAQ DSDT 00000001 MSFT 0100000E)
[ 0.000000] ACPI: FACS 0x7F7DF300 000040
[ 0.000000] ACPI: SSDT 0x7F7E0BEF 007679 (v01 COMPAQ PROJECT 00000001 MSFT 0100000E)
[ 0.000000] ACPI: APIC 0x7F7DF460 000084 (v01 COMPAQ LAKEPORT 00000001 00000000)
[ 0.000000] ACPI: ASF! 0x7F7DF4E4 000063 (v32 COMPAQ LAKEPORT 00000001 00000000)
[ 0.000000] ACPI: MCFG 0x7F7DF547 00003C (v01 COMPAQ LAKEPORT 00000001 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1147MB HIGHMEM available.
[ 0.000000] 891MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 37bfe000
[ 0.000000] low ram: 0 - 37bfe000
[ 0.000000] BRK [0x01b61000, 0x01b61fff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x37bfdfff]
[ 0.000000] HighMem [mem 0x37bfe000-0x7f7cefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x7f7cefff]
[ 0.000000] On node 0 totalpages: 522093
[ 0.000000] free_area_init_node: node 0, pgdat c1984200, node_mem_map f5a1a020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 1752 pages used for memmap
[ 0.000000] Normal zone: 224254 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2296 pages used for memmap
[ 0.000000] HighMem zone: 293841 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] Reserving Intel graphics stolen memory at 0x7f800000-0x7fffffff
[ 0.000000] ACPI: PM-Timer IO Port: 0xf808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, 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] smpboot: Allowing 4 CPUs, 3 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e7fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e8000-0x000fffff]
[ 0.000000] e820: [mem 0x80000000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @f7bba000 s35776 r0 d21568 u57344
[ 0.000000] pcpu-alloc: s35776 r0 d21568 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520309
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-rc2+ root=UUID=0caf1426-3166-42f1-bc6d-10677fd32e83 ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 4177520 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00037bfe:0007f7cf)
[ 0.000000] Initializing Movable for node 0 (00000000:00000000)
[ 0.000000] Memory: 2043960K/2088372K available (6466K kernel code, 645K rwdata, 2744K rodata, 884K init, 792K bss, 44412K reserved, 1175364K highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
[ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
[ 0.000000] .init : 0xc19a4000 - 0xc1a81000 ( 884 kB)
[ 0.000000] .data : 0xc1650f4f - 0xc19a2580 (3397 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1650f4f (6467 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=128, 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:2304 nr_irqs:712 16
[ 0.000000] CPU 0 irqstacks, hard=f5408000 soft=f540a000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2990.418 MHz processor
[ 0.008016] Calibrating delay loop (skipped), value calculated using timer frequency.. 5980.83 BogoMIPS (lpj=11961672)
[ 0.008022] pid_max: default: 32768 minimum: 301
[ 0.008033] ACPI: Core revision 20140424
[ 0.015680] ACPI: All ACPI Tables successfully acquired
[ 0.016032] Security Framework initialized
[ 0.016056] AppArmor: AppArmor initialized
[ 0.016059] Yama: becoming mindful.
[ 0.016134] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.016138] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.016496] Initializing cgroup subsys memory
[ 0.016533] Initializing cgroup subsys devices
[ 0.016548] Initializing cgroup subsys freezer
[ 0.016556] Initializing cgroup subsys blkio
[ 0.016564] Initializing cgroup subsys perf_event
[ 0.016570] Initializing cgroup subsys hugetlb
[ 0.016612] CPU0: Hyper-Threading is disabled
[ 0.016618] mce: CPU supports 4 MCE banks
[ 0.016631] CPU0: Thermal monitoring enabled (TM1)
[ 0.016647] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
[ 0.016647] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64, 1GB 0
[ 0.016647] tlb_flushall_shift: 6
[ 0.035314] ftrace: allocating 27642 entries in 54 pages
[ 0.052007] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.052386] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.092077] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz (fam: 0f, model: 04, stepping: 0a)
[ 0.096000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[ 0.096000] ... version: 0
[ 0.096000] ... bit width: 40
[ 0.096000] ... generic registers: 18
[ 0.096000] ... value mask: 000000ffffffffff
[ 0.096000] ... max period: 0000007fffffffff
[ 0.096000] ... fixed-purpose events: 0
[ 0.096000] ... event mask: 000000000003ffff
[ 0.096000] x86: Booted up 1 node, 1 CPUs
[ 0.096000] smpboot: Total of 1 processors activated (5980.83 BogoMIPS)
[ 0.096000] devtmpfs: initialized
[ 0.096198] evm: security.selinux
[ 0.096201] evm: security.SMACK64
[ 0.096202] evm: security.ima
[ 0.096204] evm: security.capability
[ 0.096258] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.096387] reboot: HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
[ 0.097992] pinctrl core: initialized pinctrl subsystem
[ 0.098127] regulator-dummy: no parameters
[ 0.098174] RTC time: 12:38:13, date: 06/25/14
[ 0.098254] NET: Registered protocol family 16
[ 0.098534] EISA bus registered
[ 0.098540] cpuidle: using governor ladder
[ 0.098544] cpuidle: using governor menu
[ 0.098661] ACPI: bus type PCI registered
[ 0.098665] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.098777] PCI: MMCONFIG for domain 0000 [bus 00-40] at [mem 0xf0000000-0xf40fffff] (base 0xf0000000)
[ 0.098782] PCI: MMCONFIG at [mem 0xf0000000-0xf40fffff] reserved in E820
[ 0.098786] PCI: MMCONFIG for 0000 [bus00-1f] at [mem 0xf0000000-0xf1ffffff] (base 0xf0000000) (size reduced!)
[ 0.098788] PCI: Using MMCONFIG for extended config space
[ 0.098790] PCI: Using configuration type 1 for base access
[ 0.101537] ACPI: Added _OSI(Module Device)
[ 0.101540] ACPI: Added _OSI(Processor Device)
[ 0.101543] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.101545] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.105262] ACPI: Dynamic OEM Table Load:
[ 0.105273] ACPI: SSDT 0xF5452000 000453 (v01 COMPAQ CPU_TM2 00000001 MSFT 0100000E)
[ 0.105792] ACPI: Interpreter enabled
[ 0.105820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[ 0.105841] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.105844] ACPI: Using IOAPIC for interrupt routing
[ 0.105889] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.112140] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.112150] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.112159] ACPI BIOS Error (bug): \_SB_.PCI0._OSC: Excess arguments - ASL declared 5, ACPI requires 4 (20140424/nsarguments-189)
[ 0.112251] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS (20140424/dsfield-211)
[ 0.112260] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node f54235b8), AE_ALREADY_EXISTS (20140424/psparse-536)
[ 0.112274] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
[ 0.112698] acpi PNP0A08:00: host bridge window [mem 0xf4000000-0xfebfffff] (ignored)
[ 0.112703] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.112706] acpi PNP0A08:00: host bridge window [io 0x1000-0x2fff] (ignored)
[ 0.112709] acpi PNP0A08:00: host bridge window [io 0x3000-0x6fff] (ignored)
[ 0.112712] acpi PNP0A08:00: host bridge window [io 0x7000-0xafff] (ignored)
[ 0.112715] acpi PNP0A08:00: host bridge window [io 0xb000-0xffff] (ignored)
[ 0.112718] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.112722] acpi PNP0A08:00: host bridge window [mem 0x80000000-0xefffffff] (ignored)
[ 0.112724] PCI: root bus 00: using default resources
[ 0.112728] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge
[ 0.112971] PCI host bridge to bus 0000:00
[ 0.112976] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.112980] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.112983] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[ 0.112997] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
[ 0.113160] pci 0000:00:02.0: [8086:2772] type 00 class 0x030000
[ 0.113176] pci 0000:00:02.0: reg 0x10: [mem 0xe0400000-0xe047ffff]
[ 0.113185] pci 0000:00:02.0: reg 0x14: [io 0x10c0-0x10c7]
[ 0.113193] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
[ 0.113201] pci 0000:00:02.0: reg 0x1c: [mem 0xe0480000-0xe04bffff]
[ 0.113387] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[ 0.113409] pci 0000:00:1b.0: reg 0x10: [mem 0xe04c0000-0xe04c3fff 64bit]
[ 0.113497] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.113632] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[ 0.113722] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.113795] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.113876] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[ 0.113967] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.114038] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.114122] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[ 0.114170] pci 0000:00:1d.0: reg 0x20: [io 0x1000-0x101f]
[ 0.114255] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.114333] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[ 0.114381] pci 0000:00:1d.1: reg 0x20: [io 0x1020-0x103f]
[ 0.114465] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.114541] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[ 0.114589] pci 0000:00:1d.2: reg 0x20: [io 0x1040-0x105f]
[ 0.114673] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.114747] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[ 0.114795] pci 0000:00:1d.3: reg 0x20: [io 0x1060-0x107f]
[ 0.114879] pci 0000:00:1d.3: System wakeup disabled by ACPI
[ 0.114965] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[ 0.114990] pci 0000:00:1d.7: reg 0x10: [mem 0xe04c4000-0xe04c43ff]
[ 0.115083] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.115150] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.115236] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.115353] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.115438] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[ 0.115530] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.115541] pci 0000:00:1f.0: can't claim BAR 13 [io 0xf800-0xf87f]: address conflict with ACPI CPU throttle [io 0xf810-0xf815]
[ 0.115548] pci 0000:00:1f.0: quirk: [io 0xfa00-0xfa3f] claimed by ICH6 GPIO
[ 0.115554] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 007f)
[ 0.115558] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0480 (mask 001f)
[ 0.115563] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0cb0 (mask 000f)
[ 0.115712] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[ 0.115729] pci 0000:00:1f.1: reg 0x10: [io 0x10c8-0x10cf]
[ 0.115741] pci 0000:00:1f.1: reg 0x14: [io 0x10e8-0x10eb]
[ 0.115752] pci 0000:00:1f.1: reg 0x18: [io 0x10d0-0x10d7]
[ 0.115763] pci 0000:00:1f.1: reg 0x1c: [io 0x10ec-0x10ef]
[ 0.115774] pci 0000:00:1f.1: reg 0x20: [io 0x10a0-0x10af]
[ 0.115797] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.115800] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.115803] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.115806] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.115934] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
[ 0.115952] pci 0000:00:1f.2: reg 0x10: [io 0x10d8-0x10df]
[ 0.115963] pci 0000:00:1f.2: reg 0x14: [io 0x10f0-0x10f3]
[ 0.115973] pci 0000:00:1f.2: reg 0x18: [io 0x10e0-0x10e7]
[ 0.115983] pci 0000:00:1f.2: reg 0x1c: [io 0x10f4-0x10f7]
[ 0.115993] pci 0000:00:1f.2: reg 0x20: [io 0x10b0-0x10bf]
[ 0.116047] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.116271] pci 0000:00:1c.0: PCI bridge to [bus 20]
[ 0.116400] pci 0000:3f:00.0: [14e4:1600] type 00 class 0x020000
[ 0.116428] pci 0000:3f:00.0: reg 0x10: [mem 0xe0500000-0xe050ffff 64bit]
[ 0.116562] pci 0000:3f:00.0: PME# supported from D3hot D3cold
[ 0.116657] pci 0000:3f:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.116670] pci 0000:00:1c.1: PCI bridge to [bus 3f]
[ 0.116678] pci 0000:00:1c.1: bridge window [mem 0xe0500000-0xe07fffff]
[ 0.116785] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[ 0.116799] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.116802] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[ 0.116823] pci_bus 0000:00: on NUMA node 0
[ 0.117427] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.117537] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.117645] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.117752] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.117859] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.117965] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.118073] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.118179] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.118606] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.118612] vgaarb: loaded
[ 0.118614] vgaarb: bridge control possible 0000:00:02.0
[ 0.119056] SCSI subsystem initialized
[ 0.119121] libata version 3.00 loaded.
[ 0.119181] ACPI: bus type USB registered
[ 0.119224] usbcore: registered new interface driver usbfs
[ 0.119247] usbcore: registered new interface driver hub
[ 0.119284] usbcore: registered new device driver usb
[ 0.119493] PCI: Using ACPI for IRQ routing
[ 0.120376] PCI: pci_cache_line_size set to 64 bytes
[ 0.120427] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.120431] e820: reserve RAM buffer [mem 0x7f7cf300-0x7fffffff]
[ 0.120633] NetLabel: Initializing
[ 0.120637] NetLabel: domain hash size = 128
[ 0.120638] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.120657] NetLabel: unlabeled traffic allowed by default
[ 0.120894] hpet clockevent registered
[ 0.120899] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.120905] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.120911] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.122997] Switched to clocksource hpet
[ 0.130412] AppArmor: AppArmor Filesystem Enabled
[ 0.130473] pnp: PnP ACPI init
[ 0.130505] ACPI: bus type PNP registered
[ 0.130643] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.130709] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[ 0.130767] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.131107] pnp 00:03: [dma 2]
[ 0.131171] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.131332] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.131339] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.131372] pnp 00:05: disabling [io 0xf800-0xf81f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
[ 0.131377] pnp 00:05: disabling [io 0xf820-0xf83f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
[ 0.131382] pnp 00:05: disabling [io 0xf840-0xf85f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
[ 0.131386] pnp 00:05: disabling [io 0xf860-0xf87f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
[ 0.131442] system 00:05: [io 0x0400-0x041f] has been reserved
[ 0.131447] system 00:05: [io 0x0420-0x043f] has been reserved
[ 0.131451] system 00:05: [io 0x0440-0x045f] has been reserved
[ 0.131454] system 00:05: [io 0x0460-0x047f] has been reserved
[ 0.131458] system 00:05: [io 0x0480-0x048f] has been reserved
[ 0.131461] system 00:05: [io 0x0cb0-0x0cbf] has been reserved
[ 0.131465] system 00:05: [io 0xfa00-0xfa3f] has been reserved
[ 0.131469] system 00:05: [io 0xfc00-0xfc7f] has been reserved
[ 0.131473] system 00:05: [io 0xfc80-0xfcff] has been reserved
[ 0.131477] system 00:05: [io 0xfe00-0xfe7f] has been reserved
[ 0.131481] system 00:05: [io 0xfe80-0xfeff] has been reserved
[ 0.131485] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.132183] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.132189] system 00:06: [mem 0x00100000-0x7fffffff] could not be reserved
[ 0.132193] system 00:06: [mem 0x000e8000-0x000fffff] could not be reserved
[ 0.132197] system 00:06: [mem 0xfec01000-0xffffffff] has been reserved
[ 0.132201] system 00:06: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.132204] system 00:06: [mem 0x000cd200-0x000e7fff] has been reserved
[ 0.132209] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.132222] pnp: PnP ACPI: found 7 devices
[ 0.132224] ACPI: bus type PNP unregistered
[ 0.132232] PnPBIOS: Disabled by ACPI PNP
[ 0.170133] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
[ 0.170140] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 20] add_size 200000
[ 0.170145] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 20] add_size 200000
[ 0.170156] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 3f] add_size 1000
[ 0.170160] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3f] add_size 200000
[ 0.170174] pci 0000:00:1f.0: BAR 13: [io 0xf800-0xf87f] has bogus alignment
[ 0.170180] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.170183] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.170187] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.170190] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.170193] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.170202] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[ 0.170211] pci 0000:00:1c.0: BAR 15: assigned [mem 0x100000000-0x1001fffff 64bit pref]
[ 0.170218] pci 0000:00:1c.1: BAR 15: assigned [mem 0x100200000-0x1003fffff 64bit pref]
[ 0.170225] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.170230] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.170234] pci 0000:00:1c.0: PCI bridge to [bus 20]
[ 0.170239] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.170245] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
[ 0.170250] pci 0000:00:1c.0: bridge window [mem 0x100000000-0x1001fffff 64bit pref]
[ 0.170258] pci 0000:00:1c.1: PCI bridge to [bus 3f]
[ 0.170261] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.170267] pci 0000:00:1c.1: bridge window [mem 0xe0500000-0xe07fffff]
[ 0.170272] pci 0000:00:1c.1: bridge window [mem 0x100200000-0x1003fffff 64bit pref]
[ 0.170279] pci 0000:00:1e.0: PCI bridge to [bus 05]
[ 0.170293] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.170296] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.170299] pci_bus 0000:20: resource 0 [io 0x2000-0x2fff]
[ 0.170302] pci_bus 0000:20: resource 1 [mem 0x80000000-0x801fffff]
[ 0.170305] pci_bus 0000:20: resource 2 [mem 0x100000000-0x1001fffff 64bit pref]
[ 0.170309] pci_bus 0000:3f: resource 0 [io 0x3000-0x3fff]
[ 0.170311] pci_bus 0000:3f: resource 1 [mem 0xe0500000-0xe07fffff]
[ 0.170315] pci_bus 0000:3f: resource 2 [mem 0x100200000-0x1003fffff 64bit pref]
[ 0.170318] pci_bus 0000:05: resource 4 [io 0x0000-0xffff]
[ 0.170321] pci_bus 0000:05: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.170365] NET: Registered protocol family 2
[ 0.170603] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.170626] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.170661] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.170698] TCP: reno registered
[ 0.170703] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.170712] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.170788] NET: Registered protocol family 1
[ 0.170811] pci 0000:00:02.0: Boot video device
[ 0.172352] PCI: CLS 64 bytes, default 64
[ 0.172436] Trying to unpack rootfs image as initramfs...
[ 0.501477] Freeing initrd memory: 11212K (f6a0a000 - f74fd000)
[ 0.501777] microcode: CPU0 sig=0xf4a, pf=0x10, revision=0x3
[ 0.501860] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[ 0.501911] Scanning for low memory corruption every 60 seconds
[ 0.502441] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.502480] Initialise system trusted keyring
[ 0.502519] audit: initializing netlink subsys (disabled)
[ 0.502548] audit: type=2000 audit(1403699892.500:1): initialized
[ 0.502971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.506124] VFS: Disk quotas dquot_6.5.2
[ 0.506199] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.507032] fuse init (API version 7.23)
[ 0.507207] msgmni has been set to 1718
[ 0.507320] Key type big_key registered
[ 0.507747] Key type asymmetric registered
[ 0.507754] Asymmetric key parser 'x509' registered
[ 0.507781] bounce: pool size: 64 pages
[ 0.507799] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.507862] io scheduler noop registered
[ 0.507868] io scheduler deadline registered (default)
[ 0.507969] io scheduler cfq registered
[ 0.508147] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.508449] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.508588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.508621] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.508753] ipmi message handler version 39.2
[ 0.508895] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.508903] ACPI: Power Button [PBTN]
[ 0.508985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.508991] ACPI: Power Button [PWRF]
[ 0.509202] GHES: HEST is not enabled!
[ 0.509233] isapnp: Scanning for PnP cards...
[ 0.862480] isapnp: No Plug & Play device found
[ 0.862651] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.865432] Linux agpgart interface v0.103
[ 0.865508] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[ 0.865532] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[ 0.865891] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.866018] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.868668] brd: module loaded
[ 0.869968] loop: module loaded
[ 0.870219] ata_piix 0000:00:1f.1: version 2.13
[ 0.871100] scsi0 : ata_piix
[ 0.871243] scsi1 : ata_piix
[ 0.871329] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x10a0 irq 14
[ 0.871332] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x10a8 irq 15
[ 0.871510] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.035949] ata1.00: ATAPI: DV-28E-N, A.6A, max MWDMA2
[ 1.036133] scsi2 : ata_piix
[ 1.036270] scsi3 : ata_piix
[ 1.036354] ata3: SATA max UDMA/133 cmd 0x10d8 ctl 0x10f0 bmdma 0x10b0 irq 19
[ 1.036358] ata4: SATA max UDMA/133 cmd 0x10e0 ctl 0x10f4 bmdma 0x10b8 irq 19
[ 1.037055] libphy: Fixed MDIO Bus: probed
[ 1.037292] tun: Universal TUN/TAP device driver, 1.6
[ 1.037295] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[ 1.037391] PPP generic driver version 2.4.2
[ 1.037468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.037478] ehci-pci: EHCI PCI platform driver
[ 1.037677] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 1.037687] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.037704] ehci-pci 0000:00:1d.7: debug port 1
[ 1.041601] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 1.041633] ehci-pci 0000:00:1d.7: irq 20, io mem 0xe04c4000
[ 1.052195] ata1.00: configured for MWDMA2
[ 1.052257] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.052380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.052384] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.052387] usb usb1: Product: EHCI Host Controller
[ 1.052390] usb usb1: Manufacturer: Linux 3.16.0-rc2+ ehci_hcd
[ 1.052393] usb usb1: SerialNumber: 0000:00:1d.7
[ 1.052596] hub 1-0:1.0: USB hub found
[ 1.052609] hub 1-0:1.0: 8 ports detected
[ 1.052971] ehci-platform: EHCI generic platform driver
[ 1.052993] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.053021] ohci-pci: OHCI PCI platform driver
[ 1.053044] ohci-platform: OHCI generic platform driver
[ 1.053060] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.053256] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.053266] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.053274] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 1.053295] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001000
[ 1.053499] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.053503] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.053506] usb usb2: Product: UHCI Host Controller
[ 1.053509] usb usb2: Manufacturer: Linux 3.16.0-rc2+ uhci_hcd
[ 1.053512] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.053702] hub 2-0:1.0: USB hub found
[ 1.053714] hub 2-0:1.0: 2 ports detected
[ 1.054039] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.054049] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.054057] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 1.054090] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00001020
[ 1.054162] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.054166] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.054169] usb usb3: Product: UHCI Host Controller
[ 1.054172] usb usb3: Manufacturer: Linux 3.16.0-rc2+ uhci_hcd
[ 1.054175] usb usb3: SerialNumber: 0000:00:1d.1
[ 1.054358] hub 3-0:1.0: USB hub found
[ 1.054369] hub 3-0:1.0: 2 ports detected
[ 1.054717] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.054726] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.054734] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 1.054766] uhci_hcd 0000:00:1d.2: irq 21, io base 0x00001040
[ 1.054835] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.054839] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.054842] usb usb4: Product: UHCI Host Controller
[ 1.054845] usb usb4: Manufacturer: Linux 3.16.0-rc2+ uhci_hcd
[ 1.054847] usb usb4: SerialNumber: 0000:00:1d.2
[ 1.055030] hub 4-0:1.0: USB hub found
[ 1.055041] hub 4-0:1.0: 2 ports detected
[ 1.055490] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.055500] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 1.055507] uhci_hcd 0000:00:1d.3: detected 2 ports
[ 1.055540] uhci_hcd 0000:00:1d.3: irq 22, io base 0x00001060
[ 1.055612] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.055616] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.055619] usb usb5: Product: UHCI Host Controller
[ 1.055621] usb usb5: Manufacturer: Linux 3.16.0-rc2+ uhci_hcd
[ 1.055624] usb usb5: SerialNumber: 0000:00:1d.3
[ 1.055810] hub 5-0:1.0: USB hub found
[ 1.055821] hub 5-0:1.0: 2 ports detected
[ 1.056121] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[ 1.057455] scsi 0:0:0:0: CD-ROM TEAC DV-28E-N A.6A PQ: 0 ANSI: 5
[ 1.059114] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.059123] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.059337] mousedev: PS/2 mouse device common for all mice
[ 1.059574] rtc_cmos 00:00: RTC can wake from S4
[ 1.059738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 1.059768] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.059858] device-mapper: uevent: version 1.0.3
[ 1.059971] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx
[ 1.060032] platform eisa.0: Probing EISA bus 0
[ 1.060040] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 1.060044] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 1.060047] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 1.060067] platform eisa.0: EISA: Detected 0 cards
[ 1.060087] cpufreq-nforce2: No nForce2 chipset.
[ 1.060099] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.060261] TCP: cubic registered
[ 1.060472] NET: Registered protocol family 10
[ 1.060781] NET: Registered protocol family 17
[ 1.060799] Key type dns_resolver registered
[ 1.061046] Using IPI No-Shortcut mode
[ 1.061207] Loading compiled-in X.509 certificates
[ 1.065821] Loaded X.509 cert 'Magrathea: Glacier signing key: 2dc25c8c02e9a70409331525095f4f66187e71c2'
[ 1.065847] registered taskstats version 1
[ 1.069352] Key type trusted registered
[ 1.072102] Key type encrypted registered
[ 1.074772] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.074779] ima: No TPM chip found, activating TPM-bypass!
[ 1.074813] evm: HMAC attrs: 0x1
[ 1.075164] Magic number: 2:731:633
[ 1.075265] rtc_cmos 00:00: setting system clock to 2014-06-25 12:38:14 UTC (1403699894)
[ 1.076770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.076774] EDD information not available.
[ 1.076860] PM: Hibernation image not present or could not be loaded.
[ 1.081307] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[ 1.081313] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.081533] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.081734] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.207044] ata3.00: ATA-7: WDC WD800JD-60LSA5, 10.01E03, max UDMA/100
[ 1.207049] ata3.00: 156301488 sectors, multi 16: LBA48
[ 1.212150] ata3.00: configured for UDMA/100
[ 1.212253] scsi 2:0:0:0: Direct-Access ATA WDC WD800JD-60LS 1E03 PQ: 0 ANSI: 5
[ 1.212562] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.212669] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.212755] sd 2:0:0:0: [sda] Write Protect is off
[ 1.212760] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.212797] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.255125] sda: sda1 sda2 < sda5 >
[ 1.255579] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.256092] Freeing unused kernel memory: 884K (c19a4000 - c1a81000)
[ 1.256141] Write protecting the kernel text: 6468k
[ 1.256212] Write protecting the kernel read-only data: 2752k
[ 1.256215] NX-protecting the kernel data: 5820k
[ 1.276263] systemd-udevd[103]: starting version 204
[ 1.495253] FDC 0 is a post-1991 82077
[ 1.500029] tsc: Refined TSC clocksource calibration: 2990.411 MHz
[ 1.567077] pps_core: LinuxPPS API ver. 1 registered
[ 1.567083] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 1.604862] PTP clock support registered
[ 1.717495] tg3.c:v3.137 (May 11, 2014)
[ 1.733271] tg3 0000:3f:00.0 eth0: Tigon3 [partno(BCM95752) rev 6001] (PCI Express) MAC address 00:18:71:6d:1e:89
[ 1.733277] tg3 0000:3f:00.0 eth0: attached PHY is 5752 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[ 1.733281] tg3 0000:3f:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.733284] tg3 0000:3f:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.788197] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[ 1.920258] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 1.963148] usb 3-1: New USB device found, idVendor=046d, idProduct=c077
[ 1.963156] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.963160] usb 3-1: Product: USB Optical Mouse
[ 1.963164] usb 3-1: Manufacturer: Logitech
[ 2.204034] usb 3-2: new low-speed USB device number 3 using uhci_hcd
[ 2.384031] usb 3-2: New USB device found, idVendor=03f0, idProduct=0324
[ 2.384037] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.384040] usb 3-2: Product: HP Basic USB Keyboard
[ 2.384044] usb 3-2: Manufacturer: Lite-On Technology Corp.
[ 2.500093] Switched to clocksource tsc
[ 3.606403] random: nonblocking pool is initialized
[ 4.735099] init: ureadahead main process (155) terminated with status 5
[ 5.969478] Adding 3227644k swap on /dev/sda5. Priority:-1 extents:1 across:3227644k FS
[ 7.354984] systemd-udevd[270]: starting version 204
[ 8.128268] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 8.487885] lp: driver loaded but no devices found
[ 8.595717] ppdev: user-space parallel port driver
[ 10.576396] FS-Cache: Loaded
[ 12.570569] RPC: Registered named UNIX socket transport module.
[ 12.570575] RPC: Registered udp transport module.
[ 12.570577] RPC: Registered tcp transport module.
[ 12.570579] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 13.143689] wmi: Mapper loaded
[ 15.618419] hidraw: raw HID events driver (C) Jiri Kosina
[ 16.761282] usbcore: registered new interface driver usbhid
[ 16.761289] usbhid: USB HID core driver
[ 16.787625] FS-Cache: Netfs 'nfs' registered for caching
[ 16.805581] [drm] Initialized drm 1.1.0 20060810
[ 18.293172] gpio_ich: GPIO from 206 to 255 on gpio_ich
[ 18.305849] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:046D:C077.0001/input/input5
[ 18.325674] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-1/input0
[ 18.326720] input: Lite-On Technology Corp. HP Basic USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/0003:03F0:0324.0002/input/input6
[ 18.327062] hid-generic 0003:03F0:0324.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology Corp. HP Basic USB Keyboard] on usb-0000:00:1d.1-2/input0
[ 18.457929] input: HP WMI hotkeys as /devices/virtual/input/input7
[ 18.956582] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 19.542955] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 19.588570] audit: type=1400 audit(1403699913.010:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=467 comm="apparmor_parser"
[ 19.593066] audit: type=1400 audit(1403699913.014:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=485 comm="apparmor_parser"
[ 19.715978] audit: type=1400 audit(1403699913.134:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=467 comm="apparmor_parser"
[ 19.716222] audit: type=1400 audit(1403699913.138:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=467 comm="apparmor_parser"
[ 19.717055] audit: type=1400 audit(1403699913.138:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=485 comm="apparmor_parser"
[ 19.717250] audit: type=1400 audit(1403699913.138:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=485 comm="apparmor_parser"
[ 19.771535] sound hdaudioC0D0: autoconfig: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:line
[ 19.771542] sound hdaudioC0D0: speaker_outs=1 (0x11/0x0/0x0/0x0/0x0)
[ 19.771546] sound hdaudioC0D0: hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[ 19.771549] sound hdaudioC0D0: mono: mono_out=0x0
[ 19.771551] sound hdaudioC0D0: inputs:
[ 19.771555] sound hdaudioC0D0: Mic=0x13
[ 19.771558] sound hdaudioC0D0: Line=0x14
[ 19.771561] sound hdaudioC0D0: CD=0x16
[ 19.771681] sound hdaudioC0D0: Aux=0xf
[ 19.780620] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 19.780932] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 19.781236] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 20.249903] init: avahi-cups-reload main process (575) terminated with status 1
[ 20.937631] init: portmap main process (624) terminated with status 127
[ 20.937655] init: portmap main process ended, respawning
[ 21.305252] audit: type=1400 audit(1403699914.726:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=529 comm="apparmor_parser"
[ 21.305829] audit: type=1400 audit(1403699914.726:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=529 comm="apparmor_parser"
[ 22.015491] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE
[ 23.475569] [drm] Memory usable by graphics device = 256M
[ 23.475575] [drm] Replacing VGA console driver
[ 23.478229] Console: switching to colour dummy device 80x25
[ 23.480550] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 23.480554] [drm] Driver supports precise vblank timestamp query.
[ 23.480655] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 23.549688] [drm] initialized overlay support
[ 23.549703] i915 0000:00:02.0: No connectors reported connected with modes
[ 23.549707] [drm] Cannot find any crtc or sizes - going 1024x768
[ 23.550748] fbcon: inteldrmfb (fb0) is primary device
[ 23.552803] Console: switching to colour frame buffer device 128x48
[ 23.556700] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 23.556704] i915 0000:00:02.0: registered panic notifier
[ 23.556724] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 23.902621] tg3 0000:3f:00.0: irq 43 for MSI/MSI-X
[ 23.937485] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 26.168761] tg3 0000:3f:00.0 eth0: Link is up at 10 Mbps, half duplex
[ 26.168767] tg3 0000:3f:00.0 eth0: Flow control is off for TX and off for RX
[ 26.168852] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 31.585696] init: failsafe main process (589) killed by TERM signal
[ 32.616119] audit: type=1400 audit(1403699926.038:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cups-browsed" pid=977 comm="apparmor_parser"
[ 33.144582] audit: type=1400 audit(1403699926.566:11): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1018 comm="apparmor_parser"
[ 33.144595] audit: type=1400 audit(1403699926.566:12): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1018 comm="apparmor_parser"
[ 33.144603] audit: type=1400 audit(1403699926.566:13): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1018 comm="apparmor_parser"
[ 33.145263] audit: type=1400 audit(1403699926.566:14): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1018 comm="apparmor_parser"
[ 33.145271] audit: type=1400 audit(1403699926.566:15): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1018 comm="apparmor_parser"
[ 33.145569] audit: type=1400 audit(1403699926.566:16): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1018 comm="apparmor_parser"
[ 40.870880] audit: type=1400 audit(1403699934.291:17): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1019 comm="apparmor_parser"
[ 40.871768] audit: type=1400 audit(1403699934.291:18): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1019 comm="apparmor_parser"
[ 40.873147] audit: type=1400 audit(1403699934.295:19): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1019 comm="apparmor_parser"
[ 40.873677] audit: type=1400 audit(1403699934.295:20): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1019 comm="apparmor_parser"
[ 40.874496] audit: type=1400 audit(1403699934.295:21): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=1019 comm="apparmor_parser"
[ 40.874890] audit: type=1400 audit(1403699934.295:22): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1019 comm="apparmor_parser"
[ 40.881465] audit: type=1400 audit(1403699934.303:23): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cups-browsed" pid=1042 comm="apparmor_parser"
[ 40.887093] audit: type=1400 audit(1403699934.307:24): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=1043 comm="apparmor_parser"
[ 40.887104] audit: type=1400 audit(1403699934.307:25): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1043 comm="apparmor_parser"
[ 40.887748] audit: type=1400 audit(1403699934.307:26): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1043 comm="apparmor_parser"
[ 43.225706] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 43.251838] NFSD: starting 90-second grace period (net c197c5c0)
[ 46.135490] init: plymouth-upstart-bridge main process ended, respawning
[ 46.171288] init: plymouth-upstart-bridge main process ended, respawning
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 10
microcode : 0x3
cpu MHz : 2400.000
cache size : 2048 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl est cid cx16 xtpr lahf_lm
bogomips : 5980.83
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:

00000000-00000fff : reserved
00001000-0009fbff : System RAM
0009fc00-0009ffff : reserved
000a0000-000bffff : Video RAM area
000c0000-000c7fff : Video ROM
000cd200-000e7fff : pnp 00:06
000e8000-000fffff : reserved
000f0000-000fffff : System ROM
00100000-7f7cf2ff : System RAM
01000000-01650f4e : Kernel code
01650f4f-019a257f : Kernel data
01a89000-01b4efff : Kernel bss
7f7cf300-7fffffff : reserved
7f800000-7fffffff : Graphics Stolen Memory
80000000-801fffff : PCI Bus 0000:20
d0000000-dfffffff : 0000:00:02.0
e0400000-e047ffff : 0000:00:02.0
e0480000-e04bffff : 0000:00:02.0
e04c0000-e04c3fff : 0000:00:1b.0
e04c0000-e04c3fff : ICH HD audio
e04c4000-e04c43ff : 0000:00:1d.7
e04c4000-e04c43ff : ehci_hcd
e0500000-e07fffff : PCI Bus 0000:3f
e0500000-e050ffff : 0000:3f:00.0
e0500000-e050ffff : tg3
f0000000-f3ffffff : reserved
f0000000-f3ffffff : pnp 00:06
f0000000-f1ffffff : PCI MMCONFIG 0000 [bus 00-1f]
fec00000-ffffffff : reserved
fec00000-fec00fff : PNP0003:00
fec00000-fec003ff : IOAPIC 0
fec01000-ffffffff : pnp 00:06
fed1f410-fed1f414 : iTCO_wdt
fee00000-fee00fff : Local APIC
100000000-1001fffff : PCI Bus 0000:20
100200000-1003fffff : PCI Bus 0000:3f
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-0060 : keyboard
0061-0061 : PNP0800:00
0064-0064 : keyboard
0070-0071 : rtc0
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : PNP0C04:00
00f0-00ff : fpu
0170-0177 : 0000:00:1f.1
0170-0177 : ata_piix
01f0-01f7 : 0000:00:1f.1
01f0-01f7 : ata_piix
0376-0376 : 0000:00:1f.1
0376-0376 : ata_piix
03c0-03df : vga+
03f2-03f2 : floppy
03f4-03f5 : floppy
03f6-03f6 : 0000:00:1f.1
03f6-03f6 : ata_piix
03f7-03f7 : floppy
0400-041f : pnp 00:05
0420-043f : pnp 00:05
0440-045f : pnp 00:05
0460-047f : pnp 00:05
0460-0461 : ACPI PM1b_CNT_BLK
0480-048f : pnp 00:05
04d0-04d1 : pnp 00:04
0cb0-0cbf : pnp 00:05
0cf8-0cff : PCI conf1
1000-101f : 0000:00:1d.0
1000-101f : uhci_hcd
1020-103f : 0000:00:1d.1
1020-103f : uhci_hcd
1040-105f : 0000:00:1d.2
1040-105f : uhci_hcd
1060-107f : 0000:00:1d.3
1060-107f : uhci_hcd
10a0-10af : 0000:00:1f.1
10a0-10af : ata_piix
10b0-10bf : 0000:00:1f.2
10b0-10bf : ata_piix
10c0-10c7 : 0000:00:02.0
10d8-10df : 0000:00:1f.2
10d8-10df : ata_piix
10e0-10e7 : 0000:00:1f.2
10e0-10e7 : ata_piix
10f0-10f3 : 0000:00:1f.2
10f0-10f3 : ata_piix
10f4-10f7 : 0000:00:1f.2
10f4-10f7 : ata_piix
2000-2fff : PCI Bus 0000:20
3000-3fff : PCI Bus 0000:3f
f800-f803 : ACPI PM1a_EVT_BLK
f804-f805 : ACPI PM1a_CNT_BLK
f808-f80b : ACPI PM_TMR
f810-f815 : ACPI CPU throttle
f828-f82f : gpio_ich
f828-f82f : ACPI GPE0_BLK
f830-f833 : iTCO_wdt
f860-f87f : iTCO_wdt
fa00-fa3f : gpio_ich
fa00-fa3f : 0000:00:1f.0
fa00-fa3f : pnp 00:05
fa00-fa2f : gpio_ich
fa30-fa3f : gpio_ich
fc00-fc7f : pnp 00:05
fc80-fcff : pnp 00:05
fe00-fe7f : pnp 00:05
fe80-feff : pnp 00:05
i915 799026 1 - Live 0x00000000
snd_hda_codec_realtek 61492 1 - Live 0x00000000
snd_hda_codec_generic 62873 1 snd_hda_codec_realtek, Live 0x00000000
nfsd 239099 13 - Live 0x00000000
snd_hda_intel 29193 0 - Live 0x00000000
snd_hda_controller 29944 1 snd_hda_intel, Live 0x00000000
hp_wmi 13741 0 - Live 0x00000000
snd_hda_codec 120371 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller, Live 0x00000000
sparse_keymap 13708 1 hp_wmi, Live 0x00000000
hid_generic 12503 0 - Live 0x00000000
gpio_ich 13315 0 - Live 0x00000000
video 19246 1 i915, Live 0x00000000
snd_hwdep 13272 1 snd_hda_codec, Live 0x00000000
auth_rpcgss 48950 1 nfsd, Live 0x00000000
snd_pcm 95778 3 snd_hda_intel,snd_hda_controller,snd_hda_codec, Live 0x00000000
i2c_algo_bit 13197 1 i915, Live 0x00000000
drm_kms_helper 55007 1 i915, Live 0x00000000
nfs_acl 12733 1 nfsd, Live 0x00000000
snd_seq_midi 13324 0 - Live 0x00000000
drm 247203 3 i915,drm_kms_helper, Live 0x00000000
nfs 192016 0 - Live 0x00000000
snd_seq_midi_event 14475 1 snd_seq_midi, Live 0x00000000
usbhid 47008 0 - Live 0x00000000
snd_rawmidi 25454 1 snd_seq_midi, Live 0x00000000
snd_seq 56592 2 snd_seq_midi,snd_seq_midi_event, Live 0x00000000
hid 87490 2 hid_generic,usbhid, Live 0x00000000
snd_timer 28527 2 snd_pcm,snd_seq, Live 0x00000000
snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq, Live 0x00000000
snd 57153 10 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device, Live 0x00000000
lockd 78518 2 nfsd,nfs, Live 0x00000000
serio_raw 13251 0 - Live 0x00000000
soundcore 12600 2 snd_hda_codec,snd, Live 0x00000000
wmi 18689 1 hp_wmi, Live 0x00000000
lpc_ich 16877 0 - Live 0x00000000
sunrpc 242579 19 nfsd,auth_rpcgss,nfs_acl,nfs,lockd, Live 0x00000000
mac_hid 13059 0 - Live 0x00000000
fscache 56756 1 nfs, Live 0x00000000
binfmt_misc 13111 1 - Live 0x00000000
parport_pc 32021 0 - Live 0x00000000
ppdev 17363 0 - Live 0x00000000
lp 13299 0 - Live 0x00000000
parport 40809 3 parport_pc,ppdev,lp, Live 0x00000000
tg3 156139 0 - Live 0x00000000
ptp 18861 1 tg3, Live 0x00000000
pps_core 18799 1 ptp, Live 0x00000000
psmouse 91171 0 - Live 0x00000000
floppy 59642 0 - Live 0x00000000
Linux version 3.16.0-rc2+ (tom@box) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #20 SMP Wed Jun 25 14:34:25 CEST 2014
[ 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-rc2+ (tom@box) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #20 SMP Wed Jun 25 14:34:25 CEST 2014
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e8000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f7cf2ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007f7cf300-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Hewlett-Packard HP Compaq dc7600 Ultra-slim Desktop/09FCh, BIOS 786D1 v01.03 05/18/2005
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7f7cf max_arch_pfn = 0x1000000
[ 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-protect
[ 0.000000] E8000-EFFFF write-back
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07F800000 mask FFF800000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2040MB, range: 8MB, type UC
[ 0.000000] total RAM covered: 2040M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 2 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2040MB, range: 8MB, type UC
[ 0.000000] found SMP MP-table at [mem 0x000fe700-0x000fe70f] mapped at [c00fe700]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
[ 0.000000] [mem 0x37800000-0x379fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
[ 0.000000] [mem 0x34000000-0x377fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x33ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
[ 0.000000] [mem 0x37a00000-0x37bfdfff] page 4k
[ 0.000000] BRK [0x01b60000, 0x01b60fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x36a0a000-0x374fcfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000E8C10 000014 (v00 COMPAQ)
[ 0.000000] ACPI: RSDT 0x7F7DF340 000038 (v01 COMPAQ CPQ0968 20050518 00000000)
[ 0.000000] ACPI: FACP 0x7F7DF3EC 000074 (v01 COMPAQ LAKEPORT 00000001 00000000)
[ 0.000000] ACPI: DSDT 0x7F7DF583 00166C (v01 COMPAQ DSDT 00000001 MSFT 0100000E)
[ 0.000000] ACPI: FACS 0x7F7DF300 000040
[ 0.000000] ACPI: SSDT 0x7F7E0BEF 007679 (v01 COMPAQ PROJECT 00000001 MSFT 0100000E)
[ 0.000000] ACPI: APIC 0x7F7DF460 000084 (v01 COMPAQ LAKEPORT 00000001 00000000)
[ 0.000000] ACPI: ASF! 0x7F7DF4E4 000063 (v32 COMPAQ LAKEPORT 00000001 00000000)
[ 0.000000] ACPI: MCFG 0x7F7DF547 00003C (v01 COMPAQ LAKEPORT 00000001 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1147MB HIGHMEM available.
[ 0.000000] 891MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 37bfe000
[ 0.000000] low ram: 0 - 37bfe000
[ 0.000000] BRK [0x01b61000, 0x01b61fff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x37bfdfff]
[ 0.000000] HighMem [mem 0x37bfe000-0x7f7cefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x7f7cefff]
[ 0.000000] On node 0 totalpages: 522093
[ 0.000000] free_area_init_node: node 0, pgdat c1984200, node_mem_map f5a1a020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 1752 pages used for memmap
[ 0.000000] Normal zone: 224254 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2296 pages used for memmap
[ 0.000000] HighMem zone: 293841 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] Reserving Intel graphics stolen memory at 0x7f800000-0x7fffffff
[ 0.000000] ACPI: PM-Timer IO Port: 0xf808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, 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] smpboot: Allowing 4 CPUs, 3 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e7fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e8000-0x000fffff]
[ 0.000000] e820: [mem 0x80000000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @f7bba000 s35776 r0 d21568 u57344
[ 0.000000] pcpu-alloc: s35776 r0 d21568 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520309
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-rc2+ root=UUID=0caf1426-3166-42f1-bc6d-10677fd32e83 ro quiet splash vt.handoff=7 nomodeset
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 4177520 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00037bfe:0007f7cf)
[ 0.000000] Initializing Movable for node 0 (00000000:00000000)
[ 0.000000] Memory: 2043960K/2088372K available (6466K kernel code, 645K rwdata, 2744K rodata, 884K init, 792K bss, 44412K reserved, 1175364K highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
[ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
[ 0.000000] .init : 0xc19a4000 - 0xc1a81000 ( 884 kB)
[ 0.000000] .data : 0xc1650f4f - 0xc19a2580 (3397 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1650f4f (6467 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=128, 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:2304 nr_irqs:712 16
[ 0.000000] CPU 0 irqstacks, hard=f5408000 soft=f540a000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2990.375 MHz processor
[ 0.008016] Calibrating delay loop (skipped), value calculated using timer frequency.. 5980.75 BogoMIPS (lpj=11961500)
[ 0.008023] pid_max: default: 32768 minimum: 301
[ 0.008033] ACPI: Core revision 20140424
[ 0.015923] ACPI: All ACPI Tables successfully acquired
[ 0.016032] Security Framework initialized
[ 0.016055] AppArmor: AppArmor initialized
[ 0.016059] Yama: becoming mindful.
[ 0.016131] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.016135] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.016488] Initializing cgroup subsys memory
[ 0.016525] Initializing cgroup subsys devices
[ 0.016538] Initializing cgroup subsys freezer
[ 0.016545] Initializing cgroup subsys blkio
[ 0.016554] Initializing cgroup subsys perf_event
[ 0.016559] Initializing cgroup subsys hugetlb
[ 0.016600] CPU0: Hyper-Threading is disabled
[ 0.016605] mce: CPU supports 4 MCE banks
[ 0.016619] CPU0: Thermal monitoring enabled (TM1)
[ 0.016634] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
[ 0.016634] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64, 1GB 0
[ 0.016634] tlb_flushall_shift: 6
[ 0.035270] ftrace: allocating 27642 entries in 54 pages
[ 0.048119] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.048501] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.091746] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz (fam: 0f, model: 04, stepping: 0a)
[ 0.092000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[ 0.092000] ... version: 0
[ 0.092000] ... bit width: 40
[ 0.092000] ... generic registers: 18
[ 0.092000] ... value mask: 000000ffffffffff
[ 0.092000] ... max period: 0000007fffffffff
[ 0.092000] ... fixed-purpose events: 0
[ 0.092000] ... event mask: 000000000003ffff
[ 0.092000] x86: Booted up 1 node, 1 CPUs
[ 0.092000] smpboot: Total of 1 processors activated (5980.75 BogoMIPS)
[ 0.092000] devtmpfs: initialized
[ 0.092191] evm: security.selinux
[ 0.092194] evm: security.SMACK64
[ 0.092196] evm: security.ima
[ 0.092197] evm: security.capability
[ 0.092251] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.092405] reboot: HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
[ 0.093995] pinctrl core: initialized pinctrl subsystem
[ 0.094128] regulator-dummy: no parameters
[ 0.094175] RTC time: 12:42:15, date: 06/25/14
[ 0.094255] NET: Registered protocol family 16
[ 0.094565] EISA bus registered
[ 0.094571] cpuidle: using governor ladder
[ 0.094574] cpuidle: using governor menu
[ 0.094719] ACPI: bus type PCI registered
[ 0.094724] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.094836] PCI: MMCONFIG for domain 0000 [bus 00-40] at [mem 0xf0000000-0xf40fffff] (base 0xf0000000)
[ 0.094841] PCI: MMCONFIG at [mem 0xf0000000-0xf40fffff] reserved in E820
[ 0.094844] PCI: MMCONFIG for 0000 [bus00-1f] at [mem 0xf0000000-0xf1ffffff] (base 0xf0000000) (size reduced!)
[ 0.094846] PCI: Using MMCONFIG for extended config space
[ 0.094848] PCI: Using configuration type 1 for base access
[ 0.097641] ACPI: Added _OSI(Module Device)
[ 0.097645] ACPI: Added _OSI(Processor Device)
[ 0.097647] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.097649] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.101347] ACPI: Dynamic OEM Table Load:
[ 0.101356] ACPI: SSDT 0xF5452000 000453 (v01 COMPAQ CPU_TM2 00000001 MSFT 0100000E)
[ 0.101877] ACPI: Interpreter enabled
[ 0.101904] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[ 0.101926] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.101929] ACPI: Using IOAPIC for interrupt routing
[ 0.101973] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.108207] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.108217] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.108226] ACPI BIOS Error (bug): \_SB_.PCI0._OSC: Excess arguments - ASL declared 5, ACPI requires 4 (20140424/nsarguments-189)
[ 0.108318] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS (20140424/dsfield-211)
[ 0.108327] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node f54235b8), AE_ALREADY_EXISTS (20140424/psparse-536)
[ 0.108341] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
[ 0.108758] acpi PNP0A08:00: host bridge window [mem 0xf4000000-0xfebfffff] (ignored)
[ 0.108763] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.108767] acpi PNP0A08:00: host bridge window [io 0x1000-0x2fff] (ignored)
[ 0.108770] acpi PNP0A08:00: host bridge window [io 0x3000-0x6fff] (ignored)
[ 0.108773] acpi PNP0A08:00: host bridge window [io 0x7000-0xafff] (ignored)
[ 0.108776] acpi PNP0A08:00: host bridge window [io 0xb000-0xffff] (ignored)
[ 0.108779] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.108782] acpi PNP0A08:00: host bridge window [mem 0x80000000-0xefffffff] (ignored)
[ 0.108785] PCI: root bus 00: using default resources
[ 0.108789] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge
[ 0.109033] PCI host bridge to bus 0000:00
[ 0.109038] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.109042] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.109045] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[ 0.109059] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
[ 0.109222] pci 0000:00:02.0: [8086:2772] type 00 class 0x030000
[ 0.109239] pci 0000:00:02.0: reg 0x10: [mem 0xe0400000-0xe047ffff]
[ 0.109248] pci 0000:00:02.0: reg 0x14: [io 0x10c0-0x10c7]
[ 0.109256] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
[ 0.109264] pci 0000:00:02.0: reg 0x1c: [mem 0xe0480000-0xe04bffff]
[ 0.109450] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[ 0.109472] pci 0000:00:1b.0: reg 0x10: [mem 0xe04c0000-0xe04c3fff 64bit]
[ 0.109560] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.109694] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[ 0.109785] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.109858] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.109938] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[ 0.110029] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.110101] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.110184] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[ 0.110232] pci 0000:00:1d.0: reg 0x20: [io 0x1000-0x101f]
[ 0.110317] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.110394] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[ 0.110442] pci 0000:00:1d.1: reg 0x20: [io 0x1020-0x103f]
[ 0.110526] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.110603] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[ 0.110650] pci 0000:00:1d.2: reg 0x20: [io 0x1040-0x105f]
[ 0.110734] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.110809] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[ 0.110856] pci 0000:00:1d.3: reg 0x20: [io 0x1060-0x107f]
[ 0.110941] pci 0000:00:1d.3: System wakeup disabled by ACPI
[ 0.111028] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[ 0.111052] pci 0000:00:1d.7: reg 0x10: [mem 0xe04c4000-0xe04c43ff]
[ 0.111145] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.111212] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.111295] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.111411] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.111497] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[ 0.111589] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.111600] pci 0000:00:1f.0: can't claim BAR 13 [io 0xf800-0xf87f]: address conflict with ACPI CPU throttle [io 0xf810-0xf815]
[ 0.111607] pci 0000:00:1f.0: quirk: [io 0xfa00-0xfa3f] claimed by ICH6 GPIO
[ 0.111612] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 007f)
[ 0.111617] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0480 (mask 001f)
[ 0.111621] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0cb0 (mask 000f)
[ 0.111770] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[ 0.111787] pci 0000:00:1f.1: reg 0x10: [io 0x10c8-0x10cf]
[ 0.111798] pci 0000:00:1f.1: reg 0x14: [io 0x10e8-0x10eb]
[ 0.111810] pci 0000:00:1f.1: reg 0x18: [io 0x10d0-0x10d7]
[ 0.111821] pci 0000:00:1f.1: reg 0x1c: [io 0x10ec-0x10ef]
[ 0.111832] pci 0000:00:1f.1: reg 0x20: [io 0x10a0-0x10af]
[ 0.111855] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.111858] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.111861] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.111863] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.111989] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
[ 0.112019] pci 0000:00:1f.2: reg 0x10: [io 0x10d8-0x10df]
[ 0.112030] pci 0000:00:1f.2: reg 0x14: [io 0x10f0-0x10f3]
[ 0.112040] pci 0000:00:1f.2: reg 0x18: [io 0x10e0-0x10e7]
[ 0.112050] pci 0000:00:1f.2: reg 0x1c: [io 0x10f4-0x10f7]
[ 0.112060] pci 0000:00:1f.2: reg 0x20: [io 0x10b0-0x10bf]
[ 0.112103] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.112326] pci 0000:00:1c.0: PCI bridge to [bus 20]
[ 0.112456] pci 0000:3f:00.0: [14e4:1600] type 00 class 0x020000
[ 0.112483] pci 0000:3f:00.0: reg 0x10: [mem 0xe0500000-0xe050ffff 64bit]
[ 0.112617] pci 0000:3f:00.0: PME# supported from D3hot D3cold
[ 0.112712] pci 0000:3f:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.112725] pci 0000:00:1c.1: PCI bridge to [bus 3f]
[ 0.112733] pci 0000:00:1c.1: bridge window [mem 0xe0500000-0xe07fffff]
[ 0.112840] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[ 0.112854] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.112857] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[ 0.112878] pci_bus 0000:00: on NUMA node 0
[ 0.113486] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.113596] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.113703] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.113810] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.113918] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.114024] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.114131] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.114238] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.114660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.114665] vgaarb: loaded
[ 0.114667] vgaarb: bridge control possible 0000:00:02.0
[ 0.115105] SCSI subsystem initialized
[ 0.115167] libata version 3.00 loaded.
[ 0.115230] ACPI: bus type USB registered
[ 0.115273] usbcore: registered new interface driver usbfs
[ 0.115296] usbcore: registered new interface driver hub
[ 0.115333] usbcore: registered new device driver usb
[ 0.115544] PCI: Using ACPI for IRQ routing
[ 0.116427] PCI: pci_cache_line_size set to 64 bytes
[ 0.116475] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.116478] e820: reserve RAM buffer [mem 0x7f7cf300-0x7fffffff]
[ 0.116679] NetLabel: Initializing
[ 0.116682] NetLabel: domain hash size = 128
[ 0.116684] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.116702] NetLabel: unlabeled traffic allowed by default
[ 0.116968] hpet clockevent registered
[ 0.116974] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.116979] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.116985] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.119068] Switched to clocksource hpet
[ 0.126228] AppArmor: AppArmor Filesystem Enabled
[ 0.126287] pnp: PnP ACPI init
[ 0.126317] ACPI: bus type PNP registered
[ 0.126455] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.126519] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[ 0.126578] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.126915] pnp 00:03: [dma 2]
[ 0.126979] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.127139] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.127145] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.127178] pnp 00:05: disabling [io 0xf800-0xf81f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
[ 0.127183] pnp 00:05: disabling [io 0xf820-0xf83f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
[ 0.127187] pnp 00:05: disabling [io 0xf840-0xf85f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
[ 0.127191] pnp 00:05: disabling [io 0xf860-0xf87f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
[ 0.127247] system 00:05: [io 0x0400-0x041f] has been reserved
[ 0.127252] system 00:05: [io 0x0420-0x043f] has been reserved
[ 0.127255] system 00:05: [io 0x0440-0x045f] has been reserved
[ 0.127259] system 00:05: [io 0x0460-0x047f] has been reserved
[ 0.127262] system 00:05: [io 0x0480-0x048f] has been reserved
[ 0.127266] system 00:05: [io 0x0cb0-0x0cbf] has been reserved
[ 0.127270] system 00:05: [io 0xfa00-0xfa3f] has been reserved
[ 0.127274] system 00:05: [io 0xfc00-0xfc7f] has been reserved
[ 0.127277] system 00:05: [io 0xfc80-0xfcff] has been reserved
[ 0.127281] system 00:05: [io 0xfe00-0xfe7f] has been reserved
[ 0.127285] system 00:05: [io 0xfe80-0xfeff] has been reserved
[ 0.127289] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.127964] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.127970] system 00:06: [mem 0x00100000-0x7fffffff] could not be reserved
[ 0.127974] system 00:06: [mem 0x000e8000-0x000fffff] could not be reserved
[ 0.127977] system 00:06: [mem 0xfec01000-0xffffffff] has been reserved
[ 0.127981] system 00:06: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.127985] system 00:06: [mem 0x000cd200-0x000e7fff] has been reserved
[ 0.127989] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.128023] pnp: PnP ACPI: found 7 devices
[ 0.128026] ACPI: bus type PNP unregistered
[ 0.128033] PnPBIOS: Disabled by ACPI PNP
[ 0.165935] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
[ 0.165943] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 20] add_size 200000
[ 0.165947] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 20] add_size 200000
[ 0.165958] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 3f] add_size 1000
[ 0.165963] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3f] add_size 200000
[ 0.165977] pci 0000:00:1f.0: BAR 13: [io 0xf800-0xf87f] has bogus alignment
[ 0.165982] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.165986] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.165990] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.165993] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.165996] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.166005] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[ 0.166013] pci 0000:00:1c.0: BAR 15: assigned [mem 0x100000000-0x1001fffff 64bit pref]
[ 0.166018] pci 0000:00:1c.1: BAR 15: assigned [mem 0x100200000-0x1003fffff 64bit pref]
[ 0.166025] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.166030] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.166034] pci 0000:00:1c.0: PCI bridge to [bus 20]
[ 0.166039] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.166045] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
[ 0.166051] pci 0000:00:1c.0: bridge window [mem 0x100000000-0x1001fffff 64bit pref]
[ 0.166058] pci 0000:00:1c.1: PCI bridge to [bus 3f]
[ 0.166062] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.166068] pci 0000:00:1c.1: bridge window [mem 0xe0500000-0xe07fffff]
[ 0.166073] pci 0000:00:1c.1: bridge window [mem 0x100200000-0x1003fffff 64bit pref]
[ 0.166080] pci 0000:00:1e.0: PCI bridge to [bus 05]
[ 0.166094] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.166097] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.166101] pci_bus 0000:20: resource 0 [io 0x2000-0x2fff]
[ 0.166104] pci_bus 0000:20: resource 1 [mem 0x80000000-0x801fffff]
[ 0.166107] pci_bus 0000:20: resource 2 [mem 0x100000000-0x1001fffff 64bit pref]
[ 0.166110] pci_bus 0000:3f: resource 0 [io 0x3000-0x3fff]
[ 0.166113] pci_bus 0000:3f: resource 1 [mem 0xe0500000-0xe07fffff]
[ 0.166117] pci_bus 0000:3f: resource 2 [mem 0x100200000-0x1003fffff 64bit pref]
[ 0.166120] pci_bus 0000:05: resource 4 [io 0x0000-0xffff]
[ 0.166123] pci_bus 0000:05: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.166167] NET: Registered protocol family 2
[ 0.166403] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.166426] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.166460] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.166496] TCP: reno registered
[ 0.166500] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.166509] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.166582] NET: Registered protocol family 1
[ 0.166606] pci 0000:00:02.0: Boot video device
[ 0.168144] PCI: CLS 64 bytes, default 64
[ 0.168225] Trying to unpack rootfs image as initramfs...
[ 0.496334] Freeing initrd memory: 11212K (f6a0a000 - f74fd000)
[ 0.496654] microcode: CPU0 sig=0xf4a, pf=0x10, revision=0x3
[ 0.496736] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[ 0.496786] Scanning for low memory corruption every 60 seconds
[ 0.497313] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.497351] Initialise system trusted keyring
[ 0.497389] audit: initializing netlink subsys (disabled)
[ 0.497418] audit: type=2000 audit(1403700135.496:1): initialized
[ 0.497838] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.500995] VFS: Disk quotas dquot_6.5.2
[ 0.501070] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.501896] fuse init (API version 7.23)
[ 0.502069] msgmni has been set to 1718
[ 0.502185] Key type big_key registered
[ 0.502611] Key type asymmetric registered
[ 0.502617] Asymmetric key parser 'x509' registered
[ 0.502646] bounce: pool size: 64 pages
[ 0.502664] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.502726] io scheduler noop registered
[ 0.502732] io scheduler deadline registered (default)
[ 0.502833] io scheduler cfq registered
[ 0.502986] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.503285] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.503424] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.503457] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.503552] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 0.503554] vesafb: scrolling: redraw
[ 0.503558] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.503585] vesafb: framebuffer at 0xd0000000, mapped to 0xf8480000, using 3072k, total 3072k
[ 0.559234] Console: switching to colour frame buffer device 128x48
[ 0.614595] fb0: VESA VGA frame buffer device
[ 0.614663] ipmi message handler version 39.2
[ 0.614805] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.614813] ACPI: Power Button [PBTN]
[ 0.614896] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.614901] ACPI: Power Button [PWRF]
[ 0.615109] GHES: HEST is not enabled!
[ 0.615139] isapnp: Scanning for PnP cards...
[ 0.925003] isapnp: No Plug & Play device found
[ 0.925191] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.927949] Linux agpgart interface v0.103
[ 0.928042] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[ 0.928062] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[ 0.928419] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.928558] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.931185] brd: module loaded
[ 0.932513] loop: module loaded
[ 0.932761] ata_piix 0000:00:1f.1: version 2.13
[ 0.933628] scsi0 : ata_piix
[ 0.933769] scsi1 : ata_piix
[ 0.933855] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x10a0 irq 14
[ 0.933858] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x10a8 irq 15
[ 0.934034] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.099956] ata1.00: ATAPI: DV-28E-N, A.6A, max MWDMA2
[ 1.100176] scsi2 : ata_piix
[ 1.100308] scsi3 : ata_piix
[ 1.100395] ata3: SATA max UDMA/133 cmd 0x10d8 ctl 0x10f0 bmdma 0x10b0 irq 19
[ 1.100398] ata4: SATA max UDMA/133 cmd 0x10e0 ctl 0x10f4 bmdma 0x10b8 irq 19
[ 1.101093] libphy: Fixed MDIO Bus: probed
[ 1.101333] tun: Universal TUN/TAP device driver, 1.6
[ 1.101336] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[ 1.101508] PPP generic driver version 2.4.2
[ 1.101585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.101594] ehci-pci: EHCI PCI platform driver
[ 1.101798] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 1.101809] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.101825] ehci-pci 0000:00:1d.7: debug port 1
[ 1.105747] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 1.105779] ehci-pci 0000:00:1d.7: irq 20, io mem 0xe04c4000
[ 1.116195] ata1.00: configured for MWDMA2
[ 1.116274] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.116367] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.116371] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.116375] usb usb1: Product: EHCI Host Controller
[ 1.116377] usb usb1: Manufacturer: Linux 3.16.0-rc2+ ehci_hcd
[ 1.116380] usb usb1: SerialNumber: 0000:00:1d.7
[ 1.116577] hub 1-0:1.0: USB hub found
[ 1.116590] hub 1-0:1.0: 8 ports detected
[ 1.116932] ehci-platform: EHCI generic platform driver
[ 1.116953] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.116962] ohci-pci: OHCI PCI platform driver
[ 1.116984] ohci-platform: OHCI generic platform driver
[ 1.117153] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.117352] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.117362] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.117370] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 1.117392] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001000
[ 1.117467] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.117471] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.117474] usb usb2: Product: UHCI Host Controller
[ 1.117477] usb usb2: Manufacturer: Linux 3.16.0-rc2+ uhci_hcd
[ 1.117479] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.117670] hub 2-0:1.0: USB hub found
[ 1.117682] hub 2-0:1.0: 2 ports detected
[ 1.118006] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.118016] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.118024] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 1.118057] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00001020
[ 1.118128] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.118132] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.118135] usb usb3: Product: UHCI Host Controller
[ 1.118138] usb usb3: Manufacturer: Linux 3.16.0-rc2+ uhci_hcd
[ 1.118140] usb usb3: SerialNumber: 0000:00:1d.1
[ 1.118351] hub 3-0:1.0: USB hub found
[ 1.118362] hub 3-0:1.0: 2 ports detected
[ 1.118680] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.118689] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.118697] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 1.118729] uhci_hcd 0000:00:1d.2: irq 21, io base 0x00001040
[ 1.118798] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.118802] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.118805] usb usb4: Product: UHCI Host Controller
[ 1.118808] usb usb4: Manufacturer: Linux 3.16.0-rc2+ uhci_hcd
[ 1.118811] usb usb4: SerialNumber: 0000:00:1d.2
[ 1.119121] hub 4-0:1.0: USB hub found
[ 1.119133] hub 4-0:1.0: 2 ports detected
[ 1.119454] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.119464] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 1.119471] uhci_hcd 0000:00:1d.3: detected 2 ports
[ 1.119504] uhci_hcd 0000:00:1d.3: irq 22, io base 0x00001060
[ 1.119578] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.119582] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.119585] usb usb5: Product: UHCI Host Controller
[ 1.119588] usb usb5: Manufacturer: Linux 3.16.0-rc2+ uhci_hcd
[ 1.119591] usb usb5: SerialNumber: 0000:00:1d.3
[ 1.119774] hub 5-0:1.0: USB hub found
[ 1.119785] hub 5-0:1.0: 2 ports detected
[ 1.120079] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[ 1.121828] scsi 0:0:0:0: CD-ROM TEAC DV-28E-N A.6A PQ: 0 ANSI: 5
[ 1.123490] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.123498] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.123713] mousedev: PS/2 mouse device common for all mice
[ 1.123956] rtc_cmos 00:00: RTC can wake from S4
[ 1.124134] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 1.124164] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.124253] device-mapper: uevent: version 1.0.3
[ 1.124364] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx
[ 1.124405] platform eisa.0: Probing EISA bus 0
[ 1.124414] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 1.124417] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 1.124420] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 1.124441] platform eisa.0: EISA: Detected 0 cards
[ 1.124460] cpufreq-nforce2: No nForce2 chipset.
[ 1.124474] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.124640] TCP: cubic registered
[ 1.124850] NET: Registered protocol family 10
[ 1.125156] NET: Registered protocol family 17
[ 1.125179] Key type dns_resolver registered
[ 1.125448] Using IPI No-Shortcut mode
[ 1.125609] Loading compiled-in X.509 certificates
[ 1.130224] Loaded X.509 cert 'Magrathea: Glacier signing key: 2dc25c8c02e9a70409331525095f4f66187e71c2'
[ 1.130249] registered taskstats version 1
[ 1.133692] Key type trusted registered
[ 1.136419] Key type encrypted registered
[ 1.139113] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.139121] ima: No TPM chip found, activating TPM-bypass!
[ 1.139153] evm: HMAC attrs: 0x1
[ 1.139495] Magic number: 2:834:734
[ 1.139594] rtc_cmos 00:00: setting system clock to 2014-06-25 12:42:16 UTC (1403700136)
[ 1.141085] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.141088] EDD information not available.
[ 1.141173] PM: Hibernation image not present or could not be loaded.
[ 1.145585] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[ 1.145590] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.145810] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.146012] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.270925] ata3.00: ATA-7: WDC WD800JD-60LSA5, 10.01E03, max UDMA/100
[ 1.270930] ata3.00: 156301488 sectors, multi 16: LBA48
[ 1.276146] ata3.00: configured for UDMA/100
[ 1.276250] scsi 2:0:0:0: Direct-Access ATA WDC WD800JD-60LS 1E03 PQ: 0 ANSI: 5
[ 1.276574] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.276659] sd 2:0:0:0: [sda] Write Protect is off
[ 1.276664] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.276700] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.277083] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.317119] sda: sda1 sda2 < sda5 >
[ 1.317607] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.318075] Freeing unused kernel memory: 884K (c19a4000 - c1a81000)
[ 1.318122] Write protecting the kernel text: 6468k
[ 1.318193] Write protecting the kernel read-only data: 2752k
[ 1.318196] NX-protecting the kernel data: 5820k
[ 1.340267] systemd-udevd[103]: starting version 204
[ 1.471895] pps_core: LinuxPPS API ver. 1 registered
[ 1.471901] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 1.500093] tsc: Refined TSC clocksource calibration: 2990.411 MHz
[ 1.502386] FDC 0 is a post-1991 82077
[ 1.609079] PTP clock support registered
[ 1.719777] tg3.c:v3.137 (May 11, 2014)
[ 1.765872] tg3 0000:3f:00.0 eth0: Tigon3 [partno(BCM95752) rev 6001] (PCI Express) MAC address 00:18:71:6d:1e:89
[ 1.765880] tg3 0000:3f:00.0 eth0: attached PHY is 5752 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[ 1.765884] tg3 0000:3f:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.765887] tg3 0000:3f:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.936075] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[ 1.973923] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.111116] usb 3-1: New USB device found, idVendor=046d, idProduct=c077
[ 2.111124] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.111128] usb 3-1: Product: USB Optical Mouse
[ 2.111132] usb 3-1: Manufacturer: Logitech
[ 2.352059] usb 3-2: new low-speed USB device number 3 using uhci_hcd
[ 2.500102] Switched to clocksource tsc
[ 2.532111] usb 3-2: New USB device found, idVendor=03f0, idProduct=0324
[ 2.532118] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.532123] usb 3-2: Product: HP Basic USB Keyboard
[ 2.532126] usb 3-2: Manufacturer: Lite-On Technology Corp.
[ 3.237814] random: nonblocking pool is initialized
[ 4.347781] init: ureadahead main process (155) terminated with status 5
[ 5.557174] Adding 3227644k swap on /dev/sda5. Priority:-1 extents:1 across:3227644k FS
[ 6.941669] systemd-udevd[270]: starting version 204
[ 7.681039] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 8.007461] lp: driver loaded but no devices found
[ 8.109556] ppdev: user-space parallel port driver
[ 10.090052] FS-Cache: Loaded
[ 12.016326] RPC: Registered named UNIX socket transport module.
[ 12.016332] RPC: Registered udp transport module.
[ 12.016334] RPC: Registered tcp transport module.
[ 12.016336] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 12.849285] wmi: Mapper loaded
[ 15.451870] hidraw: raw HID events driver (C) Jiri Kosina
[ 15.755924] FS-Cache: Netfs 'nfs' registered for caching
[ 16.385464] [drm] Initialized drm 1.1.0 20060810
[ 16.459803] usbcore: registered new interface driver usbhid
[ 16.459809] usbhid: USB HID core driver
[ 18.139500] audit: type=1400 audit(1403700153.493:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=465 comm="apparmor_parser"
[ 18.139511] audit: type=1400 audit(1403700153.493:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=465 comm="apparmor_parser"
[ 18.139518] audit: type=1400 audit(1403700153.493:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=465 comm="apparmor_parser"
[ 18.140976] audit: type=1400 audit(1403700153.497:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=496 comm="apparmor_parser"
[ 18.140986] audit: type=1400 audit(1403700153.497:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=496 comm="apparmor_parser"
[ 18.140992] audit: type=1400 audit(1403700153.497:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=496 comm="apparmor_parser"
[ 18.141638] audit: type=1400 audit(1403700153.497:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=496 comm="apparmor_parser"
[ 18.141646] audit: type=1400 audit(1403700153.497:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=496 comm="apparmor_parser"
[ 18.141945] audit: type=1400 audit(1403700153.497:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=496 comm="apparmor_parser"
[ 18.142889] audit: type=1400 audit(1403700153.497:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=465 comm="apparmor_parser"
[ 18.372765] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:046D:C077.0001/input/input5
[ 18.373237] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-1/input0
[ 18.374025] input: Lite-On Technology Corp. HP Basic USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/0003:03F0:0324.0002/input/input6
[ 18.374337] hid-generic 0003:03F0:0324.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology Corp. HP Basic USB Keyboard] on usb-0000:00:1d.1-2/input0
[ 18.477287] gpio_ich: GPIO from 206 to 255 on gpio_ich
[ 18.681169] input: HP WMI hotkeys as /devices/virtual/input/input7
[ 19.085824] init: portmap main process (565) terminated with status 127
[ 19.085848] init: portmap main process ended, respawning
[ 19.508893] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 19.524614] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 20.122458] init: cups main process (608) killed by HUP signal
[ 20.122481] init: cups main process ended, respawning
[ 20.148887] sound hdaudioC0D0: autoconfig: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:line
[ 20.148895] sound hdaudioC0D0: speaker_outs=1 (0x11/0x0/0x0/0x0/0x0)
[ 20.148898] sound hdaudioC0D0: hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[ 20.148901] sound hdaudioC0D0: mono: mono_out=0x0
[ 20.148904] sound hdaudioC0D0: inputs:
[ 20.148907] sound hdaudioC0D0: Mic=0x13
[ 20.148910] sound hdaudioC0D0: Line=0x14
[ 20.148913] sound hdaudioC0D0: CD=0x16
[ 20.148916] sound hdaudioC0D0: Aux=0xf
[ 20.165986] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 20.166301] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 20.166893] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 20.317357] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE
[ 21.826381] tg3 0000:3f:00.0: irq 43 for MSI/MSI-X
[ 21.871147] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.768728] init: udev-fallback-graphics main process (730) terminated with status 1
[ 24.100553] tg3 0000:3f:00.0 eth0: Link is up at 10 Mbps, half duplex
[ 24.100560] tg3 0000:3f:00.0 eth0: Flow control is off for TX and off for RX
[ 24.100751] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 26.530499] init: failsafe main process (541) killed by TERM signal
[ 27.275017] audit_printk_skb: 15 callbacks suppressed
[ 27.275023] audit: type=1400 audit(1403700162.629:17): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1008 comm="apparmor_parser"
[ 27.275034] audit: type=1400 audit(1403700162.629:18): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1008 comm="apparmor_parser"
[ 27.275041] audit: type=1400 audit(1403700162.629:19): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1008 comm="apparmor_parser"
[ 27.275680] audit: type=1400 audit(1403700162.629:20): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1008 comm="apparmor_parser"
[ 27.275687] audit: type=1400 audit(1403700162.629:21): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1008 comm="apparmor_parser"
[ 27.275986] audit: type=1400 audit(1403700162.629:22): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1008 comm="apparmor_parser"
[ 28.123327] audit: type=1400 audit(1403700163.477:23): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1009 comm="apparmor_parser"
[ 28.123339] audit: type=1400 audit(1403700163.477:24): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1009 comm="apparmor_parser"
[ 28.123346] audit: type=1400 audit(1403700163.477:25): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1009 comm="apparmor_parser"
[ 28.123352] audit: type=1400 audit(1403700163.477:26): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1009 comm="apparmor_parser"
[ 32.025419] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 32.068239] NFSD: starting 90-second grace period (net c197c5c0)
[ 35.066346] init: plymouth-upstart-bridge main process ended, respawning
[ 35.105750] init: plymouth-upstart-bridge main process (1397) killed by TERM signal
[ 50.702058] audit_printk_skb: 69 callbacks suppressed
[ 50.702064] audit: type=1400 audit(1403700186.058:50): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=1439 comm="apparmor_parser"
[ 50.702075] audit: type=1400 audit(1403700186.058:51): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1439 comm="apparmor_parser"
[ 50.702724] audit: type=1400 audit(1403700186.058:52): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1439 comm="apparmor_parser"
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=09 <?>
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at e0400000 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at 10c0 [size=8]
Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at e0480000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 42
Region 0: Memory at e04c0000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee0100c Data: 41c1
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=80
Status: NegoPending- InProgress-
Capabilities: [130 v1] Root Complex Link
Desc: PortNumber=0f ComponentID=02 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=20, subordinate=20, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: 80000000-801fffff
Prefetchable memory behind bridge: 0000000100000000-00000001001fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
Slot #2, PowerLimit 10.000W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet- LinkState-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0100c Data: 4181
Capabilities: [90] Subsystem: Hewlett-Packard Company Device 3012
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed+ WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable- ID=0 ArbSelect=Fixed TC/VC=00
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=01 ComponentID=02 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c001
Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=3f, subordinate=3f, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: e0500000-e07fffff
Prefetchable memory behind bridge: 0000000100200000-00000001003fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #2, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
Slot #3, PowerLimit 10.000W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet+ LinkState+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0100c Data: 41a1
Capabilities: [90] Subsystem: Hewlett-Packard Company Device 3012
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed+ WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable- ID=0 ArbSelect=Fixed TC/VC=00
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=02 ComponentID=02 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c001
Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 4: I/O ports at 1000 [size=32]
Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 18
Region 4: I/O ports at 1020 [size=32]
Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 21
Region 4: I/O ports at 1040 [size=32]
Kernel driver in use: uhci_hcd

00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 22
Region 4: I/O ports at 1060 [size=32]
Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 0: Memory at e04c4000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Subsystem: Hewlett-Packard Company Device 3012

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: lpc_ich

00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at 01f0 [size=8]
Region 1: I/O ports at 03f4
Region 2: I/O ports at 0170 [size=8]
Region 3: I/O ports at 0374
Region 4: I/O ports at 10a0 [size=16]
Kernel driver in use: ata_piix

00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 0: I/O ports at 10d8 [size=8]
Region 1: I/O ports at 10f0 [size=4]
Region 2: I/O ports at 10e0 [size=8]
Region 3: I/O ports at 10f4 [size=4]
Region 4: I/O ports at 10b0 [size=16]
Capabilities: [70] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ata_piix

3f:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 01)
Subsystem: Hewlett-Packard Company Device 3012
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 43
Region 0: Memory at e0500000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Product Name: Broadcom NetXtreme Gigabit Ethernet Controller
Read-only fields:
[PN] Part number: BCM95752
[EC] Engineering changes: 106679-15
[SN] Serial number: 0123456789
[MN] Manufacture ID: 31 34 65 34
[RV] Reserved: checksum bad, 28 byte(s) reserved
Read/write fields:
[YA] Asset tag: XYZ01234567
[RW] Read-write area: 107 byte(s) free
End
Capabilities: [58] MSI: Enable+ Count=1/8 Maskable- 64bit+
Address: 00000000fee0100c Data: 41e1
Capabilities: [d0] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE- FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Kernel driver in use: tg3

If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

Linux box 3.16.0-rc2+ #20 SMP Wed Jun 25 14:34:25 CEST 2014 i686 i686 i686 GNU/Linux

Gnu C 4.8
Gnu make 3.81
binutils 2.24
util-linux 2.20.1
mount support
module-init-tools 15
e2fsprogs 1.42.9
pcmciautils 018
Linux C Library 2.19
Dynamic linker (ldd) 2.19
Procps 3.3.9
Net-tools 1.60
Kbd 1.15.5
Sh-utils 8.21
Modules Loaded i915 snd_hda_codec_realtek snd_hda_codec_generic nfsd snd_hda_intel snd_hda_controller hp_wmi snd_hda_codec sparse_keymap hid_generic gpio_ich video snd_hwdep auth_rpcgss snd_pcm i2c_algo_bit drm_kms_helper nfs_acl snd_seq_midi drm nfs snd_seq_midi_event usbhid snd_rawmidi snd_seq hid snd_timer snd_seq_device snd lockd serio_raw soundcore wmi lpc_ich sunrpc mac_hid fscache binfmt_misc parport_pc ppdev lp parport tg3 ptp pps_core psmouse floppy