You are not logged in.

#1 2015-01-02 00:54:44

Tomatopaste
Member
Registered: 2015-01-01
Posts: 22

[SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

Hi there!

I'm new to archlinux which I've installed recently on my ASUS UL50VT. It features a now abandoned concept of hybrid graphics which is why I tried to get asus-switcheroo to work. But somehow it won't compile which is why I'd like to kindly ask you what I've done wrong. I'll list what I've done so far:

I've installed both x86-video-intel and x86-video-nouveau package in this order.

I downloaded the latest version of asus-switcheroo with git to /opt:

 git clone https://github.com/awilliam/asus-switcheroo.git /opt/asus-switcheroo 

But while compiling as instructed within the README by simply calling make, I get many errors from which I managed to correct some, but not all of them.

First error

*** No rule to make target 'modules'

This could be fixed by installing linux-headers.


Second error

implicit declaration of function DEVICE_ACPI_HANDLE

This could be fixed by replacing all DEVICE_ACPI_HANDLE calls with ACPI_HANDLE since both functions do the same according to this source: https://git.kernel.org/cgit/linux/kerne … 14915420ac which I managed by calling

sed -i 's/DEVICE_ACPI_HANDLE/ACPI_HANDLE/g' /opt/asus-switcheroo/asus-switcheroo.c

Third error

/opt/asus-switcheroo/asus-switcheroo.c:326:3: error: too few arguments to function vga_switcheroo_register_client
 vga_switcheroo_register_client(discrete dev,
 ^
include/linux/vga_switcheroo.h:47:5: note: declared here
 int vga_switcheroo_register_client(struct pci_dev *dev,

I have no idea what's wrong here. Maybe vga_switcheroo.h was updated and thus asus-switcheroo won't work? I can't find any vga_switcheroo.h file in my /usr/include/linux/ directory, maybe it's just missing?

I'd be grateful for any answer! smile

Best regards,
Tomatopaste

Last edited by Tomatopaste (2015-08-21 14:25:25)

Offline

#2 2015-01-02 12:43:23

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,170

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

That code was last updated in aug 2012, and the last kernel mentioned in the commits is 3.5 .

asus-switcheroo readme wrote:

Overall, this is ~130 lines of code that do the equivalent
of the 3 line proposed upstream patch:

http://lists.freedesktop.org/archives/d … 10488.html

Are you sure this patch was never implemented upstream ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2015-01-02 14:24:16

Tomatopaste
Member
Registered: 2015-01-01
Posts: 22

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

Lone_Wolf wrote:
asus-switcheroo readme wrote:

Overall, this is ~130 lines of code that do the equivalent
of the 3 line proposed upstream patch:

http://lists.freedesktop.org/archives/d … 10488.html

Are you sure this patch was never implemented upstream ?

I'm not sure that this patch was added afterwards.
I could try to use the vga_switcheroo from the kernel and then check if one card at a time is active.
But I can't find any vgaswitcheroo directory in /sys/kernel/debug although I added

none /sys/kernel/debug debugfs defaults 0 0

to my /etc/fstab.
According to https://wiki.archlinux.org/index.php/hy … nt_enabled, vgaswitcheroo appears only if KMS is enabled for both cards. So I configured /etc/mkinitcpio.conf such as both modules are listed in it as

MODULES="nouveau ext4"
MODULES="i915"

,updated by calling

mkinitcpio -p linux

and rebooted. Still no vgaswitcheroo...

What am I doing wrong?

Best regards,
Tomatopaste


EDIT: Also tried

MODULES="i915 nouveau ext4"

doesn't work either.

Last edited by Tomatopaste (2015-01-02 14:53:17)

Offline

#4 2015-01-23 19:57:40

Tomatopaste
Member
Registered: 2015-01-01
Posts: 22

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

Hi there,

since this thread somehow lost attention, I try to revive it while clarifying my intention.

I still can't figure out how to make 'vgaswitcheroo' appear. Since the problem now has come down to make 'vgaswitcheroo' visibile, I changed the topic of this thread according to that.


Using

lspci | grep 'VGA'

to list up the installed graphic adapters yields

00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [Geforce G210M] (rev a2)

So there are definately two graphic cards available, but I have no clue why 'vgaswitcheroo' isn't showing up...

I'd be thankful for any answer!

Best regards,
Tomatopaste

Last edited by Tomatopaste (2015-01-23 23:19:35)

Offline

#5 2015-01-29 14:03:57

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,170

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

tomatopaste,

please post dmesg (or journalctl -b ) output, and also Xorg logs.
There should be some messages in those wrt vgaswitcheroo .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#6 2015-02-13 22:52:02

Tomatopaste
Member
Registered: 2015-01-01
Posts: 22

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

Hi Lone_Wolf,

here are the requested logs. I hadn't installed a desktop environment until now, so here you'll get the first Xorg log from my machine.

I somehow saw a warning that the 'aic94xx firmware' is missing, but I don't know how to reproduce this message and how it is involved with this topic (if at least).

dmesg

[    0.000000] CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.18.6-1-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=de31d952-ccf8-40bd-ad5a-0b7265bc5ef8 rw quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000097bff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000097c00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdd6ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bdd70000-0x00000000bdd81fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bdd82000-0x00000000bdddffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdde0000-0x00000000bddfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         UL50VT              /UL50VT    , BIOS 217     03/01/2010
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FC0000000 write-back
[    0.000000]   2 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   3 base 0BDE00000 mask FFFE00000 uncachable
[    0.000000]   4 base 0BE000000 mask FFE000000 uncachable
[    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] e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbdd70 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000091000] 91000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
[    0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
[    0.000000] BRK [0x01b38000, 0x01b38fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[    0.000000]  [mem 0x13fe00000-0x13fffffff] page 2M
[    0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
[    0.000000]  [mem 0x13c000000-0x13fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[    0.000000]  [mem 0x100000000-0x13bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbdd6ffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xbdbfffff] page 2M
[    0.000000]  [mem 0xbdc00000-0xbdd6ffff] page 4k
[    0.000000] RAMDISK: [mem 0x376bc000-0x37b55fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F93C0 000024 (v02 030110)
[    0.000000] ACPI: XSDT 0x00000000BDD70100 000084 (v01 _ASUS_ Notebook 20100301 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000BDD70290 0000F4 (v03 030110 FACP1011 20100301 MSFT 00000097)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20140926/tbfadt-618)
[    0.000000] ACPI: DSDT 0x00000000BDD70680 00F2F7 (v01 UL50V  UL50V201 00000201 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BDD82000 000040
[    0.000000] ACPI: APIC 0x00000000BDD70390 00005C (v01 030110 APIC1011 20100301 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x00000000BDD70430 00003C (v01 030110 OEMMCFG  20100301 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x00000000BDD70470 000176 (v01 _ASUS_ Notebook 20100301 MSFT 00000097)
[    0.000000] ACPI: ECDT 0x00000000BDD70620 000054 (v01 030110 OEMECDT  20100301 MSFT 00000097)
[    0.000000] ACPI: DBGP 0x00000000BDD703F0 000034 (v01 030110 DBGP1011 20100301 MSFT 00000097)
[    0.000000] ACPI: BOOT 0x00000000BDD705F0 000028 (v01 030110 BOOT1011 20100301 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000BDD82040 000071 (v01 030110 OEMB1011 20100301 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BDD7F980 000038 (v01 030110 OEMHPET  20100301 MSFT 00000097)
[    0.000000] ACPI: GSCI 0x00000000BDD820C0 002024 (v01 030110 GMCHSCI  20100301 MSFT 00000097)
[    0.000000] ACPI: ATKG 0x00000000BDD945F0 008024 (v01 _ASUS_ OEMATKG  20100301 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x00000000BDD9D0C0 0004F0 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13fff9000-0x13fffcfff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00096fff]
[    0.000000]   node   0: [mem 0x00100000-0xbdd6ffff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x13fffffff]
[    0.000000] On node 0 totalpages: 1039622
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3990 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12086 pages used for memmap
[    0.000000]   DMA32 zone: 773488 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xbe000000-0xbfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00097000-0x00097fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00098000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdd70000-0xbdd81fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdd82000-0xbdddffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdde0000-0xbddfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbde00000-0xbdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages/cpu @ffff88013fc00000 s82880 r8192 d31808 u1048576
[    0.000000] pcpu-alloc: s82880 r8192 d31808 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1023355
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=de31d952-ccf8-40bd-ad5a-0b7265bc5ef8 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240 using standard form
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 4010084K/4158488K available (5481K kernel code, 908K rwdata, 1720K rodata, 1160K init, 1184K bss, 148404K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:8448 nr_irqs:440 0
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1339.043 MHz processor
[    0.003354] Calibrating delay loop (skipped), value calculated using timer frequency.. 2679.67 BogoMIPS (lpj=4463476)
[    0.003360] pid_max: default: 32768 minimum: 301
[    0.003375] ACPI: Core revision 20140926
[    0.028489] ACPI: All ACPI Tables successfully acquired
[    0.030060] Security Framework initialized
[    0.030072] Yama: becoming mindful.
[    0.030730] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.033385] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.034550] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.034566] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.035030] Initializing cgroup subsys memory
[    0.035043] Initializing cgroup subsys devices
[    0.035049] Initializing cgroup subsys freezer
[    0.035054] Initializing cgroup subsys net_cls
[    0.035059] Initializing cgroup subsys blkio
[    0.035101] CPU: Physical Processor ID: 0
[    0.035103] CPU: Processor Core ID: 0
[    0.035107] mce: CPU supports 6 MCE banks
[    0.035118] CPU0: Thermal monitoring handled by SMI
[    0.035129] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.035294] Freeing SMP alternatives memory: 20K (ffffffff81a07000 - ffffffff81a0c000)
[    0.037287] ftrace: allocating 20931 entries in 82 pages
[    0.047267] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.080763] smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
[    0.083333] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.083333] ... version:                2
[    0.083333] ... bit width:              40
[    0.083333] ... generic registers:      2
[    0.083333] ... value mask:             000000ffffffffff
[    0.083333] ... max period:             000000007fffffff
[    0.083333] ... fixed-purpose events:   3
[    0.083333] ... event mask:             0000000700000003
[    0.103453] x86: Booting SMP configuration:
[    0.103457] .... node  #0, CPUs:      #1
[    0.006666] CPU1 microcode updated early to revision 0xa0b, date = 2010-09-28
[    0.006666] CPU1: Thermal monitoring handled by SMI
[    0.120106] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.120129] x86: Booted up 1 node, 2 CPUs
[    0.120133] smpboot: Total of 2 processors activated (5358.34 BogoMIPS)
[    0.123484] devtmpfs: initialized
[    0.130099] PM: Registering ACPI NVS region [mem 0xbdd82000-0xbdddffff] (385024 bytes)
[    0.132122] pinctrl core: initialized pinctrl subsystem
[    0.132122] RTC time: 23:16:54, date: 02/13/15
[    0.132122] NET: Registered protocol family 16
[    0.146674] cpuidle: using governor ladder
[    0.163340] cpuidle: using governor menu
[    0.163400] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.163404] ACPI: bus type PCI registered
[    0.163408] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.163547] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.163552] PCI: not using MMCONFIG
[    0.163554] PCI: Using configuration type 1 for base access
[    0.176795] ACPI: Added _OSI(Module Device)
[    0.176795] ACPI: Added _OSI(Processor Device)
[    0.176795] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.176795] ACPI: Added _OSI(Processor Aggregator Device)
[    0.181034] ACPI : EC: EC description table is found, configuring boot EC
[    0.191149] ACPI: Executed 1 blocks of module-level executable AML code
[    0.194893] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.248437] ACPI: Dynamic OEM Table Load:
[    0.248451] ACPI: SSDT 0xFFFF8801394F5600 0001C4 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.249608] ACPI: Dynamic OEM Table Load:
[    0.249622] ACPI: SSDT 0xFFFF880139ABE000 000765 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.251135] ACPI: Dynamic OEM Table Load:
[    0.251146] ACPI: SSDT 0xFFFF880139BF5B00 0000CC (v01 PmRef  Cpu1Ist  00003000 INTL 20051117)
[    0.252164] ACPI: Dynamic OEM Table Load:
[    0.252175] ACPI: SSDT 0xFFFF880139435600 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20051117)
[    0.253551] ACPI: Interpreter enabled
[    0.253565] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
[    0.253575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
[    0.253606] ACPI: (supports S0 S3 S4 S5)
[    0.253609] ACPI: Using IOAPIC for interrupt routing
[    0.253656] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.255000] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources
[    0.255845] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.270229] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.270241] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.270796] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.271360] PCI host bridge to bus 0000:00
[    0.271367] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.271371] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.271376] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.271380] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.271384] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.271388] pci_bus 0000:00: root bus resource [mem 0xbde00000-0xffffffff]
[    0.271405] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.271442] DMAR: Forcing write-buffer flush capability
[    0.271445] DMAR: Disabling IOMMU for graphics on this chipset
[    0.271606] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
[    0.271683] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.271760] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.271849] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.271871] pci 0000:00:02.0: reg 0x10: [mem 0xfcc00000-0xfcffffff 64bit]
[    0.271885] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.271895] pci 0000:00:02.0: reg 0x20: [io  0xcc00-0xcc07]
[    0.272124] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.272204] pci 0000:00:1a.0: reg 0x20: [io  0xc880-0xc89f]
[    0.272384] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.272480] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.272560] pci 0000:00:1a.1: reg 0x20: [io  0xc800-0xc81f]
[    0.272735] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.272830] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.272910] pci 0000:00:1a.2: reg 0x20: [io  0xc480-0xc49f]
[    0.273087] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.273200] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.273236] pci 0000:00:1a.7: reg 0x10: [mem 0xfcbfbc00-0xfcbfbfff]
[    0.273397] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.273547] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.273653] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.273688] pci 0000:00:1b.0: reg 0x10: [mem 0xfcbf4000-0xfcbf7fff 64bit]
[    0.273841] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.273926] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.274023] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.274170] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.274258] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.274357] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
[    0.274513] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.274602] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.274704] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[    0.274861] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.274949] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.275046] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.275126] pci 0000:00:1d.0: reg 0x20: [io  0xc400-0xc41f]
[    0.275303] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.275403] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.275483] pci 0000:00:1d.1: reg 0x20: [io  0xc080-0xc09f]
[    0.275657] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.275752] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.275833] pci 0000:00:1d.2: reg 0x20: [io  0xc000-0xc01f]
[    0.276007] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.276118] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.276155] pci 0000:00:1d.7: reg 0x10: [mem 0xfcbfb800-0xfcbfbbff]
[    0.276313] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.276460] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.276559] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.276727] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.276822] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.277143] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.277183] pci 0000:00:1f.2: reg 0x10: [io  0xbc00-0xbc07]
[    0.277199] pci 0000:00:1f.2: reg 0x14: [io  0xb880-0xb883]
[    0.277216] pci 0000:00:1f.2: reg 0x18: [io  0xb800-0xb807]
[    0.277232] pci 0000:00:1f.2: reg 0x1c: [io  0xb480-0xb483]
[    0.277249] pci 0000:00:1f.2: reg 0x20: [io  0xb400-0xb41f]
[    0.277265] pci 0000:00:1f.2: reg 0x24: [mem 0xfcbfb000-0xfcbfb7ff]
[    0.277365] pci 0000:00:1f.2: PME# supported from D3hot
[    0.277724] pci 0000:01:00.0: [10de:0a74] type 00 class 0x030000
[    0.277803] pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[    0.277879] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.277955] pci 0000:01:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit pref]
[    0.277998] pci 0000:01:00.0: reg 0x24: [io  0xdc00-0xdc7f]
[    0.278042] pci 0000:01:00.0: reg 0x30: [mem 0xfe980000-0xfe9fffff pref]
[    0.278649] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
[    0.278743] pci 0000:01:00.1: reg 0x10: [mem 0xfe97c000-0xfe97ffff]
[    0.283406] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.283413] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.283419] pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfe9fffff]
[    0.283427] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xfbffffff 64bit pref]
[    0.283547] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.283721] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
[    0.283764] pci 0000:03:00.0: reg 0x10: [mem 0xfeaf0000-0xfeafffff 64bit]
[    0.283968] pci 0000:03:00.0: supports D1
[    0.283973] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.284026] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.290025] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.290037] pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.290206] pci 0000:04:00.0: [1969:1063] type 00 class 0x020000
[    0.290249] pci 0000:04:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
[    0.290270] pci 0000:04:00.0: reg 0x18: [io  0xec00-0xec7f]
[    0.290456] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.290508] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.296694] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.296702] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.296710] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.296857] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[    0.296877] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.296882] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.296886] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.296890] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.296895] pci 0000:00:1e.0:   bridge window [mem 0xbde00000-0xffffffff] (subtractive decode)
[    0.296966] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.298079] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
[    0.298182] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 12)
[    0.298278] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.298370] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 12)
[    0.298467] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
[    0.298561] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 12)
[    0.298657] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
[    0.298754] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
[    0.299050] ACPI: Enabled 6 GPEs in block 00 to 3F
[    0.299200] ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.299357] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.299357] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.299357] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.299357] vgaarb: loaded
[    0.299357] vgaarb: bridge control possible 0000:01:00.0
[    0.299357] vgaarb: no bridge control possible 0000:00:02.0
[    0.299357] PCI: Using ACPI for IRQ routing
[    0.312663] PCI: pci_cache_line_size set to 64 bytes
[    0.312757] e820: reserve RAM buffer [mem 0x00097c00-0x0009ffff]
[    0.312761] e820: reserve RAM buffer [mem 0xbdd70000-0xbfffffff]
[    0.312995] NetLabel: Initializing
[    0.312998] NetLabel:  domain hash size = 128
[    0.313000] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.313027] NetLabel:  unlabeled traffic allowed by default
[    0.313059] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.313068] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.313076] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.314361] Switched to clocksource hpet
[    0.325712] pnp: PnP ACPI init
[    0.325899] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[    0.325907] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.326035] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.326142] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.326267] pnp 00:03: Plug and Play ACPI device, IDs ETD0001 PNP0f0e PNP0f0b PNP0f03 PNP0f13 PNP0f12 (active)
[    0.326625] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.326631] system 00:04: [io  0x04c0-0x04cf] has been reserved
[    0.326636] system 00:04: [io  0x04d2-0x04ff] has been reserved
[    0.326641] system 00:04: [io  0x0800-0x087f] could not be reserved
[    0.326646] system 00:04: [io  0x0400-0x041f] has been reserved
[    0.326651] system 00:04: [io  0x0500-0x057f] has been reserved
[    0.326657] system 00:04: [mem 0xfcbfac00-0xfcbfacff window] has been reserved
[    0.326662] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.326667] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.326688] system 00:04: [mem 0xfed45000-0xfed89fff] has been reserved
[    0.326693] system 00:04: [mem 0xfed90000-0xfed90fff] has been reserved
[    0.326698] system 00:04: [mem 0xfed91000-0xfed91fff] has been reserved
[    0.326703] system 00:04: [mem 0xfed92000-0xfed92fff] has been reserved
[    0.326709] system 00:04: [mem 0xfed93000-0xfed93fff] has been reserved
[    0.326718] system 00:04: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.326723] system 00:04: [mem 0xfff00000-0xffffffff] has been reserved
[    0.326729] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.326931] system 00:05: [mem 0xffa00000-0xffbfffff] could not be reserved
[    0.326937] system 00:05: [mem 0xffe00000-0xffffffff] could not be reserved
[    0.326943] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.327081] system 00:06: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.327088] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.327233] system 00:07: [io  0x0250-0x0253] has been reserved
[    0.327239] system 00:07: [io  0x0256-0x025f] has been reserved
[    0.327244] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.327249] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.327254] system 00:07: [mem 0xfec18000-0xfec1ffff] has been reserved
[    0.327259] system 00:07: [mem 0xfec38000-0xfec3ffff] has been reserved
[    0.327265] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.327452] system 00:08: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.327458] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.327960] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.327966] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.327972] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.327977] system 00:09: [mem 0x00100000-0xbddfffff] could not be reserved
[    0.327983] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.328223] pnp: PnP ACPI: found 10 devices
[    0.337514] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.337522] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.337529] pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfe9fffff]
[    0.337535] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xfbffffff 64bit pref]
[    0.337543] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.337563] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.337573] pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.337588] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.337594] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.337603] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.337618] pci 0000:00:1e.0: PCI bridge to [bus 05]
[    0.337639] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.337644] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.337648] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.337652] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.337656] pci_bus 0000:00: resource 8 [mem 0xbde00000-0xffffffff]
[    0.337660] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.337664] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe9fffff]
[    0.337669] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xfbffffff 64bit pref]
[    0.337673] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.337678] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.337682] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.337686] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.337690] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.337694] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.337698] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
[    0.337702] pci_bus 0000:05: resource 8 [mem 0xbde00000-0xffffffff]
[    0.337752] NET: Registered protocol family 2
[    0.338080] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.338272] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.338506] TCP: Hash tables configured (established 32768 bind 32768)
[    0.338563] TCP: reno registered
[    0.338575] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.338625] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.338740] NET: Registered protocol family 1
[    0.338774] pci 0000:00:02.0: Video device with shadowed ROM
[    0.340448] PCI: CLS 32 bytes, default 64
[    0.340535] Unpacking initramfs...
[    0.493501] Freeing initrd memory: 4712K (ffff8800376bc000 - ffff880037b56000)
[    0.493521] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.493526] software IO TLB [mem 0xb9d70000-0xbdd70000] (64MB) mapped at [ffff8800b9d70000-ffff8800bdd6ffff]
[    0.493580] Simple Boot Flag at 0x51 set to 0x1
[    0.493841] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa0b
[    0.493857] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa0b
[    0.493982] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.494036] Scanning for low memory corruption every 60 seconds
[    0.494581] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.494616] Initialise system trusted keyring
[    0.495303] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.498905] zpool: loaded
[    0.498910] zbud: loaded
[    0.499261] VFS: Disk quotas dquot_6.5.2
[    0.499340] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.499572] msgmni has been set to 7841
[    0.499687] Key type big_key registered
[    0.500083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.500147] io scheduler noop registered
[    0.500153] io scheduler deadline registered
[    0.500225] io scheduler cfq registered (default)
[    0.500526] pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
[    0.500800] pcieport 0000:00:1c.0: irq 25 for MSI/MSI-X
[    0.501080] pcieport 0000:00:1c.1: irq 26 for MSI/MSI-X
[    0.501355] pcieport 0000:00:1c.5: irq 27 for MSI/MSI-X
[    0.501574] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.501580] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.501584] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
[    0.501590] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.501625] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.501634] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.501670] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    0.501675] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.501682] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    0.501717] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.501721] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.501729] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.501764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.501826] pciehp 0000:00:01.0:pcie04: Slot #16 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep-
[    0.501871] pciehp 0000:00:01.0:pcie04: service driver pciehp loaded
[    0.501884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.501955] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.501958] vesafb: scrolling: redraw
[    0.501962] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.501990] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
[    0.544569] Console: switching to colour frame buffer device 128x48
[    0.586961] fb0: VESA VGA frame buffer device
[    0.587001] intel_idle: does not run on family 6 model 23
[    0.587083] GHES: HEST is not enabled!
[    0.587203] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.588055] Linux agpgart interface v0.103
[    0.588131] rtc_cmos 00:01: RTC can wake from S4
[    0.588347] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.588388] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.588416] ledtrig-cpu: registered to indicate activity on CPUs
[    0.588631] TCP: cubic registered
[    0.588865] NET: Registered protocol family 10
[    0.589295] NET: Registered protocol family 17
[    0.589845] Loading compiled-in X.509 certificates
[    0.589871] registered taskstats version 1
[    0.590711]   Magic number: 3:113:302
[    0.590730] tty tty31: hash matches
[    0.590842] rtc_cmos 00:01: setting system clock to 2015-02-13 23:16:54 UTC (1423869414)
[    0.590947] PM: Hibernation image not present or could not be loaded.
[    0.593201] Freeing unused kernel memory: 1160K (ffffffff818e5000 - ffffffff81a07000)
[    0.593204] Write protecting the kernel read-only data: 8192k
[    0.596883] Freeing unused kernel memory: 652K (ffff88000155d000 - ffff880001600000)
[    0.598623] Freeing unused kernel memory: 328K (ffff8800017ae000 - ffff880001800000)
[    0.610854] random: systemd-tmpfile urandom read with 3 bits of entropy available
[    0.620562] [drm] Initialized drm 1.1.0 20060810
[    0.624049] wmi: Mapper loaded
[    0.625180] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.625188] ACPI: Sleep Button [SLPB]
[    0.625308] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.627655] ACPI: Lid Switch [LID]
[    0.627792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.627799] ACPI: Power Button [PWRF]
[    0.637317] MXM: GUID detected in BIOS
[    0.637379] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20140926/exoparg2-420)
[    0.637392] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013b03c2d0), AE_AML_PACKAGE_LIMIT (20140926/psparse-536)
[    0.637411] ACPI: \_SB_.PCI0.VGA_: failed to evaluate _DSM (0x300b)
[    0.637419] ACPI Warning: \_SB_.PCI0.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
[    0.637446] ACPI: \_SB_.PCI0.VGA_: failed to evaluate _DSM
[    0.637495] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20140926/exoparg2-420)
[    0.637504] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013b03c2d0), AE_AML_PACKAGE_LIMIT (20140926/psparse-536)
[    0.637516] ACPI Error: Method parse/execution failed [\_SB_.PCI0.P0P1.VGA_._DSM] (Node ffff88013b040370), AE_AML_PACKAGE_LIMIT (20140926/psparse-536)
[    0.637530] ACPI: \_SB_.PCI0.P0P1.VGA_: failed to evaluate _DSM (0x300b)
[    0.637538] ACPI Warning: \_SB_.PCI0.P0P1.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
[    0.637573] ACPI: \_SB_.PCI0.P0P1.VGA_: failed to evaluate _DSM
[    0.637612] checking generic (d0000000 300000) vs hw (e0000000 10000000)
[    0.637616] checking generic (d0000000 300000) vs hw (fa000000 2000000)
[    0.637683] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
[    0.638141] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0a8a00a2
[    0.638147] nouveau  [  DEVICE][0000:01:00.0] Chipset: GT218 (NVA8)
[    0.638150] nouveau  [  DEVICE][0000:01:00.0] Family : NV50
[    0.638209] nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
[    0.638215] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
[    0.638219] nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
[    0.680880] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
[    0.680884] nouveau  [   VBIOS][0000:01:00.0] checking ACPI for image...
[    1.496692] tsc: Refined TSC clocksource calibration: 1338.999 MHz
[    2.040809] nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
[    2.040815] nouveau  [   VBIOS][0000:01:00.0] using image from ACPI
[    2.041016] nouveau  [   VBIOS][0000:01:00.0] BIT signature found
[    2.041022] nouveau  [   VBIOS][0000:01:00.0] version 70.18.1f.00.27
[    2.041768] nouveau  [ DEVINIT][0000:01:00.0] adaptor not initialised
[    2.041777] nouveau  [   VBIOS][0000:01:00.0] running init tables
[    2.162451] nouveau 0000:01:00.0: irq 28 for MSI/MSI-X
[    2.162467] nouveau  [     PMC][0000:01:00.0] MSI interrupts enabled
[    2.162514] nouveau  [     PFB][0000:01:00.0] RAM type: DDR3
[    2.162518] nouveau  [     PFB][0000:01:00.0] RAM size: 512 MiB
[    2.162521] nouveau  [     PFB][0000:01:00.0]    ZCOMP: 960 tags
[    2.496759] Switched to clocksource tsc
[    3.230022] nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
[    3.230040] nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
[    3.230047] nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
[    3.250103] nouveau  [     CLK][0000:01:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz
[    3.250111] nouveau  [     CLK][0000:01:00.0] 07: core 405 MHz shader 810 MHz memory 405 MHz
[    3.250118] nouveau  [     CLK][0000:01:00.0] 0f: core 606 MHz shader 1468 MHz memory 790 MHz
[    3.250153] nouveau  [     CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 405 MHz
[    3.250379] [TTM] Zone  kernel: Available graphics memory: 2008478 kiB
[    3.250383] [TTM] Initializing pool allocator
[    3.250393] [TTM] Initializing DMA pool allocator
[    3.250414] nouveau  [     DRM] VRAM: 512 MiB
[    3.250417] nouveau  [     DRM] GART: 1048576 MiB
[    3.250424] nouveau  [     DRM] TMDS table version 2.0
[    3.250428] nouveau  [     DRM] DCB version 4.0
[    3.250432] nouveau  [     DRM] DCB outp 00: 01000323 00010034
[    3.250437] nouveau  [     DRM] DCB outp 01: 02014300 00000000
[    3.250440] nouveau  [     DRM] DCB outp 02: 02032312 00020010
[    3.250444] nouveau  [     DRM] DCB conn 00: 00000040
[    3.250448] nouveau  [     DRM] DCB conn 01: 00410146
[    3.250452] nouveau  [     DRM] DCB conn 02: 00001261
[    3.250455] nouveau  [     DRM] DCB conn 03: 00002330
[    3.250458] nouveau  [     DRM] DCB conn 04: 00000400
[    3.250462] nouveau  [     DRM] DCB conn 05: 00000660
[    3.250465] nouveau  [     DRM] DCB conn 06: 00000500
[    3.272150] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.272153] [drm] Driver supports precise vblank timestamp query.
[    3.295922] nouveau  [     DRM] MM: using COPY for buffer copies
[    3.403865] nouveau 0000:01:00.0: No connectors reported connected with modes
[    3.403870] [drm] Cannot find any crtc or sizes - going 1024x768
[    3.411692] nouveau  [     DRM] allocated 1024x768 fb: 0x70000, bo ffff880139390000
[    3.411805] nouveau 0000:01:00.0: fb1: nouveaufb frame buffer device
[    3.411810] nouveau 0000:01:00.0: registered panic notifier
[    3.440035] [drm] Initialized nouveau 1.2.1 20120801 for 0000:01:00.0 on minor 0
[    3.475327] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    3.488962] i8042: Detected active multiplexing controller, rev 1.1
[    3.492052] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.492140] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    3.492204] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    3.492266] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    3.492323] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    3.493591] ACPI: bus type USB registered
[    3.493784] usbcore: registered new interface driver usbfs
[    3.493819] usbcore: registered new interface driver hub
[    3.493862] usbcore: registered new device driver usb
[    3.494794] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.495461] uhci_hcd: USB Universal Host Controller Interface driver
[    3.495790] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    3.495804] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    3.495817] uhci_hcd 0000:00:1a.0: detected 2 ports
[    3.495866] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c880
[    3.496222] hub 1-0:1.0: USB hub found
[    3.496237] hub 1-0:1.0: 2 ports detected
[    3.497165] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    3.497184] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    3.497201] uhci_hcd 0000:00:1a.1: detected 2 ports
[    3.497247] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c800
[    3.497283] ehci-pci: EHCI PCI platform driver
[    3.497572] hub 2-0:1.0: USB hub found
[    3.497587] hub 2-0:1.0: 2 ports detected
[    3.498807] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    3.498820] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
[    3.498841] ehci-pci 0000:00:1a.7: debug port 1
[    3.502782] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[    3.502811] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfcbfbc00
[    3.506138] SCSI subsystem initialized
[    3.509673] libata version 3.00 loaded.
[    3.510067] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.510448] hub 3-0:1.0: USB hub found
[    3.510465] hub 3-0:1.0: 6 ports detected
[    3.533462] hub 1-0:1.0: USB hub found
[    3.533483] hub 1-0:1.0: 2 ports detected
[    3.556794] hub 2-0:1.0: USB hub found
[    3.556812] hub 2-0:1.0: 2 ports detected
[    3.557635] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    3.557649] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
[    3.557671] ehci-pci 0000:00:1d.7: debug port 1
[    3.561596] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    3.561625] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfcbfb800
[    3.570018] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.570339] hub 4-0:1.0: USB hub found
[    3.570355] hub 4-0:1.0: 6 ports detected
[    3.572162] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    3.572176] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    3.572188] uhci_hcd 0000:00:1a.2: detected 2 ports
[    3.572235] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000c480
[    3.572731] hub 5-0:1.0: USB hub found
[    3.572749] hub 5-0:1.0: 2 ports detected
[    3.573582] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.573596] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    3.573608] uhci_hcd 0000:00:1d.0: detected 2 ports
[    3.573636] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c400
[    3.573961] hub 6-0:1.0: USB hub found
[    3.573976] hub 6-0:1.0: 2 ports detected
[    3.574635] ahci 0000:00:1f.2: version 3.0
[    3.574797] ahci 0000:00:1f.2: irq 29 for MSI/MSI-X
[    3.574843] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    3.574883] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    3.574889] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    3.579654] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    3.581533] scsi host0: ahci
[    3.581745] scsi host1: ahci
[    3.581936] scsi host2: ahci
[    3.582136] scsi host3: ahci
[    3.582272] ata1: SATA max UDMA/133 abar m2048@0xfcbfb000 port 0xfcbfb100 irq 29
[    3.582278] ata2: SATA max UDMA/133 abar m2048@0xfcbfb000 port 0xfcbfb180 irq 29
[    3.582281] ata3: DUMMY
[    3.582284] ata4: DUMMY
[    3.582430] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.582443] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    3.582455] uhci_hcd 0000:00:1d.1: detected 2 ports
[    3.582483] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c080
[    3.582876] hub 7-0:1.0: USB hub found
[    3.582896] hub 7-0:1.0: 2 ports detected
[    3.583709] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.583724] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    3.583735] uhci_hcd 0000:00:1d.2: detected 2 ports
[    3.583764] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c000
[    3.584143] hub 8-0:1.0: USB hub found
[    3.584161] hub 8-0:1.0: 2 ports detected
[    3.876693] usb 4-5: new high-speed USB device number 2 using ehci-pci
[    3.900044] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.900989] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.944689] ata1.00: ATA-8: ST9500325AS, 0002SDM1, max UDMA/133
[    3.944695] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.946593] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.946916] ata1.00: configured for UDMA/133
[    3.947073] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      SDM1 PQ: 0 ANSI: 5
[    4.003359] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[    4.185325] hidraw: raw HID events driver (C) Jiri Kosina
[    4.197466] usbcore: registered new interface driver usbhid
[    4.197470] usbhid: USB HID core driver
[    4.266697] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.268256] ACPI Error: Attempt to CreateField of length zero (20140926/dsopcode-168)
[    4.268265] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0252a8), AE_AML_OPERAND_VALUE (20140926/psparse-536)
[    4.268278] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b025438), AE_AML_OPERAND_VALUE (20140926/psparse-536)
[    4.268292] ata2.00: _GTF evaluation failed (AE 0x3004)
[    4.268298] ata2.00: ATAPI: MATSHITADVD-RAM UJ892AS, 1.00, max UDMA/100
[    4.270437] ACPI Error: Attempt to CreateField of length zero (20140926/dsopcode-168)
[    4.270445] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0252a8), AE_AML_OPERAND_VALUE (20140926/psparse-536)
[    4.270457] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b025438), AE_AML_OPERAND_VALUE (20140926/psparse-536)
[    4.270469] ata2.00: _GTF evaluation failed (AE 0x3004)
[    4.270476] ata2.00: configured for UDMA/100
[    4.273545] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ892AS  1.00 PQ: 0 ANSI: 5
[    4.289164] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    4.289388] sd 0:0:0:0: [sda] Write Protect is off
[    4.289394] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.289446] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.298886] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.298891] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.299122] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    4.387649]  sda: sda1 sda2 sda3
[    4.388260] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.165421] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    5.827292] random: nonblocking pool is initialized
[    6.249715] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
[    9.249925] systemd-journald[117]: Received request to flush runtime journal from PID 1
[    9.835819] Monitor-Mwait will be used to enter C-1 state
[    9.835834] Monitor-Mwait will be used to enter C-3 state
[    9.835850] tsc: Marking TSC unstable due to TSC halts in idle
[    9.835870] ACPI: acpi_idle registered with cpuidle
[    9.836816] Switched to clocksource hpet
[   10.069934] asus_laptop: Asus Laptop Support version 0.42
[   10.070309] asus_laptop:   UL50VT model detected
[   10.070996] asus_laptop: Backlight controlled by ACPI video driver
[   10.071105] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input8
[   10.091898] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   10.120152] ACPI: AC Adapter [AC0] (on-line)
[   10.130629] ACPI: Battery Slot [BAT0] (battery absent)
[   10.143044] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[   10.143085] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[   10.144443] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[   10.145893] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   10.237096] [drm] Memory usable by graphics device = 2048M
[   10.237104] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[   10.237108] fb: switching to inteldrmfb from VESA VGA
[   10.237141] Console: switching to colour dummy device 80x25
[   10.237256] [drm] Replacing VGA console driver
[   10.256776] i915 0000:00:02.0: irq 30 for MSI/MSI-X
[   10.256793] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.256795] [drm] Driver supports precise vblank timestamp query.
[   10.256962] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[   10.256969] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   10.278231] thermal LNXTHERM:00: registered as thermal_zone0
[   10.278237] ACPI: Thermal Zone [THRM] (52 C)
[   10.331552] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   10.341139] acpi device:35: registered as cooling_device2
[   10.341288] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[   10.341473] ACPI: Video Device [VGA1] (multi-head: yes  rom: yes  post: no)
[   10.349368] acpi device:38: registered as cooling_device3
[   10.349508] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/LNXVIDEO:01/input/input10
[   10.349629] [drm] Initialized i915 1.6.0 20140905 for 0000:00:02.0 on minor 1
[   10.352043] fbcon: inteldrmfb (fb0) is primary device
[   10.360581] atl1c 0000:04:00.0: version 1.0.1.1-NAPI
[   10.449836] cfg80211: Calling CRDA to update world regulatory domain
[   10.537675] snd_hda_intel 0000:00:1b.0: irq 31 for MSI/MSI-X
[   10.537833] snd_hda_intel 0000:01:00.1: Disabling MSI
[   10.537848] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[   10.601053] input: PC Speaker as /devices/platform/pcspkr/input/input11
[   10.627249] input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/0003:09DA:000A.0001/input/input13
[   10.627403] a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1a.2-1/input0
[   10.629202] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082f conflicts with OpRegion 0x0000000000000800-0x000000000000084f (\PMIO) (20140926/utaddress-258)
[   10.629204] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.629212] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140926/utaddress-258)
[   10.629213] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.629218] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140926/utaddress-258)
[   10.629219] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.629220] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.751941] atl1c 0000:04:00.0 enp4s0: renamed from eth0
[   10.753682] iTCO_vendor_support: vendor-support=0
[   10.757224] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   10.757286] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
[   10.757473] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   10.767991] media: Linux media interface: v0.10
[   10.768365] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   10.768368] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.768371] sound hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   10.768374] sound hdaudioC0D0:    mono: mono_out=0x0
[   10.768376] sound hdaudioC0D0:    inputs:
[   10.768379] sound hdaudioC0D0:      Internal Mic=0x19
[   10.768382] sound hdaudioC0D0:      Mic=0x18
[   10.784405] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[   10.784559] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[   10.805939] mousedev: PS/2 mouse device common for all mice
[   10.905197] ath: phy0: Enable LNA combining
[   10.906723] ath: EEPROM regdomain: 0x60
[   10.906724] ath: EEPROM indicates we should expect a direct regpair map
[   10.906727] ath: Country alpha2 being used: 00
[   10.906728] ath: Regpair used: 0x60
[   10.916012] Linux video capture interface: v2.00
[   10.960696] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.961361] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900108a0000, irq=17
[   11.020175] Console: switching to colour frame buffer device 170x48
[   11.025609] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   11.069454] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
[   11.143846] uvcvideo: Found UVC 1.00 device USB 2.0 UVC 0.3M Webcam (064e:a136)
[   11.212581] input: USB 2.0 UVC 0.3M Webcam as /devices/pci0000:00/0000:00:1d.7/usb4/4-5/4-5:1.0/input/input19
[   11.212733] usbcore: registered new interface driver uvcvideo
[   11.212737] USB Video Class driver (1.1.1)
[   11.505065] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[   11.505565] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[   11.505727] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
[   11.508111] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[   11.520949] psmouse serio4: elantech: assuming hardware version 2 (with firmware version 0x040101)
[   11.555722] psmouse serio4: elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
[   11.687832] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input16
[   11.726521] fuse init (API version 7.23)
[   13.706440] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   14.728742] cfg80211: Calling CRDA to update world regulatory domain
[   14.933942] wlp3s0: authenticate with 9c:c7:a6:9d:11:85
[   14.954294] wlp3s0: send auth to 9c:c7:a6:9d:11:85 (try 1/3)
[   14.957072] wlp3s0: authenticated
[   14.957166] ath9k 0000:03:00.0 wlp3s0: disabling HT/VHT due to WEP/TKIP use
[   14.960051] wlp3s0: associate with 9c:c7:a6:9d:11:85 (try 1/3)
[   14.964612] wlp3s0: RX AssocResp from 9c:c7:a6:9d:11:85 (capab=0x431 status=0 aid=2)
[   14.964799] wlp3s0: associated
[   14.964832] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   14.964879] cfg80211: Calling CRDA to update world regulatory domain
[   86.589432] wlp3s0: deauthenticating from 9c:c7:a6:9d:11:85 by local choice (Reason: 3=DEAUTH_LEAVING)
[   86.604834] cfg80211: Calling CRDA for country: DE
[   87.130043] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   87.646459] PM: Syncing filesystems ... done.
[   87.874250] PM: Preparing system for mem sleep
[   87.981527] cfg80211: Calling CRDA for country: DE
[   88.187563] wlp3s0: authenticate with 9c:c7:a6:9d:11:85
[   88.206764] wlp3s0: send auth to 9c:c7:a6:9d:11:85 (try 1/3)
[   88.210823] wlp3s0: authenticated
[   88.210943] ath9k 0000:03:00.0 wlp3s0: disabling HT/VHT due to WEP/TKIP use
[   88.213398] wlp3s0: associate with 9c:c7:a6:9d:11:85 (try 1/3)
[   88.228351] wlp3s0: RX AssocResp from 9c:c7:a6:9d:11:85 (capab=0x431 status=0 aid=2)
[   88.228477] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   88.228610] wlp3s0: associated
[   88.260541] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   88.261754] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   88.262907] PM: Entering mem sleep
[   88.262965] Suspending console(s) (use no_console_suspend to debug)
[   88.263453] wlp3s0: deauthenticating from 9c:c7:a6:9d:11:85 by local choice (Reason: 3=DEAUTH_LEAVING)
[   88.278019] cfg80211: Calling CRDA to update world regulatory domain
[   88.278276] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   88.301719] nouveau  [     DRM] suspending console...
[   88.301723] nouveau  [     DRM] suspending display...
[   88.301791] nouveau  [     DRM] evicting buffers...
[   88.323902] sd 0:0:0:0: [sda] Stopping disk
[   88.325601] nouveau  [     DRM] waiting for kernel channels to go idle...
[   88.325631] nouveau  [     DRM] suspending client object trees...
[   88.326189] nouveau  [     DRM] suspending kernel object tree...
[   89.823558] PM: suspend of devices complete after 1560.185 msecs
[   89.836821] PM: late suspend of devices complete after 13.256 msecs
[   89.837589] uhci_hcd 0000:00:1d.2: System wakeup enabled by ACPI
[   89.837674] ehci-pci 0000:00:1d.7: System wakeup enabled by ACPI
[   89.837709] uhci_hcd 0000:00:1d.1: System wakeup enabled by ACPI
[   89.837783] uhci_hcd 0000:00:1d.0: System wakeup enabled by ACPI
[   89.837946] ehci-pci 0000:00:1a.7: System wakeup enabled by ACPI
[   89.837988] uhci_hcd 0000:00:1a.2: System wakeup enabled by ACPI
[   89.838068] uhci_hcd 0000:00:1a.1: System wakeup enabled by ACPI
[   89.838099] uhci_hcd 0000:00:1a.0: System wakeup enabled by ACPI
[   89.850219] PM: noirq suspend of devices complete after 13.392 msecs
[   89.850934] ACPI: Preparing to enter system sleep state S3
[   90.058347] PM: Saving platform NVS memory
[   90.058822] Disabling non-boot CPUs ...
[   90.060166] kvm: disabling virtualization on CPU1
[   90.060183] smpboot: CPU 1 is now offline
[   90.060455] ACPI: Low-level resume complete
[   90.060455] PM: Restoring platform NVS memory
[   90.060455] CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
[   90.060455] Enabling non-boot CPUs ...
[   90.060455] x86: Booting SMP configuration:
[   90.060455] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   90.060171] CPU1 microcode updated early to revision 0xa0b, date = 2010-09-28
[   90.060171] kvm: enabling virtualization on CPU1
[   90.083422] CPU1 is up
[   90.086740] ACPI: Waking up from system sleep state S3
[   90.467191] uhci_hcd 0000:00:1a.0: System wakeup disabled by ACPI
[   90.467277] uhci_hcd 0000:00:1a.1: System wakeup disabled by ACPI
[   90.467360] uhci_hcd 0000:00:1a.2: System wakeup disabled by ACPI
[   90.467763] uhci_hcd 0000:00:1d.0: System wakeup disabled by ACPI
[   90.467886] uhci_hcd 0000:00:1d.1: System wakeup disabled by ACPI
[   90.467930] uhci_hcd 0000:00:1d.2: System wakeup disabled by ACPI
[   90.480340] ehci-pci 0000:00:1a.7: System wakeup disabled by ACPI
[   90.480889] ehci-pci 0000:00:1d.7: System wakeup disabled by ACPI
[   90.481179] PM: noirq resume of devices complete after 14.222 msecs
[   90.481664] PM: early resume of devices complete after 0.403 msecs
[   90.482155] usb usb1: root hub lost power or was reset
[   90.482333] usb usb2: root hub lost power or was reset
[   90.482480] usb usb5: root hub lost power or was reset
[   90.482753] snd_hda_intel 0000:00:1b.0: irq 31 for MSI/MSI-X
[   90.482953] usb usb7: root hub lost power or was reset
[   90.483018] usb usb6: root hub lost power or was reset
[   90.483143] usb usb8: root hub lost power or was reset
[   90.484247] sd 0:0:0:0: [sda] Starting disk
[   90.590115] usb 4-5: reset high-speed USB device number 2 using ehci-pci
[   90.813388] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   90.814908] ACPI Error: Attempt to CreateField of length zero (20140926/dsopcode-168)
[   90.814918] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0252a8), AE_AML_OPERAND_VALUE (20140926/psparse-536)
[   90.814928] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b025438), AE_AML_OPERAND_VALUE (20140926/psparse-536)
[   90.814933] ata2.00: _GTF evaluation failed (AE 0x3004)
[   90.820242] ACPI Error: Attempt to CreateField of length zero (20140926/dsopcode-168)
[   90.820251] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0252a8), AE_AML_OPERAND_VALUE (20140926/psparse-536)
[   90.820260] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b025438), AE_AML_OPERAND_VALUE (20140926/psparse-536)
[   90.820265] ata2.00: _GTF evaluation failed (AE 0x3004)
[   90.820270] ata2.00: configured for UDMA/100
[   90.956750] usb 5-1: reset low-speed USB device number 2 using uhci_hcd
[   91.586709] pciehp 0000:00:01.0:pcie04: Device 0000:01:00.0 already exists at 0000:01:00, cannot hot-add
[   91.586712] pciehp 0000:00:01.0:pcie04: Cannot add device at 0000:01:00
[   91.586756] nouveau  [     DRM] re-enabling device...
[   91.586770] nouveau  [     DRM] resuming kernel object tree...
[   91.586787] nouveau  [   VBIOS][0000:01:00.0] running init tables
[   91.590080] rtc_cmos 00:01: System wakeup disabled by ACPI
[   91.756719] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   91.758296] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[   91.760614] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[   91.760952] ata1.00: configured for UDMA/133
[   91.854464] nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
[   91.874532] nouveau  [     CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 405 MHz
[   91.875374] nouveau  [     DRM] resuming client object trees...
[   91.875680] nouveau  [     DRM] resuming display...
[   91.875912] nouveau  [     DRM] resuming console...
[   91.907339] PM: resume of devices complete after 1425.668 msecs
[   91.908120] PM: Finishing wakeup.
[   91.908123] Restarting tasks ... done.
[   91.916718] video LNXVIDEO:00: Restoring backlight state
[   91.926430] video LNXVIDEO:01: Restoring backlight state
[   92.810327] cfg80211: Calling CRDA to update world regulatory domain
[   93.020885] wlp3s0: authenticate with 9c:c7:a6:9d:11:85
[   93.040151] wlp3s0: send auth to 9c:c7:a6:9d:11:85 (try 1/3)
[   93.042947] wlp3s0: authenticated
[   93.043061] ath9k 0000:03:00.0 wlp3s0: disabling HT/VHT due to WEP/TKIP use
[   93.043371] wlp3s0: associate with 9c:c7:a6:9d:11:85 (try 1/3)
[   93.047832] wlp3s0: RX AssocResp from 9c:c7:a6:9d:11:85 (capab=0x431 status=0 aid=2)
[   93.047947] wlp3s0: associated
[   93.048054] cfg80211: Calling CRDA to update world regulatory domain
[   93.650929] wlp3s0: deauthenticating from 9c:c7:a6:9d:11:85 by local choice (Reason: 3=DEAUTH_LEAVING)
[   93.666244] cfg80211: Calling CRDA to update world regulatory domain

journalctl -b

-- Logs begin at Mon 2014-12-22 03:15:41 CET, end at Fri 2015-02-13 23:20:23 CET. --
Feb 13 23:17:01 MarcNB systemd-journal[117]: Runtime journal is using 8.0M (max allowed 196.1M, trying to leave 294.2M free of 1.9G available → current limit 196.1M).
Feb 13 23:17:02 MarcNB systemd-journal[117]: Permanent journal is using 32.0M (max allowed 2.0G, trying to leave 3.0G free of 17.7G available → current limit 2.0G).
Feb 13 23:17:02 MarcNB systemd-journal[117]: Time spent on flushing to /var is 362.907ms for 2 entries.
Feb 13 23:17:02 MarcNB kernel: CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
Feb 13 23:17:02 MarcNB kernel: Initializing cgroup subsys cpuset
Feb 13 23:17:02 MarcNB kernel: Initializing cgroup subsys cpu
Feb 13 23:17:02 MarcNB kernel: Initializing cgroup subsys cpuacct
Feb 13 23:17:02 MarcNB kernel: Linux version 3.18.6-1-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
Feb 13 23:17:02 MarcNB kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=de31d952-ccf8-40bd-ad5a-0b7265bc5ef8 rw quiet
Feb 13 23:17:02 MarcNB kernel: e820: BIOS-provided physical RAM map:
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000097bff] usable
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x0000000000097c00-0x000000000009ffff] reserved
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bdd6ffff] usable
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x00000000bdd70000-0x00000000bdd81fff] ACPI data
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x00000000bdd82000-0x00000000bdddffff] ACPI NVS
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x00000000bdde0000-0x00000000bddfffff] reserved
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
Feb 13 23:17:02 MarcNB kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
Feb 13 23:17:02 MarcNB kernel: NX (Execute Disable) protection: active
Feb 13 23:17:02 MarcNB kernel: SMBIOS 2.5 present.
Feb 13 23:17:02 MarcNB kernel: DMI: ASUSTeK Computer Inc.         UL50VT              /UL50VT    , BIOS 217     03/01/2010
Feb 13 23:17:02 MarcNB kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb 13 23:17:02 MarcNB kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 13 23:17:02 MarcNB kernel: AGP: No AGP bridge found
Feb 13 23:17:02 MarcNB kernel: e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
Feb 13 23:17:02 MarcNB kernel: MTRR default type: uncachable
Feb 13 23:17:02 MarcNB kernel: MTRR fixed ranges enabled:
Feb 13 23:17:02 MarcNB kernel:   00000-9FFFF write-back
Feb 13 23:17:02 MarcNB kernel:   A0000-BFFFF uncachable
Feb 13 23:17:02 MarcNB kernel:   C0000-CFFFF write-protect
Feb 13 23:17:02 MarcNB kernel:   D0000-DFFFF uncachable
Feb 13 23:17:02 MarcNB kernel:   E0000-EFFFF write-through
Feb 13 23:17:02 MarcNB kernel:   F0000-FFFFF write-protect
Feb 13 23:17:02 MarcNB kernel: MTRR variable ranges enabled:
Feb 13 23:17:02 MarcNB kernel:   0 base 000000000 mask F00000000 write-back
Feb 13 23:17:02 MarcNB kernel:   1 base 100000000 mask FC0000000 write-back
Feb 13 23:17:02 MarcNB kernel:   2 base 0C0000000 mask FC0000000 uncachable
Feb 13 23:17:02 MarcNB kernel:   3 base 0BDE00000 mask FFFE00000 uncachable
Feb 13 23:17:02 MarcNB kernel:   4 base 0BE000000 mask FFE000000 uncachable
Feb 13 23:17:02 MarcNB kernel:   5 disabled
Feb 13 23:17:02 MarcNB kernel:   6 disabled
Feb 13 23:17:02 MarcNB kernel:   7 disabled
Feb 13 23:17:02 MarcNB kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Feb 13 23:17:02 MarcNB kernel: e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
Feb 13 23:17:02 MarcNB kernel: e820: last_pfn = 0xbdd70 max_arch_pfn = 0x400000000
Feb 13 23:17:02 MarcNB kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
Feb 13 23:17:02 MarcNB kernel: Scanning 1 areas for low memory corruption
Feb 13 23:17:02 MarcNB kernel: Base memory trampoline at [ffff880000091000] 91000 size 24576
Feb 13 23:17:02 MarcNB kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Feb 13 23:17:02 MarcNB kernel:  [mem 0x00000000-0x000fffff] page 4k
Feb 13 23:17:02 MarcNB kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
Feb 13 23:17:02 MarcNB kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
Feb 13 23:17:02 MarcNB kernel: BRK [0x01b38000, 0x01b38fff] PGTABLE
Feb 13 23:17:02 MarcNB kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
Feb 13 23:17:02 MarcNB kernel:  [mem 0x13fe00000-0x13fffffff] page 2M
Feb 13 23:17:02 MarcNB kernel: BRK [0x01b39000, 0x01b39fff] PGTABLE
Feb 13 23:17:02 MarcNB kernel: init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
Feb 13 23:17:02 MarcNB kernel:  [mem 0x13c000000-0x13fdfffff] page 2M
Feb 13 23:17:02 MarcNB kernel: init_memory_mapping: [mem 0x100000000-0x13bffffff]
Feb 13 23:17:02 MarcNB kernel:  [mem 0x100000000-0x13bffffff] page 2M
Feb 13 23:17:02 MarcNB kernel: init_memory_mapping: [mem 0x00100000-0xbdd6ffff]
Feb 13 23:17:02 MarcNB kernel:  [mem 0x00100000-0x001fffff] page 4k
Feb 13 23:17:02 MarcNB kernel:  [mem 0x00200000-0xbdbfffff] page 2M
Feb 13 23:17:02 MarcNB kernel:  [mem 0xbdc00000-0xbdd6ffff] page 4k
Feb 13 23:17:02 MarcNB kernel: RAMDISK: [mem 0x376bc000-0x37b55fff]
Feb 13 23:17:02 MarcNB kernel: ACPI: Early table checksum verification disabled
Feb 13 23:17:02 MarcNB kernel: ACPI: RSDP 0x00000000000F93C0 000024 (v02 030110)
Feb 13 23:17:02 MarcNB kernel: ACPI: XSDT 0x00000000BDD70100 000084 (v01 _ASUS_ Notebook 20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: FACP 0x00000000BDD70290 0000F4 (v03 030110 FACP1011 20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20140926/tbfadt-618)
Feb 13 23:17:02 MarcNB kernel: ACPI: DSDT 0x00000000BDD70680 00F2F7 (v01 UL50V  UL50V201 00000201 INTL 20051117)
Feb 13 23:17:02 MarcNB kernel: ACPI: FACS 0x00000000BDD82000 000040
Feb 13 23:17:02 MarcNB kernel: ACPI: APIC 0x00000000BDD70390 00005C (v01 030110 APIC1011 20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: MCFG 0x00000000BDD70430 00003C (v01 030110 OEMMCFG  20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: SLIC 0x00000000BDD70470 000176 (v01 _ASUS_ Notebook 20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: ECDT 0x00000000BDD70620 000054 (v01 030110 OEMECDT  20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: DBGP 0x00000000BDD703F0 000034 (v01 030110 DBGP1011 20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: BOOT 0x00000000BDD705F0 000028 (v01 030110 BOOT1011 20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: OEMB 0x00000000BDD82040 000071 (v01 030110 OEMB1011 20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: HPET 0x00000000BDD7F980 000038 (v01 030110 OEMHPET  20100301 MSFT 00000097)
Feb 13 23:17:02 MarcNB kernel: ACPI: GSCI 0x00000000BDD820C0 002024 (v01 030110 GMCHSCI  20100301 MSFT 00000097)
Feb 13 23:17:03 MarcNB kernel: ACPI: ATKG 0x00000000BDD945F0 008024 (v01 _ASUS_ OEMATKG  20100301 MSFT 00000097)
Feb 13 23:17:03 MarcNB kernel: ACPI: SSDT 0x00000000BDD9D0C0 0004F0 (v01 PmRef  CpuPm    00003000 INTL 20051117)
Feb 13 23:17:03 MarcNB kernel: ACPI: Local APIC address 0xfee00000
Feb 13 23:17:03 MarcNB kernel: No NUMA configuration found
Feb 13 23:17:03 MarcNB kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
Feb 13 23:17:03 MarcNB kernel: NODE_DATA(0) allocated [mem 0x13fff9000-0x13fffcfff]
Feb 13 23:17:03 MarcNB kernel:  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
Feb 13 23:17:03 MarcNB kernel: Zone ranges:
Feb 13 23:17:03 MarcNB kernel:   DMA      [mem 0x00001000-0x00ffffff]
Feb 13 23:17:03 MarcNB kernel:   DMA32    [mem 0x01000000-0xffffffff]
Feb 13 23:17:03 MarcNB kernel:   Normal   [mem 0x100000000-0x13fffffff]
Feb 13 23:17:03 MarcNB kernel: Movable zone start for each node
Feb 13 23:17:03 MarcNB kernel: Early memory node ranges
Feb 13 23:17:03 MarcNB kernel:   node   0: [mem 0x00001000-0x00096fff]
Feb 13 23:17:03 MarcNB kernel:   node   0: [mem 0x00100000-0xbdd6ffff]
Feb 13 23:17:03 MarcNB kernel:   node   0: [mem 0x100000000-0x13fffffff]
Feb 13 23:17:03 MarcNB kernel: Initmem setup node 0 [mem 0x00001000-0x13fffffff]
Feb 13 23:17:03 MarcNB kernel: On node 0 totalpages: 1039622
Feb 13 23:17:03 MarcNB kernel:   DMA zone: 64 pages used for memmap
Feb 13 23:17:03 MarcNB kernel:   DMA zone: 21 pages reserved
Feb 13 23:17:03 MarcNB kernel:   DMA zone: 3990 pages, LIFO batch:0
Feb 13 23:17:03 MarcNB kernel:   DMA32 zone: 12086 pages used for memmap
Feb 13 23:17:03 MarcNB kernel:   DMA32 zone: 773488 pages, LIFO batch:31
Feb 13 23:17:03 MarcNB kernel:   Normal zone: 4096 pages used for memmap
Feb 13 23:17:03 MarcNB kernel:   Normal zone: 262144 pages, LIFO batch:31
Feb 13 23:17:03 MarcNB kernel: Reserving Intel graphics stolen memory at 0xbe000000-0xbfffffff
Feb 13 23:17:03 MarcNB kernel: ACPI: PM-Timer IO Port: 0x808
Feb 13 23:17:03 MarcNB kernel: ACPI: Local APIC address 0xfee00000
Feb 13 23:17:03 MarcNB kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Feb 13 23:17:03 MarcNB kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Feb 13 23:17:03 MarcNB kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Feb 13 23:17:03 MarcNB kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Feb 13 23:17:03 MarcNB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 13 23:17:03 MarcNB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 13 23:17:03 MarcNB kernel: ACPI: IRQ0 used by override.
Feb 13 23:17:03 MarcNB kernel: ACPI: IRQ9 used by override.
Feb 13 23:17:03 MarcNB kernel: Using ACPI (MADT) for SMP configuration information
Feb 13 23:17:03 MarcNB kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Feb 13 23:17:03 MarcNB kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0x00097000-0x00097fff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0x00098000-0x0009ffff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xbdd70000-0xbdd81fff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xbdd82000-0xbdddffff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xbdde0000-0xbddfffff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xbde00000-0xbdffffff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
Feb 13 23:17:03 MarcNB kernel: PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
Feb 13 23:17:03 MarcNB kernel: e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
Feb 13 23:17:03 MarcNB kernel: Booting paravirtualized kernel on bare hardware
Feb 13 23:17:03 MarcNB kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
Feb 13 23:17:03 MarcNB kernel: PERCPU: Embedded 30 pages/cpu @ffff88013fc00000 s82880 r8192 d31808 u1048576
Feb 13 23:17:03 MarcNB kernel: pcpu-alloc: s82880 r8192 d31808 u1048576 alloc=1*2097152
Feb 13 23:17:03 MarcNB kernel: pcpu-alloc: [0] 0 1 
Feb 13 23:17:03 MarcNB kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1023355
Feb 13 23:17:03 MarcNB kernel: Policy zone: Normal
Feb 13 23:17:03 MarcNB kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=de31d952-ccf8-40bd-ad5a-0b7265bc5ef8 rw quiet
Feb 13 23:17:03 MarcNB kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Feb 13 23:17:03 MarcNB kernel: xsave: enabled xstate_bv 0x3, cntxt size 0x240 using standard form
Feb 13 23:17:03 MarcNB kernel: AGP: Checking aperture...
Feb 13 23:17:03 MarcNB kernel: AGP: No AGP bridge found
Feb 13 23:17:03 MarcNB kernel: Calgary: detecting Calgary via BIOS EBDA area
Feb 13 23:17:03 MarcNB kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Feb 13 23:17:03 MarcNB kernel: Memory: 4010084K/4158488K available (5481K kernel code, 908K rwdata, 1720K rodata, 1160K init, 1184K bss, 148404K reserved)
Feb 13 23:17:03 MarcNB kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Feb 13 23:17:03 MarcNB kernel: Preemptible hierarchical RCU implementation.
Feb 13 23:17:03 MarcNB kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Feb 13 23:17:03 MarcNB kernel:         Dump stacks of tasks blocking RCU-preempt GP.
Feb 13 23:17:03 MarcNB kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
Feb 13 23:17:03 MarcNB kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Feb 13 23:17:03 MarcNB kernel: NR_IRQS:8448 nr_irqs:440 0
Feb 13 23:17:03 MarcNB kernel: Console: colour dummy device 80x25
Feb 13 23:17:03 MarcNB kernel: console [tty0] enabled
Feb 13 23:17:03 MarcNB kernel: allocated 16777216 bytes of page_cgroup
Feb 13 23:17:03 MarcNB kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Feb 13 23:17:03 MarcNB kernel: hpet clockevent registered
Feb 13 23:17:03 MarcNB kernel: tsc: Fast TSC calibration using PIT
Feb 13 23:17:03 MarcNB kernel: tsc: Detected 1339.043 MHz processor
Feb 13 23:17:03 MarcNB kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2679.67 BogoMIPS (lpj=4463476)
Feb 13 23:17:03 MarcNB kernel: pid_max: default: 32768 minimum: 301
Feb 13 23:17:03 MarcNB kernel: ACPI: Core revision 20140926
Feb 13 23:17:03 MarcNB kernel: ACPI: All ACPI Tables successfully acquired
Feb 13 23:17:03 MarcNB kernel: Security Framework initialized
Feb 13 23:17:03 MarcNB kernel: Yama: becoming mindful.
Feb 13 23:17:03 MarcNB kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Feb 13 23:17:03 MarcNB kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Feb 13 23:17:03 MarcNB kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Feb 13 23:17:03 MarcNB kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Feb 13 23:17:03 MarcNB kernel: Initializing cgroup subsys memory
Feb 13 23:17:03 MarcNB kernel: Initializing cgroup subsys devices
Feb 13 23:17:03 MarcNB kernel: Initializing cgroup subsys freezer
Feb 13 23:17:03 MarcNB kernel: Initializing cgroup subsys net_cls
Feb 13 23:17:03 MarcNB kernel: Initializing cgroup subsys blkio
Feb 13 23:17:03 MarcNB kernel: CPU: Physical Processor ID: 0
Feb 13 23:17:03 MarcNB kernel: CPU: Processor Core ID: 0
Feb 13 23:17:03 MarcNB kernel: mce: CPU supports 6 MCE banks
Feb 13 23:17:03 MarcNB kernel: CPU0: Thermal monitoring handled by SMI
Feb 13 23:17:03 MarcNB kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
                               Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Feb 13 23:17:03 MarcNB kernel: Freeing SMP alternatives memory: 20K (ffffffff81a07000 - ffffffff81a0c000)
Feb 13 23:17:03 MarcNB kernel: ftrace: allocating 20931 entries in 82 pages
Feb 13 23:17:03 MarcNB kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb 13 23:17:03 MarcNB kernel: smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
Feb 13 23:17:03 MarcNB kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
Feb 13 23:17:03 MarcNB kernel: ... version:                2
Feb 13 23:17:03 MarcNB kernel: ... bit width:              40
Feb 13 23:17:03 MarcNB kernel: ... generic registers:      2
Feb 13 23:17:03 MarcNB kernel: ... value mask:             000000ffffffffff
Feb 13 23:17:03 MarcNB kernel: ... max period:             000000007fffffff
Feb 13 23:17:03 MarcNB kernel: ... fixed-purpose events:   3
Feb 13 23:17:03 MarcNB kernel: ... event mask:             0000000700000003
Feb 13 23:17:03 MarcNB kernel: x86: Booting SMP configuration:
Feb 13 23:17:03 MarcNB kernel: .... node  #0, CPUs:      #1
Feb 13 23:17:03 MarcNB kernel: CPU1 microcode updated early to revision 0xa0b, date = 2010-09-28
Feb 13 23:17:03 MarcNB kernel: CPU1: Thermal monitoring handled by SMI
Feb 13 23:17:03 MarcNB kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Feb 13 23:17:03 MarcNB kernel: x86: Booted up 1 node, 2 CPUs
Feb 13 23:17:03 MarcNB kernel: smpboot: Total of 2 processors activated (5358.34 BogoMIPS)
Feb 13 23:17:03 MarcNB kernel: devtmpfs: initialized
Feb 13 23:17:03 MarcNB kernel: PM: Registering ACPI NVS region [mem 0xbdd82000-0xbdddffff] (385024 bytes)
Feb 13 23:17:03 MarcNB kernel: pinctrl core: initialized pinctrl subsystem
Feb 13 23:17:03 MarcNB kernel: RTC time: 23:16:54, date: 02/13/15
Feb 13 23:17:03 MarcNB kernel: NET: Registered protocol family 16
Feb 13 23:17:03 MarcNB kernel: cpuidle: using governor ladder
Feb 13 23:17:03 MarcNB kernel: cpuidle: using governor menu
Feb 13 23:17:03 MarcNB kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Feb 13 23:17:03 MarcNB kernel: ACPI: bus type PCI registered
Feb 13 23:17:03 MarcNB kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 13 23:17:03 MarcNB kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Feb 13 23:17:03 MarcNB kernel: PCI: not using MMCONFIG
Feb 13 23:17:03 MarcNB kernel: PCI: Using configuration type 1 for base access
Feb 13 23:17:03 MarcNB kernel: ACPI: Added _OSI(Module Device)
Feb 13 23:17:03 MarcNB kernel: ACPI: Added _OSI(Processor Device)
Feb 13 23:17:03 MarcNB kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 13 23:17:03 MarcNB kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 13 23:17:03 MarcNB kernel: ACPI : EC: EC description table is found, configuring boot EC
Feb 13 23:17:03 MarcNB kernel: ACPI: Executed 1 blocks of module-level executable AML code
Feb 13 23:17:03 MarcNB kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Feb 13 23:17:03 MarcNB kernel: ACPI: Dynamic OEM Table Load:
Feb 13 23:17:03 MarcNB kernel: ACPI: SSDT 0xFFFF8801394F5600 0001C4 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
Feb 13 23:17:03 MarcNB kernel: ACPI: Dynamic OEM Table Load:
Feb 13 23:17:03 MarcNB kernel: ACPI: SSDT 0xFFFF880139ABE000 000765 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Feb 13 23:17:03 MarcNB kernel: ACPI: Dynamic OEM Table Load:
Feb 13 23:17:03 MarcNB kernel: ACPI: SSDT 0xFFFF880139BF5B00 0000CC (v01 PmRef  Cpu1Ist  00003000 INTL 20051117)
Feb 13 23:17:03 MarcNB kernel: ACPI: Dynamic OEM Table Load:
Feb 13 23:17:03 MarcNB kernel: ACPI: SSDT 0xFFFF880139435600 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20051117)
Feb 13 23:17:03 MarcNB kernel: ACPI: Interpreter enabled
Feb 13 23:17:03 MarcNB kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
Feb 13 23:17:03 MarcNB kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
Feb 13 23:17:03 MarcNB kernel: ACPI: (supports S0 S3 S4 S5)
Feb 13 23:17:03 MarcNB kernel: ACPI: Using IOAPIC for interrupt routing
Feb 13 23:17:03 MarcNB kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Feb 13 23:17:03 MarcNB kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources
Feb 13 23:17:03 MarcNB kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Feb 13 23:17:03 MarcNB kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Feb 13 23:17:03 MarcNB kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Feb 13 23:17:03 MarcNB kernel: PCI host bridge to bus 0000:00
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: root bus resource [mem 0xbde00000-0xffffffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
Feb 13 23:17:03 MarcNB kernel: DMAR: Forcing write-buffer flush capability
Feb 13 23:17:03 MarcNB kernel: DMAR: Disabling IOMMU for graphics on this chipset
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:02.0: reg 0x10: [mem 0xfcc00000-0xfcffffff 64bit]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:02.0: reg 0x20: [io  0xcc00-0xcc07]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.0: reg 0x20: [io  0xc880-0xc89f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.1: reg 0x20: [io  0xc800-0xc81f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.1: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.2: reg 0x20: [io  0xc480-0xc49f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.2: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xfcbfbc00-0xfcbfbfff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfcbf4000-0xfcbf7fff 64bit]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.0: reg 0x20: [io  0xc400-0xc41f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.1: reg 0x20: [io  0xc080-0xc09f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.2: reg 0x20: [io  0xc000-0xc01f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfcbfb800-0xfcbfbbff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.2: reg 0x10: [io  0xbc00-0xbc07]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.2: reg 0x14: [io  0xb880-0xb883]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.2: reg 0x18: [io  0xb800-0xb807]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xb480-0xb483]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.2: reg 0x20: [io  0xb400-0xb41f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfcbfb000-0xfcbfb7ff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1f.2: PME# supported from D3hot
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.0: [10de:0a74] type 00 class 0x030000
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit pref]
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.0: reg 0x24: [io  0xdc00-0xdc7f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfe980000-0xfe9fffff pref]
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfe97c000-0xfe97ffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfe9fffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xfbffffff 64bit pref]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Feb 13 23:17:03 MarcNB kernel: pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
Feb 13 23:17:03 MarcNB kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfeaf0000-0xfeafffff 64bit]
Feb 13 23:17:03 MarcNB kernel: pci 0000:03:00.0: supports D1
Feb 13 23:17:03 MarcNB kernel: pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfeafffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:04:00.0: [1969:1063] type 00 class 0x020000
Feb 13 23:17:03 MarcNB kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
Feb 13 23:17:03 MarcNB kernel: pci 0000:04:00.0: reg 0x18: [io  0xec00-0xec7f]
Feb 13 23:17:03 MarcNB kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 13 23:17:03 MarcNB kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0:   bridge window [mem 0xbde00000-0xffffffff] (subtractive decode)
Feb 13 23:17:03 MarcNB kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 12)
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 12)
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 12)
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
Feb 13 23:17:03 MarcNB kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
Feb 13 23:17:03 MarcNB kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Feb 13 23:17:03 MarcNB kernel: ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
Feb 13 23:17:03 MarcNB kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
Feb 13 23:17:03 MarcNB kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Feb 13 23:17:03 MarcNB kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
Feb 13 23:17:03 MarcNB kernel: vgaarb: loaded
Feb 13 23:17:03 MarcNB kernel: vgaarb: bridge control possible 0000:01:00.0
Feb 13 23:17:03 MarcNB kernel: vgaarb: no bridge control possible 0000:00:02.0
Feb 13 23:17:03 MarcNB kernel: PCI: Using ACPI for IRQ routing
Feb 13 23:17:03 MarcNB kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 13 23:17:03 MarcNB kernel: e820: reserve RAM buffer [mem 0x00097c00-0x0009ffff]
Feb 13 23:17:03 MarcNB kernel: e820: reserve RAM buffer [mem 0xbdd70000-0xbfffffff]
Feb 13 23:17:03 MarcNB kernel: NetLabel: Initializing
Feb 13 23:17:03 MarcNB kernel: NetLabel:  domain hash size = 128
Feb 13 23:17:03 MarcNB kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Feb 13 23:17:03 MarcNB kernel: NetLabel:  unlabeled traffic allowed by default
Feb 13 23:17:03 MarcNB kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
Feb 13 23:17:03 MarcNB kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
Feb 13 23:17:03 MarcNB kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Feb 13 23:17:03 MarcNB kernel: Switched to clocksource hpet
Feb 13 23:17:03 MarcNB kernel: pnp: PnP ACPI init
Feb 13 23:17:03 MarcNB kernel: system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 13 23:17:03 MarcNB kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Feb 13 23:17:03 MarcNB kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Feb 13 23:17:03 MarcNB kernel: pnp 00:03: Plug and Play ACPI device, IDs ETD0001 PNP0f0e PNP0f0b PNP0f03 PNP0f13 PNP0f12 (active)
Feb 13 23:17:03 MarcNB kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [io  0x04c0-0x04cf] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [io  0x04d2-0x04ff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [io  0x0800-0x087f] could not be reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [io  0x0400-0x041f] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [io  0x0500-0x057f] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfcbfac00-0xfcbfacff window] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfed45000-0xfed89fff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfed90000-0xfed90fff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfed91000-0xfed91fff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfed92000-0xfed92fff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfed93000-0xfed93fff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xffb00000-0xffbfffff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: [mem 0xfff00000-0xffffffff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 13 23:17:03 MarcNB kernel: system 00:05: [mem 0xffa00000-0xffbfffff] could not be reserved
Feb 13 23:17:03 MarcNB kernel: system 00:05: [mem 0xffe00000-0xffffffff] could not be reserved
Feb 13 23:17:03 MarcNB kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 13 23:17:03 MarcNB kernel: system 00:06: [mem 0xffc00000-0xffdfffff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 13 23:17:03 MarcNB kernel: system 00:07: [io  0x0250-0x0253] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:07: [io  0x0256-0x025f] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
Feb 13 23:17:03 MarcNB kernel: system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:07: [mem 0xfec18000-0xfec1ffff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:07: [mem 0xfec38000-0xfec3ffff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 13 23:17:03 MarcNB kernel: system 00:08: [mem 0xc0000000-0xcfffffff] has been reserved
Feb 13 23:17:03 MarcNB kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 13 23:17:03 MarcNB kernel: system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
Feb 13 23:17:03 MarcNB kernel: system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
Feb 13 23:17:03 MarcNB kernel: system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
Feb 13 23:17:03 MarcNB kernel: system 00:09: [mem 0x00100000-0xbddfffff] could not be reserved
Feb 13 23:17:03 MarcNB kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
Feb 13 23:17:03 MarcNB kernel: pnp: PnP ACPI: found 10 devices
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfe9fffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xfbffffff 64bit pref]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfeafffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:1e.0: PCI bridge to [bus 05]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:00: resource 8 [mem 0xbde00000-0xffffffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe9fffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xfbffffff 64bit pref]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
Feb 13 23:17:03 MarcNB kernel: pci_bus 0000:05: resource 8 [mem 0xbde00000-0xffffffff]
Feb 13 23:17:03 MarcNB kernel: NET: Registered protocol family 2
Feb 13 23:17:03 MarcNB kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
Feb 13 23:17:03 MarcNB kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
Feb 13 23:17:03 MarcNB kernel: TCP: Hash tables configured (established 32768 bind 32768)
Feb 13 23:17:03 MarcNB kernel: TCP: reno registered
Feb 13 23:17:03 MarcNB kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
Feb 13 23:17:03 MarcNB kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Feb 13 23:17:03 MarcNB kernel: NET: Registered protocol family 1
Feb 13 23:17:03 MarcNB kernel: pci 0000:00:02.0: Video device with shadowed ROM
Feb 13 23:17:03 MarcNB kernel: PCI: CLS 32 bytes, default 64
Feb 13 23:17:03 MarcNB kernel: Unpacking initramfs...
Feb 13 23:17:03 MarcNB kernel: Freeing initrd memory: 4712K (ffff8800376bc000 - ffff880037b56000)
Feb 13 23:17:03 MarcNB kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 13 23:17:03 MarcNB kernel: software IO TLB [mem 0xb9d70000-0xbdd70000] (64MB) mapped at [ffff8800b9d70000-ffff8800bdd6ffff]
Feb 13 23:17:03 MarcNB kernel: Simple Boot Flag at 0x51 set to 0x1
Feb 13 23:17:03 MarcNB kernel: microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa0b
Feb 13 23:17:03 MarcNB kernel: microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa0b
Feb 13 23:17:03 MarcNB kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Feb 13 23:17:03 MarcNB kernel: Scanning for low memory corruption every 60 seconds
Feb 13 23:17:03 MarcNB kernel: futex hash table entries: 512 (order: 3, 32768 bytes)
Feb 13 23:17:03 MarcNB kernel: Initialise system trusted keyring
Feb 13 23:17:03 MarcNB kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Feb 13 23:17:03 MarcNB kernel: zpool: loaded
Feb 13 23:17:03 MarcNB kernel: zbud: loaded
Feb 13 23:17:03 MarcNB kernel: VFS: Disk quotas dquot_6.5.2
Feb 13 23:17:03 MarcNB kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 13 23:17:03 MarcNB kernel: msgmni has been set to 7841
Feb 13 23:17:03 MarcNB kernel: Key type big_key registered
Feb 13 23:17:03 MarcNB kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Feb 13 23:17:03 MarcNB kernel: io scheduler noop registered
Feb 13 23:17:03 MarcNB kernel: io scheduler deadline registered
Feb 13 23:17:03 MarcNB kernel: io scheduler cfq registered (default)
Feb 13 23:17:03 MarcNB kernel: pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
Feb 13 23:17:03 MarcNB kernel: pcieport 0000:00:1c.0: irq 25 for MSI/MSI-X
Feb 13 23:17:03 MarcNB kernel: pcieport 0000:00:1c.1: irq 26 for MSI/MSI-X
Feb 13 23:17:03 MarcNB kernel: pcieport 0000:00:1c.5: irq 27 for MSI/MSI-X
Feb 13 23:17:03 MarcNB kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
Feb 13 23:17:03 MarcNB kernel: pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
Feb 13 23:17:03 MarcNB kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
Feb 13 23:17:03 MarcNB kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Feb 13 23:17:03 MarcNB kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
Feb 13 23:17:03 MarcNB kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
Feb 13 23:17:03 MarcNB kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
Feb 13 23:17:03 MarcNB kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
Feb 13 23:17:03 MarcNB kernel: pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
Feb 13 23:17:03 MarcNB kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
Feb 13 23:17:03 MarcNB kernel: pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
Feb 13 23:17:03 MarcNB kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Feb 13 23:17:03 MarcNB kernel: pciehp 0000:00:01.0:pcie04: Slot #16 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep-
Feb 13 23:17:03 MarcNB kernel: pciehp 0000:00:01.0:pcie04: service driver pciehp loaded
Feb 13 23:17:03 MarcNB kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Feb 13 23:17:03 MarcNB kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
Feb 13 23:17:03 MarcNB kernel: vesafb: scrolling: redraw
Feb 13 23:17:03 MarcNB kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 13 23:17:03 MarcNB kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
Feb 13 23:17:03 MarcNB kernel: Console: switching to colour frame buffer device 128x48
Feb 13 23:17:03 MarcNB kernel: fb0: VESA VGA frame buffer device
Feb 13 23:17:03 MarcNB kernel: intel_idle: does not run on family 6 model 23
Feb 13 23:17:03 MarcNB kernel: GHES: HEST is not enabled!
Feb 13 23:17:03 MarcNB kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Feb 13 23:17:03 MarcNB kernel: Linux agpgart interface v0.103
Feb 13 23:17:03 MarcNB kernel: rtc_cmos 00:01: RTC can wake from S4
Feb 13 23:17:03 MarcNB kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Feb 13 23:17:03 MarcNB kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Feb 13 23:17:03 MarcNB kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 13 23:17:03 MarcNB kernel: TCP: cubic registered
Feb 13 23:17:03 MarcNB kernel: NET: Registered protocol family 10
Feb 13 23:17:03 MarcNB kernel: NET: Registered protocol family 17
Feb 13 23:17:03 MarcNB kernel: Loading compiled-in X.509 certificates
Feb 13 23:17:03 MarcNB kernel: registered taskstats version 1
Feb 13 23:17:03 MarcNB kernel:   Magic number: 3:113:302
Feb 13 23:17:03 MarcNB kernel: tty tty31: hash matches
Feb 13 23:17:03 MarcNB kernel: rtc_cmos 00:01: setting system clock to 2015-02-13 23:16:54 UTC (1423869414)
Feb 13 23:17:03 MarcNB kernel: PM: Hibernation image not present or could not be loaded.
Feb 13 23:17:03 MarcNB kernel: Freeing unused kernel memory: 1160K (ffffffff818e5000 - ffffffff81a07000)
Feb 13 23:17:03 MarcNB kernel: Write protecting the kernel read-only data: 8192k
Feb 13 23:17:03 MarcNB kernel: Freeing unused kernel memory: 652K (ffff88000155d000 - ffff880001600000)
Feb 13 23:17:03 MarcNB kernel: Freeing unused kernel memory: 328K (ffff8800017ae000 - ffff880001800000)
Feb 13 23:17:03 MarcNB kernel: random: systemd-tmpfile urandom read with 3 bits of entropy available
Feb 13 23:17:03 MarcNB kernel: [drm] Initialized drm 1.1.0 20060810
Feb 13 23:17:03 MarcNB kernel: wmi: Mapper loaded
Feb 13 23:17:03 MarcNB kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Feb 13 23:17:03 MarcNB kernel: ACPI: Sleep Button [SLPB]
Feb 13 23:17:03 MarcNB kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Feb 13 23:17:03 MarcNB kernel: ACPI: Lid Switch [LID]
Feb 13 23:17:03 MarcNB kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Feb 13 23:17:03 MarcNB kernel: ACPI: Power Button [PWRF]
Feb 13 23:17:03 MarcNB kernel: MXM: GUID detected in BIOS
Feb 13 23:17:03 MarcNB kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20140926/exoparg2-420)
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013b03c2d0), AE_AML_PACKAGE_LIMIT (20140926/psparse-536)
Feb 13 23:17:03 MarcNB kernel: ACPI: \_SB_.PCI0.VGA_: failed to evaluate _DSM (0x300b)
Feb 13 23:17:03 MarcNB kernel: ACPI Warning: \_SB_.PCI0.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
Feb 13 23:17:03 MarcNB kernel: ACPI: \_SB_.PCI0.VGA_: failed to evaluate _DSM
Feb 13 23:17:03 MarcNB kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20140926/exoparg2-420)
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013b03c2d0), AE_AML_PACKAGE_LIMIT (20140926/psparse-536)
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.P0P1.VGA_._DSM] (Node ffff88013b040370), AE_AML_PACKAGE_LIMIT (20140926/psparse-536)
Feb 13 23:17:03 MarcNB kernel: ACPI: \_SB_.PCI0.P0P1.VGA_: failed to evaluate _DSM (0x300b)
Feb 13 23:17:03 MarcNB kernel: ACPI Warning: \_SB_.PCI0.P0P1.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
Feb 13 23:17:03 MarcNB kernel: ACPI: \_SB_.PCI0.P0P1.VGA_: failed to evaluate _DSM
Feb 13 23:17:03 MarcNB kernel: checking generic (d0000000 300000) vs hw (e0000000 10000000)
Feb 13 23:17:03 MarcNB kernel: checking generic (d0000000 300000) vs hw (fa000000 2000000)
Feb 13 23:17:03 MarcNB kernel: nouveau 0000:01:00.0: enabling device (0004 -> 0007)
Feb 13 23:17:03 MarcNB kernel: nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0a8a00a2
Feb 13 23:17:03 MarcNB kernel: nouveau  [  DEVICE][0000:01:00.0] Chipset: GT218 (NVA8)
Feb 13 23:17:03 MarcNB kernel: nouveau  [  DEVICE][0000:01:00.0] Family : NV50
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] ... signature not found
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] ... signature not found
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] checking ACPI for image...
Feb 13 23:17:03 MarcNB kernel: tsc: Refined TSC clocksource calibration: 1338.999 MHz
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] using image from ACPI
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] BIT signature found
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] version 70.18.1f.00.27
Feb 13 23:17:03 MarcNB kernel: nouveau  [ DEVINIT][0000:01:00.0] adaptor not initialised
Feb 13 23:17:03 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] running init tables
Feb 13 23:17:03 MarcNB kernel: nouveau 0000:01:00.0: irq 28 for MSI/MSI-X
Feb 13 23:17:03 MarcNB kernel: nouveau  [     PMC][0000:01:00.0] MSI interrupts enabled
Feb 13 23:17:03 MarcNB kernel: nouveau  [     PFB][0000:01:00.0] RAM type: DDR3
Feb 13 23:17:03 MarcNB kernel: nouveau  [     PFB][0000:01:00.0] RAM size: 512 MiB
Feb 13 23:17:03 MarcNB kernel: nouveau  [     PFB][0000:01:00.0]    ZCOMP: 960 tags
Feb 13 23:17:03 MarcNB kernel: Switched to clocksource tsc
Feb 13 23:17:03 MarcNB kernel: nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
Feb 13 23:17:03 MarcNB kernel: nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
Feb 13 23:17:03 MarcNB kernel: nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
Feb 13 23:17:03 MarcNB kernel: nouveau  [     CLK][0000:01:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz
Feb 13 23:17:03 MarcNB kernel: nouveau  [     CLK][0000:01:00.0] 07: core 405 MHz shader 810 MHz memory 405 MHz
Feb 13 23:17:03 MarcNB kernel: nouveau  [     CLK][0000:01:00.0] 0f: core 606 MHz shader 1468 MHz memory 790 MHz
Feb 13 23:17:03 MarcNB kernel: nouveau  [     CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 405 MHz
Feb 13 23:17:03 MarcNB kernel: [TTM] Zone  kernel: Available graphics memory: 2008478 kiB
Feb 13 23:17:03 MarcNB kernel: [TTM] Initializing pool allocator
Feb 13 23:17:03 MarcNB kernel: [TTM] Initializing DMA pool allocator
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] VRAM: 512 MiB
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] GART: 1048576 MiB
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] TMDS table version 2.0
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB version 4.0
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB outp 00: 01000323 00010034
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB outp 01: 02014300 00000000
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB outp 02: 02032312 00020010
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB conn 00: 00000040
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB conn 01: 00410146
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB conn 02: 00001261
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB conn 03: 00002330
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB conn 04: 00000400
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB conn 05: 00000660
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] DCB conn 06: 00000500
Feb 13 23:17:03 MarcNB kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Feb 13 23:17:03 MarcNB kernel: [drm] Driver supports precise vblank timestamp query.
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] MM: using COPY for buffer copies
Feb 13 23:17:03 MarcNB kernel: nouveau 0000:01:00.0: No connectors reported connected with modes
Feb 13 23:17:03 MarcNB kernel: [drm] Cannot find any crtc or sizes - going 1024x768
Feb 13 23:17:03 MarcNB kernel: nouveau  [     DRM] allocated 1024x768 fb: 0x70000, bo ffff880139390000
Feb 13 23:17:03 MarcNB kernel: nouveau 0000:01:00.0: fb1: nouveaufb frame buffer device
Feb 13 23:17:03 MarcNB kernel: nouveau 0000:01:00.0: registered panic notifier
Feb 13 23:17:03 MarcNB kernel: [drm] Initialized nouveau 1.2.1 20120801 for 0000:01:00.0 on minor 0
Feb 13 23:17:03 MarcNB kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Feb 13 23:17:03 MarcNB kernel: i8042: Detected active multiplexing controller, rev 1.1
Feb 13 23:17:03 MarcNB kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 13 23:17:03 MarcNB kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Feb 13 23:17:03 MarcNB kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Feb 13 23:17:03 MarcNB kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Feb 13 23:17:03 MarcNB kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Feb 13 23:17:03 MarcNB kernel: ACPI: bus type USB registered
Feb 13 23:17:03 MarcNB kernel: usbcore: registered new interface driver usbfs
Feb 13 23:17:03 MarcNB kernel: usbcore: registered new interface driver hub
Feb 13 23:17:03 MarcNB kernel: usbcore: registered new device driver usb
Feb 13 23:17:03 MarcNB kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Feb 13 23:17:03 MarcNB kernel: uhci_hcd: USB Universal Host Controller Interface driver
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c880
Feb 13 23:17:03 MarcNB kernel: hub 1-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 1-0:1.0: 2 ports detected
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.1: detected 2 ports
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c800
Feb 13 23:17:03 MarcNB kernel: ehci-pci: EHCI PCI platform driver
Feb 13 23:17:03 MarcNB kernel: hub 2-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 2-0:1.0: 2 ports detected
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1a.7: debug port 1
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1a.7: irq 18, io mem 0xfcbfbc00
Feb 13 23:17:03 MarcNB kernel: SCSI subsystem initialized
Feb 13 23:17:03 MarcNB kernel: libata version 3.00 loaded.
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Feb 13 23:17:03 MarcNB kernel: hub 3-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 3-0:1.0: 6 ports detected
Feb 13 23:17:03 MarcNB kernel: hub 1-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 1-0:1.0: 2 ports detected
Feb 13 23:17:03 MarcNB kernel: hub 2-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 2-0:1.0: 2 ports detected
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1d.7: debug port 1
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xfcbfb800
Feb 13 23:17:03 MarcNB kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Feb 13 23:17:03 MarcNB kernel: hub 4-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 4-0:1.0: 6 ports detected
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.2: detected 2 ports
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000c480
Feb 13 23:17:03 MarcNB kernel: hub 5-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 5-0:1.0: 2 ports detected
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c400
Feb 13 23:17:03 MarcNB kernel: hub 6-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 6-0:1.0: 2 ports detected
Feb 13 23:17:03 MarcNB kernel: ahci 0000:00:1f.2: version 3.0
Feb 13 23:17:03 MarcNB kernel: ahci 0000:00:1f.2: irq 29 for MSI/MSI-X
Feb 13 23:17:03 MarcNB kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Feb 13 23:17:03 MarcNB kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
Feb 13 23:17:03 MarcNB kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
Feb 13 23:17:03 MarcNB kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Feb 13 23:17:03 MarcNB kernel: scsi host0: ahci
Feb 13 23:17:03 MarcNB kernel: scsi host1: ahci
Feb 13 23:17:03 MarcNB kernel: scsi host2: ahci
Feb 13 23:17:03 MarcNB kernel: scsi host3: ahci
Feb 13 23:17:03 MarcNB kernel: ata1: SATA max UDMA/133 abar m2048@0xfcbfb000 port 0xfcbfb100 irq 29
Feb 13 23:17:03 MarcNB kernel: ata2: SATA max UDMA/133 abar m2048@0xfcbfb000 port 0xfcbfb180 irq 29
Feb 13 23:17:03 MarcNB kernel: ata3: DUMMY
Feb 13 23:17:03 MarcNB kernel: ata4: DUMMY
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c080
Feb 13 23:17:03 MarcNB kernel: hub 7-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 7-0:1.0: 2 ports detected
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
Feb 13 23:17:03 MarcNB kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c000
Feb 13 23:17:03 MarcNB kernel: hub 8-0:1.0: USB hub found
Feb 13 23:17:03 MarcNB kernel: hub 8-0:1.0: 2 ports detected
Feb 13 23:17:03 MarcNB kernel: usb 4-5: new high-speed USB device number 2 using ehci-pci
Feb 13 23:17:03 MarcNB kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Feb 13 23:17:03 MarcNB kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Feb 13 23:17:03 MarcNB kernel: ata1.00: ATA-8: ST9500325AS, 0002SDM1, max UDMA/133
Feb 13 23:17:03 MarcNB kernel: ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Feb 13 23:17:03 MarcNB kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Feb 13 23:17:03 MarcNB kernel: ata1.00: configured for UDMA/133
Feb 13 23:17:03 MarcNB kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      SDM1 PQ: 0 ANSI: 5
Feb 13 23:17:03 MarcNB kernel: usb 5-1: new low-speed USB device number 2 using uhci_hcd
Feb 13 23:17:03 MarcNB kernel: hidraw: raw HID events driver (C) Jiri Kosina
Feb 13 23:17:03 MarcNB kernel: usbcore: registered new interface driver usbhid
Feb 13 23:17:03 MarcNB kernel: usbhid: USB HID core driver
Feb 13 23:17:03 MarcNB kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Attempt to CreateField of length zero (20140926/dsopcode-168)
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0252a8), AE_AML_OPERAND_VALUE (20140926/psparse-536)
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b025438), AE_AML_OPERAND_VALUE (20140926/psparse-536)
Feb 13 23:17:03 MarcNB kernel: ata2.00: _GTF evaluation failed (AE 0x3004)
Feb 13 23:17:03 MarcNB kernel: ata2.00: ATAPI: MATSHITADVD-RAM UJ892AS, 1.00, max UDMA/100
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Attempt to CreateField of length zero (20140926/dsopcode-168)
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0252a8), AE_AML_OPERAND_VALUE (20140926/psparse-536)
Feb 13 23:17:03 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b025438), AE_AML_OPERAND_VALUE (20140926/psparse-536)
Feb 13 23:17:03 MarcNB kernel: ata2.00: _GTF evaluation failed (AE 0x3004)
Feb 13 23:17:03 MarcNB kernel: ata2.00: configured for UDMA/100
Feb 13 23:17:03 MarcNB kernel: scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ892AS  1.00 PQ: 0 ANSI: 5
Feb 13 23:17:03 MarcNB kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Feb 13 23:17:03 MarcNB kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb 13 23:17:03 MarcNB kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 13 23:17:03 MarcNB kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 13 23:17:03 MarcNB kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Feb 13 23:17:03 MarcNB kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Feb 13 23:17:03 MarcNB kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Feb 13 23:17:03 MarcNB kernel:  sda: sda1 sda2 sda3
Feb 13 23:17:03 MarcNB kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Feb 13 23:17:03 MarcNB kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Feb 13 23:17:03 MarcNB kernel: random: nonblocking pool is initialized
Feb 13 23:17:03 MarcNB systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
Feb 13 23:17:03 MarcNB systemd-journal[117]: Journal started
Feb 13 23:17:02 MarcNB systemd-udevd[145]: starting version 218
Feb 13 23:17:03 MarcNB kernel: Monitor-Mwait will be used to enter C-1 state
Feb 13 23:17:03 MarcNB kernel: Monitor-Mwait will be used to enter C-3 state
Feb 13 23:17:03 MarcNB kernel: tsc: Marking TSC unstable due to TSC halts in idle
Feb 13 23:17:03 MarcNB kernel: ACPI: acpi_idle registered with cpuidle
Feb 13 23:17:03 MarcNB kernel: Switched to clocksource hpet
Feb 13 23:17:03 MarcNB kernel: asus_laptop: Asus Laptop Support version 0.42
Feb 13 23:17:03 MarcNB kernel: asus_laptop:   UL50VT model detected
Feb 13 23:17:03 MarcNB kernel: asus_laptop: Backlight controlled by ACPI video driver
Feb 13 23:17:03 MarcNB kernel: input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input8
Feb 13 23:17:04 MarcNB kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 13 23:17:04 MarcNB kernel: ACPI: AC Adapter [AC0] (on-line)
Feb 13 23:17:04 MarcNB kernel: ACPI: Battery Slot [BAT0] (battery absent)
Feb 13 23:17:04 MarcNB kernel: agpgart-intel 0000:00:00.0: Intel GM45 Chipset
Feb 13 23:17:04 MarcNB kernel: agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
Feb 13 23:17:04 MarcNB kernel: agpgart-intel 0000:00:00.0: detected 32768K stolen memory
Feb 13 23:17:04 MarcNB kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
Feb 13 23:17:04 MarcNB kernel: [drm] Memory usable by graphics device = 2048M
Feb 13 23:17:04 MarcNB kernel: checking generic (d0000000 300000) vs hw (d0000000 10000000)
Feb 13 23:17:04 MarcNB kernel: fb: switching to inteldrmfb from VESA VGA
Feb 13 23:17:04 MarcNB kernel: Console: switching to colour dummy device 80x25
Feb 13 23:17:04 MarcNB kernel: [drm] Replacing VGA console driver
Feb 13 23:17:04 MarcNB kernel: i915 0000:00:02.0: irq 30 for MSI/MSI-X
Feb 13 23:17:04 MarcNB kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Feb 13 23:17:04 MarcNB kernel: [drm] Driver supports precise vblank timestamp query.
Feb 13 23:17:04 MarcNB kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
Feb 13 23:17:04 MarcNB kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
Feb 13 23:17:04 MarcNB kernel: thermal LNXTHERM:00: registered as thermal_zone0
Feb 13 23:17:04 MarcNB kernel: ACPI: Thermal Zone [THRM] (52 C)
Feb 13 23:17:04 MarcNB kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Feb 13 23:17:04 MarcNB kernel: acpi device:35: registered as cooling_device2
Feb 13 23:17:04 MarcNB kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
Feb 13 23:17:04 MarcNB kernel: ACPI: Video Device [VGA1] (multi-head: yes  rom: yes  post: no)
Feb 13 23:17:04 MarcNB kernel: acpi device:38: registered as cooling_device3
Feb 13 23:17:04 MarcNB kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/LNXVIDEO:01/input/input10
Feb 13 23:17:04 MarcNB kernel: [drm] Initialized i915 1.6.0 20140905 for 0000:00:02.0 on minor 1
Feb 13 23:17:04 MarcNB kernel: fbcon: inteldrmfb (fb0) is primary device
Feb 13 23:17:04 MarcNB kernel: atl1c 0000:04:00.0: version 1.0.1.1-NAPI
Feb 13 23:17:04 MarcNB kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 13 23:17:04 MarcNB kernel: snd_hda_intel 0000:00:1b.0: irq 31 for MSI/MSI-X
Feb 13 23:17:04 MarcNB kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Feb 13 23:17:04 MarcNB kernel: snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
Feb 13 23:17:04 MarcNB kernel: input: PC Speaker as /devices/platform/pcspkr/input/input11
Feb 13 23:17:04 MarcNB kernel: input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/0003:09DA:000A.0001/input/input13
Feb 13 23:17:04 MarcNB kernel: a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1a.2-1/input0
Feb 13 23:17:04 MarcNB kernel: ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082f conflicts with OpRegion 0x0000000000000800-0x000000000000084f (\PMIO) (20140926/utaddress-258)
Feb 13 23:17:04 MarcNB kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Feb 13 23:17:04 MarcNB kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140926/utaddress-258)
Feb 13 23:17:04 MarcNB kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Feb 13 23:17:04 MarcNB kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140926/utaddress-258)
Feb 13 23:17:04 MarcNB kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Feb 13 23:17:04 MarcNB kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Feb 13 23:17:04 MarcNB kernel: atl1c 0000:04:00.0 enp4s0: renamed from eth0
Feb 13 23:17:04 MarcNB kernel: iTCO_vendor_support: vendor-support=0
Feb 13 23:17:04 MarcNB kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Feb 13 23:17:04 MarcNB kernel: iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
Feb 13 23:17:04 MarcNB kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Feb 13 23:17:04 MarcNB kernel: media: Linux media interface: v0.10
Feb 13 23:17:04 MarcNB kernel: sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Feb 13 23:17:04 MarcNB kernel: sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 13 23:17:04 MarcNB kernel: sound hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
Feb 13 23:17:04 MarcNB kernel: sound hdaudioC0D0:    mono: mono_out=0x0
Feb 13 23:17:04 MarcNB kernel: sound hdaudioC0D0:    inputs:
Feb 13 23:17:04 MarcNB kernel: sound hdaudioC0D0:      Internal Mic=0x19
Feb 13 23:17:04 MarcNB kernel: sound hdaudioC0D0:      Mic=0x18
Feb 13 23:17:04 MarcNB kernel: input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
Feb 13 23:17:04 MarcNB kernel: input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
Feb 13 23:17:04 MarcNB kernel: mousedev: PS/2 mouse device common for all mice
Feb 13 23:17:04 MarcNB kernel: ath: phy0: Enable LNA combining
Feb 13 23:17:04 MarcNB kernel: ath: EEPROM regdomain: 0x60
Feb 13 23:17:04 MarcNB kernel: ath: EEPROM indicates we should expect a direct regpair map
Feb 13 23:17:04 MarcNB kernel: ath: Country alpha2 being used: 00
Feb 13 23:17:04 MarcNB kernel: ath: Regpair used: 0x60
Feb 13 23:17:04 MarcNB kernel: Linux video capture interface: v2.00
Feb 13 23:17:04 MarcNB kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Feb 13 23:17:04 MarcNB kernel: ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900108a0000, irq=17
Feb 13 23:17:04 MarcNB kernel: Console: switching to colour frame buffer device 170x48
Feb 13 23:17:04 MarcNB kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Feb 13 23:17:04 MarcNB kernel: ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
Feb 13 23:17:05 MarcNB kernel: uvcvideo: Found UVC 1.00 device USB 2.0 UVC 0.3M Webcam (064e:a136)
Feb 13 23:17:05 MarcNB kernel: input: USB 2.0 UVC 0.3M Webcam as /devices/pci0000:00/0000:00:1d.7/usb4/4-5/4-5:1.0/input/input19
Feb 13 23:17:05 MarcNB kernel: usbcore: registered new interface driver uvcvideo
Feb 13 23:17:05 MarcNB kernel: USB Video Class driver (1.1.1)
Feb 13 23:17:05 MarcNB kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Feb 13 23:17:05 MarcNB kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
Feb 13 23:17:05 MarcNB kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
Feb 13 23:17:05 MarcNB kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
Feb 13 23:17:05 MarcNB kernel: psmouse serio4: elantech: assuming hardware version 2 (with firmware version 0x040101)
Feb 13 23:17:05 MarcNB kernel: psmouse serio4: elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
Feb 13 23:17:05 MarcNB kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input16
Feb 13 23:17:05 MarcNB kernel: fuse init (API version 7.23)
Feb 13 23:17:06 MarcNB ntfs-3g[215]: Version 2014.2.15 external FUSE 29
Feb 13 23:17:06 MarcNB ntfs-3g[215]: Mounted /dev/sda1 (Read-Write, label "WINDOWS", NTFS 3.1)
Feb 13 23:17:06 MarcNB ntfs-3g[215]: Cmdline options: rw,noatime
Feb 13 23:17:06 MarcNB ntfs-3g[215]: Mount options: rw,allow_other,nonempty,noatime,fsname=/dev/sda1,blkdev,blksize=4096
Feb 13 23:17:06 MarcNB ntfs-3g[215]: Ownership and permissions disabled, configuration type 7
Feb 13 23:17:06 MarcNB ntfs-3g[216]: Version 2014.2.15 external FUSE 29
Feb 13 23:17:06 MarcNB ntfs-3g[216]: Mounted /dev/sda3 (Read-Write, label "DATA", NTFS 3.1)
Feb 13 23:17:06 MarcNB ntfs-3g[216]: Cmdline options: rw,noatime
Feb 13 23:17:06 MarcNB ntfs-3g[216]: Mount options: rw,allow_other,nonempty,noatime,fsname=/dev/sda3,blkdev,blksize=4096
Feb 13 23:17:06 MarcNB ntfs-3g[216]: Ownership and permissions disabled, configuration type 7
Feb 13 23:17:07 MarcNB dbus[224]: [system] Successfully activated service 'org.freedesktop.systemd1'
Feb 13 23:17:07 MarcNB systemd-logind[221]: New seat seat0.
Feb 13 23:17:07 MarcNB systemd-logind[221]: Watching system buttons on /dev/input/event2 (Power Button)
Feb 13 23:17:07 MarcNB systemd-logind[221]: Watching system buttons on /dev/input/event5 (Video Bus)
Feb 13 23:17:07 MarcNB systemd-logind[221]: Watching system buttons on /dev/input/event6 (Video Bus)
Feb 13 23:17:07 MarcNB systemd-logind[221]: Watching system buttons on /dev/input/event1 (Lid Switch)
Feb 13 23:17:07 MarcNB systemd-logind[221]: Watching system buttons on /dev/input/event0 (Sleep Button)
Feb 13 23:17:07 MarcNB network[222]: Starting network profile 'wlp3s0-wireless'...
Feb 13 23:17:07 MarcNB kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 13 23:17:08 MarcNB kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 13 23:17:08 MarcNB kernel: wlp3s0: authenticate with 9c:c7:a6:9d:11:85
Feb 13 23:17:08 MarcNB kernel: wlp3s0: send auth to 9c:c7:a6:9d:11:85 (try 1/3)
Feb 13 23:17:08 MarcNB kernel: wlp3s0: authenticated
Feb 13 23:17:08 MarcNB kernel: ath9k 0000:03:00.0 wlp3s0: disabling HT/VHT due to WEP/TKIP use
Feb 13 23:17:08 MarcNB kernel: wlp3s0: associate with 9c:c7:a6:9d:11:85 (try 1/3)
Feb 13 23:17:08 MarcNB kernel: wlp3s0: RX AssocResp from 9c:c7:a6:9d:11:85 (capab=0x431 status=0 aid=2)
Feb 13 23:17:08 MarcNB kernel: wlp3s0: associated
Feb 13 23:17:08 MarcNB kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Feb 13 23:17:08 MarcNB kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 13 23:17:09 MarcNB dhcpcd[271]: version 6.7.1 starting
Feb 13 23:17:09 MarcNB dhcpcd[271]: DUID 00:01:00:01:1c:2a:3b:52:1c:4b:d6:75:d0:73
Feb 13 23:17:09 MarcNB dhcpcd[271]: wlp3s0: IAID d6:75:d0:73
Feb 13 23:17:09 MarcNB dhcpcd[271]: wlp3s0: rebinding lease of 192.168.178.38
Feb 13 23:17:14 MarcNB dhcpcd[271]: wlp3s0: leased 192.168.178.38 for 864000 seconds
Feb 13 23:17:14 MarcNB dhcpcd[271]: wlp3s0: adding route to 192.168.178.0/24
Feb 13 23:17:14 MarcNB dhcpcd[271]: wlp3s0: adding default route via 192.168.178.1
Feb 13 23:17:15 MarcNB dhcpcd[271]: forked to background, child pid 322
Feb 13 23:17:15 MarcNB network[222]: Started network profile 'wlp3s0-wireless'
Feb 13 23:17:25 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=marc
Feb 13 23:17:31 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=marc
Feb 13 23:17:36 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=marc
Feb 13 23:17:44 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=root
Feb 13 23:17:57 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=root
Feb 13 23:18:14 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=root
Feb 13 23:18:20 MarcNB kernel: wlp3s0: deauthenticating from 9c:c7:a6:9d:11:85 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 13 23:18:20 MarcNB kernel: cfg80211: Calling CRDA for country: DE
Feb 13 23:18:20 MarcNB dhcpcd[322]: wlp3s0: carrier lost
Feb 13 23:18:20 MarcNB dhcpcd[322]: wlp3s0: deleting route to 192.168.178.0/24
Feb 13 23:18:20 MarcNB dhcpcd[322]: wlp3s0: deleting default route via 192.168.178.1
Feb 13 23:18:21 MarcNB kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 13 23:18:21 MarcNB systemd-logind[221]: Suspend key pressed.
Feb 13 23:18:21 MarcNB systemd-logind[221]: Suspending...
Feb 13 23:18:21 MarcNB systemd-sleep[364]: Suspending system...
Feb 13 23:18:21 MarcNB kernel: PM: Syncing filesystems ... done.
Feb 13 23:18:21 MarcNB kernel: PM: Preparing system for mem sleep
Feb 13 23:18:21 MarcNB kernel: cfg80211: Calling CRDA for country: DE
Feb 13 23:18:22 MarcNB kernel: wlp3s0: authenticate with 9c:c7:a6:9d:11:85
Feb 13 23:18:22 MarcNB kernel: wlp3s0: send auth to 9c:c7:a6:9d:11:85 (try 1/3)
Feb 13 23:18:22 MarcNB kernel: wlp3s0: authenticated
Feb 13 23:18:22 MarcNB kernel: ath9k 0000:03:00.0 wlp3s0: disabling HT/VHT due to WEP/TKIP use
Feb 13 23:18:22 MarcNB kernel: wlp3s0: associate with 9c:c7:a6:9d:11:85 (try 1/3)
Feb 13 23:18:22 MarcNB kernel: wlp3s0: RX AssocResp from 9c:c7:a6:9d:11:85 (capab=0x431 status=0 aid=2)
Feb 13 23:18:22 MarcNB kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Feb 13 23:18:22 MarcNB kernel: wlp3s0: associated
Feb 13 23:18:22 MarcNB dhcpcd[322]: wlp3s0: carrier acquired
Feb 13 23:18:22 MarcNB dhcpcd[322]: wlp3s0: IAID d6:75:d0:73
Feb 13 23:18:27 MarcNB kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Feb 13 23:18:27 MarcNB kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Feb 13 23:18:27 MarcNB kernel: PM: Entering mem sleep
Feb 13 23:18:27 MarcNB kernel: Suspending console(s) (use no_console_suspend to debug)
Feb 13 23:18:27 MarcNB kernel: wlp3s0: deauthenticating from 9c:c7:a6:9d:11:85 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 13 23:18:27 MarcNB kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 13 23:18:27 MarcNB kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] suspending console...
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] suspending display...
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] evicting buffers...
Feb 13 23:18:27 MarcNB kernel: sd 0:0:0:0: [sda] Stopping disk
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] waiting for kernel channels to go idle...
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] suspending client object trees...
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] suspending kernel object tree...
Feb 13 23:18:27 MarcNB kernel: PM: suspend of devices complete after 1560.185 msecs
Feb 13 23:18:27 MarcNB kernel: PM: late suspend of devices complete after 13.256 msecs
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1d.2: System wakeup enabled by ACPI
Feb 13 23:18:27 MarcNB kernel: ehci-pci 0000:00:1d.7: System wakeup enabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1d.1: System wakeup enabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1d.0: System wakeup enabled by ACPI
Feb 13 23:18:27 MarcNB kernel: ehci-pci 0000:00:1a.7: System wakeup enabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1a.2: System wakeup enabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1a.1: System wakeup enabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1a.0: System wakeup enabled by ACPI
Feb 13 23:18:27 MarcNB kernel: PM: noirq suspend of devices complete after 13.392 msecs
Feb 13 23:18:27 MarcNB kernel: ACPI: Preparing to enter system sleep state S3
Feb 13 23:18:27 MarcNB kernel: PM: Saving platform NVS memory
Feb 13 23:18:27 MarcNB kernel: Disabling non-boot CPUs ...
Feb 13 23:18:27 MarcNB kernel: kvm: disabling virtualization on CPU1
Feb 13 23:18:27 MarcNB kernel: smpboot: CPU 1 is now offline
Feb 13 23:18:27 MarcNB kernel: ACPI: Low-level resume complete
Feb 13 23:18:27 MarcNB kernel: PM: Restoring platform NVS memory
Feb 13 23:18:27 MarcNB kernel: CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
Feb 13 23:18:27 MarcNB kernel: Enabling non-boot CPUs ...
Feb 13 23:18:27 MarcNB kernel: x86: Booting SMP configuration:
Feb 13 23:18:27 MarcNB kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Feb 13 23:18:27 MarcNB kernel: CPU1 microcode updated early to revision 0xa0b, date = 2010-09-28
Feb 13 23:18:27 MarcNB kernel: kvm: enabling virtualization on CPU1
Feb 13 23:18:27 MarcNB kernel: CPU1 is up
Feb 13 23:18:27 MarcNB kernel: ACPI: Waking up from system sleep state S3
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1a.0: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1a.1: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1a.2: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1d.0: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1d.1: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: uhci_hcd 0000:00:1d.2: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: ehci-pci 0000:00:1a.7: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: ehci-pci 0000:00:1d.7: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: PM: noirq resume of devices complete after 14.222 msecs
Feb 13 23:18:27 MarcNB kernel: PM: early resume of devices complete after 0.403 msecs
Feb 13 23:18:27 MarcNB kernel: usb usb1: root hub lost power or was reset
Feb 13 23:18:27 MarcNB kernel: usb usb2: root hub lost power or was reset
Feb 13 23:18:27 MarcNB kernel: usb usb5: root hub lost power or was reset
Feb 13 23:18:27 MarcNB kernel: snd_hda_intel 0000:00:1b.0: irq 31 for MSI/MSI-X
Feb 13 23:18:27 MarcNB kernel: usb usb7: root hub lost power or was reset
Feb 13 23:18:27 MarcNB kernel: usb usb6: root hub lost power or was reset
Feb 13 23:18:27 MarcNB kernel: usb usb8: root hub lost power or was reset
Feb 13 23:18:27 MarcNB kernel: sd 0:0:0:0: [sda] Starting disk
Feb 13 23:18:27 MarcNB kernel: usb 4-5: reset high-speed USB device number 2 using ehci-pci
Feb 13 23:18:27 MarcNB kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 13 23:18:27 MarcNB kernel: ACPI Error: Attempt to CreateField of length zero (20140926/dsopcode-168)
Feb 13 23:18:27 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0252a8), AE_AML_OPERAND_VALUE (20140926/psparse-536)
Feb 13 23:18:27 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b025438), AE_AML_OPERAND_VALUE (20140926/psparse-536)
Feb 13 23:18:27 MarcNB kernel: ata2.00: _GTF evaluation failed (AE 0x3004)
Feb 13 23:18:27 MarcNB kernel: ACPI Error: Attempt to CreateField of length zero (20140926/dsopcode-168)
Feb 13 23:18:27 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0252a8), AE_AML_OPERAND_VALUE (20140926/psparse-536)
Feb 13 23:18:27 MarcNB kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b025438), AE_AML_OPERAND_VALUE (20140926/psparse-536)
Feb 13 23:18:27 MarcNB kernel: ata2.00: _GTF evaluation failed (AE 0x3004)
Feb 13 23:18:27 MarcNB kernel: ata2.00: configured for UDMA/100
Feb 13 23:18:27 MarcNB kernel: usb 5-1: reset low-speed USB device number 2 using uhci_hcd
Feb 13 23:18:27 MarcNB kernel: pciehp 0000:00:01.0:pcie04: Device 0000:01:00.0 already exists at 0000:01:00, cannot hot-add
Feb 13 23:18:27 MarcNB kernel: pciehp 0000:00:01.0:pcie04: Cannot add device at 0000:01:00
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] re-enabling device...
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] resuming kernel object tree...
Feb 13 23:18:27 MarcNB kernel: nouveau  [   VBIOS][0000:01:00.0] running init tables
Feb 13 23:18:27 MarcNB kernel: rtc_cmos 00:01: System wakeup disabled by ACPI
Feb 13 23:18:27 MarcNB kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Feb 13 23:18:27 MarcNB kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Feb 13 23:18:27 MarcNB kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Feb 13 23:18:27 MarcNB kernel: ata1.00: configured for UDMA/133
Feb 13 23:18:27 MarcNB kernel: nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
Feb 13 23:18:27 MarcNB kernel: nouveau  [     CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 405 MHz
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] resuming client object trees...
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] resuming display...
Feb 13 23:18:27 MarcNB kernel: nouveau  [     DRM] resuming console...
Feb 13 23:18:27 MarcNB kernel: PM: resume of devices complete after 1425.668 msecs
Feb 13 23:18:27 MarcNB kernel: PM: Finishing wakeup.
Feb 13 23:18:27 MarcNB kernel: Restarting tasks ... done.
Feb 13 23:18:27 MarcNB kernel: video LNXVIDEO:00: Restoring backlight state
Feb 13 23:18:27 MarcNB dhcpcd[322]: wlp3s0: rebinding lease of 192.168.178.38
Feb 13 23:18:27 MarcNB dhcpcd[322]: wlp3s0: carrier lost
Feb 13 23:18:27 MarcNB kernel: video LNXVIDEO:01: Restoring backlight state
Feb 13 23:18:27 MarcNB systemd-sleep[364]: System resumed.
Feb 13 23:18:27 MarcNB systemd-logind[221]: Operation finished.
Feb 13 23:18:28 MarcNB kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 13 23:18:28 MarcNB kernel: wlp3s0: authenticate with 9c:c7:a6:9d:11:85
Feb 13 23:18:28 MarcNB kernel: wlp3s0: send auth to 9c:c7:a6:9d:11:85 (try 1/3)
Feb 13 23:18:28 MarcNB kernel: wlp3s0: authenticated
Feb 13 23:18:28 MarcNB kernel: ath9k 0000:03:00.0 wlp3s0: disabling HT/VHT due to WEP/TKIP use
Feb 13 23:18:28 MarcNB kernel: wlp3s0: associate with 9c:c7:a6:9d:11:85 (try 1/3)
Feb 13 23:18:28 MarcNB kernel: wlp3s0: RX AssocResp from 9c:c7:a6:9d:11:85 (capab=0x431 status=0 aid=2)
Feb 13 23:18:28 MarcNB kernel: wlp3s0: associated
Feb 13 23:18:28 MarcNB kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 13 23:18:28 MarcNB dhcpcd[322]: wlp3s0: carrier acquired
Feb 13 23:18:28 MarcNB dhcpcd[322]: wlp3s0: IAID d6:75:d0:73
Feb 13 23:18:29 MarcNB dhcpcd[322]: wlp3s0: rebinding lease of 192.168.178.38
Feb 13 23:18:29 MarcNB kernel: wlp3s0: deauthenticating from 9c:c7:a6:9d:11:85 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 13 23:18:29 MarcNB dhcpcd[322]: wlp3s0: carrier lost
Feb 13 23:18:29 MarcNB kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 13 23:18:47 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=marc
Feb 13 23:19:07 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=root
Feb 13 23:20:04 MarcNB lxdm-session[324]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=marc
Feb 13 23:20:19 MarcNB lxdm-session[324]: pam_unix(lxdm:session): session opened for user root by (uid=0)
Feb 13 23:20:20 MarcNB systemd[1]: Failed to set memory.limit_in_bytes on : Invalid argument
Feb 13 23:20:20 MarcNB systemd-logind[221]: New session c1 of user root.
Feb 13 23:20:20 MarcNB systemd[447]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Feb 13 23:20:20 MarcNB systemd[447]: Starting Timers.
Feb 13 23:20:20 MarcNB systemd[447]: Reached target Timers.
Feb 13 23:20:20 MarcNB systemd[447]: Starting Paths.
Feb 13 23:20:20 MarcNB systemd[447]: Reached target Paths.
Feb 13 23:20:20 MarcNB systemd[447]: Starting Sockets.
Feb 13 23:20:20 MarcNB systemd[447]: Reached target Sockets.
Feb 13 23:20:20 MarcNB systemd[447]: Starting Basic System.
Feb 13 23:20:20 MarcNB systemd[447]: Reached target Basic System.
Feb 13 23:20:20 MarcNB systemd[447]: Starting Default.
Feb 13 23:20:20 MarcNB systemd[447]: Reached target Default.
Feb 13 23:20:20 MarcNB systemd[447]: Startup finished in 56ms.
Feb 13 23:20:20 MarcNB dbus[224]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Feb 13 23:20:20 MarcNB polkitd[468]: Started polkitd version 0.112
Feb 13 23:20:20 MarcNB polkitd[468]: Loading rules from directory /etc/polkit-1/rules.d
Feb 13 23:20:20 MarcNB polkitd[468]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 13 23:20:21 MarcNB polkitd[468]: Finished loading, compiling and executing 2 rules
Feb 13 23:20:21 MarcNB dbus[224]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Feb 13 23:20:21 MarcNB polkitd[468]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 13 23:20:21 MarcNB dbus[224]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Feb 13 23:20:21 MarcNB dbus[224]: [system] Successfully activated service 'org.freedesktop.UPower'
Feb 13 23:20:22 MarcNB org.freedesktop.thumbnails.Thumbnailer1[459]: (tumblerd:523): tumbler-WARNING **: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.1: cannot open shared object file: No such file or directory
Feb 13 23:20:23 MarcNB org.freedesktop.thumbnails.Thumbnailer1[459]: (tumblerd:523): tumbler-WARNING **: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Feb 13 23:20:23 MarcNB org.freedesktop.thumbnails.Thumbnailer1[459]: (tumblerd:523): tumbler-WARNING **: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Feb 13 23:20:23 MarcNB org.freedesktop.thumbnails.Thumbnailer1[459]: (tumblerd:523): tumbler-WARNING **: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory

