You are not logged in.

#1 2016-11-15 15:07:24

darkmav
Member
Registered: 2012-01-21
Posts: 127

Alienware 17 R4 (2016) - No brightness control!

EDIT: If you've just stumbled upon this post after Nov. 20, 2016, please head to post #3 as a starting point. The system has only an active NVIDIA graphics card, and there is an /etc/X11/xorg.conf. All kernel parameters have been tried, without success.

-----------------------------------

Hi everyone,

I have a recently acquired Alienware 17 R4 (2016) with the Nvidia GTX 1060 graphics card, and a QHD display (2560x1440). I've been able to get Arch Linux to work with no major issues.

But one persistent problem is that in Plasma, Plasma's own applications and features such as Konsole and the system tray are very large in size, whereas things like Chrome and Firefox respect the QHD resolution.

I read through the HiDPI page on the Arch Linux wiki, but I didn't find it helpful to fix this problem. The scaling in the system settings is set all the way down, and the iconSize setting in main.xml is 1.

Another problem is that the responsiveness of the keyboard and mouse in Plasma are very poor.

Any inputs will be appreciated!

Thanks!

.xinitrc

xrandr -setprovideroutputsource modesetting NVIDIA-0
xrandr -auto
exec startkde

/etc/X11/xorg.conf

Section "ServerLayout"
	Identifier "layout"
	Screen 0 "nvidia"
	Inactive "intel"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	BusID "PCI:1:0:0"
	Option "ConstrainCursor" "0"
	#Option "nvidiaXineramaInfoOverride" "2560x1440+0, 2560x1440+0"
EndSection

Section "Screen"
	Identifier "nvidia"
	Device "nvidia"
	Option "AllowEmptyInitialConfiguration" "Yes"
	Option "ConnectedMonitor" "CRT-0"
	Option "CustomEDID" "CRT-0:/sys/class/drm/card0-LVDS-1/edid"
	Option "IgnoreEDID" "false"
	Option "UseEDID" "true"
EndSection

Section "Device"
	Identifier "intel"
	Driver "modesetting"
	BusID "PCI:0:2:0"
	Option "AccelMethod" "sna"
EndSection

Section "Screen"
	Identifier "intel"
	Device "intel"
EndSection

dmesg