Xorg.0.log

[    14.100] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[    14.100] X Protocol Version 11, Revision 0
[    14.100] Build Operating System: Linux 3.17.6-1-ARCH x86_64 
[    14.100] Current Operating System: Linux MarcNB 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
[    14.100] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=de31d952-ccf8-40bd-ad5a-0b7265bc5ef8 rw quiet
[    14.100] Build Date: 11 February 2015  08:10:00AM
[    14.100]  
[    14.100] Current version of pixman: 0.32.6
[    14.100] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.100] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.100] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 13 23:17:08 2015
[    14.143] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.176] (==) No Layout section.  Using the first Screen section.
[    14.176] (==) No screen section available. Using defaults.
[    14.176] (**) |-->Screen "Default Screen Section" (0)
[    14.176] (**) |   |-->Monitor "<default monitor>"
[    14.190] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    14.190] (==) Automatically adding devices
[    14.190] (==) Automatically enabling devices
[    14.190] (==) Automatically adding GPU devices
[    14.229] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF/".
[    14.229] 	Entry deleted from font path.
[    14.229] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF/").
[    14.230] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[    14.230] 	Entry deleted from font path.
[    14.230] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[    14.230] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    14.230] 	Entry deleted from font path.
[    14.231] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    14.231] 	Entry deleted from font path.
[    14.231] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    14.231] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    14.231] 	Entry deleted from font path.
[    14.231] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    14.231] (==) FontPath set to:
	/usr/share/fonts/misc/
[    14.231] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.231] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.239] (II) Loader magic: 0x819d80
[    14.239] (II) Module ABI versions:
[    14.239] 	X.Org ANSI C Emulation: 0.4
[    14.239] 	X.Org Video Driver: 18.0
[    14.239] 	X.Org XInput driver : 21.0
[    14.239] 	X.Org Server Extension : 8.0
[    14.241] (EE) systemd-logind: failed to get session: PID 238 does not belong to any known session
[    14.242] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.242] (II) xfree86: Adding drm device (/dev/dri/card1)
[    14.244] (--) PCI:*(0:0:2:0) 8086:2a42:1043:1af2 rev 7, Mem @ 0xfcc00000/4194304, 0xd0000000/268435456, I/O @ 0x0000cc00/8
[    14.245] (--) PCI: (0:1:0:0) 10de:0a74:1043:1af2 rev 162, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/524288
[    14.245] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    14.257] (II) LoadModule: "glx"
[    14.276] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.441] (II) Module glx: vendor="X.Org Foundation"
[    14.441] 	compiled for 1.16.4, module version = 1.0.0
[    14.441] 	ABI class: X.Org Server Extension, version 8.0
[    14.441] (==) AIGLX enabled
[    14.441] (==) Matched intel as autoconfigured driver 0
[    14.441] (==) Matched nouveau as autoconfigured driver 1
[    14.441] (==) Matched nv as autoconfigured driver 2
[    14.441] (==) Matched intel as autoconfigured driver 3
[    14.441] (==) Matched modesetting as autoconfigured driver 4
[    14.441] (==) Matched fbdev as autoconfigured driver 5
[    14.441] (==) Matched vesa as autoconfigured driver 6
[    14.441] (==) Assigned the driver to the xf86ConfigLayout
[    14.441] (II) LoadModule: "intel"
[    14.462] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    14.505] (II) Module intel: vendor="X.Org Foundation"
[    14.505] 	compiled for 1.16.3, module version = 2.99.917
[    14.505] 	Module class: X.Org Video Driver
[    14.506] 	ABI class: X.Org Video Driver, version 18.0
[    14.506] (II) LoadModule: "nouveau"
[    14.506] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    14.524] (II) Module nouveau: vendor="X.Org Foundation"
[    14.524] 	compiled for 1.16.1, module version = 1.0.11
[    14.524] 	Module class: X.Org Video Driver
[    14.524] 	ABI class: X.Org Video Driver, version 18.0
[    14.524] (II) LoadModule: "nv"
[    14.524] (WW) Warning, couldn't open module nv
[    14.524] (II) UnloadModule: "nv"
[    14.524] (II) Unloading nv
[    14.524] (EE) Failed to load module "nv" (module does not exist, 0)
[    14.524] (II) LoadModule: "modesetting"
[    14.524] (WW) Warning, couldn't open module modesetting
[    14.524] (II) UnloadModule: "modesetting"
[    14.525] (II) Unloading modesetting
[    14.525] (EE) Failed to load module "modesetting" (module does not exist, 0)
[    14.525] (II) LoadModule: "fbdev"
[    14.525] (WW) Warning, couldn't open module fbdev
[    14.525] (II) UnloadModule: "fbdev"
[    14.525] (II) Unloading fbdev
[    14.525] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    14.525] (II) LoadModule: "vesa"
[    14.525] (WW) Warning, couldn't open module vesa
[    14.525] (II) UnloadModule: "vesa"
[    14.525] (II) Unloading vesa
[    14.525] (EE) Failed to load module "vesa" (module does not exist, 0)
[    14.525] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    14.526] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    14.526] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    14.526] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    14.526] (II) NOUVEAU driver 
[    14.526] (II) NOUVEAU driver for NVIDIA chipset families :
[    14.526] 	RIVA TNT        (NV04)
[    14.526] 	RIVA TNT2       (NV05)
[    14.526] 	GeForce 256     (NV10)
[    14.526] 	GeForce 2       (NV11, NV15)
[    14.526] 	GeForce 4MX     (NV17, NV18)
[    14.526] 	GeForce 3       (NV20)
[    14.526] 	GeForce 4Ti     (NV25, NV28)
[    14.526] 	GeForce FX      (NV3x)
[    14.526] 	GeForce 6       (NV4x)
[    14.526] 	GeForce 7       (G7x)
[    14.526] 	GeForce 8       (G8x)
[    14.526] 	GeForce GTX 200 (NVA0)
[    14.526] 	GeForce GTX 400 (NVC0)
[    14.526] (++) using VT number 1