[    0.000000] Linux version 4.8.7-1-ARCH (builduser@tobias) (gcc version 6.2.1 20160830 (GCC) ) #1 SMP PREEMPT Thu Nov 10 17:22:48 CET 2016
[    0.000000] Command line: initrd=\initramfs-linux.img root=PARTUUID=fd15541c-151a-4f24-820b-c4601d92bb1b rootfstype=ext4 rw add_efi_memmap
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000035c8cfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000035c8d000-0x0000000035c8dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000035c8e000-0x0000000035cd7fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000035cd8000-0x000000003967cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003967d000-0x000000003a52cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003a52d000-0x000000003a564fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003a565000-0x000000003acecfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003aced000-0x000000003b2fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b2fe000-0x000000003b2fefff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b300000-0x000000003b3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004beffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x335dd018-0x33616257] usable ==> usable
[    0.000000] e820: update [mem 0x335cc018-0x335dc057] usable ==> usable
[    0.000000] e820: update [mem 0x335ae018-0x335cba57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000335ae017] usable
[    0.000000] reserve setup_data: [mem 0x00000000335ae018-0x00000000335cba57] usable
[    0.000000] reserve setup_data: [mem 0x00000000335cba58-0x00000000335cc017] usable
[    0.000000] reserve setup_data: [mem 0x00000000335cc018-0x00000000335dc057] usable
[    0.000000] reserve setup_data: [mem 0x00000000335dc058-0x00000000335dd017] usable
[    0.000000] reserve setup_data: [mem 0x00000000335dd018-0x0000000033616257] usable
[    0.000000] reserve setup_data: [mem 0x0000000033616258-0x0000000035c8cfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000035c8d000-0x0000000035c8dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000035c8e000-0x0000000035cd7fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000035cd8000-0x000000003967cfff] usable
[    0.000000] reserve setup_data: [mem 0x000000003967d000-0x000000003a52cfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000003a52d000-0x000000003a564fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000003a565000-0x000000003acecfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000003aced000-0x000000003b2fdfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000003b2fe000-0x000000003b2fefff] usable
[    0.000000] reserve setup_data: [mem 0x000000003b300000-0x000000003b3fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004beffffff] usable
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x3b29b018  ACPI=0x3a52d000  ACPI 2.0=0x3a52d000  SMBIOS=0x3b1e2000  SMBIOS 3.0=0x3b1e1000 
[    0.000000] esrt: Reserving ESRT space from 0x000000003b29b018 to 0x000000003b29b050.
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x4bf000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0040000000 mask 7FC0000000 uncachable
[    0.000000]   2 base 003C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 003B800000 mask 7FFF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x3b2ff max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01b4d000, 0x01b4dfff] PGTABLE
[    0.000000] BRK [0x01b4e000, 0x01b4efff] PGTABLE
[    0.000000] BRK [0x01b4f000, 0x01b4ffff] PGTABLE
[    0.000000] BRK [0x01b50000, 0x01b50fff] PGTABLE
[    0.000000] BRK [0x01b51000, 0x01b51fff] PGTABLE
[    0.000000] BRK [0x01b52000, 0x01b52fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33617000-0x33b89fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000003A52D000 000024 (v02 ALWARE)
[    0.000000] ACPI: XSDT 0x000000003A52D0C0 000104 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000003A552B90 00010C (v05 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000003A52D258 025935 (v02 ALWARE ALIENWRE 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000003ACBAF80 000040
[    0.000000] ACPI: APIC 0x000000003A552CA0 0000BC (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000003A552D60 000044 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000003A552DA8 00009C (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000003A552E48 00003C (v01 ALWARE ALIENWRE 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000003A552E88 000038 (v01 ALWARE ALIENWRE 01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x000000003A552EC0 0003EF (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: LPIT 0x000000003A5532B0 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000003A553348 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000003A553590 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000003A556140 0004A3 (v02 INTEL  zpodd    00001000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x000000003A5565E8 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000003A556620 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000003A556678 00066C (v02 INTEL  xh_rvp11 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000003A556CE8 00395D (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: BOOT 0x000000003A55A648 000028 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SLIC 0x000000003A55A670 000176 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000003A55A7E8 0056B3 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x000000003A55FEA0 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: MSDM 0x000000003A55FEE8 000055 (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000003A55FF40 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: BGRT 0x000000003A560DB8 000038 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000003A560DF0 00009F (v02 SgRef  SgPeg    00001000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x000000003A560E90 0000A8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: UEFI 0x000000003A560F38 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.000000] ACPI: UEFI 0x000000003A561578 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.000000] ACPI: TPM2 0x000000003A5615D8 000034 (v03 DELL   Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: SSDT 0x000000003A561610 002C6A (v01 OptRef OptTabl  00001000 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004beffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4beffa000-0x4beffefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000004beffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000035c8cfff]
[    0.000000]   node   0: [mem 0x0000000035cd8000-0x000000003967cfff]
[    0.000000]   node   0: [mem 0x000000003b2fe000-0x000000003b2fefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000004beffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004beffffff]
[    0.000000] On node 0 totalpages: 4163023
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3609 pages used for memmap
[    0.000000]   DMA32 zone: 230963 pages, LIFO batch:31
[    0.000000]   Normal zone: 61376 pages used for memmap
[    0.000000]   Normal zone: 3928064 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    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: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x335ae000-0x335aefff]
[    0.000000] PM: Registered nosave memory: [mem 0x335cb000-0x335cbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x335cc000-0x335ccfff]
[    0.000000] PM: Registered nosave memory: [mem 0x335dc000-0x335dcfff]
[    0.000000] PM: Registered nosave memory: [mem 0x335dd000-0x335ddfff]
[    0.000000] PM: Registered nosave memory: [mem 0x33616000-0x33616fff]
[    0.000000] PM: Registered nosave memory: [mem 0x35c8d000-0x35c8dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x35c8e000-0x35cd7fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3967d000-0x3a52cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3a52d000-0x3a564fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3a565000-0x3acecfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3aced000-0x3b2fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b2ff000-0x3b2fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b300000-0x3b3fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b400000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x3b400000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff8804bec00000 s103128 r8192 d32040 u262144
[    0.000000] pcpu-alloc: s103128 r8192 d32040 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4097953
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=fd15541c-151a-4f24-820b-c4601d92bb1b rootfstype=ext4 rw add_efi_memmap
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16228020K/16652092K available (6130K kernel code, 1051K rwdata, 1912K rodata, 1256K init, 1036K bss, 424072K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:2048 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 5186.00 BogoMIPS (lpj=8640000)
[    0.000019] pid_max: default: 32768 minimum: 301
[    0.000026] ACPI: Core revision 20160422
[    0.036744] ACPI: 11 ACPI AML tables successfully acquired and loaded

[    0.037247] Security Framework initialized
[    0.037247] Yama: becoming mindful.
[    0.037829] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.040019] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.041076] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.041085] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.041275] CPU: Physical Processor ID: 0
[    0.041275] CPU: Processor Core ID: 0
[    0.041278] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.041279] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.041282] mce: CPU supports 10 MCE banks
[    0.041288] CPU0: Thermal monitoring enabled (TM1)
[    0.041302] process: using mwait in idle threads
[    0.041304] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.041304] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.041572] Freeing SMP alternatives memory: 24K (ffffffff81a42000 - ffffffff81a48000)
[    0.049178] ftrace: allocating 24330 entries in 96 pages
[    0.057136] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.057137] smpboot: Max logical packages: 2
[    0.057139] DMAR: Host address width 39
[    0.057140] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.057145] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.057145] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.057149] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.057149] DMAR: RMRR base: 0x0000003a297000 end: 0x0000003a2b6fff
[    0.057150] DMAR: RMRR base: 0x0000003b800000 end: 0x0000003fffffff
[    0.057151] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.057151] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.057152] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.058532] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.058533] x2apic enabled
[    0.058543] Switched APIC routing to cluster x2apic.
[    0.062512] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.095521] TSC deadline timer enabled
[    0.095526] smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.095529] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.095550] ... version:                4
[    0.095550] ... bit width:              48
[    0.095551] ... generic registers:      4
[    0.095551] ... value mask:             0000ffffffffffff
[    0.095551] ... max period:             0000ffffffffffff
[    0.095552] ... fixed-purpose events:   3
[    0.095552] ... event mask:             000000070000000f
[    0.119025] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.135608] x86: Booting SMP configuration:
[    0.135610] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.801223] x86: Booted up 1 node, 8 CPUs
[    0.801225] smpboot: Total of 8 processors activated (41496.17 BogoMIPS)
[    0.807082] devtmpfs: initialized
[    0.807125] x86/mm: Memory block size: 128MB
[    0.809301] PM: Registering ACPI NVS region [mem 0x35c8d000-0x35c8dfff] (4096 bytes)
[    0.809302] PM: Registering ACPI NVS region [mem 0x3a565000-0x3acecfff] (7897088 bytes)
[    0.809409] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.809442] pinctrl core: initialized pinctrl subsystem
[    0.809545] RTC time: 14:46:03, date: 11/15/16
[    0.809603] NET: Registered protocol family 16
[    0.823414] cpuidle: using governor ladder
[    0.843432] cpuidle: using governor menu
[    0.843501] Simple Boot Flag at 0x47 set to 0x1
[    0.843514] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.843515] ACPI: bus type PCI registered
[    0.843516] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.843563] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.843565] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.843572] PCI: Using configuration type 1 for base access
[    0.856868] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.856868] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.857027] ACPI: Added _OSI(Module Device)
[    0.857027] ACPI: Added _OSI(Processor Device)
[    0.857028] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.857029] ACPI: Added _OSI(Processor Aggregator Device)
[    0.858195] ACPI: Executed 27 blocks of module-level executable AML code
[    0.868285] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.872831] ACPI: Dynamic OEM Table Load:
[    0.872838] ACPI: SSDT 0xFFFF8804ABF94800 0005DC (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.873622] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.874842] ACPI: Dynamic OEM Table Load:
[    0.874847] ACPI: SSDT 0xFFFF8804ABF8F000 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.876108] ACPI: Dynamic OEM Table Load:
[    0.876112] ACPI: SSDT 0xFFFF8804ABF96800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.877098] ACPI: Dynamic OEM Table Load:
[    0.877101] ACPI: SSDT 0xFFFF8804AB860200 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.881392] ACPI : EC: EC started
[    0.881686] ACPI: Interpreter enabled
[    0.881718] ACPI: (supports S0 S3 S4 S5)
[    0.881719] ACPI: Using IOAPIC for interrupt routing
[    0.881745] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.883547] ACPI: Power Resource [PG00] (on)
[    0.897258] ACPI: Power Resource [WRST] (on)
[    0.897561] ACPI: Power Resource [WRST] (on)
[    0.897856] ACPI: Power Resource [WRST] (on)
[    0.898153] ACPI: Power Resource [WRST] (on)
[    0.898446] ACPI: Power Resource [WRST] (on)
[    0.898743] ACPI: Power Resource [WRST] (on)
[    0.899037] ACPI: Power Resource [WRST] (on)
[    0.899331] ACPI: Power Resource [WRST] (on)
[    0.899627] ACPI: Power Resource [WRST] (on)
[    0.899922] ACPI: Power Resource [WRST] (on)
[    0.900222] ACPI: Power Resource [WRST] (on)
[    0.900525] ACPI: Power Resource [WRST] (on)
[    0.900827] ACPI: Power Resource [WRST] (on)
[    0.901124] ACPI: Power Resource [WRST] (on)
[    0.901420] ACPI: Power Resource [WRST] (on)
[    0.901701] ACPI: Power Resource [WRST] (on)
[    0.901958] ACPI: Power Resource [WRST] (on)
[    0.902215] ACPI: Power Resource [WRST] (on)
[    0.902485] ACPI: Power Resource [WRST] (on)
[    0.902742] ACPI: Power Resource [WRST] (on)
[    0.909661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.909665] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.909689] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.910090] PCI host bridge to bus 0000:00
[    0.910091] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.910092] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.910092] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.910093] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.910094] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.910094] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.910095] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.910096] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.910096] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.910097] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.910098] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.910099] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.910100] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.910101] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.910101] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.910102] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.910103] pci_bus 0000:00: root bus resource [mem 0x40000000-0xdfffffff window]
[    0.910103] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.910104] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.910109] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    0.910363] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.910393] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.910486] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.910513] pci 0000:00:01.2: [8086:1909] type 01 class 0x060400
[    0.910540] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.910625] pci 0000:00:01.2: System wakeup disabled by ACPI
[    0.910666] pci 0000:00:02.0: [8086:191b] type 00 class 0x038000
[    0.910671] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    0.910675] pci 0000:00:02.0: reg 0x18: [mem 0x70000000-0x7fffffff 64bit pref]
[    0.910678] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.910773] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.910781] pci 0000:00:04.0: reg 0x10: [mem 0xdd1a8000-0xdd1affff 64bit]
[    0.910944] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.910959] pci 0000:00:14.0: reg 0x10: [mem 0xdd190000-0xdd19ffff 64bit]
[    0.911015] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.911151] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.911179] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.911194] pci 0000:00:14.2: reg 0x10: [mem 0xdd1bb000-0xdd1bbfff 64bit]
[    0.911330] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.911348] pci 0000:00:16.0: reg 0x10: [mem 0xdd1ba000-0xdd1bafff 64bit]
[    0.911413] pci 0000:00:16.0: PME# supported from D3hot
[    0.911542] pci 0000:00:17.0: [8086:2822] type 00 class 0x010400
[    0.911553] pci 0000:00:17.0: reg 0x10: [mem 0xdd1a0000-0xdd1a7fff]
[    0.911559] pci 0000:00:17.0: reg 0x14: [mem 0xdd1b9000-0xdd1b90ff]
[    0.911565] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.911571] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.911577] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.911582] pci 0000:00:17.0: reg 0x24: [mem 0xdd100000-0xdd17ffff]
[    0.911616] pci 0000:00:17.0: PME# supported from D3hot
[    0.911724] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.911776] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.911866] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.911899] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.911948] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.912047] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.912072] pci 0000:00:1c.5: [8086:a115] type 01 class 0x060400
[    0.912121] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.912217] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.912253] pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
[    0.912441] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.912449] pci 0000:00:1f.2: reg 0x10: [mem 0xdd1b4000-0xdd1b7fff]
[    0.912578] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.912596] pci 0000:00:1f.3: reg 0x10: [mem 0xdd1b0000-0xdd1b3fff 64bit]
[    0.912618] pci 0000:00:1f.3: reg 0x20: [mem 0xdd180000-0xdd18ffff 64bit]
[    0.912660] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.912787] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.912818] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.912864] pci 0000:00:1f.4: reg 0x10: [mem 0xdd1b8000-0xdd1b80ff 64bit]
[    0.912933] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.913132] pci 0000:01:00.0: [10de:1c60] type 00 class 0x030000
[    0.913142] pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
[    0.913151] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.913160] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.913166] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.913172] pci 0000:01:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
[    0.913279] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.920172] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.920173] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.920175] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    0.920178] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.920208] pci 0000:00:01.2: PCI bridge to [bus 02-3a]
[    0.920210] pci 0000:00:01.2:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.920213] pci 0000:00:01.2:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.920301] acpiphp: Slot [1] registered
[    0.920305] pci 0000:00:1c.0: PCI bridge to [bus 3b]
[    0.920398] pci 0000:3c:00.0: [1969:e0a1] type 00 class 0x020000
[    0.920421] pci 0000:3c:00.0: reg 0x10: [mem 0xdd400000-0xdd43ffff 64bit]
[    0.920431] pci 0000:3c:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.920533] pci 0000:3c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.920605] pci 0000:3c:00.0: System wakeup disabled by ACPI
[    0.930183] pci 0000:00:1c.4: PCI bridge to [bus 3c]
[    0.930185] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.930188] pci 0000:00:1c.4:   bridge window [mem 0xdd400000-0xdd4fffff]
[    0.930381] pci 0000:3d:00.0: [168c:003e] type 00 class 0x028000
[    0.930510] pci 0000:3d:00.0: reg 0x10: [mem 0xdd200000-0xdd3fffff 64bit]
[    0.931069] pci 0000:3d:00.0: PME# supported from D0 D3hot D3cold
[    0.931300] pci 0000:3d:00.0: System wakeup disabled by ACPI
[    0.940237] pci 0000:00:1c.5: PCI bridge to [bus 3d]
[    0.940241] pci 0000:00:1c.5:   bridge window [mem 0xdd200000-0xdd3fffff]
[    0.948279] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.948321] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.948361] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.948401] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.948441] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.948480] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.948519] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.948559] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.948948] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.949154] ACPI : EC: EC stopped
[    0.949176] ACPI : EC: GPE = 0x14, I/O: command/status = 0x66, data = 0x62
[    0.949177] ACPI : EC: EC started
[    0.949527] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.949528] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.949529] vgaarb: loaded
[    0.949529] vgaarb: bridge control possible 0000:01:00.0
[    0.954756] PCI: Using ACPI for IRQ routing
[    0.976915] PCI: pci_cache_line_size set to 64 bytes
[    0.977061] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.977062] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.977062] e820: reserve RAM buffer [mem 0x335ae018-0x33ffffff]
[    0.977063] e820: reserve RAM buffer [mem 0x335cc018-0x33ffffff]
[    0.977064] e820: reserve RAM buffer [mem 0x335dd018-0x33ffffff]
[    0.977064] e820: reserve RAM buffer [mem 0x35c8d000-0x37ffffff]
[    0.977065] e820: reserve RAM buffer [mem 0x3967d000-0x3bffffff]
[    0.977066] e820: reserve RAM buffer [mem 0x3b2ff000-0x3bffffff]
[    0.977067] e820: reserve RAM buffer [mem 0x4bf000000-0x4bfffffff]
[    0.977123] NetLabel: Initializing
[    0.977123] NetLabel:  domain hash size = 128
[    0.977123] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.977135] NetLabel:  unlabeled traffic allowed by default
[    0.977201] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.977204] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.979245] clocksource: Switched to clocksource hpet
[    0.983398] VFS: Disk quotas dquot_6.6.0
[    0.983422] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.983466] pnp: PnP ACPI init
[    0.983659] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.983660] system 00:00: [io  0xffff] has been reserved
[    0.983661] system 00:00: [io  0xffff] has been reserved
[    0.983661] system 00:00: [io  0xffff] has been reserved
[    0.983662] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.983663] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.983665] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.983733] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.983734] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.983749] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.983774] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.983776] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.989333] pnp 00:04: Plug and Play ACPI device, IDs DLL0771 PNP0f03 (active)
[    0.989353] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.989538] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.989539] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.989541] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.989542] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.989543] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.989545] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.989546] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.989547] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.989548] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.989549] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.989550] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.989584] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.989585] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.989586] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.989587] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.989588] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.989589] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.989590] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.989591] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.989860] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.989862] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.990859] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.990860] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.990861] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.990862] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.991638] pnp: PnP ACPI: found 10 devices
[    0.999641] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.999654] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 3b] add_size 1000
[    0.999656] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3b] add_size 200000 add_align 100000
[    0.999657] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 3b] add_size 200000 add_align 100000
[    0.999667] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.999668] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.999669] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.999670] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.999671] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.999672] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.999676] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
[    0.999684] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
[    0.999685] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.999687] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.999688] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.999689] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    0.999691] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.999693] pci 0000:00:01.2: PCI bridge to [bus 02-3a]
[    0.999695] pci 0000:00:01.2:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.999697] pci 0000:00:01.2:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.999699] pci 0000:00:1c.0: PCI bridge to [bus 3b]
[    0.999700] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.999703] pci 0000:00:1c.0:   bridge window [mem 0x40000000-0x401fffff]
[    0.999705] pci 0000:00:1c.0:   bridge window [mem 0x40200000-0x403fffff 64bit pref]
[    0.999708] pci 0000:00:1c.4: PCI bridge to [bus 3c]
[    0.999710] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.999712] pci 0000:00:1c.4:   bridge window [mem 0xdd400000-0xdd4fffff]
[    0.999716] pci 0000:00:1c.5: PCI bridge to [bus 3d]
[    0.999719] pci 0000:00:1c.5:   bridge window [mem 0xdd200000-0xdd3fffff]
[    0.999724] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.999725] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.999725] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.999726] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.999727] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.999727] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.999728] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.999729] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.999730] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.999730] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.999731] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.999732] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.999732] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.999733] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.999734] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.999734] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.999735] pci_bus 0000:00: resource 20 [mem 0x40000000-0xdfffffff window]
[    0.999736] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[    0.999736] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.999737] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
[    0.999738] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.999739] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.999739] pci_bus 0000:02: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.999740] pci_bus 0000:3b: resource 0 [io  0x2000-0x2fff]
[    0.999741] pci_bus 0000:3b: resource 1 [mem 0x40000000-0x401fffff]
[    0.999741] pci_bus 0000:3b: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
[    0.999742] pci_bus 0000:3c: resource 0 [io  0xd000-0xdfff]
[    0.999743] pci_bus 0000:3c: resource 1 [mem 0xdd400000-0xdd4fffff]
[    0.999743] pci_bus 0000:3d: resource 1 [mem 0xdd200000-0xdd3fffff]
[    0.999763] NET: Registered protocol family 2
[    0.999902] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.000043] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.000120] TCP: Hash tables configured (established 131072 bind 65536)
[    1.000137] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.000166] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.000211] NET: Registered protocol family 1
[    1.000408] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.000461] PCI: CLS 0 bytes, default 64
[    1.000484] Unpacking initramfs...
[    1.067005] Freeing initrd memory: 5580K (ffff880033617000 - ffff880033b8a000)
[    1.067025] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.067026] software IO TLB [mem 0x2f5ae000-0x335ae000] (64MB) mapped at [ffff88002f5ae000-ffff8800335adfff]
[    1.067599] Scanning for low memory corruption every 60 seconds
[    1.067805] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.068098] Initialise system trusted keyrings
[    1.068415] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.069584] zbud: loaded
[    1.070498] Key type asymmetric registered
[    1.070519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.070675] io scheduler noop registered
[    1.070676] io scheduler deadline registered
[    1.070680] io scheduler cfq registered (default)
[    1.071250] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.071253] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.071260] efifb: probing for efifb
[    1.071268] efifb: framebuffer at 0xb0000000, using 23040k, total 23040k
[    1.071269] efifb: mode is 2560x1440x32, linelength=16384, pages=1
[    1.071269] efifb: scrolling: redraw
[    1.071270] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.081345] Console: switching to colour frame buffer device 320x90
[    1.091282] fb0: EFI VGA frame buffer device
[    1.091287] intel_idle: MWAIT substates: 0x11142120
[    1.091287] intel_idle: v0.4.1 model 0x5E
[    1.091290] intel_idle: state C8-SKL is disabled
[    1.091290] intel_idle: state C9-SKL is disabled
[    1.091535] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.091660] GHES: HEST is not enabled!
[    1.091703] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.092092] Linux agpgart interface v0.103
[    1.092523] rtc_cmos 00:02: RTC can wake from S4
[    1.092961] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.093051] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.093056] intel_pstate: Intel P-state driver initializing
[    1.093462] intel_pstate: HWP enabled
[    1.093771] ledtrig-cpu: registered to indicate activity on CPUs
[    1.094026] NET: Registered protocol family 10
[    1.094316] NET: Registered protocol family 17
[    1.094532] microcode: sig=0x506e3, pf=0x20, revision=0x9e
[    1.094927] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.095142] registered taskstats version 1
[    1.095143] Loading compiled-in X.509 certificates
[    1.095168] zswap: loaded using pool lzo/zbud
[    1.097406]   Magic number: 8:877:788
[    1.097725] rtc_cmos 00:02: setting system clock to 2016-11-15 14:46:04 UTC (1479221164)
[    1.097783] PM: Hibernation image not present or could not be loaded.
[    1.098670] Freeing unused kernel memory: 1256K (ffffffff81908000 - ffffffff81a42000)
[    1.098670] Write protecting the kernel read-only data: 8192k
[    1.099349] Freeing unused kernel memory: 136K (ffff8800017de000 - ffff880001800000)
[    1.105162] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    1.106366] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.106402] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.106890] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.106901] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.108129] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.108139] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.108142] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.108286] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.108294] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.138079] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.157552] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.157560] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.159149] SCSI subsystem initialized
[    1.160140] ACPI: bus type USB registered
[    1.160159] usbcore: registered new interface driver usbfs
[    1.160168] usbcore: registered new interface driver hub
[    1.160240] usbcore: registered new device driver usb
[    1.162376] libata version 3.00 loaded.
[    1.163067] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.163072] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.164426] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    1.164432] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.164705] hub 1-0:1.0: USB hub found
[    1.164740] hub 1-0:1.0: 16 ports detected
[    1.179345] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.179347] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.179536] hub 2-0:1.0: USB hub found
[    1.179569] hub 2-0:1.0: 10 ports detected
[    1.183833] usb: port power management may be unreliable
[    1.187613] ahci 0000:00:17.0: version 3.0
[    1.187892] ahci 0000:00:17.0: controller can't do SNTF, turning off CAP_SNTF
[    1.187998] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl RAID mode
[    1.187999] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.188817] scsi host0: ahci
[    1.189077] scsi host1: ahci
[    1.189534] scsi host2: ahci
[    1.189819] scsi host3: ahci
[    1.189914] ata1: DUMMY
[    1.189914] ata2: DUMMY
[    1.189918] ata3: SATA max UDMA/133 abar m524288@0xdd100000 port 0xdd100200 irq 125
[    1.189923] ata4: SATA max UDMA/133 abar m524288@0xdd100000 port 0xdd100280 irq 125
[    1.193625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.496025] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.499588] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.499620] ata3: SATA link down (SStatus 4 SControl 300)
[    1.501035] ata4.00: ATA-8: HGST HTS721010A9E630, JB0OA3W0, max UDMA/133
[    1.501039] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.502688] ata4.00: configured for UDMA/133
[    1.503411] scsi 3:0:0:0: Direct-Access     ATA      HGST HTS721010A9 A3W0 PQ: 0 ANSI: 5
[    1.545250] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.545254] sd 3:0:0:0: [sda] 4096-byte physical blocks
[    1.545500] sd 3:0:0:0: [sda] Write Protect is off
[    1.545503] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.545573] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.620412]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    1.621837] sd 3:0:0:0: [sda] Attached SCSI disk
[    1.636698] hidraw: raw HID events driver (C) Jiri Kosina
[    1.641449] usbcore: registered new interface driver usbhid
[    1.641451] usbhid: USB HID core driver
[    1.644053] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    1.746035] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    1.770513] input: Logitech TK820 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4102.0005/input/input2
[    1.770682] logitech-hidpp-device 0003:046D:4102.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech TK820] on usb-0000:00:14.0-2:2
[    1.774502] input: Logitech K520 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:2011.0006/input/input3
[    1.774674] logitech-hidpp-device 0003:046D:2011.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:14.0-2:3
[    1.780598] input: Logitech K830 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:404C.0007/input/input4
[    1.780765] logitech-hidpp-device 0003:046D:404C.0007: input,hidraw3: USB HID v1.11 Keyboard [Logitech K830] on usb-0000:00:14.0-2:4
[    1.877125] usb 1-4: config 1 interface 0 altsetting 0 has 2 endpoint descriptors, different from the interface descriptor's value: 1
[    1.882840] hid-generic 0003:187C:0530.0008: hiddev0,hidraw4: USB HID v1.01 Device [Alienware AW1517] on usb-0000:00:14.0-4/input0
[    1.992699] usb 1-5: new full-speed USB device number 4 using xhci_hcd
[    2.089377] tsc: Refined TSC clocksource calibration: 2591.996 MHz
[    2.089395] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb30caa3, max_idle_ns: 440795217292 ns
[    2.239370] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[    2.239408] random: fast init done
[    2.626147] usb 1-9: new high-speed USB device number 6 using xhci_hcd
[    3.103093] clocksource: Switched to clocksource tsc
[    6.892520] input: Logitech M325 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:400A.0004/input/input5
[    6.892712] logitech-hidpp-device 0003:046D:400A.0004: input,hidraw5: USB HID v1.11 Mouse [Logitech M325] on usb-0000:00:14.0-2:1
[    8.279576] random: crng init done
[   13.785648] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   14.588524] ip_tables: (C) 2000-2006 Netfilter Core Team
[   14.637192] systemd[1]: systemd 231 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[   14.637338] systemd[1]: Detected architecture x86-64.
[   14.656435] systemd[1]: Set hostname to <neutralzone>.
[   15.411216] systemd[1]: Reached target Encrypted Volumes.
[   15.411544] systemd[1]: Listening on udev Kernel Socket.
[   15.411752] systemd[1]: Listening on Journal Socket (/dev/log).
[   15.411947] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   15.412110] systemd[1]: Reached target Remote File Systems.
[   15.412321] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   15.413836] systemd[1]: Listening on Process Core Dump Socket.
[   15.755504] EXT4-fs (sda7): re-mounted. Opts: data=ordered
[   16.045227] systemd-journald[184]: File /var/log/journal/661236fe19ef43c7ac54927cc3631d60/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   16.306435] systemd-journald[184]: Received request to flush runtime journal from PID 1
[   16.788945] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C0D:00/input/input6
[   16.788976] ACPI: Lid Switch [LID0]
[   16.789022] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
[   16.789023] ACPI: Power Button [PWRB]
[   16.789050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[   16.789051] ACPI: Power Button [PWRF]
[   16.826414] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[   16.983025] input: Intel HID events as /devices/platform/INT33D5:00/input/input9
[   16.995957] [drm] Initialized drm 1.1.0 20060810
[   16.997035] wmi: Mapper loaded
[   16.998708] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   16.999235] acpi device:0f: registered as cooling_device8
[   16.999324] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[   16.999350] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   16.999390] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[   17.046631] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.061073] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   17.081515] Bluetooth: Core ver 2.21
[   17.081522] NET: Registered protocol family 31
[   17.081523] Bluetooth: HCI device and connection manager initialized
[   17.081525] Bluetooth: HCI socket layer initialized
[   17.081526] Bluetooth: L2CAP socket layer initialized
[   17.081532] Bluetooth: SCO socket layer initialized
[   17.095529] Bluetooth: HCI UART driver ver 2.3
[   17.095530] Bluetooth: HCI UART protocol H4 registered
[   17.095531] Bluetooth: HCI UART protocol BCSP registered
[   17.095531] Bluetooth: HCI UART protocol LL registered
[   17.095532] Bluetooth: HCI UART protocol ATH3K registered
[   17.095532] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   17.095550] Bluetooth: HCI UART protocol Intel registered
[   17.095557] Bluetooth: HCI UART protocol BCM registered
[   17.095558] Bluetooth: HCI UART protocol QCA registered
[   17.095558] Bluetooth: HCI UART protocol AG6XX registered
[   17.116732] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[   17.116776] tpm_crb: probe of MSFT0101:00 failed with error -16
[   17.116977] ACPI: AC Adapter [ACAD] (on-line)
[   17.235651] acpi device:13: registered as cooling_device9
[   17.235689] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input11
[   17.235847] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   17.279283] ACPI: Battery Slot [BAT1] (battery present)
[   17.295613] alx 0000:3c:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [18:db:f2:3c:08:53]
[   17.313251] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   17.341090] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   17.345751] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   17.345752] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   17.345752] RAPL PMU: hw unit of domain package 2^-14 Joules
[   17.345753] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   17.345753] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   17.345753] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   17.428815] i915 0000:00:02.0: enabling device (0000 -> 0003)
[   17.429604] [drm] Memory usable by graphics device = 4096M
[   17.429607] checking generic (b0000000 1680000) vs hw (70000000 10000000)
[   17.429609] [drm] Replacing VGA console driver
[   17.434645] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   17.434647] [drm] Driver supports precise vblank timestamp query.
[   17.689903] psmouse serio1: synaptics: queried max coordinates: x [..5668], y [..4756]
[   17.715781] [drm] failed to retrieve link info, disabling eDP
[   17.716614] [drm] GuC firmware load skipped
[   17.716923] psmouse serio1: synaptics: queried min coordinates: x [1274..], y [1098..]
[   17.717875] [drm] Initialized i915 1.6.0 20160711 for 0000:00:02.0 on minor 0
[   17.719988] i915 0000:00:02.0: No connectors reported connected with modes
[   17.719990] [drm] Cannot find any crtc or sizes - going 1024x768
[   17.720143] checking generic (b0000000 1680000) vs hw (70000000 10000000)
[   17.720170] i915 0000:00:02.0: fb1: inteldrmfb frame buffer device
[   17.770163] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00/0x0, board id: 2417, fw id: 1365292
[   17.781648] usbcore: registered new interface driver btusb
[   17.803942] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
[   17.823327] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   17.874674] dell_wmi: Detected Dell WMI interface version 0
[   17.874814] input: Dell WMI hotkeys as /devices/virtual/input/input14
[   17.890336] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   17.890690] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops vgt_balloon_space [i915])
[   17.960239] iTCO_vendor_support: vendor-support=0
[   17.964631] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   17.964802] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   17.964991] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   17.974025] alx 0000:3c:00.0 enp60s0: renamed from eth0
[   18.029601] ath10k_pci 0000:3d:00.0: enabling device (0000 -> 0002)
[   18.030875] ath10k_pci 0000:3d:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   18.291132] ath10k_pci 0000:3d:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:3d:00.0.bin failed with error -2
[   18.291154] ath10k_pci 0000:3d:00.0: Direct firmware load for ath10k/cal-pci-0000:3d:00.0.bin failed with error -2
[   18.293325] ath10k_pci 0000:3d:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[   18.293331] ath10k_pci 0000:3d:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
[   18.428970] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3266: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   18.428975] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.428978] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   18.428980] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   18.428982] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   18.428985] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
[   18.428987] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   18.581887] AVX2 version of gcm_enc/dec engaged.
[   18.581890] AES CTR mode by8 optimization enabled
[   18.735784] ath10k_pci 0000:3d:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[   18.735790] ath10k_pci 0000:3d:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[   18.737258] ath10k_pci 0000:3d:00.0: firmware ver WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad crc32 75dee6c5
[   18.756442] [drm] Finished loading i915/skl_dmc_ver1_26.bin (v1.26)
[   18.903940] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   18.905182] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   18.905357] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   18.905534] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   18.905693] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   18.905851] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   18.909307] mousedev: PS/2 mouse device common for all mice
[   18.964036] intel_rapl: Found RAPL domain package
[   18.964043] intel_rapl: Found RAPL domain core
[   18.964048] intel_rapl: Found RAPL domain uncore
[   18.964054] intel_rapl: Found RAPL domain dram
[   19.053892] media: Linux media interface: v0.10
[   19.111590] Linux video capture interface: v2.00
[   19.264000] ath10k_pci 0000:3d:00.0: board_file api 2 bmi_id N/A crc32 6fc88fe7
[   19.296826] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   19.369977] [drm] RC6 on
[   19.410442] uvcvideo: Found UVC 1.00 device Integrated_Webcam_FHD (0c45:6708)
[   19.450412] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
[   19.450414] uvcvideo 1-7:1.0: Entity type for entity Extension 3 was not initialized!
[   19.450415] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
[   19.450416] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
[   19.450481] input: Integrated_Webcam_FHD as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input21
[   19.450518] usbcore: registered new interface driver uvcvideo
[   19.450518] USB Video Class driver (1.1.1)
[   19.531673] Adding 4194300k swap on /dev/sda6.  Priority:-1 extents:1 across:4194300k FS
[   21.050421] IPv6: ADDRCONF(NETDEV_UP): enp60s0: link is not ready
[   21.051088] IPv6: ADDRCONF(NETDEV_UP): enp60s0: link is not ready
[   21.381747] ath10k_pci 0000:3d:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   21.457948] ath: EEPROM regdomain: 0x69
[   21.457949] ath: EEPROM indicates we should expect a direct regpair map
[   21.457950] ath: Country alpha2 being used: 00
[   21.457951] ath: Regpair used: 0x69
[   21.560839] ath10k_pci 0000:3d:00.0 wlp61s0: renamed from wlan0
[   21.595093] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[   23.857842] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[   26.203916] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[   26.362354] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[  213.791992] systemd-journald[184]: File /var/log/journal/661236fe19ef43c7ac54927cc3631d60/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[  234.286195] nvidia: loading out-of-tree module taints kernel.
[  234.286199] nvidia: module license 'NVIDIA' taints kernel.
[  234.286200] Disabling lock debugging due to kernel taint
[  234.292199] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[  234.292255] nvidia-nvlink: Nvlink Core is being initialized, major device number 242
[  234.292265] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  375.10  Fri Oct 14 10:30:06 PDT 2016 (using threaded interrupts)
[  234.310375] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.310454] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.310508] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.310560] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.310618] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.310682] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.310732] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729101] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729159] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729203] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729246] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729287] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729328] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729369] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729411] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729451] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729492] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729533] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729574] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729615] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729656] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729697] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729738] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.729782] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  234.786262] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  235.032692] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  375.10  Fri Oct 14 10:05:55 PDT 2016
[  235.033107] nvidia-modeset: Allocated GPU:0 (GPU-4d3c405f-f807-8cbc-4542-0afe5e445402) @ PCI:0000:01:00.0
[  235.034177] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  235.034345] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  235.034451] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  235.034528] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  313.047912] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[  331.327021] wlp61s0: authenticate with 18:64:72:21:06:12
[  331.364402] wlp61s0: send auth to 18:64:72:21:06:12 (try 1/3)
[  331.365054] wlp61s0: authenticated
[  331.375367] wlp61s0: associate with 18:64:72:21:06:12 (try 1/3)
[  331.376375] wlp61s0: RX AssocResp from 18:64:72:21:06:12 (capab=0x11 status=0 aid=5)
[  331.379124] wlp61s0: associated
[  331.379145] IPv6: ADDRCONF(NETDEV_CHANGE): wlp61s0: link becomes ready
[  331.433757] wlp61s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 18:64:72:21:06:12
[ 1084.613008] atkbd serio0: Unknown key pressed (translated set 2, code 0x96 on isa0060/serio0).
[ 1084.613015] atkbd serio0: Use 'setkeycodes e016 <keycode>' to make it known.
[ 1084.624933] atkbd serio0: Unknown key released (translated set 2, code 0x96 on isa0060/serio0).
[ 1084.624939] atkbd serio0: Use 'setkeycodes e016 <keycode>' to make it known.
[ 1085.027114] atkbd serio0: Unknown key pressed (translated set 2, code 0x96 on isa0060/serio0).
[ 1085.027120] atkbd serio0: Use 'setkeycodes e016 <keycode>' to make it known.
[ 1085.039819] atkbd serio0: Unknown key released (translated set 2, code 0x96 on isa0060/serio0).
[ 1085.039826] atkbd serio0: Use 'setkeycodes e016 <keycode>' to make it known.