[    14.527] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
[    14.538] (II) [drm] nouveau interface version: 1.2.1
[    14.544] (--) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[    14.544] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1
[    14.544] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    14.544] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    14.544] (==) intel(0): RGB weight 888
[    14.544] (==) intel(0): Default visual is TrueColor
[    14.544] (II) intel(0): Output LVDS2 has no monitor section
[    14.545] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS2
[    14.545] (II) intel(0): Enabled output LVDS2
[    14.545] (II) intel(0): Output VGA2 has no monitor section
[    14.545] (II) intel(0): Enabled output VGA2
[    14.545] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    14.545] (II) intel(0): Output VIRTUAL1 has no monitor section
[    14.545] (II) intel(0): Enabled output VIRTUAL1
[    14.545] (--) intel(0): Output LVDS2 using initial mode 1366x768 on pipe 1
[    14.545] (==) intel(0): TearFree disabled
[    14.545] (==) intel(0): DPI set to (96, 96)
[    14.545] (II) Loading sub module "dri2"
[    14.545] (II) LoadModule: "dri2"
[    14.545] (II) Module "dri2" already built-in
[    14.545] (II) Loading sub module "present"
[    14.545] (II) LoadModule: "present"
[    14.545] (II) Module "present" already built-in
[    14.545] (II) Loading sub module "dri2"
[    14.545] (II) LoadModule: "dri2"
[    14.545] (II) Module "dri2" already built-in
[    14.545] (--) NOUVEAU(G0): Chipset: "NVIDIA NVA8"
[    14.545] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[    14.545] (==) NOUVEAU(G0): RGB weight 888
[    14.545] (==) NOUVEAU(G0): Default visual is TrueColor
[    14.545] (==) NOUVEAU(G0): Using HW cursor
[    14.545] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
[    14.545] (==) NOUVEAU(G0): Page flipping enabled
[    14.545] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
[    14.545] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
[    14.546] (II) NOUVEAU(G0): Initializing outputs ...
[    14.650] (II) NOUVEAU(G0): Output LVDS-1-1 has no monitor section
[    14.761] (II) NOUVEAU(G0): Output VGA-1-1 has no monitor section
[    14.763] (II) NOUVEAU(G0): Output HDMI-1-1 has no monitor section
[    14.763] (II) NOUVEAU(G0): 3 crtcs needed for screen.
[    14.784] (II) NOUVEAU(G0): Allocated crtc nr. 0 to this screen.
[    14.784] (II) NOUVEAU(G0): Allocated crtc nr. 1 to this screen.
[    14.890] (II) NOUVEAU(G0): EDID for output LVDS-1-1
[    15.001] (II) NOUVEAU(G0): EDID for output VGA-1-1
[    15.003] (II) NOUVEAU(G0): EDID for output HDMI-1-1
[    15.054] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    15.054] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
[    15.054] (**) NOUVEAU(G0):  Mode "1366x768": 84.8 MHz (scaled from 0.0 MHz), 47.7 kHz, 59.8 Hz
[    15.054] (II) NOUVEAU(G0): Modeline "1366x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[    15.054] (==) NOUVEAU(G0): DPI set to (96, 96)
[    15.054] (II) Loading sub module "fb"
[    15.054] (II) LoadModule: "fb"
[    15.054] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.107] (II) Module fb: vendor="X.Org Foundation"
[    15.107] 	compiled for 1.16.4, module version = 1.0.0
[    15.107] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.107] (II) Loading sub module "shadowfb"
[    15.107] (II) LoadModule: "shadowfb"
[    15.107] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    15.133] (II) Module shadowfb: vendor="X.Org Foundation"
[    15.133] 	compiled for 1.16.4, module version = 1.0.0
[    15.133] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.133] (==) Depth 24 pixmap format is 32 bpp
[    15.141] (II) NOUVEAU(G0): Channel setup complete.
[    15.143] (II) NOUVEAU(G0): [COPY] async initialised.
[    15.157] (II) NOUVEAU(G0): [DRI2] Setup complete
[    15.157] (II) NOUVEAU(G0): [DRI2]   DRI driver: nouveau
[    15.157] (II) NOUVEAU(G0): [DRI2]   VDPAU driver: nouveau
[    15.174] (II) Loading sub module "exa"
[    15.174] (II) LoadModule: "exa"
[    15.174] (II) Loading /usr/lib/xorg/modules/libexa.so
[    15.187] (II) Module exa: vendor="X.Org Foundation"
[    15.187] 	compiled for 1.16.4, module version = 2.6.0
[    15.187] 	ABI class: X.Org Video Driver, version 18.0
[    15.188] (II) EXA(256): Driver allocated offscreen pixmaps
[    15.188] (II) EXA(256): Driver registered support for the following operations:
[    15.188] (II)         Solid
[    15.188] (II)         Copy
[    15.188] (II)         Composite (RENDER acceleration)
[    15.188] (II)         UploadToScreen
[    15.188] (II)         DownloadFromScreen
[    15.188] (==) NOUVEAU(G0): Backing store enabled
[    15.188] (==) NOUVEAU(G0): Silken mouse enabled
[    15.190] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    15.190] (II) NOUVEAU(G0): [XvMC] Extension initialized.
[    15.190] (==) NOUVEAU(G0): DPMS enabled
[    15.190] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    15.214] (II) intel(0): SNA initialized with Eaglelake (gen4.5) backend
[    15.214] (==) intel(0): Backing store enabled
[    15.214] (==) intel(0): Silken mouse enabled
[    15.214] (II) intel(0): HW Cursor enabled
[    15.214] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    15.214] (==) intel(0): DPMS enabled
[    15.214] (==) intel(0): display hotplug detection enabled
[    15.214] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    15.214] (II) intel(0): [DRI2] Setup complete
[    15.214] (II) intel(0): [DRI2]   DRI driver: i965
[    15.214] (II) intel(0): [DRI2]   VDPAU driver: i965
[    15.214] (II) intel(0): direct rendering: DRI2 enabled
[    15.215] (II) intel(0): hardware support for Present enabled
[    15.215] (--) RandR disabled
[    15.510] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    15.510] (II) AIGLX: enabled GLX_ARB_create_context
[    15.510] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    15.510] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    15.510] (II) AIGLX: enabled GLX_INTEL_swap_event
[    15.510] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    15.510] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    15.511] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    15.511] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    15.511] (II) AIGLX: Loaded and initialized i965
[    15.511] (II) GLX: Initialized DRI2 GL provider for screen 0
[    15.514] (II) NOUVEAU(G0): NVEnterVT is called.
[    15.522] (II) intel(0): switch to mode 1366x768@60.0 on LVDS2 using pipe 1, position (0, 0), rotation normal, reflection none
[    15.543] (II) intel(0): Setting screen physical size to 361 x 203
[    16.029] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    16.029] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.029] (II) LoadModule: "evdev"
[    16.029] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.052] (II) Module evdev: vendor="X.Org Foundation"
[    16.052] 	compiled for 1.16.2, module version = 2.9.1
[    16.052] 	Module class: X.Org XInput Driver
[    16.052] 	ABI class: X.Org XInput driver, version 21.0
[    16.052] (II) Using input driver 'evdev' for 'Power Button'
[    16.052] (**) Power Button: always reports core events
[    16.052] (**) evdev: Power Button: Device: "/dev/input/event2"
[    16.052] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.052] (--) evdev: Power Button: Found keys
[    16.052] (II) evdev: Power Button: Configuring as keyboard
[    16.052] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    16.052] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.052] (**) Option "xkb_rules" "evdev"
[    16.052] (**) Option "xkb_model" "pc104"
[    16.052] (**) Option "xkb_layout" "us"
[    16.098] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    16.098] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    16.098] (II) Using input driver 'evdev' for 'Video Bus'
[    16.098] (**) Video Bus: always reports core events
[    16.098] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    16.098] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    16.098] (--) evdev: Video Bus: Found keys
[    16.098] (II) evdev: Video Bus: Configuring as keyboard
[    16.098] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event5"
[    16.098] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.098] (**) Option "xkb_rules" "evdev"
[    16.098] (**) Option "xkb_model" "pc104"
[    16.098] (**) Option "xkb_layout" "us"
[    16.099] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    16.099] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    16.099] (II) Using input driver 'evdev' for 'Video Bus'
[    16.099] (**) Video Bus: always reports core events
[    16.099] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    16.099] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    16.099] (--) evdev: Video Bus: Found keys
[    16.099] (II) evdev: Video Bus: Configuring as keyboard
[    16.099] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/LNXVIDEO:01/input/input10/event6"
[    16.099] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    16.100] (**) Option "xkb_rules" "evdev"
[    16.100] (**) Option "xkb_model" "pc104"
[    16.100] (**) Option "xkb_layout" "us"
[    16.100] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    16.100] (II) No input driver specified, ignoring this device.
[    16.100] (II) This device may have been added with another device file.
[    16.101] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    16.101] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    16.101] (II) Using input driver 'evdev' for 'Sleep Button'
[    16.101] (**) Sleep Button: always reports core events
[    16.101] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    16.101] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    16.101] (--) evdev: Sleep Button: Found keys
[    16.101] (II) evdev: Sleep Button: Configuring as keyboard
[    16.101] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    16.101] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    16.101] (**) Option "xkb_rules" "evdev"
[    16.101] (**) Option "xkb_model" "pc104"
[    16.101] (**) Option "xkb_layout" "us"
[    16.102] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[    16.102] (II) No input driver specified, ignoring this device.
[    16.102] (II) This device may have been added with another device file.
[    16.103] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[    16.103] (II) No input driver specified, ignoring this device.
[    16.103] (II) This device may have been added with another device file.
[    16.103] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[    16.103] (II) No input driver specified, ignoring this device.
[    16.103] (II) This device may have been added with another device file.
[    16.104] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[    16.104] (II) No input driver specified, ignoring this device.
[    16.104] (II) This device may have been added with another device file.
[    16.105] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/event8)
[    16.105] (**) A4Tech PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
[    16.105] (II) Using input driver 'evdev' for 'A4Tech PS/2+USB Mouse'
[    16.105] (**) A4Tech PS/2+USB Mouse: always reports core events
[    16.105] (**) evdev: A4Tech PS/2+USB Mouse: Device: "/dev/input/event8"
[    16.105] (--) evdev: A4Tech PS/2+USB Mouse: Vendor 0x9da Product 0xa
[    16.105] (--) evdev: A4Tech PS/2+USB Mouse: Found 12 mouse buttons
[    16.105] (--) evdev: A4Tech PS/2+USB Mouse: Found scroll wheel(s)
[    16.105] (--) evdev: A4Tech PS/2+USB Mouse: Found relative axes
[    16.105] (--) evdev: A4Tech PS/2+USB Mouse: Found x and y relative axes
[    16.105] (II) evdev: A4Tech PS/2+USB Mouse: Configuring as mouse
[    16.105] (II) evdev: A4Tech PS/2+USB Mouse: Adding scrollwheel support
[    16.105] (**) evdev: A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
[    16.105] (**) evdev: A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.105] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/0003:09DA:000A.0001/input/input13/event8"
[    16.105] (II) XINPUT: Adding extended input device "A4Tech PS/2+USB Mouse" (type: MOUSE, id 10)
[    16.105] (II) evdev: A4Tech PS/2+USB Mouse: initialized for relative axes.
[    16.105] (**) A4Tech PS/2+USB Mouse: (accel) keeping acceleration scheme 1
[    16.105] (**) A4Tech PS/2+USB Mouse: (accel) acceleration profile 0
[    16.105] (**) A4Tech PS/2+USB Mouse: (accel) acceleration factor: 2.000
[    16.105] (**) A4Tech PS/2+USB Mouse: (accel) acceleration threshold: 4
[    16.106] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/mouse0)
[    16.106] (II) No input driver specified, ignoring this device.
[    16.106] (II) This device may have been added with another device file.
[    16.106] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[    16.107] (II) No input driver specified, ignoring this device.
[    16.107] (II) This device may have been added with another device file.
[    16.107] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event10)
[    16.107] (II) No input driver specified, ignoring this device.
[    16.107] (II) This device may have been added with another device file.
[    16.107] (II) config/udev: Adding input device USB 2.0 UVC 0.3M Webcam (/dev/input/event11)
[    16.107] (**) USB 2.0 UVC 0.3M Webcam: Applying InputClass "evdev keyboard catchall"
[    16.108] (II) Using input driver 'evdev' for 'USB 2.0 UVC 0.3M Webcam'
[    16.108] (**) USB 2.0 UVC 0.3M Webcam: always reports core events
[    16.108] (**) evdev: USB 2.0 UVC 0.3M Webcam: Device: "/dev/input/event11"
[    16.108] (--) evdev: USB 2.0 UVC 0.3M Webcam: Vendor 0x64e Product 0xa136
[    16.108] (--) evdev: USB 2.0 UVC 0.3M Webcam: Found keys
[    16.108] (II) evdev: USB 2.0 UVC 0.3M Webcam: Configuring as keyboard
[    16.108] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-5/4-5:1.0/input/input19/event11"
[    16.108] (II) XINPUT: Adding extended input device "USB 2.0 UVC 0.3M Webcam" (type: KEYBOARD, id 11)
[    16.108] (**) Option "xkb_rules" "evdev"
[    16.108] (**) Option "xkb_model" "pc104"
[    16.108] (**) Option "xkb_layout" "us"
[    16.109] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event4)
[    16.109] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
[    16.109] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
[    16.109] (**) Asus Laptop extra buttons: always reports core events
[    16.109] (**) evdev: Asus Laptop extra buttons: Device: "/dev/input/event4"
[    16.109] (--) evdev: Asus Laptop extra buttons: Vendor 0 Product 0
[    16.109] (--) evdev: Asus Laptop extra buttons: Found keys
[    16.109] (II) evdev: Asus Laptop extra buttons: Configuring as keyboard
[    16.109] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input8/event4"
[    16.109] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD, id 12)
[    16.109] (**) Option "xkb_rules" "evdev"
[    16.109] (**) Option "xkb_model" "pc104"
[    16.109] (**) Option "xkb_layout" "us"
[    16.110] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    16.110] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    16.110] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    16.110] (**) AT Translated Set 2 keyboard: always reports core events
[    16.110] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[    16.110] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    16.110] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    16.110] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    16.110] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    16.110] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    16.110] (**) Option "xkb_rules" "evdev"
[    16.110] (**) Option "xkb_model" "pc104"
[    16.110] (**) Option "xkb_layout" "us"
[    16.111] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event16)
[    16.111] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    16.111] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
[    16.111] (**) ETPS/2 Elantech Touchpad: always reports core events
[    16.111] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event16"
[    16.111] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    16.111] (--) evdev: ETPS/2 Elantech Touchpad: Found 3 mouse buttons
[    16.111] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
[    16.111] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
[    16.111] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
[    16.111] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
[    16.111] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
[    16.111] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
[    16.111] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.111] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input16/event16"
[    16.111] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[    16.111] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
[    16.112] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    16.112] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
[    16.112] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    16.112] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    16.112] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[    16.112] (II) No input driver specified, ignoring this device.
[    16.112] (II) This device may have been added with another device file.
[    16.113] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    16.113] (II) No input driver specified, ignoring this device.
[    16.113] (II) This device may have been added with another device file.
[    88.250] (II) AIGLX: Suspending AIGLX clients for VT switch
[    88.250] (II) NOUVEAU(G0): NVLeaveVT is called.
[    92.051] (II) AIGLX: Resuming AIGLX clients after VT switch
[    92.051] (II) intel(0): switch to mode 1366x768@60.0 on LVDS2 using pipe 1, position (0, 0), rotation normal, reflection none
[    92.073] (II) intel(0): EDID vendor "AUO", prod id 12524
[    92.073] (II) intel(0): Printing DDC gathered Modelines:
[    92.073] (II) intel(0): Modeline "1366x768"x0.0   70.00  1366 1414 1446 1469  768 771 777 794 -hsync -vsync (47.7 kHz eP)
[    92.090] (II) NOUVEAU(G0): NVEnterVT is called.

Offline

#7 2015-02-14 14:20:37

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,170

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

I somehow saw a warning that the 'aic94xx firmware' is missing, but I don't know how to reproduce this message and how it is involved with this topic (if at least).

That warning is probably from mkinitcpio when you update the kernel/initramfs .
Unless you got a SCSI hdd controller card using that module, it can be ignored.

Nothing really stands out in the logs, the only references to vga switcheroo have to do with audio.
The Xorg.0.log suggest X sees both cards and is able to use them.

Let's assume for now the lack of vga_switcheroo videocard related messages/ presence is NOT an error, what would be used to manage the videocards ?


Your laptop has an intel / nvidia combo.
For intel + nvidia proprietary driver , bumblebee is recommended solution and would need to be installed..
Intel + nouveau is dealt with by Prime , which doesn't appear to need anything except xf86-video-intel and xf86-video-nouveau for your system.


What is the output of xrandr --listproviders  ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#8 2015-02-15 14:16:33

Tomatopaste
Member
Registered: 2015-01-01
Posts: 22

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

My notebook came before the nVidia Optimus technology and is using a hardware multiplexer to my knowledge, so I'm not sure if 'bumblebee' or even 'prime' works. In Windows 7, a separate button is used to switch between both graphics cards (if the supplied driver is installed - doesn't work with nVidia's forceware drivers or how they're called today).

'xrandr' isn't available on my system since I just installed 'xorg-server'. I tried to install 'xorg-xrandr' using pacman but somehow my 'netctl' is not able to connect properly anymore. I didn't change the netctl configuration, it is the one which was created during the archlinux setup.
Output of 'netctl status wlp3s0-wireless'

● netctl@wlp3s0\x2dwireless.service - /etc/netctl/wlp3s0-wireless generated by archboot setup
   Loaded: loaded (/etc/systemd/system/netctl@wlp3s0\x2dwireless.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sun 2015-02-15 14:05:33 CET; 2min 41s ago
     Docs: man:netctl.profile(5)
  Process: 224 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
 Main PID: 224 (code=exited, status=1/FAILURE)
   CGroup: /system.slice/system-netctl.slice/netctl@wlp3s0\x2dwireless.service

Feb 15 14:05:27 MarcNB network[224]: Starting network profile 'wlp3s0-wireless'...
Feb 15 14:05:33 MarcNB network[224]: Failed to bring the network up for profile 'wlp3s0-wireless'
Feb 15 14:05:33 MarcNB systemd[1]: netctl@wlp3s0\x2dwireless.service: main process exited, code=exited, status=1/FAILURE
Feb 15 14:05:33 MarcNB systemd[1]: Failed to start /etc/netctl/wlp3s0-wireless generated by archboot setup.
Feb 15 14:05:33 MarcNB systemd[1]: Unit netctl@wlp3s0\x2dwireless.service entered failed state.
Feb 15 14:05:33 MarcNB systemd[1]: netctl@wlp3s0\x2dwireless.service failed.

This first occured after installing 'xorg-server', 'lxdm' and 'xfce4' from an internet repository, so netctl worked before. I have no idea if this is somehow related to this error. Even after disabling 'lxdm' as the display manager and booting in the standard command line mode, 'netctl' doesn't connect.

While booting with 'lxdm' and 'xfce', somehow a strange font is used and the english keyboard layout is active, although I chose 'de' layout in the archlinux setup. I think the reason is that I didn't install the whole 'xorg' package family since in the standard command line mode keyboard layout and fonts are fine.

I will try to check the ouput of 'xrandr' is if 'netctl' is able to connect again.

I hope you have any ideas smile

Thanks a lot so far,
Tomatopaste

Last edited by Tomatopaste (2015-02-15 14:26:10)

Offline

#9 2015-05-11 11:11:43

Tomatopaste
Member
Registered: 2015-01-01
Posts: 22

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

Hello again,

I finally found some time to continue this thread.

I reinstalled archlinux completely since I didn't find the error. Now i'm quite sure that I forgot to activate DHCP in the netctl profile, but this is not relevant anymore. I'll provide some fresh log files along with the output of xrandr.

dmesg

[    0.000000] CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.0.1-1-ARCH (builduser@tobias) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=250bb82b-ea06-40c8-a742-1a4edc39575f rw quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000097bff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000097c00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdd6ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bdd70000-0x00000000bdd81fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bdd82000-0x00000000bdddffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdde0000-0x00000000bddfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         UL50VT              /UL50VT    , BIOS 217     03/01/2010
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FC0000000 write-back
[    0.000000]   2 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   3 base 0BDE00000 mask FFFE00000 uncachable
[    0.000000]   4 base 0BE000000 mask FFE000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbdd70 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000091000] 91000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b1b000, 0x01b1bfff] PGTABLE
[    0.000000] BRK [0x01b1c000, 0x01b1cfff] PGTABLE
[    0.000000] BRK [0x01b1d000, 0x01b1dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[    0.000000]  [mem 0x13fe00000-0x13fffffff] page 2M
[    0.000000] BRK [0x01b1e000, 0x01b1efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x120000000-0x13fdfffff]
[    0.000000]  [mem 0x120000000-0x13fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbdd6ffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xbdbfffff] page 2M
[    0.000000]  [mem 0xbdc00000-0xbdd6ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x11fffffff]
[    0.000000]  [mem 0x100000000-0x11fffffff] page 2M
[    0.000000] RAMDISK: [mem 0x37674000-0x37b31fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F93C0 000024 (v02 030110)
[    0.000000] ACPI: XSDT 0x00000000BDD70100 000084 (v01 _ASUS_ Notebook 20100301 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000BDD70290 0000F4 (v03 030110 FACP1011 20100301 MSFT 00000097)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20150204/tbfadt-618)
[    0.000000] ACPI: DSDT 0x00000000BDD70680 00F2F7 (v01 UL50V  UL50V201 00000201 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BDD82000 000040
[    0.000000] ACPI: APIC 0x00000000BDD70390 00005C (v01 030110 APIC1011 20100301 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x00000000BDD70430 00003C (v01 030110 OEMMCFG  20100301 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x00000000BDD70470 000176 (v01 _ASUS_ Notebook 20100301 MSFT 00000097)
[    0.000000] ACPI: ECDT 0x00000000BDD70620 000054 (v01 030110 OEMECDT  20100301 MSFT 00000097)
[    0.000000] ACPI: DBGP 0x00000000BDD703F0 000034 (v01 030110 DBGP1011 20100301 MSFT 00000097)
[    0.000000] ACPI: BOOT 0x00000000BDD705F0 000028 (v01 030110 BOOT1011 20100301 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000BDD82040 000071 (v01 030110 OEMB1011 20100301 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BDD7F980 000038 (v01 030110 OEMHPET  20100301 MSFT 00000097)
[    0.000000] ACPI: GSCI 0x00000000BDD820C0 002024 (v01 030110 GMCHSCI  20100301 MSFT 00000097)
[    0.000000] ACPI: ATKG 0x00000000BDD945F0 008024 (v01 _ASUS_ OEMATKG  20100301 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x00000000BDD9D0C0 0004F0 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13fff9000-0x13fffcfff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000096fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bdd6ffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.000000] On node 0 totalpages: 1039622
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3990 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12086 pages used for memmap
[    0.000000]   DMA32 zone: 773488 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xbe000000-0xbfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00097000-0x00097fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00098000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdd70000-0xbdd81fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdd82000-0xbdddffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdde0000-0xbddfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbde00000-0xbdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 31 pages/cpu @ffff88013fc00000 s86168 r8192 d32616 u1048576
[    0.000000] pcpu-alloc: s86168 r8192 d32616 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1023355
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=250bb82b-ea06-40c8-a742-1a4edc39575f rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240 using standard form
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 4010040K/4158488K available (5601K kernel code, 835K rwdata, 1776K rodata, 1160K init, 1152K bss, 148448K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:8448 nr_irqs:440 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1339.054 MHz processor
[    0.003353] Calibrating delay loop (skipped), value calculated using timer frequency.. 2679.69 BogoMIPS (lpj=4463513)
[    0.003359] pid_max: default: 32768 minimum: 301
[    0.003371] ACPI: Core revision 20150204
[    0.027565] ACPI: All ACPI Tables successfully acquired
[    0.030049] Security Framework initialized
[    0.030060] Yama: becoming mindful.
[    0.030687] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.034924] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.036086] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.036103] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.036556] Initializing cgroup subsys blkio
[    0.036565] Initializing cgroup subsys memory
[    0.036582] Initializing cgroup subsys devices
[    0.036587] Initializing cgroup subsys freezer
[    0.036592] Initializing cgroup subsys net_cls
[    0.036634] CPU: Physical Processor ID: 0
[    0.036636] CPU: Processor Core ID: 0
[    0.036640] mce: CPU supports 6 MCE banks
[    0.036650] CPU0: Thermal monitoring handled by SMI
[    0.036682] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.036685] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.036854] Freeing SMP alternatives memory: 20K (ffffffff819f4000 - ffffffff819f9000)
[    0.038807] ftrace: allocating 21221 entries in 83 pages
[    0.050603] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.086666] smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
[    0.086666] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.086666] ... version:                2
[    0.086666] ... bit width:              40
[    0.086666] ... generic registers:      2
[    0.086666] ... value mask:             000000ffffffffff
[    0.086666] ... max period:             000000007fffffff
[    0.086666] ... fixed-purpose events:   3
[    0.086666] ... event mask:             0000000700000003
[    0.103452] x86: Booting SMP configuration:
[    0.103457] .... node  #0, CPUs:      #1
[    0.006666] CPU1 microcode updated early to revision 0xa0b, date = 2010-09-28
[    0.006666] CPU1: Thermal monitoring handled by SMI
[    0.120102] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.120125] x86: Booted up 1 node, 2 CPUs
[    0.120129] smpboot: Total of 2 processors activated (5358.39 BogoMIPS)
[    0.123482] devtmpfs: initialized
[    0.130128] PM: Registering ACPI NVS region [mem 0xbdd82000-0xbdddffff] (385024 bytes)
[    0.130252] pinctrl core: initialized pinctrl subsystem
[    0.130252] RTC time:  1:25:29, date: 05/11/15
[    0.130330] NET: Registered protocol family 16
[    0.146674] cpuidle: using governor ladder
[    0.163340] cpuidle: using governor menu
[    0.163391] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.163395] ACPI: bus type PCI registered
[    0.163399] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.163538] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.163543] PCI: not using MMCONFIG
[    0.163546] PCI: Using configuration type 1 for base access
[    0.176761] ACPI: Added _OSI(Module Device)
[    0.176765] ACPI: Added _OSI(Processor Device)
[    0.176768] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.176771] ACPI: Added _OSI(Processor Aggregator Device)
[    0.180984] ACPI : EC: EC description table is found, configuring boot EC
[    0.191086] ACPI: Executed 1 blocks of module-level executable AML code
[    0.194761] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.197737] ACPI: Dynamic OEM Table Load:
[    0.197751] ACPI: SSDT 0xFFFF88013A528A00 0001C4 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.198928] ACPI: Dynamic OEM Table Load:
[    0.198941] ACPI: SSDT 0xFFFF88013B017000 000765 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.200466] ACPI: Dynamic OEM Table Load:
[    0.200477] ACPI: SSDT 0xFFFF88013AB0DA00 0000CC (v01 PmRef  Cpu1Ist  00003000 INTL 20051117)
[    0.201516] ACPI: Dynamic OEM Table Load:
[    0.201526] ACPI: SSDT 0xFFFF88013A4E7900 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20051117)
[    0.202912] ACPI: Interpreter enabled
[    0.202927] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
[    0.202937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
[    0.202968] ACPI: (supports S0 S3 S4 S5)
[    0.202971] ACPI: Using IOAPIC for interrupt routing
[    0.203017] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.204376] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources
[    0.205162] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.219758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.219769] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.220332] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.220790] PCI host bridge to bus 0000:00
[    0.220797] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.220802] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.220806] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.220810] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.220814] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.220818] pci_bus 0000:00: root bus resource [mem 0xbde00000-0xffffffff window]
[    0.220835] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.220873] DMAR: Forcing write-buffer flush capability
[    0.220876] DMAR: Disabling IOMMU for graphics on this chipset
[    0.221032] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
[    0.221109] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.221186] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.221275] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.221297] pci 0000:00:02.0: reg 0x10: [mem 0xfcc00000-0xfcffffff 64bit]
[    0.221310] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.221320] pci 0000:00:02.0: reg 0x20: [io  0xcc00-0xcc07]
[    0.221549] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.221629] pci 0000:00:1a.0: reg 0x20: [io  0xc880-0xc89f]
[    0.221805] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.221905] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.221985] pci 0000:00:1a.1: reg 0x20: [io  0xc800-0xc81f]
[    0.222160] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.222257] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.222337] pci 0000:00:1a.2: reg 0x20: [io  0xc480-0xc49f]
[    0.222510] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.222621] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.222659] pci 0000:00:1a.7: reg 0x10: [mem 0xfcbfbc00-0xfcbfbfff]
[    0.222815] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.222965] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.223075] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.223109] pci 0000:00:1b.0: reg 0x10: [mem 0xfcbf4000-0xfcbf7fff 64bit]
[    0.223263] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.223354] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.223451] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.223598] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.223685] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.223784] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
[    0.223941] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.224028] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.224133] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[    0.224291] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.224378] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.224475] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.224555] pci 0000:00:1d.0: reg 0x20: [io  0xc400-0xc41f]
[    0.224732] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.224829] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.224909] pci 0000:00:1d.1: reg 0x20: [io  0xc080-0xc09f]
[    0.225083] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.225183] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.225263] pci 0000:00:1d.2: reg 0x20: [io  0xc000-0xc01f]
[    0.225436] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.225548] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.225584] pci 0000:00:1d.7: reg 0x10: [mem 0xfcbfb800-0xfcbfbbff]
[    0.225742] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.225888] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.225985] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.226146] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.226245] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.226567] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.226606] pci 0000:00:1f.2: reg 0x10: [io  0xbc00-0xbc07]
[    0.226623] pci 0000:00:1f.2: reg 0x14: [io  0xb880-0xb883]
[    0.226639] pci 0000:00:1f.2: reg 0x18: [io  0xb800-0xb807]
[    0.226655] pci 0000:00:1f.2: reg 0x1c: [io  0xb480-0xb483]
[    0.226677] pci 0000:00:1f.2: reg 0x20: [io  0xb400-0xb41f]
[    0.226694] pci 0000:00:1f.2: reg 0x24: [mem 0xfcbfb000-0xfcbfb7ff]
[    0.226795] pci 0000:00:1f.2: PME# supported from D3hot
[    0.227158] pci 0000:01:00.0: [10de:0a74] type 00 class 0x030000
[    0.227237] pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[    0.227313] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.227389] pci 0000:01:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit pref]
[    0.227433] pci 0000:01:00.0: reg 0x24: [io  0xdc00-0xdc7f]
[    0.227477] pci 0000:01:00.0: reg 0x30: [mem 0xfe980000-0xfe9fffff pref]
[    0.228075] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
[    0.228163] pci 0000:01:00.1: reg 0x10: [mem 0xfe97c000-0xfe97ffff]
[    0.233412] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.233419] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.233425] pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfe9fffff]
[    0.233432] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xfbffffff 64bit pref]
[    0.233548] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.233730] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
[    0.233774] pci 0000:03:00.0: reg 0x10: [mem 0xfeaf0000-0xfeafffff 64bit]
[    0.233979] pci 0000:03:00.0: supports D1
[    0.233983] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.234035] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.240025] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.240037] pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.240208] pci 0000:04:00.0: [1969:1063] type 00 class 0x020000
[    0.240251] pci 0000:04:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
[    0.240273] pci 0000:04:00.0: reg 0x18: [io  0xec00-0xec7f]
[    0.240459] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.241154] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.246694] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.246702] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.246710] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.246861] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[    0.246880] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.246885] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.246889] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.246893] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.246898] pci 0000:00:1e.0:   bridge window [mem 0xbde00000-0xffffffff window] (subtractive decode)
[    0.246970] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.248087] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
[    0.248190] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 12)
[    0.248287] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.248381] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 12)
[    0.248478] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
[    0.248573] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 12)
[    0.248671] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
[    0.248769] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
[    0.249068] ACPI: Enabled 6 GPEs in block 00 to 3F
[    0.249216] ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.249392] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.249392] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.249392] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.249392] vgaarb: loaded
[    0.249392] vgaarb: bridge control possible 0000:01:00.0
[    0.249392] vgaarb: no bridge control possible 0000:00:02.0
[    0.249392] PCI: Using ACPI for IRQ routing
[    0.262664] PCI: pci_cache_line_size set to 64 bytes
[    0.262758] e820: reserve RAM buffer [mem 0x00097c00-0x0009ffff]
[    0.262761] e820: reserve RAM buffer [mem 0xbdd70000-0xbfffffff]
[    0.262997] NetLabel: Initializing
[    0.263000] NetLabel:  domain hash size = 128
[    0.263002] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.263029] NetLabel:  unlabeled traffic allowed by default
[    0.263065] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.263073] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.263081] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.264361] Switched to clocksource hpet
[    0.275121] pnp: PnP ACPI init
[    0.275296] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[    0.275305] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.275433] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.275536] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.275667] pnp 00:03: Plug and Play ACPI device, IDs ETD0001 PNP0f0e PNP0f0b PNP0f03 PNP0f13 PNP0f12 (active)
[    0.276032] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.276038] system 00:04: [io  0x04c0-0x04cf] has been reserved
[    0.276043] system 00:04: [io  0x04d2-0x04ff] has been reserved
[    0.276048] system 00:04: [io  0x0800-0x087f] could not be reserved
[    0.276052] system 00:04: [io  0x0400-0x041f] has been reserved
[    0.276057] system 00:04: [io  0x0500-0x057f] has been reserved
[    0.276062] system 00:04: [mem 0xfcbfac00-0xfcbfacff window] has been reserved
[    0.276067] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.276072] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.276077] system 00:04: [mem 0xfed45000-0xfed89fff] has been reserved
[    0.276081] system 00:04: [mem 0xfed90000-0xfed90fff] has been reserved
[    0.276086] system 00:04: [mem 0xfed91000-0xfed91fff] has been reserved
[    0.276091] system 00:04: [mem 0xfed92000-0xfed92fff] has been reserved
[    0.276096] system 00:04: [mem 0xfed93000-0xfed93fff] has been reserved
[    0.276100] system 00:04: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.276105] system 00:04: [mem 0xfff00000-0xffffffff] has been reserved
[    0.276112] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.276309] system 00:05: [mem 0xffa00000-0xffbfffff] could not be reserved
[    0.276315] system 00:05: [mem 0xffe00000-0xffffffff] could not be reserved
[    0.276321] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.276457] system 00:06: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.276464] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.276607] system 00:07: [io  0x0250-0x0253] has been reserved
[    0.276613] system 00:07: [io  0x0256-0x025f] has been reserved
[    0.276618] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.276623] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.276628] system 00:07: [mem 0xfec18000-0xfec1ffff] has been reserved
[    0.276632] system 00:07: [mem 0xfec38000-0xfec3ffff] has been reserved
[    0.276638] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.276840] system 00:08: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.276846] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.277356] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.277362] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.277367] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.277372] system 00:09: [mem 0x00100000-0xbddfffff] could not be reserved
[    0.277378] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.277612] pnp: PnP ACPI: found 10 devices
[    0.286942] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.286950] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.286957] pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfe9fffff]
[    0.286964] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xfbffffff 64bit pref]
[    0.286971] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.286991] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.287001] pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.287016] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.287021] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.287031] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.287046] pci 0000:00:1e.0: PCI bridge to [bus 05]
[    0.287067] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.287071] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.287076] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.287080] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.287084] pci_bus 0000:00: resource 8 [mem 0xbde00000-0xffffffff window]
[    0.287088] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.287092] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe9fffff]
[    0.287097] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xfbffffff 64bit pref]
[    0.287101] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.287105] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.287109] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.287114] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
[    0.287118] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
[    0.287122] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.287126] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.287130] pci_bus 0000:05: resource 8 [mem 0xbde00000-0xffffffff window]
[    0.287181] NET: Registered protocol family 2
[    0.287523] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.287712] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.287958] TCP: Hash tables configured (established 32768 bind 32768)
[    0.288014] TCP: reno registered
[    0.288027] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.288076] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.288174] NET: Registered protocol family 1
[    0.288203] pci 0000:00:02.0: Video device with shadowed ROM
[    0.289875] PCI: CLS 32 bytes, default 64
[    0.289955] Unpacking initramfs...
[    0.447477] Freeing initrd memory: 4856K (ffff880037674000 - ffff880037b32000)
[    0.447500] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.447505] software IO TLB [mem 0xb9d70000-0xbdd70000] (64MB) mapped at [ffff8800b9d70000-ffff8800bdd6ffff]
[    0.447544] Simple Boot Flag at 0x51 set to 0x1
[    0.447815] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa0b
[    0.447827] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa0b
[    0.447956] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.448012] Scanning for low memory corruption every 60 seconds
[    0.448568] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.448599] Initialise system trusted keyring
[    0.449237] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.452954] zpool: loaded
[    0.452959] zbud: loaded
[    0.453233] VFS: Disk quotas dquot_6.5.2
[    0.453313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.453682] Key type big_key registered
[    0.454023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.454088] io scheduler noop registered
[    0.454094] io scheduler deadline registered
[    0.454165] io scheduler cfq registered (default)
[    0.455482] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.455488] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.455491] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
[    0.455498] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.455536] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.455544] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.455579] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    0.455583] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.455591] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    0.455625] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.455628] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.455636] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.455654] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.455715] pciehp 0000:00:01.0:pcie04: Slot #16 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep-
[    0.455759] pciehp 0000:00:01.0:pcie04: service driver pciehp loaded
[    0.455772] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.455802] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.455804] vesafb: scrolling: redraw
[    0.455808] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.455838] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
[    0.498440] Console: switching to colour frame buffer device 128x48
[    0.540828] fb0: VESA VGA frame buffer device
[    0.540869] intel_idle: does not run on family 6 model 23
[    0.540947] GHES: HEST is not enabled!
[    0.541074] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.541930] Linux agpgart interface v0.103
[    0.542018] rtc_cmos 00:01: RTC can wake from S4
[    0.542235] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.542277] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.542303] ledtrig-cpu: registered to indicate activity on CPUs
[    0.542738] TCP: cubic registered
[    0.542970] NET: Registered protocol family 10
[    0.543362] NET: Registered protocol family 17
[    0.543906] Loading compiled-in X.509 certificates
[    0.543929] registered taskstats version 1
[    0.544766]   Magic number: 15:296:407
[    0.544797] platform ACPI0003:00: hash matches
[    0.544802] platform PNP0800:00: hash matches
[    0.544815] acpi ACPI0003:00: hash matches
[    0.544844] acpi PNP0800:00: hash matches
[    0.544910] rtc_cmos 00:01: setting system clock to 2015-05-11 01:25:29 UTC (1431307529)
[    0.545010] PM: Hibernation image not present or could not be loaded.
[    0.545672] Freeing unused kernel memory: 1160K (ffffffff818d2000 - ffffffff819f4000)
[    0.545676] Write protecting the kernel read-only data: 8192k
[    0.546147] Freeing unused kernel memory: 532K (ffff88000157b000 - ffff880001600000)
[    0.546345] Freeing unused kernel memory: 272K (ffff8800017bc000 - ffff880001800000)
[    0.558446] random: systemd-tmpfile urandom read with 3 bits of entropy available
[    0.568443] [drm] Initialized drm 1.1.0 20060810
[    0.572265] wmi: Mapper loaded
[    0.573478] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.573486] ACPI: Sleep Button [SLPB]
[    0.573603] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.575882] ACPI: Lid Switch [LID]
[    0.576014] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.576020] ACPI: Power Button [PWRF]
[    0.585655] MXM: GUID detected in BIOS
[    0.585717] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20150204/exoparg2-420)
[    0.585728] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013b0ae2d0), AE_AML_PACKAGE_LIMIT (20150204/psparse-536)
[    0.585747] ACPI: \_SB_.PCI0.VGA_: failed to evaluate _DSM (0x300b)
[    0.585755] ACPI Warning: \_SB_.PCI0.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
[    0.585782] ACPI: \_SB_.PCI0.VGA_: failed to evaluate _DSM
[    0.585832] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20150204/exoparg2-420)
[    0.585841] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013b0ae2d0), AE_AML_PACKAGE_LIMIT (20150204/psparse-536)
[    0.585853] ACPI Error: Method parse/execution failed [\_SB_.PCI0.P0P1.VGA_._DSM] (Node ffff88013b0b2370), AE_AML_PACKAGE_LIMIT (20150204/psparse-536)
[    0.585867] ACPI: \_SB_.PCI0.P0P1.VGA_: failed to evaluate _DSM (0x300b)
[    0.585875] ACPI Warning: \_SB_.PCI0.P0P1.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
[    0.585909] ACPI: \_SB_.PCI0.P0P1.VGA_: failed to evaluate _DSM
[    0.585948] checking generic (d0000000 300000) vs hw (e0000000 10000000)
[    0.585951] checking generic (d0000000 300000) vs hw (fa000000 2000000)
[    0.586014] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
[    0.586730] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0a8a00a2
[    0.586736] nouveau  [  DEVICE][0000:01:00.0] Chipset: GT218 (NVA8)
[    0.586740] nouveau  [  DEVICE][0000:01:00.0] Family : NV50
[    0.606702] nouveau  [   VBIOS][0000:01:00.0] using image from ACPI
[    0.606932] nouveau  [   VBIOS][0000:01:00.0] BIT signature found
[    0.606938] nouveau  [   VBIOS][0000:01:00.0] version 70.18.1f.00.27
[    0.607663] nouveau  [ DEVINIT][0000:01:00.0] adaptor not initialised
[    0.607672] nouveau  [   VBIOS][0000:01:00.0] running init tables
[    0.722467] nouveau  [     PMC][0000:01:00.0] MSI interrupts enabled
[    0.722518] nouveau  [     PFB][0000:01:00.0] RAM type: DDR3
[    0.722522] nouveau  [     PFB][0000:01:00.0] RAM size: 512 MiB
[    0.722526] nouveau  [     PFB][0000:01:00.0]    ZCOMP: 960 tags
[    1.450030] tsc: Refined TSC clocksource calibration: 1338.999 MHz
[    1.706069] nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
[    1.706086] nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
[    1.706093] nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
[    1.726148] nouveau  [     CLK][0000:01:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz
[    1.726156] nouveau  [     CLK][0000:01:00.0] 07: core 405 MHz shader 810 MHz memory 405 MHz
[    1.726163] nouveau  [     CLK][0000:01:00.0] 0f: core 606 MHz shader 1468 MHz memory 790 MHz
[    1.726200] nouveau  [     CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 405 MHz
[    1.726452] [TTM] Zone  kernel: Available graphics memory: 2008440 kiB
[    1.726456] [TTM] Initializing pool allocator
[    1.726470] [TTM] Initializing DMA pool allocator
[    1.726492] nouveau  [     DRM] VRAM: 512 MiB
[    1.726496] nouveau  [     DRM] GART: 1048576 MiB
[    1.726502] nouveau  [     DRM] TMDS table version 2.0
[    1.726505] nouveau  [     DRM] DCB version 4.0
[    1.726510] nouveau  [     DRM] DCB outp 00: 01000323 00010034
[    1.726514] nouveau  [     DRM] DCB outp 01: 02014300 00000000
[    1.726518] nouveau  [     DRM] DCB outp 02: 02032312 00020010
[    1.726522] nouveau  [     DRM] DCB conn 00: 00000040
[    1.726526] nouveau  [     DRM] DCB conn 01: 00410146
[    1.726530] nouveau  [     DRM] DCB conn 02: 00001261
[    1.726533] nouveau  [     DRM] DCB conn 03: 00002330
[    1.726536] nouveau  [     DRM] DCB conn 04: 00000400
[    1.726540] nouveau  [     DRM] DCB conn 05: 00000660
[    1.726543] nouveau  [     DRM] DCB conn 06: 00000500
[    1.748065] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.748069] [drm] Driver supports precise vblank timestamp query.
[    1.771856] nouveau  [     DRM] MM: using COPY for buffer copies
[    1.873774] nouveau 0000:01:00.0: No connectors reported connected with modes
[    1.873780] [drm] Cannot find any crtc or sizes - going 1024x768
[    1.881582] nouveau  [     DRM] allocated 1024x768 fb: 0x70000, bo ffff88013a3ac000
[    1.881707] nouveau 0000:01:00.0: fb1: nouveaufb frame buffer device
[    1.881712] nouveau 0000:01:00.0: registered panic notifier
[    1.906713] [drm] Initialized nouveau 1.2.1 20120801 for 0000:01:00.0 on minor 0
[    1.944809] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.951394] i8042: Detected active multiplexing controller, rev 1.1
[    1.953960] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.954049] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.954238] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.954425] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.954613] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.966906] ACPI: bus type USB registered
[    1.966966] usbcore: registered new interface driver usbfs
[    1.966990] usbcore: registered new interface driver hub
[    1.967037] usbcore: registered new device driver usb
[    1.967819] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.968845] ehci-pci: EHCI PCI platform driver
[    1.969074] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.969088] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.969111] ehci-pci 0000:00:1a.7: debug port 1
[    1.973301] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[    1.973332] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfcbfbc00
[    1.973524] uhci_hcd: USB Universal Host Controller Interface driver
[    1.977453] SCSI subsystem initialized
[    1.983502] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.983980] hub 1-0:1.0: USB hub found
[    1.984115] hub 1-0:1.0: 6 ports detected
[    1.986971] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.986985] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.987007] ehci-pci 0000:00:1d.7: debug port 1
[    1.991549] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    1.991579] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfcbfb800
[    1.991651] libata version 3.00 loaded.
[    2.000033] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.000593] hub 2-0:1.0: USB hub found
[    2.000610] hub 2-0:1.0: 6 ports detected
[    2.002925] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.002938] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    2.002950] uhci_hcd 0000:00:1a.0: detected 2 ports
[    2.002995] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c880
[    2.003349] hub 3-0:1.0: USB hub found
[    2.003365] hub 3-0:1.0: 2 ports detected
[    2.004157] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.004172] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    2.004183] uhci_hcd 0000:00:1a.1: detected 2 ports
[    2.004226] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c800
[    2.004562] hub 4-0:1.0: USB hub found
[    2.004580] hub 4-0:1.0: 2 ports detected
[    2.005368] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    2.005380] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    2.005391] uhci_hcd 0000:00:1a.2: detected 2 ports
[    2.005432] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000c480
[    2.005761] hub 5-0:1.0: USB hub found
[    2.005777] hub 5-0:1.0: 2 ports detected
[    2.006552] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.006563] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    2.006574] uhci_hcd 0000:00:1d.0: detected 2 ports
[    2.006603] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c400
[    2.007120] hub 6-0:1.0: USB hub found
[    2.007137] hub 6-0:1.0: 2 ports detected
[    2.007922] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.007934] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    2.007945] uhci_hcd 0000:00:1d.1: detected 2 ports
[    2.007973] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c080
[    2.008517] hub 7-0:1.0: USB hub found
[    2.008533] hub 7-0:1.0: 2 ports detected
[    2.009320] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.009332] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    2.009343] uhci_hcd 0000:00:1d.2: detected 2 ports
[    2.009372] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c000
[    2.017987] hub 8-0:1.0: USB hub found
[    2.018008] hub 8-0:1.0: 2 ports detected
[    2.019616] ahci 0000:00:1f.2: version 3.0
[    2.024529] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    2.024573] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    2.024580] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    2.031092] scsi host0: ahci
[    2.031337] scsi host1: ahci
[    2.031555] scsi host2: ahci
[    2.031754] scsi host3: ahci
[    2.031881] ata1: SATA max UDMA/133 abar m2048@0xfcbfb000 port 0xfcbfb100 irq 29
[    2.031887] ata2: SATA max UDMA/133 abar m2048@0xfcbfb000 port 0xfcbfb180 irq 29
[    2.031890] ata3: DUMMY
[    2.031892] ata4: DUMMY
[    2.058448] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.306701] usb 2-5: new high-speed USB device number 2 using ehci-pci
[    2.350048] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.351009] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.401478] ata1.00: ATA-8: ST9500325AS, 0002SDM1, max UDMA/133
[    2.401484] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.403391] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.403703] ata1.00: configured for UDMA/133
[    2.403882] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      SDM1 PQ: 0 ANSI: 5
[    2.436698] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[    2.450088] Switched to clocksource tsc
[    2.723364] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.724907] ACPI Error: Attempt to CreateField of length zero (20150204/dsopcode-168)
[    2.724917] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0972a8), AE_AML_OPERAND_VALUE (20150204/psparse-536)
[    2.724931] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b097438), AE_AML_OPERAND_VALUE (20150204/psparse-536)
[    2.724944] ata2.00: _GTF evaluation failed (AE 0x3004)
[    2.724950] ata2.00: ATAPI: MATSHITADVD-RAM UJ892AS, 1.00, max UDMA/100
[    2.727103] ACPI Error: Attempt to CreateField of length zero (20150204/dsopcode-168)
[    2.727111] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0972a8), AE_AML_OPERAND_VALUE (20150204/psparse-536)
[    2.727123] ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b097438), AE_AML_OPERAND_VALUE (20150204/psparse-536)
[    2.727136] ata2.00: _GTF evaluation failed (AE 0x3004)
[    2.727143] ata2.00: configured for UDMA/100
[    2.730212] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ892AS  1.00 PQ: 0 ANSI: 5
[    2.750810] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.750910] sd 0:0:0:0: [sda] Write Protect is off
[    2.750916] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.750957] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.762222] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.762227] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.762502] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.822764] hidraw: raw HID events driver (C) Jiri Kosina
[    2.834818] usbcore: registered new interface driver usbhid
[    2.834822] usbhid: USB HID core driver
[    2.835918] input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/0003:09DA:000A.0001/input/input8
[    2.836006] a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1a.2-1/input0
[    2.842744]  sda: sda1 sda2 sda3
[    2.843355] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.518973] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.277034] random: nonblocking pool is initialized
[    4.525240] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[    4.586368] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[    4.586615] systemd[1]: Detected architecture 'x86-64'.
[    4.597057] systemd[1]: Set hostname to <myhostname>.
[    5.201464] systemd[1]: Unit type .busname is not supported on this system.
[    5.602886] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    5.603601] systemd[1]: Reached target Swap.
[    5.603621] systemd[1]: Starting Swap.
[    5.604020] systemd[1]: Created slice Root Slice.
[    5.604040] systemd[1]: Starting Root Slice.
[    5.604108] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.604128] systemd[1]: Starting Journal Socket (/dev/log).
[    5.604183] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.604203] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    5.604273] systemd[1]: Listening on Journal Socket.
[    5.604296] systemd[1]: Starting Journal Socket.
[    5.604346] systemd[1]: Listening on LVM2 metadata daemon socket.
[    5.604365] systemd[1]: Starting LVM2 metadata daemon socket.
[    5.604413] systemd[1]: Listening on udev Control Socket.
[    5.604430] systemd[1]: Starting udev Control Socket.
[    5.604487] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.604505] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    5.604641] systemd[1]: Created slice System Slice.
[    5.604664] systemd[1]: Starting System Slice.
[    5.616267] systemd[1]: Started Load Kernel Modules.
[    5.617094] systemd[1]: Mounting Configuration File System...
[    5.617146] systemd[1]: Mounted FUSE Control File System.
[    5.617919] systemd[1]: Mounting POSIX Message Queue File System...
[    5.728240] systemd[1]: Mounting Temporary Directory...
[    5.729094] systemd[1]: Starting Apply Kernel Variables...
[    5.729986] systemd[1]: Mounting Debug File System...
[    5.730239] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.730274] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    5.730304] systemd[1]: Reached target Encrypted Volumes.
[    5.730322] systemd[1]: Starting Encrypted Volumes.
[    5.730394] systemd[1]: Listening on udev Kernel Socket.
[    5.730420] systemd[1]: Starting udev Kernel Socket.
[    5.748216] systemd[1]: Started Set Up Additional Binary Formats.
[    5.748389] systemd[1]: Created slice User and Session Slice.
[    5.748409] systemd[1]: Starting User and Session Slice.
[    5.749218] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.749341] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.749373] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    6.008266] systemd[1]: Listening on Journal Audit Socket.
[    6.009184] systemd[1]: Starting Journal Service...
[    6.009230] systemd[1]: Reached target Slices.
[    6.009258] systemd[1]: Starting Slices.
[    6.009374] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.009394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    6.010242] systemd[1]: Mounting Huge Pages File System...
[    6.011099] systemd[1]: Starting Setup Virtual Console...
[    6.011323] systemd[1]: Created slice system-getty.slice.
[    6.011349] systemd[1]: Starting system-getty.slice.
[    6.012180] systemd[1]: Starting udev Coldplug all Devices...
[    6.012372] systemd[1]: Created slice system-netctl.slice.
[    6.012398] systemd[1]: Starting system-netctl.slice.
[    6.012478] systemd[1]: Listening on Delayed Shutdown Socket.
[    6.012503] systemd[1]: Starting Delayed Shutdown Socket.
[    6.012534] systemd[1]: Reached target Paths.
[    6.012551] systemd[1]: Starting Paths.
[    6.013478] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    6.013525] systemd[1]: Reached target Remote File Systems.
[    6.013556] systemd[1]: Starting Remote File Systems.
[    6.014751] systemd[1]: Mounted Debug File System.
[    6.014801] systemd[1]: Mounted Huge Pages File System.
[    6.014846] systemd[1]: Mounted Configuration File System.
[    6.014891] systemd[1]: Mounted POSIX Message Queue File System.
[    6.014927] systemd[1]: Mounted Temporary Directory.
[    6.015921] systemd[1]: Started Remount Root and Kernel File Systems.
[    6.160798] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    6.181658] systemd[1]: Started udev Coldplug all Devices.
[    6.185089] systemd[1]: Started Rebuild Dynamic Linker Cache.
[    6.185966] systemd[1]: Starting Load/Save Random Seed...
[    6.199288] systemd[1]: Started Rebuild Hardware Database.
[    6.199391] systemd[1]: Started First Boot Wizard.
[    6.199450] systemd[1]: Started Create System Users.
[    6.200453] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.209749] systemd[1]: Started Apply Kernel Variables.
[    6.384482] systemd[1]: Started Load/Save Random Seed.
[    6.521510] systemd-journald[134]: Failed to set file attributes: Inappropriate ioctl for device
[    6.827039] systemd[1]: Started Create Static Device Nodes in /dev.
[    6.828056] systemd[1]: Starting udev Kernel Device Manager...
[    6.828108] systemd[1]: Reached target Local File Systems (Pre).
[    6.828145] systemd[1]: Starting Local File Systems (Pre).
[    7.211852] systemd[1]: Started udev Kernel Device Manager.
[    7.348024] systemd[1]: Started Setup Virtual Console.
[    7.388548] Monitor-Mwait will be used to enter C-1 state
[    7.388569] Monitor-Mwait will be used to enter C-3 state
[    7.388585] tsc: Marking TSC unstable due to TSC halts in idle
[    7.388631] ACPI: acpi_idle registered with cpuidle
[    7.393380] Switched to clocksource hpet
[    7.523513] systemd[1]: Started Journal Service.
[    7.629641] ACPI: Battery Slot [BAT0] (battery absent)
[    7.648054] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    7.648094] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    7.649447] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    7.649642] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    7.723924] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.747582] systemd-journald[134]: Received request to flush runtime journal from PID 1
[    7.764875] ACPI: AC Adapter [AC0] (on-line)
[    7.913489] thermal LNXTHERM:00: registered as thermal_zone0
[    7.913496] ACPI: Thermal Zone [THRM] (52 C)
[    8.326089] mousedev: PS/2 mouse device common for all mice
[    8.328818] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082f conflicts with OpRegion 0x0000000000000800-0x000000000000084f (\PMIO) (20150204/utaddress-258)
[    8.328831] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.328838] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20150204/utaddress-258)
[    8.328845] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.328848] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20150204/utaddress-258)
[    8.328855] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.328858] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    8.353065] [drm] Memory usable by graphics device = 2048M
[    8.353077] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    8.353080] fb: switching to inteldrmfb from VESA VGA
[    8.353117] Console: switching to colour dummy device 80x25
[    8.353250] [drm] Replacing VGA console driver
[    8.373438] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.373443] [drm] Driver supports precise vblank timestamp query.
[    8.373627] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[    8.373634] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    8.429879] cfg80211: Calling CRDA to update world regulatory domain
[    8.448025] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    8.463036] input: PC Speaker as /devices/platform/pcspkr/input/input10
[    8.465005] fbcon: inteldrmfb (fb0) is primary device
[    8.540396] media: Linux media interface: v0.10
[    8.589455] asus_laptop: Asus Laptop Support version 0.42
[    8.589603] asus_laptop:   UL50VT model detected
[    8.590125] asus_laptop: Backlight controlled by ACPI video driver
[    8.590230] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input14
[    8.686645] Linux video capture interface: v2.00
[    8.745521] ath: phy0: Enable LNA combining
[    8.747041] ath: EEPROM regdomain: 0x60
[    8.747042] ath: EEPROM indicates we should expect a direct regpair map
[    8.747045] ath: Country alpha2 being used: 00
[    8.747046] ath: Regpair used: 0x60
[    8.996742] uvcvideo: Found UVC 1.00 device USB 2.0 UVC 0.3M Webcam (064e:a136)
[    9.060603] atl1c 0000:04:00.0: version 1.0.1.1-NAPI
[    9.075263] input: USB 2.0 UVC 0.3M Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input15
[    9.075389] usbcore: registered new interface driver uvcvideo
[    9.075391] USB Video Class driver (1.1.1)
[    9.171357] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.172008] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90010800000, irq=17
[    9.213933] iTCO_vendor_support: vendor-support=0
[    9.217055] Console: switching to colour frame buffer device 170x48
[    9.218405] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    9.218471] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
[    9.218655] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.222026] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    9.222059] acpi device:35: registered as cooling_device2
[    9.222236] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
[    9.222419] ACPI: Video Device [VGA1] (multi-head: yes  rom: yes  post: no)
[    9.240778] acpi device:38: registered as cooling_device3
[    9.241058] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/LNXVIDEO:01/input/input17
[    9.241403] [drm] Initialized i915 1.6.0 20150130 for 0000:00:02.0 on minor 1
[    9.241794] snd_hda_intel 0000:01:00.1: Disabling MSI
[    9.241814] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[    9.265137] atl1c 0000:04:00.0 enp4s0: renamed from eth0
[    9.359262] psmouse serio4: elantech: assuming hardware version 2 (with firmware version 0x040101)
[    9.393228] psmouse serio4: elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
[    9.530357] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input13
[    9.647349] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
[    9.847120] fuse init (API version 7.23)
[   10.014646] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[   10.015858] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[   10.016003] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[   10.016875] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[   10.827045] sound hdaudioC0D0: autoconfig for ALC269: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   10.827052] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.827056] sound hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   10.827060] sound hdaudioC0D0:    mono: mono_out=0x0
[   10.827063] sound hdaudioC0D0:    inputs:
[   10.827068] sound hdaudioC0D0:      Internal Mic=0x19
[   10.827072] sound hdaudioC0D0:      Mic=0x18
[   10.837307] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[   10.837453] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[   11.118640] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   12.089523] cfg80211: Calling CRDA to update world regulatory domain
[   12.244296] wlp3s0: authenticate with 9c:c7:a6:9d:11:85
[   12.263471] wlp3s0: send auth to 9c:c7:a6:9d:11:85 (try 1/3)
[   12.266302] wlp3s0: authenticated
[   12.266412] ath9k 0000:03:00.0 wlp3s0: disabling HT/VHT due to WEP/TKIP use
[   12.266743] wlp3s0: associate with 9c:c7:a6:9d:11:85 (try 1/3)
[   12.271135] wlp3s0: RX AssocResp from 9c:c7:a6:9d:11:85 (capab=0x431 status=0 aid=1)
[   12.271261] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   12.271322] wlp3s0: associated
[   12.271354] cfg80211: Calling CRDA to update world regulatory domain