lspci

00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 07)
00:01.2 PCI bridge: Intel Corporation Skylake PCIe Controller (x4) (rev 07)
00:02.0 Display controller: Intel Corporation HD Graphics 530 (rev 06)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 07)
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
00:17.0 RAID bus controller: Intel Corporation SATA Controller [RAID mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #6 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c60 (rev a1)
3c:00.0 Ethernet controller: Qualcomm Atheros Killer E2400 Gigabit Ethernet Controller (rev 10)
3d:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)

Last edited by darkmav (2016-11-27 15:29:58)

Offline

#2 2016-11-17 18:36:01

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

Update as of November 20, 2016 16:12 EST

I reinstalled Arch Linux from scratch, in order to pinpoint the problem. This was also because I managed to break some things after (perhaps?) wrongly following the backlight wiki page.

The status now is

1. Out of the box, sound and WiFi work. The touchpad works properly only after installing synaptics.

2. Although the laptop definitely has both an Intel and an Nvidia graphics card (Optimus?), there is no option to switch between the two cards in the BIOS. On another laptop (MSI) I have access to, I have to use Bumblebee to get X Windows to work. However, on the Alienware 17 R4, I can get X Windows to work only after installing the nvidia driver. Installing the xf86-video-intel driver has no effect, so I simply removed it. By X Windows, I mean the bare bones xterm and clock version of the graphical user interface. Interestingly, I have no custom /etc/X11/xorg.conf.

3. Plasma support for the QHD screen is shaky. I feel like the konsole in Plasma is still slow in responsiveness (as opposed to typing in Chrome, or Firefox). Also, minimizing and maximizing windows has lags. However, the tray bar itself can be made small (right click on it, change its properties, specifically the height). Earlier for some reason after a few reboots, the menu and everything else seemed to have adapted to the QHD resolution (except for the lag), but now after the fresh install, the only thing that can be scaled down is the tray bar -- everything other than the tray bar appears bloated.

4. On the other hand, Gnome works quite well, with no additional configuration needed to adapt to the 2560x1440 resolution. Also, in Gnome's terminal, there is no keyboard lag!