journalctl -b

-- Logs begin at Mon 2015-05-11 00:39:54 CEST, end at Mon 2015-05-11 01:40:33 CEST. --
May 11 01:25:35 myhostname systemd-journal[134]: Runtime journal is using 8.0M (max allowed 196.1M, trying to leave 294.2M free of 1.9G available → current limit 196.1M).
May 11 01:25:35 myhostname systemd-journal[134]: Permanent journal is using 8.0M (max allowed 2.0G, trying to leave 3.0G free of 18.1G available → current limit 2.0G).
May 11 01:25:36 myhostname systemd-journal[134]: Time spent on flushing to /var is 273.482ms for 2 entries.
May 11 01:25:36 myhostname kernel: CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
May 11 01:25:36 myhostname kernel: Initializing cgroup subsys cpuset
May 11 01:25:36 myhostname kernel: Initializing cgroup subsys cpu
May 11 01:25:36 myhostname kernel: Initializing cgroup subsys cpuacct
May 11 01:25:36 myhostname kernel: Linux version 4.0.1-1-ARCH (builduser@tobias) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015
May 11 01:25:36 myhostname kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=250bb82b-ea06-40c8-a742-1a4edc39575f rw quiet
May 11 01:25:36 myhostname kernel: e820: BIOS-provided physical RAM map:
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000097bff] usable
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x0000000000097c00-0x000000000009ffff] reserved
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bdd6ffff] usable
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x00000000bdd70000-0x00000000bdd81fff] ACPI data
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x00000000bdd82000-0x00000000bdddffff] ACPI NVS
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x00000000bdde0000-0x00000000bddfffff] reserved
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
May 11 01:25:36 myhostname kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
May 11 01:25:36 myhostname kernel: NX (Execute Disable) protection: active
May 11 01:25:36 myhostname kernel: SMBIOS 2.5 present.
May 11 01:25:36 myhostname kernel: DMI: ASUSTeK Computer Inc.         UL50VT              /UL50VT    , BIOS 217     03/01/2010
May 11 01:25:36 myhostname kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 11 01:25:36 myhostname kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 11 01:25:36 myhostname kernel: AGP: No AGP bridge found
May 11 01:25:36 myhostname kernel: e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
May 11 01:25:36 myhostname kernel: MTRR default type: uncachable
May 11 01:25:36 myhostname kernel: MTRR fixed ranges enabled:
May 11 01:25:36 myhostname kernel:   00000-9FFFF write-back
May 11 01:25:36 myhostname kernel:   A0000-BFFFF uncachable
May 11 01:25:36 myhostname kernel:   C0000-CFFFF write-protect
May 11 01:25:36 myhostname kernel:   D0000-DFFFF uncachable
May 11 01:25:36 myhostname kernel:   E0000-EFFFF write-through
May 11 01:25:36 myhostname kernel:   F0000-FFFFF write-protect
May 11 01:25:36 myhostname kernel: MTRR variable ranges enabled:
May 11 01:25:36 myhostname kernel:   0 base 000000000 mask F00000000 write-back
May 11 01:25:36 myhostname kernel:   1 base 100000000 mask FC0000000 write-back
May 11 01:25:36 myhostname kernel:   2 base 0C0000000 mask FC0000000 uncachable
May 11 01:25:36 myhostname kernel:   3 base 0BDE00000 mask FFFE00000 uncachable
May 11 01:25:36 myhostname kernel:   4 base 0BE000000 mask FFE000000 uncachable
May 11 01:25:36 myhostname kernel:   5 disabled
May 11 01:25:36 myhostname kernel:   6 disabled
May 11 01:25:36 myhostname kernel:   7 disabled
May 11 01:25:36 myhostname kernel: PAT configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
May 11 01:25:36 myhostname kernel: e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
May 11 01:25:36 myhostname kernel: e820: last_pfn = 0xbdd70 max_arch_pfn = 0x400000000
May 11 01:25:36 myhostname kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
May 11 01:25:36 myhostname kernel: Scanning 1 areas for low memory corruption
May 11 01:25:36 myhostname kernel: Base memory trampoline at [ffff880000091000] 91000 size 24576
May 11 01:25:36 myhostname kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
May 11 01:25:36 myhostname kernel:  [mem 0x00000000-0x000fffff] page 4k
May 11 01:25:36 myhostname kernel: BRK [0x01b1b000, 0x01b1bfff] PGTABLE
May 11 01:25:36 myhostname kernel: BRK [0x01b1c000, 0x01b1cfff] PGTABLE
May 11 01:25:36 myhostname kernel: BRK [0x01b1d000, 0x01b1dfff] PGTABLE
May 11 01:25:36 myhostname kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
May 11 01:25:36 myhostname kernel:  [mem 0x13fe00000-0x13fffffff] page 2M
May 11 01:25:36 myhostname kernel: BRK [0x01b1e000, 0x01b1efff] PGTABLE
May 11 01:25:36 myhostname kernel: init_memory_mapping: [mem 0x120000000-0x13fdfffff]
May 11 01:25:36 myhostname kernel:  [mem 0x120000000-0x13fdfffff] page 2M
May 11 01:25:36 myhostname kernel: init_memory_mapping: [mem 0x00100000-0xbdd6ffff]
May 11 01:25:36 myhostname kernel:  [mem 0x00100000-0x001fffff] page 4k
May 11 01:25:36 myhostname kernel:  [mem 0x00200000-0xbdbfffff] page 2M
May 11 01:25:36 myhostname kernel:  [mem 0xbdc00000-0xbdd6ffff] page 4k
May 11 01:25:36 myhostname kernel: init_memory_mapping: [mem 0x100000000-0x11fffffff]
May 11 01:25:36 myhostname kernel:  [mem 0x100000000-0x11fffffff] page 2M
May 11 01:25:36 myhostname kernel: RAMDISK: [mem 0x37674000-0x37b31fff]
May 11 01:25:36 myhostname kernel: ACPI: Early table checksum verification disabled
May 11 01:25:36 myhostname kernel: ACPI: RSDP 0x00000000000F93C0 000024 (v02 030110)
May 11 01:25:36 myhostname kernel: ACPI: XSDT 0x00000000BDD70100 000084 (v01 _ASUS_ Notebook 20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: FACP 0x00000000BDD70290 0000F4 (v03 030110 FACP1011 20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20150204/tbfadt-618)
May 11 01:25:36 myhostname kernel: ACPI: DSDT 0x00000000BDD70680 00F2F7 (v01 UL50V  UL50V201 00000201 INTL 20051117)
May 11 01:25:36 myhostname kernel: ACPI: FACS 0x00000000BDD82000 000040
May 11 01:25:36 myhostname kernel: ACPI: APIC 0x00000000BDD70390 00005C (v01 030110 APIC1011 20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: MCFG 0x00000000BDD70430 00003C (v01 030110 OEMMCFG  20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: SLIC 0x00000000BDD70470 000176 (v01 _ASUS_ Notebook 20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: ECDT 0x00000000BDD70620 000054 (v01 030110 OEMECDT  20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: DBGP 0x00000000BDD703F0 000034 (v01 030110 DBGP1011 20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: BOOT 0x00000000BDD705F0 000028 (v01 030110 BOOT1011 20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: OEMB 0x00000000BDD82040 000071 (v01 030110 OEMB1011 20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: HPET 0x00000000BDD7F980 000038 (v01 030110 OEMHPET  20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: GSCI 0x00000000BDD820C0 002024 (v01 030110 GMCHSCI  20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: ATKG 0x00000000BDD945F0 008024 (v01 _ASUS_ OEMATKG  20100301 MSFT 00000097)
May 11 01:25:36 myhostname kernel: ACPI: SSDT 0x00000000BDD9D0C0 0004F0 (v01 PmRef  CpuPm    00003000 INTL 20051117)
May 11 01:25:36 myhostname kernel: ACPI: Local APIC address 0xfee00000
May 11 01:25:36 myhostname kernel: No NUMA configuration found
May 11 01:25:36 myhostname kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
May 11 01:25:36 myhostname kernel: NODE_DATA(0) allocated [mem 0x13fff9000-0x13fffcfff]
May 11 01:25:36 myhostname kernel:  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
May 11 01:25:36 myhostname kernel: Zone ranges:
May 11 01:25:36 myhostname kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 11 01:25:36 myhostname kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 11 01:25:36 myhostname kernel:   Normal   [mem 0x0000000100000000-0x000000013fffffff]
May 11 01:25:36 myhostname kernel: Movable zone start for each node
May 11 01:25:36 myhostname kernel: Early memory node ranges
May 11 01:25:36 myhostname kernel:   node   0: [mem 0x0000000000001000-0x0000000000096fff]
May 11 01:25:36 myhostname kernel:   node   0: [mem 0x0000000000100000-0x00000000bdd6ffff]
May 11 01:25:36 myhostname kernel:   node   0: [mem 0x0000000100000000-0x000000013fffffff]
May 11 01:25:36 myhostname kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
May 11 01:25:36 myhostname kernel: On node 0 totalpages: 1039622
May 11 01:25:36 myhostname kernel:   DMA zone: 64 pages used for memmap
May 11 01:25:36 myhostname kernel:   DMA zone: 21 pages reserved
May 11 01:25:36 myhostname kernel:   DMA zone: 3990 pages, LIFO batch:0
May 11 01:25:36 myhostname kernel:   DMA32 zone: 12086 pages used for memmap
May 11 01:25:36 myhostname kernel:   DMA32 zone: 773488 pages, LIFO batch:31
May 11 01:25:36 myhostname kernel:   Normal zone: 4096 pages used for memmap
May 11 01:25:36 myhostname kernel:   Normal zone: 262144 pages, LIFO batch:31
May 11 01:25:36 myhostname kernel: Reserving Intel graphics stolen memory at 0xbe000000-0xbfffffff
May 11 01:25:36 myhostname kernel: ACPI: PM-Timer IO Port: 0x808
May 11 01:25:36 myhostname kernel: ACPI: Local APIC address 0xfee00000
May 11 01:25:36 myhostname kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
May 11 01:25:36 myhostname kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
May 11 01:25:36 myhostname kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
May 11 01:25:36 myhostname kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
May 11 01:25:36 myhostname kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 11 01:25:36 myhostname kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 11 01:25:36 myhostname kernel: ACPI: IRQ0 used by override.
May 11 01:25:36 myhostname kernel: ACPI: IRQ9 used by override.
May 11 01:25:36 myhostname kernel: Using ACPI (MADT) for SMP configuration information
May 11 01:25:36 myhostname kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
May 11 01:25:36 myhostname kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0x00097000-0x00097fff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0x00098000-0x0009ffff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xbdd70000-0xbdd81fff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xbdd82000-0xbdddffff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xbdde0000-0xbddfffff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xbde00000-0xbdffffff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
May 11 01:25:36 myhostname kernel: PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
May 11 01:25:36 myhostname kernel: e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
May 11 01:25:36 myhostname kernel: Booting paravirtualized kernel on bare hardware
May 11 01:25:36 myhostname kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
May 11 01:25:36 myhostname kernel: PERCPU: Embedded 31 pages/cpu @ffff88013fc00000 s86168 r8192 d32616 u1048576
May 11 01:25:36 myhostname kernel: pcpu-alloc: s86168 r8192 d32616 u1048576 alloc=1*2097152
May 11 01:25:36 myhostname kernel: pcpu-alloc: [0] 0 1 
May 11 01:25:36 myhostname kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1023355
May 11 01:25:36 myhostname kernel: Policy zone: Normal
May 11 01:25:36 myhostname kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=250bb82b-ea06-40c8-a742-1a4edc39575f rw quiet
May 11 01:25:36 myhostname kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
May 11 01:25:36 myhostname kernel: xsave: enabled xstate_bv 0x3, cntxt size 0x240 using standard form
May 11 01:25:36 myhostname kernel: AGP: Checking aperture...
May 11 01:25:36 myhostname kernel: AGP: No AGP bridge found
May 11 01:25:36 myhostname kernel: Calgary: detecting Calgary via BIOS EBDA area
May 11 01:25:36 myhostname kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 11 01:25:36 myhostname kernel: Memory: 4010040K/4158488K available (5601K kernel code, 835K rwdata, 1776K rodata, 1160K init, 1152K bss, 148448K reserved, 0K cma-reserved)
May 11 01:25:36 myhostname kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
May 11 01:25:36 myhostname kernel: Preemptible hierarchical RCU implementation.
May 11 01:25:36 myhostname kernel:         RCU dyntick-idle grace-period acceleration is enabled.
May 11 01:25:36 myhostname kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
May 11 01:25:36 myhostname kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
May 11 01:25:36 myhostname kernel: NR_IRQS:8448 nr_irqs:440 16
May 11 01:25:36 myhostname kernel: Console: colour dummy device 80x25
May 11 01:25:36 myhostname kernel: console [tty0] enabled
May 11 01:25:36 myhostname kernel: hpet clockevent registered
May 11 01:25:36 myhostname kernel: tsc: Fast TSC calibration using PIT
May 11 01:25:36 myhostname kernel: tsc: Detected 1339.054 MHz processor
May 11 01:25:36 myhostname kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2679.69 BogoMIPS (lpj=4463513)
May 11 01:25:36 myhostname kernel: pid_max: default: 32768 minimum: 301
May 11 01:25:36 myhostname kernel: ACPI: Core revision 20150204
May 11 01:25:36 myhostname kernel: ACPI: All ACPI Tables successfully acquired
May 11 01:25:36 myhostname kernel: Security Framework initialized
May 11 01:25:36 myhostname kernel: Yama: becoming mindful.
May 11 01:25:36 myhostname kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 11 01:25:36 myhostname kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
May 11 01:25:36 myhostname kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
May 11 01:25:36 myhostname kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
May 11 01:25:36 myhostname kernel: Initializing cgroup subsys blkio
May 11 01:25:36 myhostname kernel: Initializing cgroup subsys memory
May 11 01:25:36 myhostname kernel: Initializing cgroup subsys devices
May 11 01:25:36 myhostname kernel: Initializing cgroup subsys freezer
May 11 01:25:36 myhostname kernel: Initializing cgroup subsys net_cls
May 11 01:25:36 myhostname kernel: CPU: Physical Processor ID: 0
May 11 01:25:36 myhostname kernel: CPU: Processor Core ID: 0
May 11 01:25:36 myhostname kernel: mce: CPU supports 6 MCE banks
May 11 01:25:36 myhostname kernel: CPU0: Thermal monitoring handled by SMI
May 11 01:25:36 myhostname kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
May 11 01:25:36 myhostname kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
May 11 01:25:36 myhostname kernel: Freeing SMP alternatives memory: 20K (ffffffff819f4000 - ffffffff819f9000)
May 11 01:25:36 myhostname kernel: ftrace: allocating 21221 entries in 83 pages
May 11 01:25:36 myhostname kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 11 01:25:36 myhostname kernel: smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
May 11 01:25:36 myhostname kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
May 11 01:25:36 myhostname kernel: ... version:                2
May 11 01:25:36 myhostname kernel: ... bit width:              40
May 11 01:25:36 myhostname kernel: ... generic registers:      2
May 11 01:25:36 myhostname kernel: ... value mask:             000000ffffffffff
May 11 01:25:36 myhostname kernel: ... max period:             000000007fffffff
May 11 01:25:36 myhostname kernel: ... fixed-purpose events:   3
May 11 01:25:36 myhostname kernel: ... event mask:             0000000700000003
May 11 01:25:36 myhostname kernel: x86: Booting SMP configuration:
May 11 01:25:36 myhostname kernel: .... node  #0, CPUs:      #1
May 11 01:25:36 myhostname kernel: CPU1 microcode updated early to revision 0xa0b, date = 2010-09-28
May 11 01:25:36 myhostname kernel: CPU1: Thermal monitoring handled by SMI
May 11 01:25:36 myhostname kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
May 11 01:25:36 myhostname kernel: x86: Booted up 1 node, 2 CPUs
May 11 01:25:36 myhostname kernel: smpboot: Total of 2 processors activated (5358.39 BogoMIPS)
May 11 01:25:36 myhostname kernel: devtmpfs: initialized
May 11 01:25:36 myhostname kernel: PM: Registering ACPI NVS region [mem 0xbdd82000-0xbdddffff] (385024 bytes)
May 11 01:25:36 myhostname kernel: pinctrl core: initialized pinctrl subsystem
May 11 01:25:36 myhostname kernel: RTC time:  1:25:29, date: 05/11/15
May 11 01:25:36 myhostname kernel: NET: Registered protocol family 16
May 11 01:25:36 myhostname kernel: cpuidle: using governor ladder
May 11 01:25:36 myhostname kernel: cpuidle: using governor menu
May 11 01:25:36 myhostname kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 11 01:25:36 myhostname kernel: ACPI: bus type PCI registered
May 11 01:25:36 myhostname kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 11 01:25:36 myhostname kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
May 11 01:25:36 myhostname kernel: PCI: not using MMCONFIG
May 11 01:25:36 myhostname kernel: PCI: Using configuration type 1 for base access
May 11 01:25:36 myhostname kernel: ACPI: Added _OSI(Module Device)
May 11 01:25:36 myhostname kernel: ACPI: Added _OSI(Processor Device)
May 11 01:25:36 myhostname kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 11 01:25:36 myhostname kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 11 01:25:36 myhostname kernel: ACPI : EC: EC description table is found, configuring boot EC
May 11 01:25:36 myhostname kernel: ACPI: Executed 1 blocks of module-level executable AML code
May 11 01:25:36 myhostname kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
May 11 01:25:36 myhostname kernel: ACPI: Dynamic OEM Table Load:
May 11 01:25:36 myhostname kernel: ACPI: SSDT 0xFFFF88013A528A00 0001C4 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
May 11 01:25:36 myhostname kernel: ACPI: Dynamic OEM Table Load:
May 11 01:25:36 myhostname kernel: ACPI: SSDT 0xFFFF88013B017000 000765 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
May 11 01:25:36 myhostname kernel: ACPI: Dynamic OEM Table Load:
May 11 01:25:36 myhostname kernel: ACPI: SSDT 0xFFFF88013AB0DA00 0000CC (v01 PmRef  Cpu1Ist  00003000 INTL 20051117)
May 11 01:25:36 myhostname kernel: ACPI: Dynamic OEM Table Load:
May 11 01:25:36 myhostname kernel: ACPI: SSDT 0xFFFF88013A4E7900 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20051117)
May 11 01:25:36 myhostname kernel: ACPI: Interpreter enabled
May 11 01:25:36 myhostname kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
May 11 01:25:36 myhostname kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
May 11 01:25:36 myhostname kernel: ACPI: (supports S0 S3 S4 S5)
May 11 01:25:36 myhostname kernel: ACPI: Using IOAPIC for interrupt routing
May 11 01:25:36 myhostname kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
May 11 01:25:36 myhostname kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources
May 11 01:25:36 myhostname kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 11 01:25:36 myhostname kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 11 01:25:36 myhostname kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
May 11 01:25:36 myhostname kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
May 11 01:25:36 myhostname kernel: PCI host bridge to bus 0000:00
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: root bus resource [mem 0xbde00000-0xffffffff window]
May 11 01:25:36 myhostname kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
May 11 01:25:36 myhostname kernel: DMAR: Forcing write-buffer flush capability
May 11 01:25:36 myhostname kernel: DMAR: Disabling IOMMU for graphics on this chipset
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
May 11 01:25:36 myhostname kernel: pci 0000:00:02.0: reg 0x10: [mem 0xfcc00000-0xfcffffff 64bit]
May 11 01:25:36 myhostname kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
May 11 01:25:36 myhostname kernel: pci 0000:00:02.0: reg 0x20: [io  0xcc00-0xcc07]
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.0: reg 0x20: [io  0xc880-0xc89f]
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.1: reg 0x20: [io  0xc800-0xc81f]
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.1: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.2: reg 0x20: [io  0xc480-0xc49f]
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.2: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xfcbfbc00-0xfcbfbfff]
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
May 11 01:25:36 myhostname kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfcbf4000-0xfcbf7fff 64bit]
May 11 01:25:36 myhostname kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.0: reg 0x20: [io  0xc400-0xc41f]
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.1: reg 0x20: [io  0xc080-0xc09f]
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.2: reg 0x20: [io  0xc000-0xc01f]
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfcbfb800-0xfcbfbbff]
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.2: reg 0x10: [io  0xbc00-0xbc07]
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.2: reg 0x14: [io  0xb880-0xb883]
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.2: reg 0x18: [io  0xb800-0xb807]
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xb480-0xb483]
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.2: reg 0x20: [io  0xb400-0xb41f]
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfcbfb000-0xfcbfb7ff]
May 11 01:25:36 myhostname kernel: pci 0000:00:1f.2: PME# supported from D3hot
May 11 01:25:36 myhostname kernel: pci 0000:01:00.0: [10de:0a74] type 00 class 0x030000
May 11 01:25:36 myhostname kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
May 11 01:25:36 myhostname kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
May 11 01:25:36 myhostname kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit pref]
May 11 01:25:36 myhostname kernel: pci 0000:01:00.0: reg 0x24: [io  0xdc00-0xdc7f]
May 11 01:25:36 myhostname kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfe980000-0xfe9fffff pref]
May 11 01:25:36 myhostname kernel: pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
May 11 01:25:36 myhostname kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfe97c000-0xfe97ffff]
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfe9fffff]
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xfbffffff 64bit pref]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 11 01:25:36 myhostname kernel: pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
May 11 01:25:36 myhostname kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfeaf0000-0xfeafffff 64bit]
May 11 01:25:36 myhostname kernel: pci 0000:03:00.0: supports D1
May 11 01:25:36 myhostname kernel: pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfeafffff]
May 11 01:25:36 myhostname kernel: pci 0000:04:00.0: [1969:1063] type 00 class 0x020000
May 11 01:25:36 myhostname kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
May 11 01:25:36 myhostname kernel: pci 0000:04:00.0: reg 0x18: [io  0xec00-0xec7f]
May 11 01:25:36 myhostname kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 11 01:25:36 myhostname kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0:   bridge window [mem 0xbde00000-0xffffffff window] (subtractive decode)
May 11 01:25:36 myhostname kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
May 11 01:25:36 myhostname kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
May 11 01:25:36 myhostname kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 12)
May 11 01:25:36 myhostname kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
May 11 01:25:36 myhostname kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 12)
May 11 01:25:36 myhostname kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
May 11 01:25:36 myhostname kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 12)
May 11 01:25:36 myhostname kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
May 11 01:25:36 myhostname kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
May 11 01:25:36 myhostname kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
May 11 01:25:36 myhostname kernel: ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
May 11 01:25:36 myhostname kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
May 11 01:25:36 myhostname kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
May 11 01:25:36 myhostname kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
May 11 01:25:36 myhostname kernel: vgaarb: loaded
May 11 01:25:36 myhostname kernel: vgaarb: bridge control possible 0000:01:00.0
May 11 01:25:36 myhostname kernel: vgaarb: no bridge control possible 0000:00:02.0
May 11 01:25:36 myhostname kernel: PCI: Using ACPI for IRQ routing
May 11 01:25:36 myhostname kernel: PCI: pci_cache_line_size set to 64 bytes
May 11 01:25:36 myhostname kernel: e820: reserve RAM buffer [mem 0x00097c00-0x0009ffff]
May 11 01:25:36 myhostname kernel: e820: reserve RAM buffer [mem 0xbdd70000-0xbfffffff]
May 11 01:25:36 myhostname kernel: NetLabel: Initializing
May 11 01:25:36 myhostname kernel: NetLabel:  domain hash size = 128
May 11 01:25:36 myhostname kernel: NetLabel:  protocols = UNLABELED CIPSOv4
May 11 01:25:36 myhostname kernel: NetLabel:  unlabeled traffic allowed by default
May 11 01:25:36 myhostname kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
May 11 01:25:36 myhostname kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
May 11 01:25:36 myhostname kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
May 11 01:25:36 myhostname kernel: Switched to clocksource hpet
May 11 01:25:36 myhostname kernel: pnp: PnP ACPI init
May 11 01:25:36 myhostname kernel: system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 11 01:25:36 myhostname kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
May 11 01:25:36 myhostname kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
May 11 01:25:36 myhostname kernel: pnp 00:03: Plug and Play ACPI device, IDs ETD0001 PNP0f0e PNP0f0b PNP0f03 PNP0f13 PNP0f12 (active)
May 11 01:25:36 myhostname kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [io  0x04c0-0x04cf] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [io  0x04d2-0x04ff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [io  0x0800-0x087f] could not be reserved
May 11 01:25:36 myhostname kernel: system 00:04: [io  0x0400-0x041f] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [io  0x0500-0x057f] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfcbfac00-0xfcbfacff window] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfed45000-0xfed89fff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfed90000-0xfed90fff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfed91000-0xfed91fff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfed92000-0xfed92fff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfed93000-0xfed93fff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xffb00000-0xffbfffff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: [mem 0xfff00000-0xffffffff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
May 11 01:25:36 myhostname kernel: system 00:05: [mem 0xffa00000-0xffbfffff] could not be reserved
May 11 01:25:36 myhostname kernel: system 00:05: [mem 0xffe00000-0xffffffff] could not be reserved
May 11 01:25:36 myhostname kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
May 11 01:25:36 myhostname kernel: system 00:06: [mem 0xffc00000-0xffdfffff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
May 11 01:25:36 myhostname kernel: system 00:07: [io  0x0250-0x0253] has been reserved
May 11 01:25:36 myhostname kernel: system 00:07: [io  0x0256-0x025f] has been reserved
May 11 01:25:36 myhostname kernel: system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
May 11 01:25:36 myhostname kernel: system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:07: [mem 0xfec18000-0xfec1ffff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:07: [mem 0xfec38000-0xfec3ffff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
May 11 01:25:36 myhostname kernel: system 00:08: [mem 0xc0000000-0xcfffffff] has been reserved
May 11 01:25:36 myhostname kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
May 11 01:25:36 myhostname kernel: system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
May 11 01:25:36 myhostname kernel: system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
May 11 01:25:36 myhostname kernel: system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
May 11 01:25:36 myhostname kernel: system 00:09: [mem 0x00100000-0xbddfffff] could not be reserved
May 11 01:25:36 myhostname kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
May 11 01:25:36 myhostname kernel: pnp: PnP ACPI: found 10 devices
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfe9fffff]
May 11 01:25:36 myhostname kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xfbffffff 64bit pref]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfeafffff]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
May 11 01:25:36 myhostname kernel: pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
May 11 01:25:36 myhostname kernel: pci 0000:00:1e.0: PCI bridge to [bus 05]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:00: resource 8 [mem 0xbde00000-0xffffffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
May 11 01:25:36 myhostname kernel: pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe9fffff]
May 11 01:25:36 myhostname kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xfbffffff 64bit pref]
May 11 01:25:36 myhostname kernel: pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
May 11 01:25:36 myhostname kernel: pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
May 11 01:25:36 myhostname kernel: pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
May 11 01:25:36 myhostname kernel: pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff window]
May 11 01:25:36 myhostname kernel: pci_bus 0000:05: resource 8 [mem 0xbde00000-0xffffffff window]
May 11 01:25:36 myhostname kernel: NET: Registered protocol family 2
May 11 01:25:36 myhostname kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
May 11 01:25:36 myhostname kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
May 11 01:25:36 myhostname kernel: TCP: Hash tables configured (established 32768 bind 32768)
May 11 01:25:36 myhostname kernel: TCP: reno registered
May 11 01:25:36 myhostname kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
May 11 01:25:36 myhostname kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
May 11 01:25:36 myhostname kernel: NET: Registered protocol family 1
May 11 01:25:36 myhostname kernel: pci 0000:00:02.0: Video device with shadowed ROM
May 11 01:25:36 myhostname kernel: PCI: CLS 32 bytes, default 64
May 11 01:25:36 myhostname kernel: Unpacking initramfs...
May 11 01:25:36 myhostname kernel: Freeing initrd memory: 4856K (ffff880037674000 - ffff880037b32000)
May 11 01:25:36 myhostname kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 11 01:25:36 myhostname kernel: software IO TLB [mem 0xb9d70000-0xbdd70000] (64MB) mapped at [ffff8800b9d70000-ffff8800bdd6ffff]
May 11 01:25:36 myhostname kernel: Simple Boot Flag at 0x51 set to 0x1
May 11 01:25:36 myhostname kernel: microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa0b
May 11 01:25:36 myhostname kernel: microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa0b
May 11 01:25:36 myhostname kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
May 11 01:25:36 myhostname kernel: Scanning for low memory corruption every 60 seconds
May 11 01:25:36 myhostname kernel: futex hash table entries: 512 (order: 3, 32768 bytes)
May 11 01:25:36 myhostname kernel: Initialise system trusted keyring
May 11 01:25:36 myhostname kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
May 11 01:25:36 myhostname kernel: zpool: loaded
May 11 01:25:36 myhostname kernel: zbud: loaded
May 11 01:25:36 myhostname kernel: VFS: Disk quotas dquot_6.5.2
May 11 01:25:36 myhostname kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 11 01:25:36 myhostname kernel: Key type big_key registered
May 11 01:25:36 myhostname kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
May 11 01:25:36 myhostname kernel: io scheduler noop registered
May 11 01:25:36 myhostname kernel: io scheduler deadline registered
May 11 01:25:36 myhostname kernel: io scheduler cfq registered (default)
May 11 01:25:36 myhostname kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
May 11 01:25:36 myhostname kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
May 11 01:25:36 myhostname kernel: pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
May 11 01:25:36 myhostname kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
May 11 01:25:36 myhostname kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
May 11 01:25:36 myhostname kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
May 11 01:25:36 myhostname kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
May 11 01:25:36 myhostname kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
May 11 01:25:36 myhostname kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
May 11 01:25:36 myhostname kernel: pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
May 11 01:25:36 myhostname kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
May 11 01:25:36 myhostname kernel: pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
May 11 01:25:36 myhostname kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
May 11 01:25:36 myhostname kernel: pciehp 0000:00:01.0:pcie04: Slot #16 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep-
May 11 01:25:36 myhostname kernel: pciehp 0000:00:01.0:pcie04: service driver pciehp loaded
May 11 01:25:36 myhostname kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
May 11 01:25:36 myhostname kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
May 11 01:25:36 myhostname kernel: vesafb: scrolling: redraw
May 11 01:25:36 myhostname kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 11 01:25:36 myhostname kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
May 11 01:25:36 myhostname kernel: Console: switching to colour frame buffer device 128x48
May 11 01:25:36 myhostname kernel: fb0: VESA VGA frame buffer device
May 11 01:25:36 myhostname kernel: intel_idle: does not run on family 6 model 23
May 11 01:25:36 myhostname kernel: GHES: HEST is not enabled!
May 11 01:25:36 myhostname kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
May 11 01:25:36 myhostname kernel: Linux agpgart interface v0.103
May 11 01:25:36 myhostname kernel: rtc_cmos 00:01: RTC can wake from S4
May 11 01:25:36 myhostname kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
May 11 01:25:36 myhostname kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
May 11 01:25:36 myhostname kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 11 01:25:36 myhostname kernel: TCP: cubic registered
May 11 01:25:36 myhostname kernel: NET: Registered protocol family 10
May 11 01:25:36 myhostname kernel: NET: Registered protocol family 17
May 11 01:25:36 myhostname kernel: Loading compiled-in X.509 certificates
May 11 01:25:36 myhostname kernel: registered taskstats version 1
May 11 01:25:36 myhostname kernel:   Magic number: 15:296:407
May 11 01:25:36 myhostname kernel: platform ACPI0003:00: hash matches
May 11 01:25:36 myhostname kernel: platform PNP0800:00: hash matches
May 11 01:25:36 myhostname kernel: acpi ACPI0003:00: hash matches
May 11 01:25:36 myhostname kernel: acpi PNP0800:00: hash matches
May 11 01:25:36 myhostname kernel: rtc_cmos 00:01: setting system clock to 2015-05-11 01:25:29 UTC (1431307529)
May 11 01:25:36 myhostname kernel: PM: Hibernation image not present or could not be loaded.
May 11 01:25:36 myhostname kernel: Freeing unused kernel memory: 1160K (ffffffff818d2000 - ffffffff819f4000)
May 11 01:25:36 myhostname kernel: Write protecting the kernel read-only data: 8192k
May 11 01:25:36 myhostname kernel: Freeing unused kernel memory: 532K (ffff88000157b000 - ffff880001600000)
May 11 01:25:36 myhostname kernel: Freeing unused kernel memory: 272K (ffff8800017bc000 - ffff880001800000)
May 11 01:25:36 myhostname kernel: random: systemd-tmpfile urandom read with 3 bits of entropy available
May 11 01:25:36 myhostname kernel: [drm] Initialized drm 1.1.0 20060810
May 11 01:25:36 myhostname kernel: wmi: Mapper loaded
May 11 01:25:36 myhostname kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
May 11 01:25:36 myhostname kernel: ACPI: Sleep Button [SLPB]
May 11 01:25:36 myhostname kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
May 11 01:25:36 myhostname kernel: ACPI: Lid Switch [LID]
May 11 01:25:36 myhostname kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 11 01:25:36 myhostname kernel: ACPI: Power Button [PWRF]
May 11 01:25:36 myhostname kernel: MXM: GUID detected in BIOS
May 11 01:25:36 myhostname kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20150204/exoparg2-420)
May 11 01:25:36 myhostname kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013b0ae2d0), AE_AML_PACKAGE_LIMIT (20150204/psparse-536)
May 11 01:25:36 myhostname kernel: ACPI: \_SB_.PCI0.VGA_: failed to evaluate _DSM (0x300b)
May 11 01:25:36 myhostname kernel: ACPI Warning: \_SB_.PCI0.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
May 11 01:25:36 myhostname kernel: ACPI: \_SB_.PCI0.VGA_: failed to evaluate _DSM
May 11 01:25:36 myhostname kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20150204/exoparg2-420)
May 11 01:25:36 myhostname kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013b0ae2d0), AE_AML_PACKAGE_LIMIT (20150204/psparse-536)
May 11 01:25:36 myhostname kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.P0P1.VGA_._DSM] (Node ffff88013b0b2370), AE_AML_PACKAGE_LIMIT (20150204/psparse-536)
May 11 01:25:36 myhostname kernel: ACPI: \_SB_.PCI0.P0P1.VGA_: failed to evaluate _DSM (0x300b)
May 11 01:25:36 myhostname kernel: ACPI Warning: \_SB_.PCI0.P0P1.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
May 11 01:25:36 myhostname kernel: ACPI: \_SB_.PCI0.P0P1.VGA_: failed to evaluate _DSM
May 11 01:25:36 myhostname kernel: checking generic (d0000000 300000) vs hw (e0000000 10000000)
May 11 01:25:36 myhostname kernel: checking generic (d0000000 300000) vs hw (fa000000 2000000)
May 11 01:25:36 myhostname kernel: nouveau 0000:01:00.0: enabling device (0004 -> 0007)
May 11 01:25:36 myhostname kernel: nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0a8a00a2
May 11 01:25:36 myhostname kernel: nouveau  [  DEVICE][0000:01:00.0] Chipset: GT218 (NVA8)
May 11 01:25:36 myhostname kernel: nouveau  [  DEVICE][0000:01:00.0] Family : NV50
May 11 01:25:36 myhostname kernel: nouveau  [   VBIOS][0000:01:00.0] using image from ACPI
May 11 01:25:36 myhostname kernel: nouveau  [   VBIOS][0000:01:00.0] BIT signature found
May 11 01:25:36 myhostname kernel: nouveau  [   VBIOS][0000:01:00.0] version 70.18.1f.00.27
May 11 01:25:36 myhostname kernel: nouveau  [ DEVINIT][0000:01:00.0] adaptor not initialised
May 11 01:25:36 myhostname kernel: nouveau  [   VBIOS][0000:01:00.0] running init tables
May 11 01:25:36 myhostname kernel: nouveau  [     PMC][0000:01:00.0] MSI interrupts enabled
May 11 01:25:36 myhostname kernel: nouveau  [     PFB][0000:01:00.0] RAM type: DDR3
May 11 01:25:36 myhostname kernel: nouveau  [     PFB][0000:01:00.0] RAM size: 512 MiB
May 11 01:25:36 myhostname kernel: nouveau  [     PFB][0000:01:00.0]    ZCOMP: 960 tags
May 11 01:25:36 myhostname kernel: tsc: Refined TSC clocksource calibration: 1338.999 MHz
May 11 01:25:36 myhostname kernel: nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
May 11 01:25:36 myhostname kernel: nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
May 11 01:25:36 myhostname kernel: nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
May 11 01:25:36 myhostname kernel: nouveau  [     CLK][0000:01:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz
May 11 01:25:36 myhostname kernel: nouveau  [     CLK][0000:01:00.0] 07: core 405 MHz shader 810 MHz memory 405 MHz
May 11 01:25:36 myhostname kernel: nouveau  [     CLK][0000:01:00.0] 0f: core 606 MHz shader 1468 MHz memory 790 MHz
May 11 01:25:36 myhostname kernel: nouveau  [     CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 405 MHz
May 11 01:25:36 myhostname kernel: [TTM] Zone  kernel: Available graphics memory: 2008440 kiB
May 11 01:25:36 myhostname kernel: [TTM] Initializing pool allocator
May 11 01:25:36 myhostname kernel: [TTM] Initializing DMA pool allocator
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] VRAM: 512 MiB
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] GART: 1048576 MiB
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] TMDS table version 2.0
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB version 4.0
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB outp 00: 01000323 00010034
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB outp 01: 02014300 00000000
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB outp 02: 02032312 00020010
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB conn 00: 00000040
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB conn 01: 00410146
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB conn 02: 00001261
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB conn 03: 00002330
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB conn 04: 00000400
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB conn 05: 00000660
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] DCB conn 06: 00000500
May 11 01:25:36 myhostname kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 11 01:25:36 myhostname kernel: [drm] Driver supports precise vblank timestamp query.
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] MM: using COPY for buffer copies
May 11 01:25:36 myhostname kernel: nouveau 0000:01:00.0: No connectors reported connected with modes
May 11 01:25:36 myhostname kernel: [drm] Cannot find any crtc or sizes - going 1024x768
May 11 01:25:36 myhostname kernel: nouveau  [     DRM] allocated 1024x768 fb: 0x70000, bo ffff88013a3ac000
May 11 01:25:36 myhostname kernel: nouveau 0000:01:00.0: fb1: nouveaufb frame buffer device
May 11 01:25:36 myhostname kernel: nouveau 0000:01:00.0: registered panic notifier
May 11 01:25:36 myhostname kernel: [drm] Initialized nouveau 1.2.1 20120801 for 0000:01:00.0 on minor 0
May 11 01:25:36 myhostname kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 11 01:25:36 myhostname kernel: i8042: Detected active multiplexing controller, rev 1.1
May 11 01:25:36 myhostname kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 11 01:25:36 myhostname kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
May 11 01:25:36 myhostname kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
May 11 01:25:36 myhostname kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
May 11 01:25:36 myhostname kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
May 11 01:25:36 myhostname kernel: ACPI: bus type USB registered
May 11 01:25:36 myhostname kernel: usbcore: registered new interface driver usbfs
May 11 01:25:36 myhostname kernel: usbcore: registered new interface driver hub
May 11 01:25:36 myhostname kernel: usbcore: registered new device driver usb
May 11 01:25:36 myhostname kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 11 01:25:36 myhostname kernel: ehci-pci: EHCI PCI platform driver
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1a.7: debug port 1
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1a.7: irq 18, io mem 0xfcbfbc00
May 11 01:25:36 myhostname kernel: uhci_hcd: USB Universal Host Controller Interface driver
May 11 01:25:36 myhostname kernel: SCSI subsystem initialized
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
May 11 01:25:36 myhostname kernel: hub 1-0:1.0: USB hub found
May 11 01:25:36 myhostname kernel: hub 1-0:1.0: 6 ports detected
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1d.7: debug port 1
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xfcbfb800
May 11 01:25:36 myhostname kernel: libata version 3.00 loaded.
May 11 01:25:36 myhostname kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
May 11 01:25:36 myhostname kernel: hub 2-0:1.0: USB hub found
May 11 01:25:36 myhostname kernel: hub 2-0:1.0: 6 ports detected
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c880
May 11 01:25:36 myhostname kernel: hub 3-0:1.0: USB hub found
May 11 01:25:36 myhostname kernel: hub 3-0:1.0: 2 ports detected
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.1: detected 2 ports
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c800
May 11 01:25:36 myhostname kernel: hub 4-0:1.0: USB hub found
May 11 01:25:36 myhostname kernel: hub 4-0:1.0: 2 ports detected
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.2: detected 2 ports
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000c480
May 11 01:25:36 myhostname kernel: hub 5-0:1.0: USB hub found
May 11 01:25:36 myhostname kernel: hub 5-0:1.0: 2 ports detected
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c400
May 11 01:25:36 myhostname kernel: hub 6-0:1.0: USB hub found
May 11 01:25:36 myhostname kernel: hub 6-0:1.0: 2 ports detected
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c080
May 11 01:25:36 myhostname kernel: hub 7-0:1.0: USB hub found
May 11 01:25:36 myhostname kernel: hub 7-0:1.0: 2 ports detected
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
May 11 01:25:36 myhostname kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c000
May 11 01:25:36 myhostname kernel: hub 8-0:1.0: USB hub found
May 11 01:25:36 myhostname kernel: hub 8-0:1.0: 2 ports detected
May 11 01:25:36 myhostname kernel: ahci 0000:00:1f.2: version 3.0
May 11 01:25:36 myhostname kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
May 11 01:25:36 myhostname kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
May 11 01:25:36 myhostname kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
May 11 01:25:36 myhostname kernel: scsi host0: ahci
May 11 01:25:36 myhostname kernel: scsi host1: ahci
May 11 01:25:36 myhostname kernel: scsi host2: ahci
May 11 01:25:36 myhostname kernel: scsi host3: ahci
May 11 01:25:36 myhostname kernel: ata1: SATA max UDMA/133 abar m2048@0xfcbfb000 port 0xfcbfb100 irq 29
May 11 01:25:36 myhostname kernel: ata2: SATA max UDMA/133 abar m2048@0xfcbfb000 port 0xfcbfb180 irq 29
May 11 01:25:36 myhostname kernel: ata3: DUMMY
May 11 01:25:36 myhostname kernel: ata4: DUMMY
May 11 01:25:36 myhostname kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 11 01:25:36 myhostname kernel: usb 2-5: new high-speed USB device number 2 using ehci-pci
May 11 01:25:36 myhostname kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 11 01:25:36 myhostname kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
May 11 01:25:36 myhostname kernel: ata1.00: ATA-8: ST9500325AS, 0002SDM1, max UDMA/133
May 11 01:25:36 myhostname kernel: ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
May 11 01:25:36 myhostname kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
May 11 01:25:36 myhostname kernel: ata1.00: configured for UDMA/133
May 11 01:25:36 myhostname kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      SDM1 PQ: 0 ANSI: 5
May 11 01:25:36 myhostname kernel: usb 5-1: new low-speed USB device number 2 using uhci_hcd
May 11 01:25:36 myhostname kernel: Switched to clocksource tsc
May 11 01:25:36 myhostname kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 11 01:25:36 myhostname kernel: ACPI Error: Attempt to CreateField of length zero (20150204/dsopcode-168)
May 11 01:25:36 myhostname kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0972a8), AE_AML_OPERAND_VALUE (20150204/psparse-536)
May 11 01:25:36 myhostname kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b097438), AE_AML_OPERAND_VALUE (20150204/psparse-536)
May 11 01:25:36 myhostname kernel: ata2.00: _GTF evaluation failed (AE 0x3004)
May 11 01:25:36 myhostname kernel: ata2.00: ATAPI: MATSHITADVD-RAM UJ892AS, 1.00, max UDMA/100
May 11 01:25:36 myhostname kernel: ACPI Error: Attempt to CreateField of length zero (20150204/dsopcode-168)
May 11 01:25:36 myhostname kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.RATA] (Node ffff88013b0972a8), AE_AML_OPERAND_VALUE (20150204/psparse-536)
May 11 01:25:36 myhostname kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.IDE0.PRT1._GTF] (Node ffff88013b097438), AE_AML_OPERAND_VALUE (20150204/psparse-536)
May 11 01:25:36 myhostname kernel: ata2.00: _GTF evaluation failed (AE 0x3004)
May 11 01:25:36 myhostname kernel: ata2.00: configured for UDMA/100
May 11 01:25:36 myhostname kernel: scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ892AS  1.00 PQ: 0 ANSI: 5
May 11 01:25:36 myhostname kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
May 11 01:25:36 myhostname kernel: sd 0:0:0:0: [sda] Write Protect is off
May 11 01:25:36 myhostname kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 11 01:25:36 myhostname kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 11 01:25:36 myhostname kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
May 11 01:25:36 myhostname kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 11 01:25:36 myhostname kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
May 11 01:25:36 myhostname kernel: hidraw: raw HID events driver (C) Jiri Kosina
May 11 01:25:36 myhostname kernel: usbcore: registered new interface driver usbhid
May 11 01:25:36 myhostname kernel: usbhid: USB HID core driver
May 11 01:25:36 myhostname kernel: input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/0003:09DA:000A.0001/input/input8
May 11 01:25:36 myhostname kernel: a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1a.2-1/input0
May 11 01:25:36 myhostname kernel:  sda: sda1 sda2 sda3
May 11 01:25:36 myhostname kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 11 01:25:36 myhostname kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
May 11 01:25:36 myhostname kernel: random: nonblocking pool is initialized
May 11 01:25:36 myhostname systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
May 11 01:25:36 myhostname systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
May 11 01:25:36 myhostname systemd[1]: Detected architecture 'x86-64'.
May 11 01:25:36 myhostname systemd[1]: Set hostname to <myhostname>.
May 11 01:25:36 myhostname systemd[1]: Unit type .busname is not supported on this system.
May 11 01:25:36 myhostname systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
May 11 01:25:36 myhostname systemd[1]: Reached target Swap.
May 11 01:25:36 myhostname systemd[1]: Starting Swap.
May 11 01:25:36 myhostname systemd[1]: Created slice Root Slice.
May 11 01:25:36 myhostname systemd[1]: Starting Root Slice.
May 11 01:25:36 myhostname systemd[1]: Listening on Journal Socket (/dev/log).
May 11 01:25:36 myhostname systemd[1]: Starting Journal Socket (/dev/log).
May 11 01:25:36 myhostname systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 11 01:25:36 myhostname systemd[1]: Starting Device-mapper event daemon FIFOs.
May 11 01:25:36 myhostname systemd[1]: Listening on Journal Socket.
May 11 01:25:36 myhostname systemd[1]: Starting Journal Socket.
May 11 01:25:36 myhostname systemd[1]: Listening on LVM2 metadata daemon socket.
May 11 01:25:36 myhostname systemd[1]: Starting LVM2 metadata daemon socket.
May 11 01:25:36 myhostname systemd[1]: Listening on udev Control Socket.
May 11 01:25:36 myhostname systemd[1]: Starting udev Control Socket.
May 11 01:25:36 myhostname systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
May 11 01:25:36 myhostname systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
May 11 01:25:36 myhostname systemd[1]: Created slice System Slice.
May 11 01:25:36 myhostname systemd[1]: Starting System Slice.
May 11 01:25:36 myhostname systemd[1]: Started Load Kernel Modules.
May 11 01:25:36 myhostname systemd[1]: Mounting Configuration File System...
May 11 01:25:36 myhostname systemd[1]: Mounted FUSE Control File System.
May 11 01:25:36 myhostname systemd[1]: Mounting POSIX Message Queue File System...
May 11 01:25:36 myhostname systemd[1]: Mounting Temporary Directory...
May 11 01:25:36 myhostname systemd[1]: Starting Apply Kernel Variables...
May 11 01:25:36 myhostname systemd[1]: Mounting Debug File System...
May 11 01:25:36 myhostname systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 11 01:25:36 myhostname systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
May 11 01:25:36 myhostname systemd[1]: Reached target Encrypted Volumes.
May 11 01:25:36 myhostname systemd[1]: Starting Encrypted Volumes.
May 11 01:25:36 myhostname systemd[1]: Listening on udev Kernel Socket.
May 11 01:25:36 myhostname systemd[1]: Starting udev Kernel Socket.
May 11 01:25:36 myhostname systemd[1]: Started Set Up Additional Binary Formats.
May 11 01:25:36 myhostname systemd[1]: Created slice User and Session Slice.
May 11 01:25:36 myhostname systemd[1]: Starting User and Session Slice.
May 11 01:25:36 myhostname systemd[1]: Starting Remount Root and Kernel File Systems...
May 11 01:25:36 myhostname systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 11 01:25:36 myhostname systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
May 11 01:25:36 myhostname systemd[1]: Listening on Journal Audit Socket.
May 11 01:25:36 myhostname systemd[1]: Starting Journal Service...
May 11 01:25:36 myhostname systemd[1]: Reached target Slices.
May 11 01:25:36 myhostname systemd[1]: Starting Slices.
May 11 01:25:36 myhostname systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 11 01:25:36 myhostname systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
May 11 01:25:36 myhostname systemd[1]: Mounting Huge Pages File System...
May 11 01:25:36 myhostname systemd[1]: Starting Setup Virtual Console...
May 11 01:25:36 myhostname systemd[1]: Created slice system-getty.slice.
May 11 01:25:36 myhostname systemd[1]: Starting system-getty.slice.
May 11 01:25:36 myhostname systemd[1]: Starting udev Coldplug all Devices...
May 11 01:25:36 myhostname systemd[1]: Created slice system-netctl.slice.
May 11 01:25:36 myhostname systemd[1]: Starting system-netctl.slice.
May 11 01:25:36 myhostname systemd[1]: Listening on Delayed Shutdown Socket.
May 11 01:25:36 myhostname systemd[1]: Starting Delayed Shutdown Socket.
May 11 01:25:36 myhostname systemd[1]: Reached target Paths.
May 11 01:25:36 myhostname systemd[1]: Starting Paths.
May 11 01:25:36 myhostname systemd[1]: Starting Create list of required static device nodes for the current kernel...
May 11 01:25:36 myhostname systemd[1]: Reached target Remote File Systems.
May 11 01:25:36 myhostname systemd[1]: Starting Remote File Systems.
May 11 01:25:36 myhostname systemd[1]: Mounted Debug File System.
May 11 01:25:36 myhostname systemd[1]: Mounted Huge Pages File System.
May 11 01:25:36 myhostname systemd[1]: Mounted Configuration File System.
May 11 01:25:36 myhostname systemd[1]: Mounted POSIX Message Queue File System.
May 11 01:25:36 myhostname systemd[1]: Mounted Temporary Directory.
May 11 01:25:36 myhostname systemd[1]: Started Remount Root and Kernel File Systems.
May 11 01:25:36 myhostname systemd[1]: Started Create list of required static device nodes for the current kernel.
May 11 01:25:36 myhostname systemd[1]: Started udev Coldplug all Devices.
May 11 01:25:36 myhostname systemd[1]: Started Rebuild Dynamic Linker Cache.
May 11 01:25:36 myhostname systemd[1]: Starting Load/Save Random Seed...
May 11 01:25:36 myhostname systemd[1]: Started Rebuild Hardware Database.
May 11 01:25:36 myhostname systemd[1]: Started First Boot Wizard.
May 11 01:25:36 myhostname systemd[1]: Started Create System Users.
May 11 01:25:36 myhostname systemd[1]: Starting Create Static Device Nodes in /dev...
May 11 01:25:36 myhostname systemd[1]: Started Apply Kernel Variables.
May 11 01:25:36 myhostname systemd[1]: Started Load/Save Random Seed.
May 11 01:25:36 myhostname systemd[1]: Started Create Static Device Nodes in /dev.
May 11 01:25:36 myhostname systemd[1]: Starting udev Kernel Device Manager...
May 11 01:25:36 myhostname systemd[1]: Reached target Local File Systems (Pre).
May 11 01:25:36 myhostname systemd[1]: Starting Local File Systems (Pre).
May 11 01:25:36 myhostname systemd[1]: Started udev Kernel Device Manager.
May 11 01:25:36 myhostname systemd[1]: Started Setup Virtual Console.
May 11 01:25:36 myhostname kernel: Monitor-Mwait will be used to enter C-1 state
May 11 01:25:36 myhostname kernel: Monitor-Mwait will be used to enter C-3 state
May 11 01:25:36 myhostname kernel: tsc: Marking TSC unstable due to TSC halts in idle
May 11 01:25:36 myhostname kernel: ACPI: acpi_idle registered with cpuidle
May 11 01:25:36 myhostname kernel: Switched to clocksource hpet
May 11 01:25:36 myhostname systemd-journal[134]: Journal started
May 11 01:25:36 myhostname systemd[1]: Started Journal Service.
May 11 01:25:35 myhostname systemd-udevd[152]: starting version 219
May 11 01:25:36 myhostname systemd[1]: Starting Flush Journal to Persistent Storage...
May 11 01:25:36 myhostname kernel: ACPI: Battery Slot [BAT0] (battery absent)
May 11 01:25:36 myhostname kernel: agpgart-intel 0000:00:00.0: Intel GM45 Chipset
May 11 01:25:36 myhostname kernel: agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
May 11 01:25:36 myhostname kernel: agpgart-intel 0000:00:00.0: detected 32768K stolen memory
May 11 01:25:36 myhostname kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
May 11 01:25:36 myhostname kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 11 01:25:37 myhostname kernel: ACPI: AC Adapter [AC0] (on-line)
May 11 01:25:37 myhostname kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 11 01:25:37 myhostname kernel: ACPI: Thermal Zone [THRM] (52 C)
May 11 01:25:37 myhostname kernel: mousedev: PS/2 mouse device common for all mice
May 11 01:25:37 myhostname kernel: ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082f conflicts with OpRegion 0x0000000000000800-0x000000000000084f (\PMIO) (20150204/utaddress-258)
May 11 01:25:37 myhostname kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 11 01:25:37 myhostname kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20150204/utaddress-258)
May 11 01:25:37 myhostname kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 11 01:25:37 myhostname kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20150204/utaddress-258)
May 11 01:25:37 myhostname kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 11 01:25:37 myhostname kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
May 11 01:25:37 myhostname kernel: [drm] Memory usable by graphics device = 2048M
May 11 01:25:37 myhostname kernel: checking generic (d0000000 300000) vs hw (d0000000 10000000)
May 11 01:25:37 myhostname kernel: fb: switching to inteldrmfb from VESA VGA
May 11 01:25:37 myhostname kernel: Console: switching to colour dummy device 80x25
May 11 01:25:37 myhostname kernel: [drm] Replacing VGA console driver
May 11 01:25:37 myhostname kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 11 01:25:37 myhostname kernel: [drm] Driver supports precise vblank timestamp query.
May 11 01:25:37 myhostname kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
May 11 01:25:37 myhostname kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
May 11 01:25:37 myhostname kernel: cfg80211: Calling CRDA to update world regulatory domain
May 11 01:25:37 myhostname kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
May 11 01:25:37 myhostname kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
May 11 01:25:37 myhostname kernel: fbcon: inteldrmfb (fb0) is primary device
May 11 01:25:37 myhostname kernel: media: Linux media interface: v0.10
May 11 01:25:37 myhostname kernel: asus_laptop: Asus Laptop Support version 0.42
May 11 01:25:37 myhostname kernel: asus_laptop:   UL50VT model detected
May 11 01:25:37 myhostname kernel: asus_laptop: Backlight controlled by ACPI video driver
May 11 01:25:37 myhostname kernel: input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input14
May 11 01:25:37 myhostname kernel: Linux video capture interface: v2.00
May 11 01:25:37 myhostname kernel: ath: phy0: Enable LNA combining
May 11 01:25:37 myhostname kernel: ath: EEPROM regdomain: 0x60
May 11 01:25:37 myhostname kernel: ath: EEPROM indicates we should expect a direct regpair map
May 11 01:25:37 myhostname kernel: ath: Country alpha2 being used: 00
May 11 01:25:37 myhostname kernel: ath: Regpair used: 0x60
May 11 01:25:38 myhostname systemd[1]: Started Flush Journal to Persistent Storage.
May 11 01:25:38 myhostname kernel: uvcvideo: Found UVC 1.00 device USB 2.0 UVC 0.3M Webcam (064e:a136)
May 11 01:25:38 myhostname kernel: atl1c 0000:04:00.0: version 1.0.1.1-NAPI
May 11 01:25:38 myhostname kernel: input: USB 2.0 UVC 0.3M Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input15
May 11 01:25:38 myhostname kernel: usbcore: registered new interface driver uvcvideo
May 11 01:25:38 myhostname kernel: USB Video Class driver (1.1.1)
May 11 01:25:38 myhostname kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
May 11 01:25:38 myhostname kernel: ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90010800000, irq=17
May 11 01:25:38 myhostname kernel: iTCO_vendor_support: vendor-support=0
May 11 01:25:38 myhostname kernel: Console: switching to colour frame buffer device 170x48
May 11 01:25:38 myhostname kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
May 11 01:25:38 myhostname kernel: iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
May 11 01:25:38 myhostname kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 11 01:25:38 myhostname kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
May 11 01:25:38 myhostname kernel: acpi device:35: registered as cooling_device2
May 11 01:25:38 myhostname kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
May 11 01:25:38 myhostname kernel: ACPI: Video Device [VGA1] (multi-head: yes  rom: yes  post: no)
May 11 01:25:38 myhostname systemd[1]: Created slice system-systemd\x2drfkill.slice.
May 11 01:25:38 myhostname systemd[1]: Starting system-systemd\x2drfkill.slice.
May 11 01:25:38 myhostname systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
May 11 01:25:38 myhostname systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill2...
May 11 01:25:38 myhostname systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill1...
May 11 01:25:38 myhostname kernel: acpi device:38: registered as cooling_device3
May 11 01:25:38 myhostname kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/LNXVIDEO:01/input/input17
May 11 01:25:38 myhostname kernel: [drm] Initialized i915 1.6.0 20150130 for 0000:00:02.0 on minor 1
May 11 01:25:38 myhostname kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
May 11 01:25:38 myhostname kernel: snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
May 11 01:25:38 myhostname kernel: atl1c 0000:04:00.0 enp4s0: renamed from eth0
May 11 01:25:38 myhostname kernel: psmouse serio4: elantech: assuming hardware version 2 (with firmware version 0x040101)
May 11 01:25:38 myhostname kernel: psmouse serio4: elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
May 11 01:25:38 myhostname systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
May 11 01:25:38 myhostname systemd[1]: Started Load/Save RF Kill Switch Status of rfkill2.
May 11 01:25:38 myhostname systemd[1]: Created slice system-systemd\x2dbacklight.slice.
May 11 01:25:38 myhostname systemd[1]: Starting system-systemd\x2dbacklight.slice.
May 11 01:25:38 myhostname systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video1...
May 11 01:25:38 myhostname systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
May 11 01:25:38 myhostname systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
May 11 01:25:38 myhostname kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input13
May 11 01:25:38 myhostname systemd[1]: Found device ST9500325AS WINDOWS.
May 11 01:25:38 myhostname kernel: ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
May 11 01:25:38 myhostname systemd[1]: Mounting /mnt/windows...
May 11 01:25:38 myhostname systemd[1]: Found device AR9285 Wireless Network Adapter (PCI-Express) (AW-NE785 / AW-NE785H 802.11bgn Wireless Full or Half-size Mini PCIe Card).
May 11 01:25:38 myhostname systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
May 11 01:25:38 myhostname systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
May 11 01:25:38 myhostname systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video1.
May 11 01:25:38 myhostname systemd[1]: Started Load/Save RF Kill Switch Status of rfkill1.
May 11 01:25:38 myhostname systemd[1]: Mounted FUSE Control File System.
May 11 01:25:38 myhostname kernel: fuse init (API version 7.23)
May 11 01:25:38 myhostname kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
May 11 01:25:38 myhostname kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
May 11 01:25:38 myhostname kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
May 11 01:25:38 myhostname kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
May 11 01:25:39 myhostname systemd[1]: Reached target Sound Card.
May 11 01:25:39 myhostname systemd[1]: Starting Sound Card.
May 11 01:25:39 myhostname systemd[1]: Mounted /mnt/windows.
May 11 01:25:39 myhostname systemd[1]: Reached target Local File Systems.
May 11 01:25:39 myhostname systemd[1]: Starting Local File Systems.
May 11 01:25:39 myhostname systemd[1]: Started Commit a transient machine-id on disk.
May 11 01:25:39 myhostname systemd[1]: Started Rebuild Journal Catalog.
May 11 01:25:39 myhostname systemd[1]: Started Update is Completed.
May 11 01:25:39 myhostname systemd[1]: Starting Create Volatile Files and Directories...
May 11 01:25:39 myhostname ntfs-3g[216]: Version 2015.3.14 external FUSE 29
May 11 01:25:39 myhostname ntfs-3g[216]: Mounted /dev/sda1 (Read-Write, label "WINDOWS", NTFS 3.1)
May 11 01:25:39 myhostname ntfs-3g[216]: Cmdline options: rw,noatime
May 11 01:25:39 myhostname ntfs-3g[216]: Mount options: rw,allow_other,nonempty,noatime,fsname=/dev/sda1,blkdev,blksize=4096
May 11 01:25:39 myhostname ntfs-3g[216]: Ownership and permissions disabled, configuration type 7
May 11 01:25:39 myhostname systemd[1]: Started Create Volatile Files and Directories.
May 11 01:25:39 myhostname systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 11 01:25:39 myhostname systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 11 01:25:39 myhostname systemd[1]: Reached target System Initialization.
May 11 01:25:39 myhostname systemd[1]: Starting System Initialization.
May 11 01:25:39 myhostname systemd[1]: Started Daily verification of password and group files.
May 11 01:25:39 myhostname systemd[1]: Starting Daily verification of password and group files.
May 11 01:25:39 myhostname systemd[1]: Started Daily rotation of log files.
May 11 01:25:39 myhostname systemd[1]: Starting Daily rotation of log files.
May 11 01:25:39 myhostname systemd[1]: Listening on D-Bus System Message Bus Socket.
May 11 01:25:39 myhostname systemd[1]: Starting D-Bus System Message Bus Socket.
May 11 01:25:39 myhostname systemd[1]: Reached target Sockets.
May 11 01:25:39 myhostname systemd[1]: Starting Sockets.
May 11 01:25:39 myhostname systemd[1]: Reached target Basic System.
May 11 01:25:39 myhostname systemd[1]: Starting Basic System.
May 11 01:25:39 myhostname systemd[1]: Starting Permit User Sessions...
May 11 01:25:39 myhostname systemd[1]: Starting /etc/netctl/Fritzchen generated by archboot setup...
May 11 01:25:39 myhostname systemd[1]: Started D-Bus System Message Bus.
May 11 01:25:39 myhostname systemd[1]: Starting D-Bus System Message Bus...
May 11 01:25:39 myhostname systemd[1]: Starting Login Service...
May 11 01:25:39 myhostname systemd[1]: Started Daily man-db cache update.
May 11 01:25:39 myhostname systemd[1]: Starting Daily man-db cache update.
May 11 01:25:39 myhostname systemd[1]: Started Daily Cleanup of Temporary Directories.
May 11 01:25:39 myhostname systemd[1]: Starting Daily Cleanup of Temporary Directories.
May 11 01:25:39 myhostname systemd[1]: Reached target Timers.
May 11 01:25:39 myhostname systemd[1]: Starting Timers.
May 11 01:25:39 myhostname systemd[1]: Started Permit User Sessions.
May 11 01:25:39 myhostname systemd[1]: Started Getty on tty1.
May 11 01:25:39 myhostname systemd[1]: Starting Getty on tty1...
May 11 01:25:39 myhostname systemd[1]: Reached target Login Prompts.
May 11 01:25:39 myhostname systemd[1]: Starting Login Prompts.
May 11 01:25:39 myhostname systemd-logind[227]: New seat seat0.
May 11 01:25:39 myhostname systemd[1]: Started Login Service.
May 11 01:25:39 myhostname systemd-logind[227]: Watching system buttons on /dev/input/event2 (Power Button)
May 11 01:25:39 myhostname systemd-logind[227]: Watching system buttons on /dev/input/event8 (Video Bus)
May 11 01:25:39 myhostname systemd-logind[227]: Watching system buttons on /dev/input/event9 (Video Bus)
May 11 01:25:39 myhostname systemd-logind[227]: Watching system buttons on /dev/input/event1 (Lid Switch)
May 11 01:25:39 myhostname systemd-logind[227]: Watching system buttons on /dev/input/event0 (Sleep Button)
May 11 01:25:39 myhostname kernel: sound hdaudioC0D0: autoconfig for ALC269: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
May 11 01:25:39 myhostname kernel: sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 11 01:25:39 myhostname kernel: sound hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
May 11 01:25:39 myhostname kernel: sound hdaudioC0D0:    mono: mono_out=0x0
May 11 01:25:39 myhostname kernel: sound hdaudioC0D0:    inputs:
May 11 01:25:39 myhostname kernel: sound hdaudioC0D0:      Internal Mic=0x19
May 11 01:25:39 myhostname kernel: sound hdaudioC0D0:      Mic=0x18
May 11 01:25:39 myhostname kernel: input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
May 11 01:25:39 myhostname kernel: input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
May 11 01:25:39 myhostname network[221]: Starting network profile 'Fritzchen'...
May 11 01:25:40 myhostname kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
May 11 01:25:41 myhostname kernel: cfg80211: Calling CRDA to update world regulatory domain
May 11 01:25:41 myhostname kernel: wlp3s0: authenticate with 9c:c7:a6:9d:11:85
May 11 01:25:41 myhostname kernel: wlp3s0: send auth to 9c:c7:a6:9d:11:85 (try 1/3)
May 11 01:25:41 myhostname kernel: wlp3s0: authenticated
May 11 01:25:41 myhostname kernel: ath9k 0000:03:00.0 wlp3s0: disabling HT/VHT due to WEP/TKIP use
May 11 01:25:41 myhostname kernel: wlp3s0: associate with 9c:c7:a6:9d:11:85 (try 1/3)
May 11 01:25:41 myhostname kernel: wlp3s0: RX AssocResp from 9c:c7:a6:9d:11:85 (capab=0x431 status=0 aid=1)
May 11 01:25:41 myhostname kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
May 11 01:25:41 myhostname kernel: wlp3s0: associated
May 11 01:25:41 myhostname kernel: cfg80211: Calling CRDA to update world regulatory domain
May 11 01:25:41 myhostname dhcpcd[273]: DUID 00:01:00:01:1c:e2:9a:bf:1c:4b:d6:75:d0:73
May 11 01:25:41 myhostname dhcpcd[273]: wlp3s0: IAID d6:75:d0:73
May 11 01:25:42 myhostname dhcpcd[273]: wlp3s0: rebinding lease of 192.168.178.51
May 11 01:25:42 myhostname dhcpcd[273]: wlp3s0: leased 192.168.178.51 for 864000 seconds
May 11 01:25:42 myhostname dhcpcd[273]: wlp3s0: adding route to 192.168.178.0/24
May 11 01:25:42 myhostname dhcpcd[273]: wlp3s0: adding default route via 192.168.178.1
May 11 01:25:42 myhostname dhcpcd[273]: forked to background, child pid 317
May 11 01:25:42 myhostname network[221]: Started network profile 'Fritzchen'
May 11 01:25:42 myhostname systemd[1]: Started /etc/netctl/Fritzchen generated by archboot setup.
May 11 01:25:42 myhostname systemd[1]: Reached target Multi-User System.
May 11 01:25:42 myhostname systemd[1]: Starting Multi-User System.
May 11 01:25:42 myhostname systemd[1]: Reached target Graphical Interface.
May 11 01:25:42 myhostname systemd[1]: Starting Graphical Interface.
May 11 01:25:42 myhostname systemd[1]: Reached target Network.
May 11 01:25:42 myhostname systemd[1]: Startup finished in 4.404s (kernel) + 9.124s (userspace) = 13.529s.
May 11 01:25:42 myhostname systemd[1]: Starting Network.
May 11 01:25:47 myhostname login[228]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
May 11 01:25:47 myhostname systemd[1]: Created slice user-0.slice.
May 11 01:25:47 myhostname systemd[1]: Starting user-0.slice.
May 11 01:25:47 myhostname systemd[1]: Starting User Manager for UID 0...
May 11 01:25:47 myhostname systemd-logind[227]: New session c1 of user root.
May 11 01:25:47 myhostname systemd[1]: Started Session c1 of user root.
May 11 01:25:47 myhostname systemd[1]: Starting Session c1 of user root.
May 11 01:25:47 myhostname systemd[320]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
May 11 01:25:47 myhostname systemd[320]: Unit type .busname is not supported on this system.
May 11 01:25:47 myhostname systemd[320]: Reached target Timers.
May 11 01:25:47 myhostname systemd[320]: Starting Timers.
May 11 01:25:47 myhostname systemd[320]: Reached target Sockets.
May 11 01:25:47 myhostname systemd[320]: Starting Sockets.
May 11 01:25:47 myhostname systemd[320]: Reached target Paths.
May 11 01:25:47 myhostname systemd[320]: Starting Paths.
May 11 01:25:47 myhostname systemd[320]: Reached target Basic System.
May 11 01:25:47 myhostname systemd[320]: Starting Basic System.
May 11 01:25:47 myhostname systemd[320]: Reached target Default.
May 11 01:25:47 myhostname systemd[320]: Startup finished in 51ms.
May 11 01:25:47 myhostname systemd[320]: Starting Default.
May 11 01:25:47 myhostname systemd[1]: Started User Manager for UID 0.
May 11 01:25:47 myhostname login[228]: ROOT LOGIN ON tty1
May 11 01:26:03 myhostname dbus[222]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
May 11 01:26:03 myhostname systemd[1]: Starting Authorization Manager...
May 11 01:26:03 myhostname polkitd[330]: Started polkitd version 0.112
May 11 01:26:03 myhostname polkitd[330]: Loading rules from directory /etc/polkit-1/rules.d
May 11 01:26:03 myhostname polkitd[330]: Loading rules from directory /usr/share/polkit-1/rules.d
May 11 01:26:03 myhostname polkitd[330]: Finished loading, compiling and executing 1 rules
May 11 01:26:03 myhostname dbus[222]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 11 01:26:03 myhostname systemd[1]: Started Authorization Manager.
May 11 01:26:03 myhostname polkitd[330]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 11 01:26:03 myhostname polkitd[330]: Registered Authentication Agent for unix-process:327:3392 (system bus name :1.3 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 11 01:26:03 myhostname systemd[1]: Reloading.
May 11 01:26:03 myhostname systemd[1]: Unit type .busname is not supported on this system.
May 11 01:26:03 myhostname polkitd[330]: Unregistered Authentication Agent for unix-process:327:3392 (system bus name :1.3, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
May 11 01:26:20 myhostname polkitd[330]: Registered Authentication Agent for unix-process:348:5125 (system bus name :1.5 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 11 01:26:20 myhostname systemd[1]: Stopping Getty on tty1...
May 11 01:26:20 myhostname polkitd[330]: Unregistered Authentication Agent for unix-process:348:5125 (system bus name :1.5, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
May 11 01:26:20 myhostname login[228]: pam_unix(login:session): session closed for user root
May 11 01:26:20 myhostname systemd[1]: Stopped Getty on tty1.
May 11 01:26:20 myhostname systemd-logind[227]: Removed session c1.
May 11 01:26:20 myhostname systemd[1]: Started LXDE Display Manager.
May 11 01:26:20 myhostname systemd[1]: Starting LXDE Display Manager...
May 11 01:26:20 myhostname systemd[1]: Stopping User Manager for UID 0...
May 11 01:26:20 myhostname systemd[320]: Stopped target Default.
May 11 01:26:20 myhostname systemd[320]: Stopping Default.
May 11 01:26:20 myhostname systemd[320]: Reached target Shutdown.
May 11 01:26:20 myhostname systemd[320]: Starting Shutdown.
May 11 01:26:20 myhostname systemd[320]: Starting Exit the Session...
May 11 01:26:20 myhostname systemd[320]: Stopped target Basic System.
May 11 01:26:20 myhostname systemd[320]: Stopping Basic System.
May 11 01:26:20 myhostname systemd[320]: Stopped target Paths.
May 11 01:26:20 myhostname systemd[320]: Stopping Paths.
May 11 01:26:20 myhostname systemd[320]: Stopped target Timers.
May 11 01:26:20 myhostname systemd[320]: Stopping Timers.
May 11 01:26:20 myhostname systemd[320]: Stopped target Sockets.
May 11 01:26:20 myhostname systemd[320]: Stopping Sockets.
May 11 01:26:20 myhostname systemd[320]: Received SIGRTMIN+24 from PID 356 (kill).
May 11 01:26:20 myhostname systemd[322]: pam_unix(systemd-user:session): session closed for user root
May 11 01:26:20 myhostname systemd[1]: Stopped User Manager for UID 0.
May 11 01:26:20 myhostname systemd[1]: Removed slice user-0.slice.
May 11 01:26:20 myhostname systemd[1]: Stopping user-0.slice.
May 11 01:26:41 myhostname lxdm-session[369]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=root
May 11 01:26:52 myhostname lxdm-session[369]: pam_unix(lxdm:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=root
May 11 01:27:03 myhostname lxdm-session[369]: pam_unix(lxdm:session): session opened for user root by (uid=0)
May 11 01:27:03 myhostname systemd[1]: Created slice user-0.slice.
May 11 01:27:03 myhostname systemd[1]: Starting user-0.slice.
May 11 01:27:03 myhostname systemd[1]: Starting User Manager for UID 0...
May 11 01:27:03 myhostname systemd[370]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
May 11 01:27:03 myhostname systemd-logind[227]: New session c2 of user root.
May 11 01:27:03 myhostname systemd[1]: Started Session c2 of user root.
May 11 01:27:03 myhostname systemd[1]: Starting Session c2 of user root.
May 11 01:27:03 myhostname systemd[370]: Unit type .busname is not supported on this system.
May 11 01:27:03 myhostname systemd[370]: Reached target Timers.
May 11 01:27:03 myhostname systemd[370]: Starting Timers.
May 11 01:27:03 myhostname systemd[370]: Reached target Sockets.
May 11 01:27:03 myhostname systemd[370]: Starting Sockets.
May 11 01:27:03 myhostname systemd[370]: Reached target Paths.
May 11 01:27:03 myhostname systemd[370]: Starting Paths.
May 11 01:27:03 myhostname systemd[370]: Reached target Basic System.
May 11 01:27:03 myhostname systemd[370]: Starting Basic System.
May 11 01:27:03 myhostname systemd[370]: Reached target Default.
May 11 01:27:03 myhostname systemd[370]: Startup finished in 11ms.
May 11 01:27:03 myhostname systemd[1]: Started User Manager for UID 0.
May 11 01:27:03 myhostname systemd[370]: Starting Default.
May 11 01:27:05 myhostname polkitd[330]: Registered Authentication Agent for unix-session:c2 (system bus name :1.9 [lxpolkit], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 11 01:40:33 myhostname systemd[1]: Starting Cleanup of Temporary Directories...
May 11 01:40:33 myhostname systemd[1]: Started Cleanup of Temporary Directories.

Xorg.0.log

[    51.802] 
X.Org X Server 1.17.1
Release Date: 2015-02-10
[    51.802] X Protocol Version 11, Revision 0
[    51.802] Build Operating System: Linux 3.19.2-1-ARCH x86_64 
[    51.802] Current Operating System: Linux myhostname 4.0.1-1-ARCH #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015 x86_64
[    51.802] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=250bb82b-ea06-40c8-a742-1a4edc39575f rw quiet
[    51.802] Build Date: 14 April 2015  10:34:18AM
[    51.802]  
[    51.802] Current version of pixman: 0.32.6
[    51.802] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    51.802] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    51.802] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 11 01:26:20 2015
[    51.826] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    51.845] (==) No Layout section.  Using the first Screen section.
[    51.845] (==) No screen section available. Using defaults.
[    51.845] (**) |-->Screen "Default Screen Section" (0)
[    51.845] (**) |   |-->Monitor "<default monitor>"
[    51.857] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    51.857] (==) Automatically adding devices
[    51.857] (==) Automatically enabling devices
[    51.857] (==) Automatically adding GPU devices
[    51.917] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF/".
[    51.917] 	Entry deleted from font path.
[    51.917] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF/").
[    51.917] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[    51.917] 	Entry deleted from font path.
[    51.917] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[    51.917] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    51.917] 	Entry deleted from font path.
[    51.918] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    51.918] 	Entry deleted from font path.
[    51.918] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    51.918] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    51.918] 	Entry deleted from font path.
[    51.918] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    51.918] (==) FontPath set to:
	/usr/share/fonts/misc/
[    51.918] (==) ModulePath set to "/usr/lib/xorg/modules"
[    51.918] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    51.930] (II) Loader magic: 0x815d80
[    51.930] (II) Module ABI versions:
[    51.930] 	X.Org ANSI C Emulation: 0.4
[    51.930] 	X.Org Video Driver: 19.0
[    51.930] 	X.Org XInput driver : 21.0
[    51.930] 	X.Org Server Extension : 9.0
[    51.931] (EE) systemd-logind: failed to get session: PID 358 does not belong to any known session
[    51.932] (II) xfree86: Adding drm device (/dev/dri/card0)
[    51.932] (II) xfree86: Adding drm device (/dev/dri/card1)
[    51.935] (--) PCI:*(0:0:2:0) 8086:2a42:1043:1af2 rev 7, Mem @ 0xfcc00000/4194304, 0xd0000000/268435456, I/O @ 0x0000cc00/8
[    51.935] (--) PCI: (0:1:0:0) 10de:0a74:1043:1af2 rev 162, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/524288
[    51.935] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    51.936] (II) LoadModule: "glx"
[    51.938] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    52.059] (II) Module glx: vendor="X.Org Foundation"
[    52.059] 	compiled for 1.17.1, module version = 1.0.0
[    52.059] 	ABI class: X.Org Server Extension, version 9.0
[    52.059] (==) AIGLX enabled
[    52.059] (==) Matched intel as autoconfigured driver 0
[    52.059] (==) Matched nouveau as autoconfigured driver 1
[    52.059] (==) Matched nv as autoconfigured driver 2
[    52.059] (==) Matched intel as autoconfigured driver 3
[    52.059] (==) Matched modesetting as autoconfigured driver 4
[    52.059] (==) Matched fbdev as autoconfigured driver 5
[    52.059] (==) Matched vesa as autoconfigured driver 6
[    52.059] (==) Assigned the driver to the xf86ConfigLayout
[    52.059] (II) LoadModule: "intel"
[    52.060] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    52.127] (II) Module intel: vendor="X.Org Foundation"
[    52.127] 	compiled for 1.17.1, module version = 2.99.917
[    52.127] 	Module class: X.Org Video Driver
[    52.127] 	ABI class: X.Org Video Driver, version 19.0
[    52.127] (II) LoadModule: "nouveau"
[    52.127] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    52.158] (II) Module nouveau: vendor="X.Org Foundation"
[    52.158] 	compiled for 1.17.0, module version = 1.0.11
[    52.159] 	Module class: X.Org Video Driver
[    52.159] 	ABI class: X.Org Video Driver, version 19.0
[    52.159] (II) LoadModule: "nv"
[    52.159] (WW) Warning, couldn't open module nv
[    52.159] (II) UnloadModule: "nv"
[    52.159] (II) Unloading nv
[    52.159] (EE) Failed to load module "nv" (module does not exist, 0)
[    52.159] (II) LoadModule: "modesetting"
[    52.159] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    52.167] (II) Module modesetting: vendor="X.Org Foundation"
[    52.167] 	compiled for 1.17.1, module version = 1.17.1
[    52.167] 	Module class: X.Org Video Driver
[    52.167] 	ABI class: X.Org Video Driver, version 19.0
[    52.167] (II) LoadModule: "fbdev"
[    52.167] (WW) Warning, couldn't open module fbdev
[    52.168] (II) UnloadModule: "fbdev"
[    52.168] (II) Unloading fbdev
[    52.168] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    52.168] (II) LoadModule: "vesa"
[    52.168] (WW) Warning, couldn't open module vesa
[    52.168] (II) UnloadModule: "vesa"
[    52.168] (II) Unloading vesa
[    52.168] (EE) Failed to load module "vesa" (module does not exist, 0)
[    52.168] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    52.168] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    52.168] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    52.168] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    52.168] (II) NOUVEAU driver 
[    52.168] (II) NOUVEAU driver for NVIDIA chipset families :
[    52.168] 	RIVA TNT        (NV04)
[    52.168] 	RIVA TNT2       (NV05)
[    52.169] 	GeForce 256     (NV10)
[    52.169] 	GeForce 2       (NV11, NV15)
[    52.169] 	GeForce 4MX     (NV17, NV18)
[    52.169] 	GeForce 3       (NV20)
[    52.169] 	GeForce 4Ti     (NV25, NV28)
[    52.169] 	GeForce FX      (NV3x)
[    52.169] 	GeForce 6       (NV4x)
[    52.169] 	GeForce 7       (G7x)
[    52.169] 	GeForce 8       (G8x)
[    52.169] 	GeForce GTX 200 (NVA0)
[    52.169] 	GeForce GTX 400 (NVC0)
[    52.169] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    52.169] (++) using VT number 1