5. In both Plasma and Gnome, the display brightness cannot be changed using the Fn + F9/F10 keys. In fact there seems to be no obvious way to change the brightness. :-( This is an unsolved issue.

EDIT: I have tried changing the kernel parameters as outlined here. Using "acpi_backlight=vendor" and "acpi_backlight=native" effectively disables the Fn + F9/F10 keys, but having nothing or using "acpi_backlight=video" results in the Fn + F9/F10 keys working to the extent that the graphical screen brightness applet appears, but the brightness does not change. I am considering creating a separate thread for this.

6. External mouse and keyboard work fine in Gnome. In Plasma, the keyboard lag referred to is for the internal keyboard (for the external keyboard in Plasma, the situation is equally worse).

7. Battery life is okay, not as spectacular as it is in Windows. Fan speed is tolerable except when compiling source code or installing a hefty program or library like CUDA. But the fans seem to power down (or throttle down) on their own. Heating is not an issue in Arch Linux. But I think the battery life is poorer than in Windows because of the inability to control the brightness.

So at this point, the brightness is the only unresolved issue. Any inputs, suggestions or ideas for resolving it are welcome! I am open to the possibility of having to reinstall Arch Linux so if you have any adventurous ideas, please don't hesitate to let me know.

Thanks!

kernel version: 4.8.8-2
nvidia driver version: 375.10-1 (I see a "beta driver" splash screen on starting X Windows for the first time)

dmesg

[    0.000000] Linux version 4.8.8-2-ARCH (builduser@tobias) (gcc version 6.2.1 20160830 (GCC) ) #1 SMP PREEMPT Thu Nov 17 14:51:03 CET 2016
[    0.000000] Command line: initrd=\initramfs-linux.img root=PARTUUID=fd15541c-151a-4f24-820b-c4601d92bb1b rootfstype=ext4 rw add_efi_memma
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000035c8cfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000035c8d000-0x0000000035c8dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000035c8e000-0x0000000035cd7fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000035cd8000-0x000000003967cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003967d000-0x000000003a52cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003a52d000-0x000000003a564fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003a565000-0x000000003acecfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003aced000-0x000000003b2fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b2fe000-0x000000003b2fefff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b300000-0x000000003b3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004beffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x333df018-0x33418257] usable ==> usable
[    0.000000] e820: update [mem 0x333ce018-0x333de057] usable ==> usable
[    0.000000] e820: update [mem 0x333b0018-0x333cda57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000333b0017] usable
[    0.000000] reserve setup_data: [mem 0x00000000333b0018-0x00000000333cda57] usable
[    0.000000] reserve setup_data: [mem 0x00000000333cda58-0x00000000333ce017] usable
[    0.000000] reserve setup_data: [mem 0x00000000333ce018-0x00000000333de057] usable
[    0.000000] reserve setup_data: [mem 0x00000000333de058-0x00000000333df017] usable
[    0.000000] reserve setup_data: [mem 0x00000000333df018-0x0000000033418257] usable
[    0.000000] reserve setup_data: [mem 0x0000000033418258-0x0000000035c8cfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000035c8d000-0x0000000035c8dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000035c8e000-0x0000000035cd7fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000035cd8000-0x000000003967cfff] usable
[    0.000000] reserve setup_data: [mem 0x000000003967d000-0x000000003a52cfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000003a52d000-0x000000003a564fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000003a565000-0x000000003acecfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000003aced000-0x000000003b2fdfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000003b2fe000-0x000000003b2fefff] usable
[    0.000000] reserve setup_data: [mem 0x000000003b300000-0x000000003b3fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004beffffff] usable
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x3b29b018  ACPI=0x3a52d000  ACPI 2.0=0x3a52d000  SMBIOS=0x3b1e2000  SMBIOS 3.0=0x3b1e1000 
[    0.000000] esrt: Reserving ESRT space from 0x000000003b29b018 to 0x000000003b29b050.
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x4bf000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0040000000 mask 7FC0000000 uncachable
[    0.000000]   2 base 003C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 003B800000 mask 7FFF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x3b2ff max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01d4d000, 0x01d4dfff] PGTABLE
[    0.000000] BRK [0x01d4e000, 0x01d4efff] PGTABLE
[    0.000000] BRK [0x01d4f000, 0x01d4ffff] PGTABLE
[    0.000000] BRK [0x01d50000, 0x01d50fff] PGTABLE
[    0.000000] BRK [0x01d51000, 0x01d51fff] PGTABLE
[    0.000000] BRK [0x01d52000, 0x01d52fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33419000-0x33989fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000003A52D000 000024 (v02 ALWARE)
[    0.000000] ACPI: XSDT 0x000000003A52D0C0 000104 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000003A552B90 00010C (v05 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000003A52D258 025935 (v02 ALWARE ALIENWRE 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000003ACBAF80 000040
[    0.000000] ACPI: APIC 0x000000003A552CA0 0000BC (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000003A552D60 000044 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000003A552DA8 00009C (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000003A552E48 00003C (v01 ALWARE ALIENWRE 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000003A552E88 000038 (v01 ALWARE ALIENWRE 01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x000000003A552EC0 0003EF (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: LPIT 0x000000003A5532B0 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000003A553348 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000003A553590 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000003A556140 0004A3 (v02 INTEL  zpodd    00001000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x000000003A5565E8 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000003A556620 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000003A556678 00066C (v02 INTEL  xh_rvp11 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000003A556CE8 00395D (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: BOOT 0x000000003A55A648 000028 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SLIC 0x000000003A55A670 000176 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000003A55A7E8 0056B3 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x000000003A55FEA0 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: MSDM 0x000000003A55FEE8 000055 (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000003A55FF40 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: BGRT 0x000000003A560DB8 000038 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000003A560DF0 00009F (v02 SgRef  SgPeg    00001000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x000000003A560E90 0000A8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: UEFI 0x000000003A560F38 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.000000] ACPI: UEFI 0x000000003A561578 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.000000] ACPI: TPM2 0x000000003A5615D8 000034 (v03 DELL   Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: SSDT 0x000000003A561610 002C6A (v01 OptRef OptTabl  00001000 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004beffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4beffa000-0x4beffefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000004beffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000035c8cfff]
[    0.000000]   node   0: [mem 0x0000000035cd8000-0x000000003967cfff]
[    0.000000]   node   0: [mem 0x000000003b2fe000-0x000000003b2fefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000004beffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004beffffff]
[    0.000000] On node 0 totalpages: 4163023
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3609 pages used for memmap
[    0.000000]   DMA32 zone: 230963 pages, LIFO batch:31
[    0.000000]   Normal zone: 61376 pages used for memmap
[    0.000000]   Normal zone: 3928064 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    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: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x333b0000-0x333b0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x333cd000-0x333cdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x333ce000-0x333cefff]
[    0.000000] PM: Registered nosave memory: [mem 0x333de000-0x333defff]
[    0.000000] PM: Registered nosave memory: [mem 0x333df000-0x333dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x33418000-0x33418fff]
[    0.000000] PM: Registered nosave memory: [mem 0x35c8d000-0x35c8dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x35c8e000-0x35cd7fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3967d000-0x3a52cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3a52d000-0x3a564fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3a565000-0x3acecfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3aced000-0x3b2fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b2ff000-0x3b2fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b300000-0x3b3fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b400000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x3b400000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff8804bec00000 s103128 r8192 d32040 u262144
[    0.000000] pcpu-alloc: s103128 r8192 d32040 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4097953
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=fd15541c-151a-4f24-820b-c4601d92bb1b rootfstype=ext4 rw add_efi_memma
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16225980K/16652092K available (6130K kernel code, 1051K rwdata, 1912K rodata, 1256K init, 1036K bss, 426112K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:2048 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 5186.00 BogoMIPS (lpj=8640000)
[    0.000020] pid_max: default: 32768 minimum: 301
[    0.000026] ACPI: Core revision 20160422
[    0.037532] ACPI: 11 ACPI AML tables successfully acquired and loaded

[    0.038047] Security Framework initialized
[    0.038047] Yama: becoming mindful.
[    0.038627] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.040847] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.041799] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.041809] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.041998] CPU: Physical Processor ID: 0
[    0.041999] CPU: Processor Core ID: 0
[    0.042002] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.042002] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.042005] mce: CPU supports 10 MCE banks
[    0.042012] CPU0: Thermal monitoring enabled (TM1)
[    0.042026] process: using mwait in idle threads
[    0.042028] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.042028] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.042296] Freeing SMP alternatives memory: 24K (ffffffff81c42000 - ffffffff81c48000)
[    0.049187] ftrace: allocating 24331 entries in 96 pages
[    0.057207] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.057207] smpboot: Max logical packages: 2
[    0.057210] DMAR: Host address width 39
[    0.057211] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.057215] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.057216] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.057219] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.057220] DMAR: RMRR base: 0x0000003a297000 end: 0x0000003a2b6fff
[    0.057221] DMAR: RMRR base: 0x0000003b800000 end: 0x0000003fffffff
[    0.057222] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.057222] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.057223] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.058604] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.058604] x2apic enabled
[    0.058616] Switched APIC routing to cluster x2apic.
[    0.062729] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.095738] TSC deadline timer enabled
[    0.095744] smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.095746] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.095768] ... version:                4
[    0.095768] ... bit width:              48
[    0.095768] ... generic registers:      4
[    0.095769] ... value mask:             0000ffffffffffff
[    0.095769] ... max period:             0000ffffffffffff
[    0.095769] ... fixed-purpose events:   3
[    0.095770] ... event mask:             000000070000000f
[    0.119240] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.135824] x86: Booting SMP configuration:
[    0.135827] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.801441] x86: Booted up 1 node, 8 CPUs
[    0.801442] smpboot: Total of 8 processors activated (41496.23 BogoMIPS)
[    0.807313] devtmpfs: initialized
[    0.807367] x86/mm: Memory block size: 128MB
[    0.809509] PM: Registering ACPI NVS region [mem 0x35c8d000-0x35c8dfff] (4096 bytes)
[    0.809510] PM: Registering ACPI NVS region [mem 0x3a565000-0x3acecfff] (7897088 bytes)
[    0.809618] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.809663] pinctrl core: initialized pinctrl subsystem
[    0.809778] RTC time: 20:57:23, date: 11/20/16
[    0.809838] NET: Registered protocol family 16
[    0.823643] cpuidle: using governor ladder
[    0.843662] cpuidle: using governor menu
[    0.843730] Simple Boot Flag at 0x47 set to 0x1
[    0.843743] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.843744] ACPI: bus type PCI registered
[    0.843745] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.843793] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.843794] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.843802] PCI: Using configuration type 1 for base access
[    0.863770] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.863771] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.863932] ACPI: Added _OSI(Module Device)
[    0.863932] ACPI: Added _OSI(Processor Device)
[    0.863933] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.863933] ACPI: Added _OSI(Processor Aggregator Device)
[    0.865113] ACPI: Executed 27 blocks of module-level executable AML code
[    0.875281] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.880061] ACPI: Dynamic OEM Table Load:
[    0.880069] ACPI: SSDT 0xFFFF8804ABF90800 0005DC (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.880977] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.882324] ACPI: Dynamic OEM Table Load:
[    0.882328] ACPI: SSDT 0xFFFF8804ABF8D000 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.883592] ACPI: Dynamic OEM Table Load:
[    0.883596] ACPI: SSDT 0xFFFF8804ABF96000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.884592] ACPI: Dynamic OEM Table Load:
[    0.884595] ACPI: SSDT 0xFFFF8804AB860C00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.888886] ACPI : EC: EC started
[    0.889162] ACPI: Interpreter enabled
[    0.889195] ACPI: (supports S0 S3 S4 S5)
[    0.889196] ACPI: Using IOAPIC for interrupt routing
[    0.889223] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.891047] ACPI: Power Resource [PG00] (on)
[    0.904224] ACPI: Power Resource [WRST] (on)
[    0.904532] ACPI: Power Resource [WRST] (on)
[    0.904831] ACPI: Power Resource [WRST] (on)
[    0.905132] ACPI: Power Resource [WRST] (on)
[    0.905430] ACPI: Power Resource [WRST] (on)
[    0.905730] ACPI: Power Resource [WRST] (on)
[    0.906028] ACPI: Power Resource [WRST] (on)
[    0.906327] ACPI: Power Resource [WRST] (on)
[    0.906626] ACPI: Power Resource [WRST] (on)
[    0.906916] ACPI: Power Resource [WRST] (on)
[    0.907179] ACPI: Power Resource [WRST] (on)
[    0.907446] ACPI: Power Resource [WRST] (on)
[    0.907712] ACPI: Power Resource [WRST] (on)
[    0.907973] ACPI: Power Resource [WRST] (on)
[    0.908235] ACPI: Power Resource [WRST] (on)
[    0.908495] ACPI: Power Resource [WRST] (on)
[    0.908755] ACPI: Power Resource [WRST] (on)
[    0.909016] ACPI: Power Resource [WRST] (on)
[    0.909287] ACPI: Power Resource [WRST] (on)
[    0.909554] ACPI: Power Resource [WRST] (on)
[    0.916487] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.916490] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.916514] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.916927] PCI host bridge to bus 0000:00
[    0.916928] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.916929] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.916930] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.916930] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.916931] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.916932] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.916932] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.916933] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.916934] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.916934] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.916935] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.916937] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.916937] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.916938] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.916939] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.916939] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.916940] pci_bus 0000:00: root bus resource [mem 0x40000000-0xdfffffff window]
[    0.916941] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.916942] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.916947] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    0.917203] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.917232] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.917325] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.917353] pci 0000:00:01.2: [8086:1909] type 01 class 0x060400
[    0.917380] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.917465] pci 0000:00:01.2: System wakeup disabled by ACPI
[    0.917506] pci 0000:00:02.0: [8086:191b] type 00 class 0x038000
[    0.917512] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    0.917515] pci 0000:00:02.0: reg 0x18: [mem 0x70000000-0x7fffffff 64bit pref]
[    0.917518] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.917614] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.917621] pci 0000:00:04.0: reg 0x10: [mem 0xdd1a8000-0xdd1affff 64bit]
[    0.917783] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.917798] pci 0000:00:14.0: reg 0x10: [mem 0xdd190000-0xdd19ffff 64bit]
[    0.917854] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.917985] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.918013] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.918027] pci 0000:00:14.2: reg 0x10: [mem 0xdd1bb000-0xdd1bbfff 64bit]
[    0.918164] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.918182] pci 0000:00:16.0: reg 0x10: [mem 0xdd1ba000-0xdd1bafff 64bit]
[    0.918247] pci 0000:00:16.0: PME# supported from D3hot
[    0.918364] pci 0000:00:17.0: [8086:2822] type 00 class 0x010400
[    0.918376] pci 0000:00:17.0: reg 0x10: [mem 0xdd1a0000-0xdd1a7fff]
[    0.918382] pci 0000:00:17.0: reg 0x14: [mem 0xdd1b9000-0xdd1b90ff]
[    0.918387] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.918393] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.918399] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.918405] pci 0000:00:17.0: reg 0x24: [mem 0xdd100000-0xdd17ffff]
[    0.918438] pci 0000:00:17.0: PME# supported from D3hot
[    0.918547] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.918599] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.918688] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.918723] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.918771] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.918869] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.918896] pci 0000:00:1c.5: [8086:a115] type 01 class 0x060400
[    0.918944] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.919042] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.919078] pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
[    0.919266] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.919274] pci 0000:00:1f.2: reg 0x10: [mem 0xdd1b4000-0xdd1b7fff]
[    0.919403] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.919421] pci 0000:00:1f.3: reg 0x10: [mem 0xdd1b0000-0xdd1b3fff 64bit]
[    0.919444] pci 0000:00:1f.3: reg 0x20: [mem 0xdd180000-0xdd18ffff 64bit]
[    0.919485] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.919613] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.919645] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.919691] pci 0000:00:1f.4: reg 0x10: [mem 0xdd1b8000-0xdd1b80ff 64bit]
[    0.919760] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.919960] pci 0000:01:00.0: [10de:1c60] type 00 class 0x030000
[    0.919970] pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
[    0.919979] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.919987] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.919993] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.919999] pci 0000:01:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
[    0.920109] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.927136] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.927138] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.927140] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    0.927142] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.927172] pci 0000:00:01.2: PCI bridge to [bus 02-3a]
[    0.927175] pci 0000:00:01.2:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.927177] pci 0000:00:01.2:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.927267] acpiphp: Slot [1] registered
[    0.927271] pci 0000:00:1c.0: PCI bridge to [bus 3b]
[    0.927365] pci 0000:3c:00.0: [1969:e0a1] type 00 class 0x020000
[    0.927388] pci 0000:3c:00.0: reg 0x10: [mem 0xdd400000-0xdd43ffff 64bit]
[    0.927398] pci 0000:3c:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.927500] pci 0000:3c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.927572] pci 0000:3c:00.0: System wakeup disabled by ACPI
[    0.937146] pci 0000:00:1c.4: PCI bridge to [bus 3c]
[    0.937148] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.937151] pci 0000:00:1c.4:   bridge window [mem 0xdd400000-0xdd4fffff]
[    0.937345] pci 0000:3d:00.0: [168c:003e] type 00 class 0x028000
[    0.937466] pci 0000:3d:00.0: reg 0x10: [mem 0xdd200000-0xdd3fffff 64bit]
[    0.937973] pci 0000:3d:00.0: PME# supported from D0 D3hot D3cold
[    0.938204] pci 0000:3d:00.0: System wakeup disabled by ACPI
[    0.947203] pci 0000:00:1c.5: PCI bridge to [bus 3d]
[    0.947207] pci 0000:00:1c.5:   bridge window [mem 0xdd200000-0xdd3fffff]
[    0.955257] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.955299] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.955339] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.955379] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.955419] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.955458] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.955497] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.955537] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.955931] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.956162] ACPI : EC: EC stopped
[    0.956185] ACPI : EC: GPE = 0x14, I/O: command/status = 0x66, data = 0x62
[    0.956185] ACPI : EC: EC started
[    0.956554] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.956555] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.956555] vgaarb: loaded
[    0.956556] vgaarb: bridge control possible 0000:01:00.0
[    0.961833] PCI: Using ACPI for IRQ routing
[    0.983952] PCI: pci_cache_line_size set to 64 bytes
[    0.984092] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.984093] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.984093] e820: reserve RAM buffer [mem 0x333b0018-0x33ffffff]
[    0.984094] e820: reserve RAM buffer [mem 0x333ce018-0x33ffffff]
[    0.984095] e820: reserve RAM buffer [mem 0x333df018-0x33ffffff]
[    0.984095] e820: reserve RAM buffer [mem 0x35c8d000-0x37ffffff]
[    0.984096] e820: reserve RAM buffer [mem 0x3967d000-0x3bffffff]
[    0.984097] e820: reserve RAM buffer [mem 0x3b2ff000-0x3bffffff]
[    0.984098] e820: reserve RAM buffer [mem 0x4bf000000-0x4bfffffff]
[    0.984157] NetLabel: Initializing
[    0.984157] NetLabel:  domain hash size = 128
[    0.984158] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.984169] NetLabel:  unlabeled traffic allowed by default
[    0.984234] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.984237] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.986277] clocksource: Switched to clocksource hpet
[    0.990324] VFS: Disk quotas dquot_6.6.0
[    0.990371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.990416] pnp: PnP ACPI init
[    0.990609] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.990610] system 00:00: [io  0xffff] has been reserved
[    0.990611] system 00:00: [io  0xffff] has been reserved
[    0.990612] system 00:00: [io  0xffff] has been reserved
[    0.990613] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.990613] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.990615] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.990684] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.990685] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.990700] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.990726] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.990727] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.996364] pnp 00:04: Plug and Play ACPI device, IDs DLL0771 PNP0f03 (active)
[    0.996384] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.996571] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.996572] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.996573] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.996574] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.996576] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.996577] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.996578] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.996579] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.996580] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.996581] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.996583] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.996617] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.996618] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.996619] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.996620] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.996621] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.996622] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.996623] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.996624] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.996894] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.996896] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.997767] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.997768] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.997769] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.997770] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.998454] pnp: PnP ACPI: found 10 devices
[    1.006562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.006575] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 3b] add_size 1000
[    1.006576] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3b] add_size 200000 add_align 100000
[    1.006578] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 3b] add_size 200000 add_align 100000
[    1.006588] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.006589] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.006590] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.006591] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.006592] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.006592] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.006597] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
[    1.006605] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
[    1.006606] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.006608] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.006609] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    1.006611] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    1.006612] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    1.006614] pci 0000:00:01.2: PCI bridge to [bus 02-3a]
[    1.006616] pci 0000:00:01.2:   bridge window [mem 0xc4000000-0xda0fffff]
[    1.006618] pci 0000:00:01.2:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    1.006620] pci 0000:00:1c.0: PCI bridge to [bus 3b]
[    1.006621] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.006624] pci 0000:00:1c.0:   bridge window [mem 0x40000000-0x401fffff]
[    1.006626] pci 0000:00:1c.0:   bridge window [mem 0x40200000-0x403fffff 64bit pref]
[    1.006630] pci 0000:00:1c.4: PCI bridge to [bus 3c]
[    1.006631] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    1.006633] pci 0000:00:1c.4:   bridge window [mem 0xdd400000-0xdd4fffff]
[    1.006638] pci 0000:00:1c.5: PCI bridge to [bus 3d]
[    1.006640] pci 0000:00:1c.5:   bridge window [mem 0xdd200000-0xdd3fffff]
[    1.006645] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.006646] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.006646] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.006647] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    1.006648] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    1.006648] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    1.006649] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    1.006650] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    1.006651] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    1.006651] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    1.006652] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    1.006653] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    1.006653] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    1.006654] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    1.006655] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    1.006655] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    1.006656] pci_bus 0000:00: resource 20 [mem 0x40000000-0xdfffffff window]
[    1.006657] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[    1.006657] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    1.006658] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
[    1.006659] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    1.006660] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[    1.006660] pci_bus 0000:02: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    1.006661] pci_bus 0000:3b: resource 0 [io  0x2000-0x2fff]
[    1.006662] pci_bus 0000:3b: resource 1 [mem 0x40000000-0x401fffff]
[    1.006662] pci_bus 0000:3b: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
[    1.006663] pci_bus 0000:3c: resource 0 [io  0xd000-0xdfff]
[    1.006664] pci_bus 0000:3c: resource 1 [mem 0xdd400000-0xdd4fffff]
[    1.006664] pci_bus 0000:3d: resource 1 [mem 0xdd200000-0xdd3fffff]
[    1.006684] NET: Registered protocol family 2
[    1.006832] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.006974] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.007051] TCP: Hash tables configured (established 131072 bind 65536)
[    1.007068] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.007097] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.007142] NET: Registered protocol family 1
[    1.007332] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.007385] PCI: CLS 0 bytes, default 64
[    1.007409] Unpacking initramfs...
[    1.073542] Freeing initrd memory: 5572K (ffff880033419000 - ffff88003398a000)
[    1.073561] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.073562] software IO TLB [mem 0x2f3b0000-0x333b0000] (64MB) mapped at [ffff88002f3b0000-ffff8800333affff]
[    1.074158] Scanning for low memory corruption every 60 seconds
[    1.074389] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.074684] Initialise system trusted keyrings
[    1.075003] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.076090] zbud: loaded
[    1.077092] Key type asymmetric registered
[    1.077112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.077263] io scheduler noop registered
[    1.077263] io scheduler deadline registered
[    1.077282] io scheduler cfq registered (default)
[    1.077857] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.077860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.077868] efifb: probing for efifb
[    1.077876] efifb: framebuffer at 0xb0000000, using 23040k, total 23040k
[    1.077877] efifb: mode is 2560x1440x32, linelength=16384, pages=1
[    1.077877] efifb: scrolling: redraw
[    1.077878] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.087926] Console: switching to colour frame buffer device 320x90
[    1.097870] fb0: EFI VGA frame buffer device
[    1.097876] intel_idle: MWAIT substates: 0x11142120
[    1.097877] intel_idle: v0.4.1 model 0x5E
[    1.097879] intel_idle: state C8-SKL is disabled
[    1.097879] intel_idle: state C9-SKL is disabled
[    1.098124] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.098250] GHES: HEST is not enabled!
[    1.098292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.098687] Linux agpgart interface v0.103
[    1.099131] rtc_cmos 00:02: RTC can wake from S4
[    1.099506] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.099590] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.099594] intel_pstate: Intel P-state driver initializing
[    1.100060] intel_pstate: HWP enabled
[    1.100373] ledtrig-cpu: registered to indicate activity on CPUs
[    1.100700] NET: Registered protocol family 10
[    1.101041] NET: Registered protocol family 17
[    1.101242] microcode: sig=0x506e3, pf=0x20, revision=0x9e
[    1.101668] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.101924] registered taskstats version 1
[    1.101925] Loading compiled-in X.509 certificates
[    1.101949] zswap: loaded using pool lzo/zbud
[    1.104127]   Magic number: 8:100:1004
[    1.104159] system 00:06: hash matches
[    1.104223] memory memory43: hash matches
[    1.104489] rtc_cmos 00:02: setting system clock to 2016-11-20 20:57:23 UTC (1479675443)
[    1.104534] PM: Hibernation image not present or could not be loaded.
[    1.105424] Freeing unused kernel memory: 1256K (ffffffff81b08000 - ffffffff81c42000)
[    1.105424] Write protecting the kernel read-only data: 10240k
[    1.106202] Freeing unused kernel memory: 2044K (ffff880001601000 - ffff880001800000)
[    1.106687] Freeing unused kernel memory: 136K (ffff8800019de000 - ffff880001a00000)
[    1.112589] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    1.113937] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.113980] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.114681] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.114692] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.115952] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.115962] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.115965] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.116144] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.116151] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.144086] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.166999] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.167024] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.168901] SCSI subsystem initialized
[    1.168933] ACPI: bus type USB registered
[    1.168946] usbcore: registered new interface driver usbfs
[    1.168953] usbcore: registered new interface driver hub
[    1.169002] usbcore: registered new device driver usb
[    1.171578] libata version 3.00 loaded.
[    1.171607] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.171611] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.172926] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    1.172940] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.173334] hub 1-0:1.0: USB hub found
[    1.173362] hub 1-0:1.0: 16 ports detected
[    1.185780] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.185782] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.185959] hub 2-0:1.0: USB hub found
[    1.185969] hub 2-0:1.0: 10 ports detected
[    1.190315] usb: port power management may be unreliable
[    1.194906] ahci 0000:00:17.0: version 3.0
[    1.195108] ahci 0000:00:17.0: controller can't do SNTF, turning off CAP_SNTF
[    1.201874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.205650] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl RAID mode
[    1.205651] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.206273] scsi host0: ahci
[    1.206921] scsi host1: ahci
[    1.207261] scsi host2: ahci
[    1.207537] scsi host3: ahci
[    1.207607] ata1: DUMMY
[    1.207607] ata2: DUMMY
[    1.207609] ata3: SATA max UDMA/133 abar m524288@0xdd100000 port 0xdd100200 irq 125
[    1.207610] ata4: SATA max UDMA/133 abar m524288@0xdd100000 port 0xdd100280 irq 125
[    1.503061] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.516798] ata3: SATA link down (SStatus 4 SControl 300)
[    1.516830] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.518303] ata4.00: ATA-8: HGST HTS721010A9E630, JB0OA3W0, max UDMA/133
[    1.518308] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.519985] ata4.00: configured for UDMA/133
[    1.520677] scsi 3:0:0:0: Direct-Access     ATA      HGST HTS721010A9 A3W0 PQ: 0 ANSI: 5
[    1.562935] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.562939] sd 3:0:0:0: [sda] 4096-byte physical blocks
[    1.563336] sd 3:0:0:0: [sda] Write Protect is off
[    1.563340] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.563415] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.629909]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    1.631337] sd 3:0:0:0: [sda] Attached SCSI disk
[    1.639373] hidraw: raw HID events driver (C) Jiri Kosina
[    1.644264] usbcore: registered new interface driver usbhid
[    1.644266] usbhid: USB HID core driver
[    1.646989] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    1.746467] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    1.772699] input: Logitech TK820 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4102.0005/input/input2
[    1.772766] logitech-hidpp-device 0003:046D:4102.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech TK820] on usb-0000:00:14.0-2:2
[    1.776756] input: Logitech K520 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:2011.0006/input/input3
[    1.776818] logitech-hidpp-device 0003:046D:2011.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:14.0-2:3
[    1.780363] usbcore: registered new interface driver usb-storage
[    1.780722] input: Logitech K830 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:404C.0007/input/input4
[    1.780767] logitech-hidpp-device 0003:046D:404C.0007: input,hidraw3: USB HID v1.11 Keyboard [Logitech K830] on usb-0000:00:14.0-2:4
[    1.876409] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    2.007532] usb 1-4: config 1 interface 0 altsetting 0 has 2 endpoint descriptors, different from the interface descriptor's value: 1
[    2.013251] hid-generic 0003:187C:0530.0008: hiddev0,hidraw4: USB HID v1.01 Device [Alienware AW1517] on usb-0000:00:14.0-4/input0
[    2.089736] tsc: Refined TSC clocksource calibration: 2591.999 MHz
[    2.089753] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb5c6a11, max_idle_ns: 440795249002 ns
[    2.123078] usb 1-5: new full-speed USB device number 4 using xhci_hcd
[    2.423029] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[    2.631289] random: fast init done
[    2.803177] usb 1-9: new high-speed USB device number 6 using xhci_hcd
[    3.103637] clocksource: Switched to clocksource tsc
[    6.892998] input: Logitech M325 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:400A.0004/input/input5
[    6.893206] logitech-hidpp-device 0003:046D:400A.0004: input,hidraw5: USB HID v1.11 Mouse [Logitech M325] on usb-0000:00:14.0-2:1
[    7.545367] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    7.906564] random: crng init done
[    8.448109] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.530198] systemd[1]: systemd 231 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    8.530619] systemd[1]: Detected architecture x86-64.
[    8.544837] systemd[1]: Set hostname to <neutralzone>.
[    9.368351] systemd[1]: Created slice User and Session Slice.
[    9.368448] systemd[1]: Listening on Journal Socket.
[    9.368841] systemd[1]: Listening on Process Core Dump Socket.
[    9.368946] systemd[1]: Created slice System Slice.
[    9.383037] systemd[1]: Mounting POSIX Message Queue File System...
[    9.383852] systemd[1]: Mounting Debug File System...
[    9.384595] systemd[1]: Starting Remount Root and Kernel File Systems...
[    9.926394] EXT4-fs (sda7): re-mounted. Opts: data=ordered
[   11.888966] wmi: Mapper loaded
[   11.980347] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[   11.980390] tpm_crb: probe of MSFT0101:00 failed with error -16
[   12.016786] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C0D:00/input/input6
[   12.016809] ACPI: Lid Switch [LID0]
[   12.016848] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
[   12.016850] ACPI: Power Button [PWRB]
[   12.016875] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[   12.016876] ACPI: Power Button [PWRF]
[   12.164991] input: Intel HID events as /devices/platform/INT33D5:00/input/input9
[   12.305026] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[   12.330395] Bluetooth: Core ver 2.21
[   12.330408] NET: Registered protocol family 31
[   12.330409] Bluetooth: HCI device and connection manager initialized
[   12.330411] Bluetooth: HCI socket layer initialized
[   12.330414] Bluetooth: L2CAP socket layer initialized
[   12.330417] Bluetooth: SCO socket layer initialized
[   12.332341] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.332734] acpi device:0f: registered as cooling_device8
[   12.332800] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[   12.332819] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   12.332852] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[   12.450478] ACPI: AC Adapter [ACAD] (on-line)
[   12.450509] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   12.485828] Bluetooth: HCI UART driver ver 2.3
[   12.485829] Bluetooth: HCI UART protocol H4 registered
[   12.485830] Bluetooth: HCI UART protocol BCSP registered
[   12.485830] Bluetooth: HCI UART protocol LL registered
[   12.485831] Bluetooth: HCI UART protocol ATH3K registered
[   12.485831] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   12.485851] Bluetooth: HCI UART protocol Intel registered
[   12.485860] Bluetooth: HCI UART protocol BCM registered
[   12.485860] Bluetooth: HCI UART protocol QCA registered
[   12.485861] Bluetooth: HCI UART protocol AG6XX registered
[   12.524001] [drm] Initialized drm 1.1.0 20060810
[   12.568440] acpi device:13: registered as cooling_device9
[   12.568470] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input11
[   12.575300] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   12.575372] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   12.623027] ACPI: Battery Slot [BAT1] (battery present)
[   12.688294] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   12.729274] usbcore: registered new interface driver btusb
[   12.740873] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   12.740874] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   12.740875] RAPL PMU: hw unit of domain package 2^-14 Joules
[   12.740875] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   12.740876] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   12.740876] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   12.751352] i915 0000:00:02.0: enabling device (0000 -> 0003)
[   12.751754] [drm] Memory usable by graphics device = 4096M
[   12.751755] checking generic (b0000000 1680000) vs hw (70000000 10000000)
[   12.751755] [drm] Replacing VGA console driver
[   12.756302] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.756303] [drm] Driver supports precise vblank timestamp query.
[   12.918114] alx 0000:3c:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [18:db:f2:3c:08:53]
[   12.988791] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   13.035640] [drm] failed to retrieve link info, disabling eDP
[   13.037004] [drm] GuC firmware load skipped
[   13.038397] [drm] Initialized i915 1.6.0 20160711 for 0000:00:02.0 on minor 0
[   13.040788] i915 0000:00:02.0: No connectors reported connected with modes
[   13.040790] [drm] Cannot find any crtc or sizes - going 1024x768
[   13.040929] checking generic (b0000000 1680000) vs hw (70000000 10000000)
[   13.040961] i915 0000:00:02.0: fb1: inteldrmfb frame buffer device
[   13.288315] iTCO_vendor_support: vendor-support=0
[   13.334445] psmouse serio1: synaptics: queried max coordinates: x [..5668], y [..4756]
[   13.361704] psmouse serio1: synaptics: queried min coordinates: x [1274..], y [1098..]
[   13.379125] [drm] Finished loading i915/skl_dmc_ver1_26.bin (v1.26)
[   13.415903] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00/0x0, board id: 2417, fw id: 1365292
[   13.419254] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   13.447899] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   13.448059] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   13.448260] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   13.450943] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
[   13.541170] dell_wmi: Detected Dell WMI interface version 0
[   13.541307] input: Dell WMI hotkeys as /devices/virtual/input/input14
[   13.562857] systemd[1]: Created slice system-systemd\x2dbacklight.slice.
[   13.603329] systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
[   13.603611] systemd[1]: Reached target Bluetooth.
[   13.603669] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   13.603836] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[   13.604114] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops vgt_balloon_space [i915])
[   13.605863] systemd[1]: Starting Load/Save RF Kill Switch Status...
[   13.826410] AVX2 version of gcm_enc/dec engaged.
[   13.826413] AES CTR mode by8 optimization enabled
[   13.893675] mousedev: PS/2 mouse device common for all mice
[   13.922812] scsi host4: uas
[   13.922921] usbcore: registered new interface driver uas
[   13.924088] scsi 4:0:0:0: Direct-Access     Seagate  BUP Slim BL      0143 PQ: 0 ANSI: 6
[   13.990347] sd 4:0:0:0: [sdb] 1953525167 512-byte logical blocks: (1.00 TB/932 GiB)
[   13.991451] sd 4:0:0:0: [sdb] Write Protect is off
[   13.991455] sd 4:0:0:0: [sdb] Mode Sense: 2b 00 10 08
[   13.992302] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   14.003380] ath10k_pci 0000:3d:00.0: enabling device (0000 -> 0002)
[   14.004655] ath10k_pci 0000:3d:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   14.015135] media: Linux media interface: v0.10
[   14.057000] Linux video capture interface: v2.00
[   14.170926] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3266: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   14.170930] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   14.170933] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   14.170936] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   14.170938] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   14.170940] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
[   14.170943] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   14.280446] ath10k_pci 0000:3d:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:3d:00.0.bin failed with error -2
[   14.280474] ath10k_pci 0000:3d:00.0: Direct firmware load for ath10k/cal-pci-0000:3d:00.0.bin failed with error -2
[   14.281294] ath10k_pci 0000:3d:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[   14.281298] ath10k_pci 0000:3d:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
[   14.300401] ath10k_pci 0000:3d:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[   14.300406] ath10k_pci 0000:3d:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[   14.301850] ath10k_pci 0000:3d:00.0: firmware ver WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad crc32 75dee6c5
[   14.313789] systemd[1]: Started Load/Save RF Kill Switch Status.
[   14.324919]  sdb: sdb1
[   14.331040] systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
[   14.344452] sd 4:0:0:0: [sdb] Attached SCSI disk
[   14.356531] [drm] RC6 on
[   14.397923] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   14.398543] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   14.398577] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   14.398609] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   14.398641] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   14.398672] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   14.414291] ath10k_pci 0000:3d:00.0: board_file api 2 bmi_id N/A crc32 6fc88fe7
[   14.600938] uvcvideo: Found UVC 1.00 device Integrated_Webcam_FHD (0c45:6708)
[   14.640951] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
[   14.640967] uvcvideo 1-7:1.0: Entity type for entity Extension 3 was not initialized!
[   14.640969] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
[   14.640969] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
[   14.641031] input: Integrated_Webcam_FHD as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input21
[   14.641068] usbcore: registered new interface driver uvcvideo
[   14.641069] USB Video Class driver (1.1.1)
[   14.679881] intel_rapl: Found RAPL domain package
[   14.679883] intel_rapl: Found RAPL domain core
[   14.679885] intel_rapl: Found RAPL domain uncore
[   14.679887] intel_rapl: Found RAPL domain dram
[   14.840389] alx 0000:3c:00.0 enp60s0: renamed from eth0
[   14.862624] systemd[1]: Reached target Sound Card.
[   15.005530] nvidia: loading out-of-tree module taints kernel.
[   15.005534] nvidia: module license 'NVIDIA' taints kernel.
[   15.005535] Disabling lock debugging due to kernel taint
[   15.011475] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   15.011530] nvidia-nvlink: Nvlink Core is being initialized, major device number 242
[   15.011538] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  375.20  Tue Nov 15 16:49:10 PST 2016 (using threaded interrupts)
[   15.406088] systemd[1]: Found device HGST_HTS721010A9E630 6.
[   15.406185] systemd[1]: Found device HGST_HTS721010A9E630 6.
[   15.512294] Adding 4194300k swap on /dev/sda6.  Priority:-1 extents:1 across:4194300k FS
[   15.549800] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  375.20  Tue Nov 15 16:43:27 PST 2016
[   15.555499] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   16.157712] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   16.345730] systemd-journald[189]: Received request to flush runtime journal from PID 1
[   16.532313] ath10k_pci 0000:3d:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   16.609165] ath: EEPROM regdomain: 0x69
[   16.609167] ath: EEPROM indicates we should expect a direct regpair map
[   16.609170] ath: Country alpha2 being used: 00
[   16.609171] ath: Regpair used: 0x69
[   16.930647] ath10k_pci 0000:3d:00.0 wlp61s0: renamed from wlan0
[   20.263311] IPv6: ADDRCONF(NETDEV_UP): enp60s0: link is not ready
[   20.266497] IPv6: ADDRCONF(NETDEV_UP): enp60s0: link is not ready
[   20.276400] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[   22.542806] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[   24.894017] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[   25.500362] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[   29.996909] IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not ready
[   34.518312] wlp61s0: authenticate with 18:64:72:21:06:12
[   34.554949] wlp61s0: send auth to 18:64:72:21:06:12 (try 1/3)
[   34.560695] wlp61s0: authenticated
[   34.569601] wlp61s0: associate with 18:64:72:21:06:12 (try 1/3)
[   34.571669] wlp61s0: RX AssocResp from 18:64:72:21:06:12 (capab=0x11 status=0 aid=4)
[   34.574521] wlp61s0: associated
[   34.574527] IPv6: ADDRCONF(NETDEV_CHANGE): wlp61s0: link becomes ready
[   34.689041] wlp61s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 18:64:72:21:06:12
[   87.036080] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.036324] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.036484] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.036632] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.036773] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.036933] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.037077] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459379] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459434] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459501] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459552] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459657] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459699] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459740] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459782] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459822] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459875] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459915] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459955] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.459994] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.460034] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.460074] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.460114] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.460156] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.517767] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.693569] nvidia-modeset: Allocated GPU:0 (GPU-4d3c405f-f807-8cbc-4542-0afe5e445402) @ PCI:0000:01:00.0
[   87.694916] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.695107] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.695258] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   87.695370] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[   91.732815] fuse init (API version 7.25)
[  110.772360] ntfs: driver 2.1.32 [Flags: R/W MODULE].
[  111.153027] ntfs: volume version 3.1.
[  111.153032] ntfs: (device sdb1): load_system_files(): Volume is dirty.  Mounting read-only.  Run chkdsk and mount in Windows.
[  121.803082] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  121.803088] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  121.815704] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  121.815710] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  122.461771] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  122.461773] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  122.475844] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  122.475846] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  122.942973] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  122.942978] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  122.955771] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  122.955777] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  123.219178] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  123.219182] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  123.231947] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  123.231950] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  123.471305] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  123.471310] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  123.484030] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  123.484035] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  167.032789] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  167.032795] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  167.045390] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  167.045396] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  175.602424] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  175.602430] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  175.615190] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  175.615196] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  176.575347] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  176.575353] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  176.588697] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  176.588703] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  176.866981] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  176.866986] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  176.879715] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  176.879720] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.086906] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  177.086912] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.096727] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  177.096733] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.280927] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  177.280933] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.291926] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  177.291932] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.479115] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  177.479117] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.491853] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  177.491855] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.679907] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  177.679913] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.692537] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  177.692543] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.870799] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  177.870807] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  177.881847] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  177.881853] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  178.070554] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  178.070562] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  178.083311] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  178.083318] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  505.377753] nvidia-modeset: Freed GPU:0 (GPU-4d3c405f-f807-8cbc-4542-0afe5e445402) @ PCI:0000:01:00.0
[  507.771964] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  507.772042] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  507.772095] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  507.772145] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  507.772203] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  507.772265] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  507.772315] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090170] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090224] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090267] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090307] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090348] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090387] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090427] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090467] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090506] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090546] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090585] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090624] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090664] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090704] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090744] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090783] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.090825] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.115156] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  508.302465] nvidia-modeset: Allocated GPU:0 (GPU-4d3c405f-f807-8cbc-4542-0afe5e445402) @ PCI:0000:01:00.0
[  591.805714] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  591.805720] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  591.816819] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  591.816825] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.028056] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  592.028060] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.040924] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  592.040929] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.220504] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  592.220512] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.230833] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  592.230837] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.418111] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  592.418117] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.429233] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  592.429239] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.611917] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  592.611923] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.623822] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  592.623828] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.795737] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  592.795742] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  592.808490] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  592.808496] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  593.184100] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  593.184105] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.193452] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  593.193457] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.399257] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  593.399263] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.412403] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  593.412409] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.567746] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  593.567752] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.578724] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  593.578730] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.756800] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  593.756805] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.768037] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  593.768043] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.943205] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  593.943210] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  593.952033] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  593.952039] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  594.149666] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  594.149672] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  594.160586] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  594.160592] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  594.355377] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  594.355383] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  594.368068] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  594.368074] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  594.539300] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  594.539306] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  594.548647] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  594.548653] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  594.747880] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  594.747888] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  594.758399] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  594.758406] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  595.846877] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  595.846883] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  595.857979] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  595.857985] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  596.187257] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  596.187263] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  596.190581] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  596.190586] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.

lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 2104:010a  
Bus 001 Device 005: ID 0c45:6708 Microdia 
Bus 001 Device 004: ID 0cf3:e301 Atheros Communications, Inc. 
Bus 001 Device 003: ID 187c:0530 Alienware Corporation 
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Last edited by darkmav (2016-11-20 21:17:26)

Offline

#3 2016-11-27 15:25:10

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

After a detailed chat with Alienware Technical Support, I was told that since I have a GSYNC panel, the system always uses only the NVIDIA graphics card and not the Intel graphics card. However, they also confirmed that the BIOS cannot be used to disable the Intel graphics card.
This is a QHD GSYNC screen, one of the 3 options available with new Alienware systems (the other being FHD and 4K, and both of those are non GSYNC panels I think).

This is consistent with what is mentioned at this post about how to determine which card is the active card.

$ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106M [GeForce GTX 1060] [10de:1c60] (rev a1) (prog-if 00 [VGA controller])
$ glxinfo|egrep "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 1060/PCIe/SSE2

So I think the problem reduces to finding a way to control brightness for the NVIDIA graphics card. Does GSYNC pose any special issues for Linux which I need to be aware of? Also, does the Intel card have to be masked?

I'm unable to use Linux for long periods of time, because of the brightness of the screen. So I'd appreciate if anyone has any inputs to offer -- thanks in advance!