[    52.170] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150130
[    52.172] (II) [drm] nouveau interface version: 1.2.1
[    52.172] (WW) Falling back to old probe method for modesetting
[    52.173] (--) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[    52.173] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1
[    52.173] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    52.173] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    52.173] (==) intel(0): RGB weight 888
[    52.173] (==) intel(0): Default visual is TrueColor
[    52.173] (II) intel(0): Output LVDS2 has no monitor section
[    52.174] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS2
[    52.174] (II) intel(0): Enabled output LVDS2
[    52.174] (II) intel(0): Output VGA2 has no monitor section
[    52.174] (II) intel(0): Enabled output VGA2
[    52.174] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    52.174] (II) intel(0): Output VIRTUAL1 has no monitor section
[    52.174] (II) intel(0): Enabled output VIRTUAL1
[    52.174] (--) intel(0): Output LVDS2 using initial mode 1366x768 on pipe 1
[    52.174] (==) intel(0): TearFree disabled
[    52.174] (==) intel(0): DPI set to (96, 96)
[    52.174] (II) Loading sub module "dri2"
[    52.174] (II) LoadModule: "dri2"
[    52.174] (II) Module "dri2" already built-in
[    52.174] (II) Loading sub module "present"
[    52.174] (II) LoadModule: "present"
[    52.174] (II) Module "present" already built-in
[    52.174] (II) Loading sub module "dri2"
[    52.174] (II) LoadModule: "dri2"
[    52.174] (II) Module "dri2" already built-in
[    52.174] (--) NOUVEAU(G0): Chipset: "NVIDIA NVA8"
[    52.174] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[    52.174] (==) NOUVEAU(G0): RGB weight 888
[    52.174] (==) NOUVEAU(G0): Default visual is TrueColor
[    52.174] (==) NOUVEAU(G0): Using HW cursor
[    52.174] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
[    52.174] (==) NOUVEAU(G0): Page flipping enabled
[    52.174] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
[    52.174] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
[    52.174] (II) NOUVEAU(G0): Initializing outputs ...
[    52.223] (II) NOUVEAU(G0): Output LVDS-1-1 has no monitor section
[    52.279] (II) NOUVEAU(G0): Output VGA-1-1 has no monitor section
[    52.280] (II) NOUVEAU(G0): Output HDMI-1-1 has no monitor section
[    52.280] (II) NOUVEAU(G0): 3 crtcs needed for screen.
[    52.344] (II) NOUVEAU(G0): Allocated crtc nr. 0 to this screen.
[    52.344] (II) NOUVEAU(G0): Allocated crtc nr. 1 to this screen.
[    52.433] (II) NOUVEAU(G0): EDID for output LVDS-1-1
[    52.487] (II) NOUVEAU(G0): EDID for output VGA-1-1
[    52.488] (II) NOUVEAU(G0): EDID for output HDMI-1-1
[    52.488] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    52.488] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
[    52.488] (**) NOUVEAU(G0):  Mode "1366x768": 84.8 MHz (scaled from 0.0 MHz), 47.7 kHz, 59.8 Hz
[    52.488] (II) NOUVEAU(G0): Modeline "1366x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[    52.488] (==) NOUVEAU(G0): DPI set to (96, 96)
[    52.488] (II) Loading sub module "fb"
[    52.488] (II) LoadModule: "fb"
[    52.488] (II) Loading /usr/lib/xorg/modules/libfb.so
[    52.632] (II) Module fb: vendor="X.Org Foundation"
[    52.632] 	compiled for 1.17.1, module version = 1.0.0
[    52.632] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    52.632] (II) Loading sub module "shadowfb"
[    52.632] (II) LoadModule: "shadowfb"
[    52.633] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    52.645] (II) Module shadowfb: vendor="X.Org Foundation"
[    52.645] 	compiled for 1.17.1, module version = 1.0.0
[    52.645] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    52.645] (II) UnloadModule: "modesetting"
[    52.645] (II) Unloading modesetting
[    52.645] (==) Depth 24 pixmap format is 32 bpp
[    52.653] (II) NOUVEAU(G0): Channel setup complete.
[    52.655] (II) NOUVEAU(G0): [COPY] async initialised.
[    52.656] (II) NOUVEAU(G0): [DRI2] Setup complete
[    52.656] (II) NOUVEAU(G0): [DRI2]   DRI driver: nouveau
[    52.656] (II) NOUVEAU(G0): [DRI2]   VDPAU driver: nouveau
[    52.658] (II) Loading sub module "exa"
[    52.658] (II) LoadModule: "exa"
[    52.659] (II) Loading /usr/lib/xorg/modules/libexa.so
[    52.660] (II) Module exa: vendor="X.Org Foundation"
[    52.660] 	compiled for 1.17.1, module version = 2.6.0
[    52.660] 	ABI class: X.Org Video Driver, version 19.0
[    52.661] (II) EXA(256): Driver allocated offscreen pixmaps
[    52.661] (II) EXA(256): Driver registered support for the following operations:
[    52.661] (II)         Solid
[    52.661] (II)         Copy
[    52.661] (II)         Composite (RENDER acceleration)
[    52.661] (II)         UploadToScreen
[    52.661] (II)         DownloadFromScreen
[    52.661] (==) NOUVEAU(G0): Backing store enabled
[    52.661] (==) NOUVEAU(G0): Silken mouse enabled
[    52.662] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    52.662] (II) NOUVEAU(G0): [XvMC] Extension initialized.
[    52.662] (==) NOUVEAU(G0): DPMS enabled
[    52.662] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    52.692] (II) intel(0): SNA initialized with Eaglelake (gen4.5) backend
[    52.692] (==) intel(0): Backing store enabled
[    52.692] (==) intel(0): Silken mouse enabled
[    52.692] (II) intel(0): HW Cursor enabled
[    52.692] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    52.692] (==) intel(0): DPMS enabled
[    52.692] (==) intel(0): display hotplug detection enabled
[    52.693] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    52.693] (II) intel(0): [DRI2] Setup complete
[    52.693] (II) intel(0): [DRI2]   DRI driver: i965
[    52.693] (II) intel(0): [DRI2]   VDPAU driver: i965
[    52.693] (II) intel(0): direct rendering: DRI2 enabled
[    52.693] (II) intel(0): hardware support for Present enabled
[    52.693] (--) RandR disabled
[    52.876] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    52.876] (II) AIGLX: enabled GLX_ARB_create_context
[    52.876] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    52.876] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    52.876] (II) AIGLX: enabled GLX_INTEL_swap_event
[    52.876] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    52.876] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    52.876] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    52.876] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    52.876] (II) AIGLX: Loaded and initialized i965
[    52.876] (II) GLX: Initialized DRI2 GL provider for screen 0
[    52.879] (II) NOUVEAU(G0): NVEnterVT is called.
[    52.887] (II) intel(0): switch to mode 1366x768@60.0 on LVDS2 using pipe 1, position (0, 0), rotation normal, reflection none
[    52.890] (II) intel(0): Setting screen physical size to 361 x 203
[    53.205] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    53.205] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    53.205] (II) LoadModule: "evdev"
[    53.206] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    53.234] (II) Module evdev: vendor="X.Org Foundation"
[    53.234] 	compiled for 1.17.1, module version = 2.9.2
[    53.234] 	Module class: X.Org XInput Driver
[    53.234] 	ABI class: X.Org XInput driver, version 21.0
[    53.234] (II) Using input driver 'evdev' for 'Power Button'
[    53.234] (**) Power Button: always reports core events
[    53.234] (**) evdev: Power Button: Device: "/dev/input/event2"
[    53.234] (--) evdev: Power Button: Vendor 0 Product 0x1
[    53.234] (--) evdev: Power Button: Found keys
[    53.234] (II) evdev: Power Button: Configuring as keyboard
[    53.234] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    53.234] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    53.234] (**) Option "xkb_rules" "evdev"
[    53.234] (**) Option "xkb_model" "pc104"
[    53.234] (**) Option "xkb_layout" "us"
[    53.280] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    53.280] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    53.280] (II) Using input driver 'evdev' for 'Video Bus'
[    53.280] (**) Video Bus: always reports core events
[    53.280] (**) evdev: Video Bus: Device: "/dev/input/event8"
[    53.280] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    53.280] (--) evdev: Video Bus: Found keys
[    53.280] (II) evdev: Video Bus: Configuring as keyboard
[    53.280] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event8"
[    53.280] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    53.280] (**) Option "xkb_rules" "evdev"
[    53.280] (**) Option "xkb_model" "pc104"
[    53.280] (**) Option "xkb_layout" "us"
[    53.281] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    53.281] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    53.281] (II) Using input driver 'evdev' for 'Video Bus'
[    53.281] (**) Video Bus: always reports core events
[    53.281] (**) evdev: Video Bus: Device: "/dev/input/event9"
[    53.281] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    53.281] (--) evdev: Video Bus: Found keys
[    53.281] (II) evdev: Video Bus: Configuring as keyboard
[    53.281] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/LNXVIDEO:01/input/input17/event9"
[    53.281] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    53.281] (**) Option "xkb_rules" "evdev"
[    53.281] (**) Option "xkb_model" "pc104"
[    53.281] (**) Option "xkb_layout" "us"
[    53.282] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    53.282] (II) No input driver specified, ignoring this device.
[    53.282] (II) This device may have been added with another device file.
[    53.283] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    53.283] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    53.283] (II) Using input driver 'evdev' for 'Sleep Button'
[    53.283] (**) Sleep Button: always reports core events
[    53.283] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    53.283] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    53.283] (--) evdev: Sleep Button: Found keys
[    53.283] (II) evdev: Sleep Button: Configuring as keyboard
[    53.283] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    53.283] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    53.283] (**) Option "xkb_rules" "evdev"
[    53.283] (**) Option "xkb_model" "pc104"
[    53.283] (**) Option "xkb_layout" "us"
[    53.284] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    53.284] (II) No input driver specified, ignoring this device.
[    53.284] (II) This device may have been added with another device file.
[    53.285] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    53.285] (II) No input driver specified, ignoring this device.
[    53.285] (II) This device may have been added with another device file.
[    53.285] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    53.285] (II) No input driver specified, ignoring this device.
[    53.285] (II) This device may have been added with another device file.
[    53.286] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    53.286] (II) No input driver specified, ignoring this device.
[    53.286] (II) This device may have been added with another device file.
[    53.287] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/event4)
[    53.287] (**) A4Tech PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
[    53.287] (II) Using input driver 'evdev' for 'A4Tech PS/2+USB Mouse'
[    53.287] (**) A4Tech PS/2+USB Mouse: always reports core events
[    53.287] (**) evdev: A4Tech PS/2+USB Mouse: Device: "/dev/input/event4"
[    53.340] (--) evdev: A4Tech PS/2+USB Mouse: Vendor 0x9da Product 0xa
[    53.340] (--) evdev: A4Tech PS/2+USB Mouse: Found 12 mouse buttons
[    53.340] (--) evdev: A4Tech PS/2+USB Mouse: Found scroll wheel(s)
[    53.340] (--) evdev: A4Tech PS/2+USB Mouse: Found relative axes
[    53.340] (--) evdev: A4Tech PS/2+USB Mouse: Found x and y relative axes
[    53.340] (II) evdev: A4Tech PS/2+USB Mouse: Configuring as mouse
[    53.340] (II) evdev: A4Tech PS/2+USB Mouse: Adding scrollwheel support
[    53.340] (**) evdev: A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
[    53.340] (**) evdev: A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    53.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/0003:09DA:000A.0001/input/input8/event4"
[    53.340] (II) XINPUT: Adding extended input device "A4Tech PS/2+USB Mouse" (type: MOUSE, id 10)
[    53.340] (II) evdev: A4Tech PS/2+USB Mouse: initialized for relative axes.
[    53.341] (**) A4Tech PS/2+USB Mouse: (accel) keeping acceleration scheme 1
[    53.341] (**) A4Tech PS/2+USB Mouse: (accel) acceleration profile 0
[    53.341] (**) A4Tech PS/2+USB Mouse: (accel) acceleration factor: 2.000
[    53.341] (**) A4Tech PS/2+USB Mouse: (accel) acceleration threshold: 4
[    53.342] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/mouse0)
[    53.342] (II) No input driver specified, ignoring this device.
[    53.342] (II) This device may have been added with another device file.
[    53.343] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event15)
[    53.343] (II) No input driver specified, ignoring this device.
[    53.343] (II) This device may have been added with another device file.
[    53.343] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event16)
[    53.343] (II) No input driver specified, ignoring this device.
[    53.343] (II) This device may have been added with another device file.
[    53.344] (II) config/udev: Adding input device USB 2.0 UVC 0.3M Webcam (/dev/input/event7)
[    53.344] (**) USB 2.0 UVC 0.3M Webcam: Applying InputClass "evdev keyboard catchall"
[    53.344] (II) Using input driver 'evdev' for 'USB 2.0 UVC 0.3M Webcam'
[    53.344] (**) USB 2.0 UVC 0.3M Webcam: always reports core events
[    53.344] (**) evdev: USB 2.0 UVC 0.3M Webcam: Device: "/dev/input/event7"
[    53.345] (--) evdev: USB 2.0 UVC 0.3M Webcam: Vendor 0x64e Product 0xa136
[    53.345] (--) evdev: USB 2.0 UVC 0.3M Webcam: Found keys
[    53.345] (II) evdev: USB 2.0 UVC 0.3M Webcam: Configuring as keyboard
[    53.345] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input15/event7"
[    53.345] (II) XINPUT: Adding extended input device "USB 2.0 UVC 0.3M Webcam" (type: KEYBOARD, id 11)
[    53.345] (**) Option "xkb_rules" "evdev"
[    53.345] (**) Option "xkb_model" "pc104"
[    53.345] (**) Option "xkb_layout" "us"
[    53.346] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event6)
[    53.346] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
[    53.346] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
[    53.346] (**) Asus Laptop extra buttons: always reports core events
[    53.346] (**) evdev: Asus Laptop extra buttons: Device: "/dev/input/event6"
[    53.346] (--) evdev: Asus Laptop extra buttons: Vendor 0 Product 0
[    53.346] (--) evdev: Asus Laptop extra buttons: Found keys
[    53.346] (II) evdev: Asus Laptop extra buttons: Configuring as keyboard
[    53.346] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input14/event6"
[    53.346] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD, id 12)
[    53.346] (**) Option "xkb_rules" "evdev"
[    53.346] (**) Option "xkb_model" "pc104"
[    53.347] (**) Option "xkb_layout" "us"
[    53.347] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    53.347] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    53.347] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    53.347] (**) AT Translated Set 2 keyboard: always reports core events
[    53.347] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[    53.347] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    53.348] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    53.348] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    53.348] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    53.348] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    53.348] (**) Option "xkb_rules" "evdev"
[    53.348] (**) Option "xkb_model" "pc104"
[    53.348] (**) Option "xkb_layout" "us"
[    53.348] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
[    53.348] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    53.348] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
[    53.349] (**) ETPS/2 Elantech Touchpad: always reports core events
[    53.349] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event10"
[    53.349] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    53.349] (--) evdev: ETPS/2 Elantech Touchpad: Found 3 mouse buttons
[    53.349] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
[    53.349] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
[    53.349] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
[    53.349] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
[    53.349] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
[    53.349] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
[    53.349] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    53.349] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event10"
[    53.349] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[    53.349] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
[    53.349] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    53.349] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
[    53.349] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    53.349] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    53.350] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[    53.350] (II) No input driver specified, ignoring this device.
[    53.350] (II) This device may have been added with another device file.
[    53.350] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    53.350] (II) No input driver specified, ignoring this device.
[    53.350] (II) This device may have been added with another device file.
[   601.766] (II) intel(0): EDID vendor "AUO", prod id 12524
[   601.766] (II) intel(0): Printing DDC gathered Modelines:
[   601.766] (II) intel(0): Modeline "1366x768"x0.0   70.00  1366 1414 1446 1469  768 771 777 794 -hsync -vsync (47.7 kHz eP)

xrandr --listproviders

Providers: number : 2
Provider 0: id: 0x8a cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 3 associated providers: 0 name:Intel
Provider 1: id: 0x64 cap: 0x7, Source Output, Sink Output, Source Offload crtcs: 2 outputs: 3 associated providers: 0 name:nouveau

In https://help.ubuntu.com/community/Hybri … ch_the_GPU it is written that KMS (Kernel Mode Setting) needs to be set up properly, so I'll provide my mkinitcpio.conf in the following. Do I need to change something here?

mkinitcpio.conf

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES="nouveau ext4 vfat"

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect block filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev block filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev block mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev block lvm2 filesystems"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base udev autodetect modconf block filesystems keyboard fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

Maybe vgaswitcheroo is not longer located in /sys/kernel/debug/vgaswitcheroo and was moved somewhere else? Where could it possibly be?

I would appreciate any answer!

Best regards,
Tomatopaste

Offline

#10 2015-07-25 14:28:39

Tomatopaste
Member
Registered: 2015-01-01
Posts: 22

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

Hi there!

I still didn't find a possibilty to get vgaswitcheroo to work, but found out other things that may help further.

Checking zgrep -i switcheroo /proc/config.gz yields

CONFIG_VGA_SWITCHEROO=y

which means that vgaswitcheroo is included in the kernel by default.

Using setpci -s 00:02.0 f4.b=ff to set the brightness of the screen to maximum, I found out that XOrg is using the Intel card since the device number corresponds to it (see lspci | grep 'VGA' output).

According to https://bbs.archlinux.org/viewtopic.php … 92#p804392 vgaswitcheroo appears if the module for the dedicated graphics is loaded. I can't confirm this since I'm using KMS to load both i915 and nouveau which doesn't seem to do the trick. Maybe vgaswitcheroo finally shows up when XOrg is using the nVidia card instead of the Intel one, but I have no idea to tell that to archlinux. Maybe you could help me out here. smile

Does vgaswitcheroo have further requirements that my system doesn't meet? Are there other possibilites to switch between the two cards? Maybe using ACPI? I've read that it's possibile to disable the dedicated card, but how can I enable the usage of this card when its extra power is desired.

I tend to give up on vgaswitcheroo... mad

Best regards,
Tomatopaste

Offline

#11 2015-07-27 12:26:16

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,170

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

In https://help.ubuntu.com/community/Hybri … ch_the_GPU it is written that KMS (Kernel Mode Setting) needs to be set up properly, so I'll provide my mkinitcpio.conf in the following. Do I need to change something here?

Try adding i915 and nouveau to modules= line of mkinitcpio.conf .
regerenate initramfs, reboot

If this doesn't make vgaswitcheroo appear, try the prime approach :   https://wiki.archlinux.org/index.php/PRIME#Installation .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#12 2015-08-21 14:24:33

Tomatopaste
Member
Registered: 2015-01-01
Posts: 22

Re: [SOLVED] Can't find 'vgaswitcheroo' (Can't compile asus-switcheroo)

Hi Lone_Wolf,

I've added both modules but vgaswitcheroo doesn't show up either.

I tried out your suggestion with Prime which works according to the wiki entry. I think I'll stick with this solution and will power down the discrete card when using battery (didn't try out the latter yet). https://wiki.archlinux.org/index.php/Hy … screte_GPU

In the meantime I've contacted both Alex Williamson (asus-switcheroo) and David Airlie (vgaswitcheroo) if they would have any ideas. Alex Williamson said he has no clue for this particular problem and David Airlie hasn't responded yet. I found out that this problem is somewhat known for the ASUS ULXXXX series. http://airlied.livejournal.com/71434.html It seems that it hadn't been fixed yet.

I will flag this thread as SOLVED, though only an alternative solution was found. If I get an answer of David Airlie, I will post it here.

Thanks a lot!
Tomatopaste

Offline

Board footer

Powered by FluxBB