Offline

#4 2016-12-01 00:33:07

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

First of all, I unfortunately do not have a solution to any of your problems, particularly the brightness setting. I think I have the exact same laptop you do (Alienware 17 R4 with the Nvidia GTX 1060 GPU and the 2560x1440 120Hz G-sync display), but I am using Gentoo rather than Archlinux (Sorry! My BBS account is from around 2008 though, so I'm an old-time Arch user!).  I stumbled upon this thread while looking for an explanation for a weird warning in my dmesg output which you also see:

ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)

Just as in your case, this is printed many times over exactly verbatim during boot. I also found that dmesg prints a warning when FN+F9 and F+F10 are pressed (brightness down/up):

[Nov30 18:10] atkbd serio0: Unknown key pressed (translated set 2, code 0x85 on isa0060/serio0).
[  +0.000004] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  +0.010719] atkbd serio0: Unknown key released (translated set 2, code 0x85 on isa0060/serio0).
[  +0.000007] atkbd serio0: Use 'setkeycodes e005 <keycode>' to make it known.
[  +0.393660] atkbd serio0: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
[  +0.000020] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.
[  +0.012662] atkbd serio0: Unknown key released (translated set 2, code 0x86 on isa0060/serio0).
[  +0.000006] atkbd serio0: Use 'setkeycodes e006 <keycode>' to make it known.

I experience the same thing you do, which is that FN+F9/FN+F10 brings up an OSD brightness indicator which reacts appropriately to the keys pressed, but nothing actually changes about the screen. I suspect these things are all related. I'm not too experienced with ACPI configuration, so I don't know exactly where to go next.

Also, I'm curious if you managed to get suspend working. It took me quite a long time, but eventually I figured out that you need to disable Legacy Option ROMs in the BIOS boot menu. If you are booting in BIOS mode, rather than EFI mode, this might not be a problem.

Finally, do you know how to disable the LEDs around the laptop perimeter and under the keyboard? I found something called AlienFX Lite, but it doesn't seem to work for this device (I get "Device unknown: no controller available").

I'll let you know if I find anything else out, and hope you do the same!

Offline

#5 2016-12-01 04:18:51

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

plus_M wrote:

Also, I'm curious if you managed to get suspend working. It took me quite a long time, but eventually I figured out that you need to disable Legacy Option ROMs in the BIOS boot menu. If you are booting in BIOS mode, rather than EFI mode, this might not be a problem.

I am going to try suspend and let you know if it works. I have never had this issue because I usually prefer shutting the system down in Linux, and restoring tabs or other stuff manually on the next reboot. I am booting in EFI mode but with Secure Boot disabled. With Secure Boot enabled, I can't boot into Linux. By the way, I am using efibootmgr and not Refind.

plus_M wrote:

Finally, do you know how to disable the LEDs around the laptop perimeter and under the keyboard? I found something called AlienFX Lite, but it doesn't seem to work for this device (I get "Device unknown: no controller available").

Unfortunately I do not have a solution to that yet. I boot into Windows, and disable Alienware lights using the software Dell provides with Windows for this purpose. And then on the next reboot, the lights remain switched off. I am sorry this solution sounds silly, especially if you have gotten rid of Windows altogether.

plus_M wrote:

I'll let you know if I find anything else out, and hope you do the same!

Absolutely, I plan to use this thread to log my experiences, and I encourage you to do the same! It was nice meeting you.

So finally, are you unable to change brightness in Gentoo?

Offline

#6 2016-12-01 14:15:29

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

darkmav wrote:

So finally, are you unable to change brightness in Gentoo?

Correct, I cannot change the screen brightness. I can *disable* the screen backlight with "xset dpms force off", but there is no in-between. I did notice that /sys/class/backlight/ has two entries, acpi_video0 and acpi_video1, but changing the brightness value in either doesn't affect the actual screen brightness.

Offline

#7 2016-12-01 14:25:13

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

plus_M wrote:

Correct, I cannot change the screen brightness. I can *disable* the screen backlight with "xset dpms force off", but there is no in-between. I did notice that /sys/class/backlight/ has two entries, acpi_video0 and acpi_video1, but changing the brightness value in either doesn't affect the actual screen brightness.

Ok, I have to try this. It is true that acpi_video0 and acpi_video1 are the two entries, and I unsuccessfully tried to mask one of them. I am sure I did not do it correctly, but as I had to use this laptop for research (I'm not actually a gamer, but a grad student) I was lazy to try it a second time. However, having now "mastered" the art of reinstalling both the OEM Windows as well as Arch Linux, I will not mind taking another plunge to figure out the masking process and give it another shot.

Specifically I'm referring to https://wiki.archlinux.org/index.php/ba … ht_service, the sentence that reads

Some laptops have multiple video cards (e.g. Optimus) and the backlight restoration fails. Try masking an instance of the service, e.g. systemd-backlight@backlight\:acpi_video1 for acpi_video1.

Offline

#8 2016-12-01 15:57:37

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

Incidentally, I am also a graduate student who is using this laptop for research, though hopefully this time next year I'll have a real job smile. I will try your masking suggestion this evening when I get home. However, since this device supports G-sync, I do not believe the Intel GPU is actually enabled (G-SYNC does not work with Optimus). I personally still have a dual boot environment (hopefully once Aspyr ports Civ 6 to Linux I won't have a good reason to reboot into Windows anymore), so I will also try what you suggested about disabling the LEDs in AlienFX in Windows as well.

Offline

#9 2016-12-01 16:46:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,431

Re: Alienware 17 R4 (2016) - No brightness control!

I haven't yet seen it mentioned but there's this AUR package and googling reveals the following Xorg option to be added to the nvidia device definition

Option  "RegistryDwords"  "EnableBrightnessControl=1"

, have you tried any of these?

Online

#10 2016-12-01 16:48:11

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

V1del wrote:

I haven't yet seen it mentioned but there's this AUR package and googling reveals the following Xorg option to be added to the nvidia device definition

Option  "RegistryDwords"  "EnableBrightnessControl=1"

, have you tried any of these?

Hi V1del, thanks for your reply. They didn't work for me, but do you suggest their concurrent use with some kernel parameters in the efibootmgr loader file?

plus_M wrote:

Also, I'm curious if you managed to get suspend working. It took me quite a long time, but eventually I figured out that you need to disable Legacy Option ROMs in the BIOS boot menu. If you are booting in BIOS mode, rather than EFI mode, this might not be a problem.

So I just tried suspend. If you mean pressing the power button gently once, waiting for the system to "sleep", and then switching it back on, some observations appear below.

After un-suspending,

(0) Resumption was very quick (and I don't have an SSD, just to be sure).
(1) Typing in Chrome and a Terminal window is slow.
(2) I don't see the mouse cursor anymore.
(3) There is some flicker in the screen, which I never experienced before.
(4) Alt+Tab introduces further flicker while switching between applications.
(5) There are a whole bunch of NVRM Xid messages in dmesg, which I haven't deciphered so far.

(I had to reboot the computer because I had trouble submitting this forum post, due to my inability to spot a cursor or mouse pointer on the screen. Luckily I had saved it in a text editor.)

-----------------------------------------

(EDIT): I've pasted my xorg.conf, and my arch loader file (for efibootmgr).

/etc/X11/xorg.conf

Section "ServerLayout"
	Identifier "layout"
	Screen 0 "nvidia"
	#Inactive "intel"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	BusID "PCI:1:0:0"
	Option "ConstrainCursor" "0"
	#Option "nvidiaXineramaInfoOverride" "2560x1440+0, 2560x1440+0"
        [b]Option "RegistryDwords" "EnableBrightnessControl=1"[/b]
EndSection

Section "Screen"
	Identifier "nvidia"
	Device "nvidia"
	Option "AllowEmptyInitialConfiguration" "Yes"
	Option "ConnectedMonitor" "CRT-0"
	Option "CustomEDID" "CRT-0:/sys/class/drm/card0-LVDS-1/edid"
	Option "IgnoreEDID" "false"
	Option "UseEDID" "true"
EndSection

Section "Device"
	Identifier "intel"
	Driver "modesetting"
	BusID "PCI:0:2:0"
	Option "AccelMethod" "sna"
EndSection

Section "Screen"
	Identifier "intel"
	Device "intel"
EndSection

/boot/loader/entries/arch.conf

title   Arch Linux
linux   /vmlinuz-linux
initrd  /initramfs-linux.img
options root=PARTUUID=fd15541c-151a-4f24-820b-c4601d92bb1b rootfstype=ext4 rw add_efi_memma acpi_os=Linux i915.preliminary_hw_support=1

Last edited by darkmav (2016-12-01 20:01:10)

Offline

#11 2016-12-03 21:15:39

wytrych
Member
Registered: 2016-12-03
Posts: 5

Re: Alienware 17 R4 (2016) - No brightness control!

I have the same issue. Asus ROG GL752 with Nvidia 965M. The Intel graphics card is factory disabled. Have tried all the above with no results.

Offline

#12 2016-12-03 22:01:39

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

wytrych wrote:

I have the same issue. Asus ROG GL752 with Nvidia 965M. The Intel graphics card is factory disabled. Have tried all the above with no results.

Welcome to the club! It seems like GSYNC-enabled laptops have the Intel card but it is factory disabled, as you say. I don't understand why they couldn't just work with the manufacturers and have the Intel card removed altogether, to save us the trouble of finding software workarounds. I'm guessing that the Intel chip is receiving power, because it is recognized by both Windows as well as Linux.

Anyway for now it seems like "masking" one of acpi_video0 or acpi_video1 might help -- I have had no success with it because I ended up accidentally masking both, which I couldn't repair until my next Arch Linux reinstall. So if you do it, do it at your own risk. And please do post your experiences here! Thanks.

Offline

#13 2016-12-04 01:52:04

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

darkmav wrote:

I don't understand why they couldn't just work with the manufacturers and have the Intel card removed altogether, to save us the trouble of finding software workarounds.

These are not discrete video cards that connect to a PCI-E port or are soldered to the motherboard, they are part of the actual CPU (see the ARK page on the i7 6700 we have, scroll down to "Graphics Specifications"). The Intel graphics hardware cannot be removed as such.

Offline

#14 2016-12-04 01:55:06

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

plus_M wrote:
darkmav wrote:

I don't understand why they couldn't just work with the manufacturers and have the Intel card removed altogether, to save us the trouble of finding software workarounds.

These are not discrete video cards that connect to a PCI-E port or are soldered to the motherboard, they are part of the actual CPU (see the ARK page on the i7 6700 we have, scroll down to "Graphics Specifications"). The Intel graphics hardware cannot be removed as such.

I'm aware of that, but they can certainly provide an option in the BIOS to disable it -- which is what I referred to earlier. Dell told me that at this point, they do not provide a BIOS update that would let you do that. If the device is disabled in the BIOS, it may not pose a problem.

I think the way out for us might be to figure out a safe way to mask acpi_video0 (if that is Intel for you). Did you try this?

Offline

#15 2016-12-04 02:14:12

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

darkmav wrote:

I think the way out for us might be to figure out a safe way to mask acpi_video0 (if that is Intel for you). Did you try this?

Masking acpi_video0 is a systemd thing. If messing with the entries in /sys/class/backlight manually doesn't do anything, then masking the devices in systemd isn't going to do anything either. I believe ultimately the issue is that the kernel doesn't know how to talk to the backlight power control. This is supported by the fact that /proc/acpid is almost empty for me (only a folder called "button" and an empty file called "wakeup"). Either I'm missing a necessary driver somewhere, or the code doesn't yet exist to control the backlight on these laptops from linux.

Offline

#16 2016-12-04 02:17:50

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

plus_M wrote:
darkmav wrote:

I think the way out for us might be to figure out a safe way to mask acpi_video0 (if that is Intel for you). Did you try this?

Masking acpi_video0 is a systemd thing. If messing with the entries in /sys/class/backlight manually doesn't do anything, then masking the devices in systemd isn't going to do anything either. I believe ultimately the issue is that the kernel doesn't know how to talk to the backlight power control. This is supported by the fact that /proc/acpid is almost empty for me (only a folder called "button" and an empty file called "wakeup"). Either I'm missing a necessary driver somewhere, or the code doesn't yet exist to control the backlight on these laptops from linux.

I haven't had much time to think about this, or try a lot of things as I've been busy working on a draft. However, there was a suggestion to try nvidia-bl (which does nothing for me). And also, some people with other laptops on other forums have had success with masking. Its just that I did it incorrectly one time and I couldn't figure out how to "unmask" the device, so I'd like to understand this better before doing it again.

How are you using the laptop in Linux for long intervals when you don't have brightness control?

Offline

#17 2016-12-04 02:43:59

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

darkmav wrote:

How are you using the laptop in Linux for long intervals when you don't have brightness control?

I haven't yet started using this PC at work, I had to buy a bigger backpack first smile. The plan is to start using it on Monday. However, the bright screen does not bother me. I typically keep my displays at full brightness anyway. I can imagine full brightness being annoying if you are using the computer in a dark room, but I always work in a well-lit area.

The things that *are* bothering me at the moment are:

1) The keyboard and case LEDs seem to turn back on even after I've enabled "dark mode" in Windows. I don't know what triggers them to turn back on. I would like to be able to control the LEDs from Linux.
2) Suspend is still very buggy. Upon waking from suspend, things *seem* to work, but there are graphical glitches and eventually my cursor disappears. Restarting X seems to fix this problem.
3) SDDM does not work at all. It is basically a black screen that periodically blinks into and back out of existence. I can still type my password and log in, but it is very difficult to e.g. switch users or sessions.
4) My refresh rate never goes above 60 FPS. The built-in FPS counter indicates that the rate never goes about 60FPS despite all configurations (in KScreen, nvidia-settings, and /etc/X11/xorg.conf.d) setting the refresh rate to 120Hz. glxgears also indicates that it is operating at 120Hz, but I don't believe it. Scrolling is significantly more jittery than it is in Windows. I need to test some other desktop environments to see if this is a problem with Plasma 5 or the Nvidia driver. This is corrected by adding "MaxFPS=120" into the "[Compositor]" section of kwinrc.

There are probably more issues I'm having that I can't think of at the moment. I will try using Linux on this laptop at work on Monday, and hopefully I can get by despite all these issues, but if I cannot I will likely have to start using Windows instead.

Last edited by plus_M (2016-12-04 03:06:43)

Offline

#18 2016-12-04 03:28:05

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

plus_M wrote:
darkmav wrote:

How are you using the laptop in Linux for long intervals when you don't have brightness control?

I haven't yet started using this PC at work, I had to buy a bigger backpack first smile.

The 18" backpack should work, although I've mostly been lugging it to work and back in my current backpack. Dell has done a particularly bad job of marketing its accessories with the new Alienwares, and there's not much documentation at this time about what is compatible with or meant for what.

plus_M wrote:

The plan is to start using it on Monday. However, the bright screen does not bother me. I typically keep my displays at full brightness anyway. I can imagine full brightness being annoying if you are using the computer in a dark room, but I always work in a well-lit area.

Ok, I usually work at low brightness settings for some reason -- it causes eye strain otherwise, and moreover I get more battery life at low brightness. Anyhow, since I work for long stretches of time on the laptop, I do prefer its brightness to be controllable.

plus_M wrote:

The things that *are* bothering me at the moment are:

1) The keyboard and case LEDs seem to turn back on even after I've enabled "dark mode" in Windows. I don't know what triggers them to turn back on. I would like to be able to control the LEDs from Linux.

To be honest, controlling the LEDs from within Linux is a low priority for me, and I've never had a problem with the lights after I've switched them off in Windows. So I don't know what to say except to offer the possibly useless advice to update the BIOS from the Dell website, though I think you'd have tried that already.

plus_M wrote:

2) Suspend is still very buggy. Upon waking from suspend, things *seem* to work, but there are graphical glitches and eventually my cursor disappears. Restarting X seems to fix this problem.

This is a known issue in Arch. But why do you need to suspend in the first place? If you have tabs in a web browser like Chrome, they can all be restored. For other work, its usually faster to boot up a new session of X, clear the cache memory and increase the longevity of the battery too; unless of course, you want to have the quick resumption functionality of an ultrabook.

plus_M wrote:

3) SDDM does not work at all. It is basically a black screen that periodically blinks into and back out of existence. I can still type my password and log in, but it is very difficult to e.g. switch users or sessions.

Again, if you don't mind me asking, why do you need SDDM at all? Why not just boot into the console mode, and run startx? This will be helpful if your X configuration ever gets messed up, or if you just don't want to work in the GUI (as happens for me sometimes). As for the issue itself, this is also a known problem with some fixes. I trust you've seen different posts on the forum about this (e.g. something related is post #7 here.)

Last edited by darkmav (2016-12-04 03:33:25)

Offline

#19 2016-12-05 19:45:45

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

I've been using this laptop at work for about 4 hours now, and I can see how the brightness is a little intense. It is noticeably brighter than my secondary display (an old Dell U2211H). If able, I would like to lower the brightness a smidgen to make the two displays approximately as bright as one another.

With regard to the LEDs, this is what I've found: After disabling the LEDs in Windows, I can safely reboot or shutdown and start up Linux, and the LEDs will be disabled. From within Linux, I can restart and the LEDs will remain disabled. However, once I've booted into Linux, I cannot *shut down* the machine, otherwise the LEDs will turn back on when I start up again. I managed to lower the LED intensity to their lowest level, and this is seeming to be maintained, but I would still like to disable them from within Linux if possible.

darkmav wrote:

But why do you need to suspend in the first place?

I find this to be somewhat of an absurd question. I need suspend because it is an important part of my workflow. As a graduate researcher, I typically have many application windows open (spreadsheets, virtual machines, several Konsole windows connecting to various computing clusters, many Okular instances, Mendeley, Evolution, etc...), and while I have noticed that Plasma 5 seems to attempt to restore all my open applications approximately where they were, it does not succeed in fully replicated my desktop across sessions for the majority of applications. Yes, of course, my browser tabs are kept the way they are, but that is a bare minimum necessity for me.

darkmav wrote:

Again, if you don't mind me asking, why do you need SDDM at all?

Again, I find this to be somewhat of an absurd question. Yes, I *can* log into a vtty and type startx... but why? What if I want to log into a different session? What do I do if someone else wants to use my computer? SDDM should "just work" and it adds a lot of UX value.

darkmav wrote:

I trust you've seen different posts on the forum about this (e.g. something related is post #7 here.)

This is not the issue I am experiencing. Delaying the launch of SDDM does not change the black flickering screen issue.

Anyway, I have a few more observations: If I leave my PC idle until the display is turned off automatically (which works), upon moving the mouse, the display backlight is completely off, but the screen is on. I can only just barely tell that the screen is displaying anything under a bright light, but it is definitely working. Switching to a VTTY and back to X11 fixes that issue. It seems that there is some amount of backlight control available, even though we cannot fine tune the brightness. The backlight can be manually disabled with the command "xset dpms force off" (courtesy the Arch wiki page on Backlight), and moving the mouse re-enables it.

I've noticed a couple other issues which I think might be related. First, in "nvidia-settings", under "X Screen 0" -> "OpenGL Settings", if you check the box labeled "Enable G-SYNC Visual Indicator" and restart X11, there is faint blocky text saying "NORMAL" (I think, I've disabled it now and I don't remember exactly what it says) in the upper right corner. This text seems to flicker when the screen content changes. This is the same kind of flickering I observe in the FPS Counter (in System Settings, under Desktop Behavior -> Desktop Effects). Furthermore, I observed this kind of flickering when attempting to play Civilization 6 in Steam streaming from my desktop PC running windows (still no Civ 6 for Linux yet sad). In that case, the game streaming seemed to work perfectly, *except* that the screen would erratically flicker to black. This is a *different* kind of flickering from what I'm seeing in SDDM, in that it is a constant flicker and the screen spends the majority of its time working correctly  (whereas in SDDM, the flicker only occurs when moving the mouse over UI elements, and the screen spends the majority of its time black). The three kinds of flickering (nvidia-settings G-SYNC indicator, Plasma 5 FPS monitor, and Steam game streaming) all look very similar, and I suspect they are related to one another.

Based on all this, my hypothesis continues to be that the proprietary Nvidia driver for Linux is not behaving correctly. I will likely post something about these issues on the Nvidia developers forum, since there doesn't seem to be any discussion about the exact issues we are experiencing (which I believe are unique to our G-sync-capable systems).

Edit: One other thing I forgot to mention is that I would like to get Wayland to work. I've used Plasma 5 with Wayland for quite a while in a virtual machine, and it seems very stable and usable. I believe Wayland would also allow me to use different DPIs for my two different monitors (currently everything is HUGE on my 22" 1080p secondary monitor, since I cranked DPI up to 168). I realize that Wayland on Nvidia's proprietary drivers is not well supported, so once again the main stumbling block is the Nvidia drivers. Currently, attempting to launch a Wayland Plasma session results in a black screen, followed by the SDDM login screen re-appearing. I might be able to figure out what exactly is happening by looking into the logs, but I strongly suspect it is a failure of the Nvidia driver and there's nothing I can do about it.

Last edited by plus_M (2016-12-05 19:49:19)

Offline

#20 2016-12-05 20:12:25

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

plus_M wrote:

With regard to the LEDs, this is what I've found: After disabling the LEDs in Windows, I can safely reboot or shutdown and start up Linux, and the LEDs will be disabled. From within Linux, I can restart and the LEDs will remain disabled. However, once I've booted into Linux, I cannot *shut down* the machine, otherwise the LEDs will turn back on when I start up again. I managed to lower the LED intensity to their lowest level, and this is seeming to be maintained, but I would still like to disable them from within Linux if possible.

I haven't faced this problem so far. By the way, I noticed and installed a BIOS update yesterday. It hasn't affected the lack of brightness control for me at least.

plus_M wrote:
darkmav wrote:

But why do you need to suspend in the first place?

I find this to be somewhat of an absurd question. I need suspend because it is an important part of my workflow. As a graduate researcher, I typically have many application windows open (spreadsheets, virtual machines, several Konsole windows connecting to various computing clusters, many Okular instances, Mendeley, Evolution, etc...), and while I have noticed that Plasma 5 seems to attempt to restore all my open applications approximately where they were, it does not succeed in fully replicated my desktop across sessions for the majority of applications. Yes, of course, my browser tabs are kept the way they are, but that is a bare minimum necessity for me.

darkmav wrote:

Again, if you don't mind me asking, why do you need SDDM at all?

Again, I find this to be somewhat of an absurd question. Yes, I *can* log into a vtty and type startx... but why? What if I want to log into a different session? What do I do if someone else wants to use my computer? SDDM should "just work" and it adds a lot of UX value.

I am sorry that you find my questions absurd. I hope you didn't take offense - it goes without saying that none was intended. I understand that you'd ideally like those features to work, but as you may know, Dell/Alienware and many other hardware manufacturers do not work as well with Linux programmers and users as they do with Microsoft. The targeted user community for Alienwares or gaming laptops is gamers. And I think gamers mostly use Windows?

To your specific questions, I have almost never found suspend to work reliably in Linux on my other laptops over the years (over the years, I've owned an HP Pavilion, a Dell XPS 15, an XPS 17, later an MSI, before this new Alienware that we're discussing on this thread). The most notable exception has been my friend's HP Spectre x360 4193dx, which works splendidly with suspend in Arch Linux, though it does experience a small lag after resumption.  As to logging into the console and starting X using startx, that is also a matter of personal taste, as I used Slackware and HP-UX before other Linux distros came along and gdm used to be very unreliable back then, causing flicker on old monitors. I am not an expert, but I have had the opportunity to break and fix many an X configuration over the years mostly through hit-and-trial, so I have always found the console "safer" if I end up breaking something.

My point was just that as long as you can't get suspend/hibernate to work as reliably as you'd like, you can consider some pedestrian workarounds I suggested. All Okular instances open up automatically if they were open when you shut down your system from within the GUI (for me, they also work when I exit X and return to the console). I know that Foxit lets you configure it so that it restores the session; I'm not sure about Mendeley. As for the other applications, maybe you can add them to autostart.

By the way, I always lose connected sessions to clusters when I do suspend/hibernate. How do you get them to resume automatically?

plus_M wrote:

Based on all this, my hypothesis continues to be that the proprietary Nvidia driver for Linux is not behaving correctly. I will likely post something about these issues on the Nvidia developers forum, since there doesn't seem to be any discussion about the exact issues we are experiencing (which I believe are unique to our G-sync-capable systems).

This seems like an excellent idea. Unless Dell comes up with a BIOS/firmware fix for this, we can only hope that Nvidia will patch the driver if they have sufficient information about these class of laptops. There simply have to be more people interested in using Linux on such laptops to galvanize the effort.

I'm sorry I don't know anything about the other observations you posted -- I couldn't reproduce the ones using Nvidia settings, and my main concern has just been brightness control, though I acknowledge that some of the problems you face may affect me in future. By the way, my laptop is mostly used for programming, CUDA, LaTeX, Mathematica, Matlab and tinkering around with hardware and circuits when I (rarely) get a chance. I don't also have any computer games installed and googled up Civilization 6 ;-)

Offline

#21 2016-12-06 22:49:00

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

darkmav wrote:

By the way, I always lose connected sessions to clusters when I do suspend/hibernate. How do you get them to resume automatically?

I don't, but at least my Konsole setup is the same so I can reconnect to the servers. Plasma 5 *attempts* to restore my Konsole sessions between sessions, but it does a pretty poor job... It does not preserve split pane view, and of course it loses all command history (not that I would expect it to restore that).

Anyway, I don't think it's reasonable to assume that suspend isn't going to work. My understanding is that generally suspend is very well supported in Linux, but in the particular case of proprietary graphics drivers you can run into issues. The proprietary Nvidia drivers seem to have enough issues that I'm holding out hope for a new version which is better behaving. Being a very important part of my workflow, I am going to keep raising a stink about it until a solution is found (not here, probably on the Nvidia developers forum -- which I haven't posted in yet, but I will). Hopefully both the suspend issue and the backlight issue are solved in one fell swoop upon the next Nvidia drivers update smile.

Offline

#22 2016-12-06 22:57:34

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

plus_M wrote:

I don't, but at least my Konsole setup is the same so I can reconnect to the servers. Plasma 5 *attempts* to restore my Konsole sessions between sessions, but it does a pretty poor job... It does not preserve split pane view, and of course it loses all command history (not that I would expect it to restore that).

Someone may correct me if I'm wrong, but I think some other window managers or external scripts can let you restore the Konsole sessions. For me, Plasma had too many issues, so I temporarily switched to Gnome on this laptop (using manual entries in .xinitrc of course, since I'm not using sddm). Konsole was too slow in typing, and Gnome's terminal was faster. I was lazy to find a fix for this issue, because most of what I do doesn't rely on a particular window manager anyway.

Nvidia's proprietary drivers may be to blame (as they usually are when Nvidia introduces some new feature and provides support for Windows until a few months later). However, I maintain that it is Dell/Alienware's job to enable a firmware/BIOS fix for the switchability issue -- or maybe they have to work with Intel and Nvidia to figure out a way to mask the Intel card at the hardware level, so that we don't have this problem. As I understand, this issue plagues all GSYNC-enabled laptops.

One of these days, I will retry the systemd masking I referred to earlier and post my results, assuming I manage to do it correctly this time.

Offline

#23 2016-12-09 17:56:45

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

I have made that post on the Nvidia developers forum I was talking about: https://devtalk.nvidia.com/default/topi … orce-1060/

Perhaps you can provide your own nvidia-bug-report.log.gz, since you have the same issue on the same system but are running slightly different software. That might help them debug the issue.

Offline

#24 2017-01-23 17:40:29

plus_M
Member
Registered: 2006-10-17
Posts: 51

Re: Alienware 17 R4 (2016) - No brightness control!

So I've actually had a small amount of luck getting the backlight to work. The following command works to set my backlight intensity to 50%:

xrandr --output DP-0 --brightness 0.5

I had some problems with this turning off my external display, but removing /etc/X11/xorg.conf solved that issue. However, I still cannot manage to control the backlight with either the fn keys or PowerDevil (the KDE power management utility). I find this pretty strange, since according to the PowerDevil documentation it defaults to using xrandr for setting the backlight intensity, but it clearly is not using xrandr for me.

Edit: Fixed the xrandr command, per darkmav.

Last edited by plus_M (2017-01-25 15:14:15)

Offline

#25 2017-01-25 13:04:07

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Alienware 17 R4 (2016) - No brightness control!

$ xrandr --output DP-0 --backlight 0.5
xrandr: unrecognized option '--backlight'
Try 'xrandr --help' for more information.

I think you meant

$ xrandr --output DP-0 --brightness 0.5

which works! Thanks!

Last edited by darkmav (2017-01-25 13:12:43)

Offline

Board footer

Powered by FluxBB