You are not logged in.

#1 2017-08-22 01:56:03

archvile
Member
Registered: 2017-08-22
Posts: 1

oss not working

Greetings.

I have returned to Arch after a few-years hiatus on ubuntu, so I installed it from scratch.

However, I seem to be encountering an error that sounds familiar (but I forgot how it got solved).

After hours of duckduckgoing and tinkering around, I am left with no choice except to ask for help here.

The thing is OSS won't work (I much prefer it over ALSA as I'm a music addict and everyone seems to say that OSS>>>ALSA).

****I followed the official guide: https://wiki.archlinux.org/index.php/Op … em#Install

OSS downloads from AUR fine, and seems to install fine (makepkg -si).

The audio card seems detected.

[root@yggdrasil ~]# ossdetect -v
Detected Intel High Definition Audio (PPT)
USB support available in the system, adding USB driver                                                 
Detected Generic USB audio/MIDI device (BETA)                                                          

The error seems to start when starting the daemon:

[root@yggdrasil oss]# systemctl start oss
Job for oss.service failed because the control process exited with error code.
See "systemctl  status oss.service" and "journalctl  -xe" for details.

[root@yggdrasil oss]# systemctl  status oss.service
● oss.service - Open Sound System v4
   Loaded: loaded (/usr/lib/systemd/system/oss.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2017-08-22 01:40:27 UTC; 2min 16s ago
  Process: 17939 ExecStart=/usr/bin/soundon (code=exited, status=1/FAILURE)
 Main PID: 17939 (code=exited, status=1/FAILURE)

Aug 22 01:40:27 yggdrasil systemd[1]: Starting Open Sound System v4...
Aug 22 01:40:27 yggdrasil soundon[17939]: Previous start of OSS crashed the system
Aug 22 01:40:27 yggdrasil soundon[17939]: Please resolve the situation and remove file
Aug 22 01:40:27 yggdrasil soundon[17939]: "/usr/lib/oss/starting". Then start OSS by
Aug 22 01:40:27 yggdrasil soundon[17939]: running soundon again.
Aug 22 01:40:27 yggdrasil systemd[1]: oss.service: Main process exited, code=exited, status=1/FAILURE
Aug 22 01:40:27 yggdrasil systemd[1]: Failed to start Open Sound System v4.
Aug 22 01:40:27 yggdrasil systemd[1]: oss.service: Unit entered failed state.
Aug 22 01:40:27 yggdrasil systemd[1]: oss.service: Failed with result 'exit-code'.

[root@yggdrasil ~]# systemctl start oss
Job for oss.service failed because the control process exited with error code.                         
See "systemctl  status oss.service" and "journalctl  -xe" for details.                                 
[root@yggdrasil ~]# journalctl -xe                                                                     
Aug 22 01:44:58 yggdrasil kscreen_backend_launcher[431]: kscreen.xrandr:         CRTC: 64
Aug 22 01:44:58 yggdrasil kscreen_backend_launcher[431]: kscreen.xrandr:         MODE: 99              
Aug 22 01:44:58 yggdrasil kscreen_backend_launcher[431]: kscreen.xrandr:         Connection: 0         
Aug 22 01:44:58 yggdrasil kscreen_backend_launcher[431]: kscreen.xrandr:         Primary: true         
Aug 22 01:44:58 yggdrasil kscreen_backend_launcher[431]: kscreen.xrandr: Output 68 : connected = true ,
Aug 22 01:44:58 yggdrasil kscreen_backend_launcher[431]: kscreen.xrandr: Emitting configChanged()      
Aug 22 01:45:45 yggdrasil systemd[1]: Starting Open Sound System v4...                                 
-- Subject: Unit oss.service has begun start-up                                                        
-- Defined-By: systemd                                                                                 
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel                               
--                                                                                                     
-- Unit oss.service has begun starting up.
Aug 22 01:45:45 yggdrasil soundon[17990]: Previous start of OSS crashed the system
Aug 22 01:45:45 yggdrasil soundon[17990]: Please resolve the situation and remove file
Aug 22 01:45:45 yggdrasil soundon[17990]: "/usr/lib/oss/starting". Then start OSS by
Aug 22 01:45:45 yggdrasil soundon[17990]: running soundon again.
Aug 22 01:45:45 yggdrasil systemd[1]: oss.service: Main process exited, code=exited, status=1/FAILURE
Aug 22 01:45:45 yggdrasil systemd[1]: Failed to start Open Sound System v4.
-- Subject: Unit oss.service has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit oss.service has failed.
-- 
-- The result is failed.
Aug 22 01:45:45 yggdrasil systemd[1]: oss.service: Unit entered failed state.
Aug 22 01:45:45 yggdrasil systemd[1]: oss.service: Failed with result 'exit-code'.

If I do soundoff && soundon it returns:

[root@yggdrasil ~]# soundoff & soundon
[1] 17995
OSS not loaded.
Previous start of OSS crashed the system
Please resolve the situation and remove file
"/usr/lib/oss/starting". Then start OSS by
running soundon again.
[1]+  Done                    soundoff

[root@yggdrasil ~]# rm /usr/lib/oss/starting 
[root@yggdrasil ~]# soundoff & soundon
[1] 18010
OSS not loaded.
modprobe: ERROR: could not insert 'osscore': Unknown symbol in module, or unknown parameter (see dmesg)
Loading the osscore module failed
[1]+  Done                    soundoff

[root@yggdrasil ~]# systemctl start osscore
Failed to start osscore.service: Unit osscore.service not found.
[root@yggdrasil ~]# dmesg
[    0.000000] microcode: microcode updated early to revision 0x1c, date = 2015-02-26
[    0.000000] Linux version 4.12.8-2-ARCH (builduser@foutrelis) (gcc version 7.2.0 (GCC) ) #1 SMP PREEMPT Fri Aug 18 14:08:02 UTC 2017
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=db2af0b9-c160-4d7b-b118-1629ba699241 rw quiet
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000d972dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d972e000-0x00000000d9730fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9731000-0x00000000d973ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9740000-0x00000000d9743fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9744000-0x00000000d9752fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9753000-0x00000000d9753fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9754000-0x00000000d9760fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9761000-0x00000000d9d61fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d9d62000-0x00000000d9d64fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9d65000-0x00000000d9d74fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9d75000-0x00000000d9d78fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9d79000-0x00000000d9d79fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9d7a000-0x00000000d9d7ffff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9d80000-0x00000000d9f32fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9f33000-0x00000000d9f36fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9f37000-0x00000000d9f7ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9f80000-0x00000000d9f81fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9f82000-0x00000000d9f83fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9f84000-0x00000000d9f95fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9f96000-0x00000000d9f98fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9f99000-0x00000000d9f9afff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9f9b000-0x00000000d9fb1fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9fb2000-0x00000000d9fb7fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9fb8000-0x00000000d9fc5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9fc6000-0x00000000d9fc6fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9fc7000-0x00000000d9fc8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9fc9000-0x00000000d9fc9fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9fca000-0x00000000d9fd4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9fd5000-0x00000000d9fd9fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d9fda000-0x00000000da005fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da006000-0x00000000da006fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000da007000-0x00000000da016fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da017000-0x00000000da03cfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000da03d000-0x00000000da04efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da04f000-0x00000000da04ffff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000da050000-0x00000000da050fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da051000-0x00000000da052fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000da053000-0x00000000da053fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da054000-0x00000000da058fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000da059000-0x00000000da06dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da06e000-0x00000000da0cdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000da0ce000-0x00000000da0e8fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000da0e9000-0x00000000da612fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000da613000-0x00000000da892fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000da893000-0x00000000da897fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000da898000-0x00000000da898fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da899000-0x00000000da8dbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000da8dc000-0x00000000dacebfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dacec000-0x00000000daff3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000daff4000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbc00000-0x00000000dfdfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011f1fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xda869000  ACPI 2.0=0xda869000  SMBIOS=0xf04c0  MPS=0xfd4c0 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X550CA/X550CA, BIOS X550CA.208 05/29/2013
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x11f200 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-D3FFF write-protect
[    0.000000]   D4000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FE0000000 write-back
[    0.000000]   2 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   3 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0DBC00000 mask FFFC00000 uncachable
[    0.000000]   5 base 11F800000 mask FFF800000 uncachable
[    0.000000]   6 base 11F400000 mask FFFC00000 uncachable
[    0.000000]   7 base 11F200000 mask FFFE00000 uncachable
[    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: update [mem 0xdbc00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff9d4dc00fd7b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff9d4dc0097000] 97000 size 24576
[    0.000000] BRK [0x97d5f000, 0x97d5ffff] PGTABLE
[    0.000000] BRK [0x97d60000, 0x97d60fff] PGTABLE
[    0.000000] BRK [0x97d61000, 0x97d61fff] PGTABLE
[    0.000000] BRK [0x97d62000, 0x97d62fff] PGTABLE
[    0.000000] BRK [0x97d63000, 0x97d63fff] PGTABLE
[    0.000000] BRK [0x97d64000, 0x97d64fff] PGTABLE
[    0.000000] BRK [0x97d65000, 0x97d65fff] PGTABLE
[    0.000000] BRK [0x97d66000, 0x97d66fff] PGTABLE
[    0.000000] BRK [0x97d67000, 0x97d67fff] PGTABLE
[    0.000000] BRK [0x97d68000, 0x97d68fff] PGTABLE
[    0.000000] BRK [0x97d69000, 0x97d69fff] PGTABLE
[    0.000000] BRK [0x97d6a000, 0x97d6afff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x370b9000-0x37853fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DA869000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x00000000DA869078 00007C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DA87A480 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DA869188 0112F5 (v02 _ASUS_ Notebook 00000013 INTL 20091112)
[    0.000000] ACPI: FACS 0x00000000DA890080 000040
[    0.000000] ACPI: APIC 0x00000000DA87A590 000072 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DA87A608 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: ECDT 0x00000000DA87A650 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: MCFG 0x00000000DA87A718 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DA87A758 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DA87A790 000632 (v01 AhciR1 AhciTab1 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DA87ADC8 00049E (v01 AhciR2 AhciTab2 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DA87B268 00090A (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DA87BB78 000B18 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: MSDM 0x00000000DA612E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000011f1fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x11f1f7000-0x11f1fbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000011f1fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x00000000d972dfff]
[    0.000000]   node   0: [mem 0x00000000d9731000-0x00000000d973ffff]
[    0.000000]   node   0: [mem 0x00000000d9744000-0x00000000d9752fff]
[    0.000000]   node   0: [mem 0x00000000d9754000-0x00000000d9760fff]
[    0.000000]   node   0: [mem 0x00000000d9d65000-0x00000000d9d74fff]
[    0.000000]   node   0: [mem 0x00000000d9d79000-0x00000000d9d79fff]
[    0.000000]   node   0: [mem 0x00000000d9d80000-0x00000000d9f32fff]
[    0.000000]   node   0: [mem 0x00000000d9f37000-0x00000000d9f7ffff]
[    0.000000]   node   0: [mem 0x00000000d9f82000-0x00000000d9f83fff]
[    0.000000]   node   0: [mem 0x00000000d9f96000-0x00000000d9f98fff]
[    0.000000]   node   0: [mem 0x00000000d9f9b000-0x00000000d9fb1fff]
[    0.000000]   node   0: [mem 0x00000000d9fb8000-0x00000000d9fc5fff]
[    0.000000]   node   0: [mem 0x00000000d9fc7000-0x00000000d9fc8fff]
[    0.000000]   node   0: [mem 0x00000000d9fca000-0x00000000d9fd4fff]
[    0.000000]   node   0: [mem 0x00000000d9fda000-0x00000000da005fff]
[    0.000000]   node   0: [mem 0x00000000da007000-0x00000000da016fff]
[    0.000000]   node   0: [mem 0x00000000da03d000-0x00000000da04efff]
[    0.000000]   node   0: [mem 0x00000000da050000-0x00000000da050fff]
[    0.000000]   node   0: [mem 0x00000000da053000-0x00000000da053fff]
[    0.000000]   node   0: [mem 0x00000000da059000-0x00000000da06dfff]
[    0.000000]   node   0: [mem 0x00000000da898000-0x00000000da898fff]
[    0.000000]   node   0: [mem 0x00000000da8dc000-0x00000000dacebfff]
[    0.000000]   node   0: [mem 0x00000000daff4000-0x00000000daffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000011f1fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000011f1fffff]
[    0.000000] On node 0 totalpages: 1019324
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 27 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13873 pages used for memmap
[    0.000000]   DMA32 zone: 887838 pages, LIFO batch:31
[    0.000000]   Normal zone: 1992 pages used for memmap
[    0.000000]   Normal zone: 127488 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000dbe00000-0x00000000dfdfffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd972e000-0xd9730fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9740000-0xd9743fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9753000-0xd9753fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9761000-0xd9d61fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9d62000-0xd9d64fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9d75000-0xd9d78fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9d7a000-0xd9d7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9f33000-0xd9f36fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9f80000-0xd9f81fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9f84000-0xd9f95fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9f99000-0xd9f9afff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9fb2000-0xd9fb7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9fc6000-0xd9fc6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9fc9000-0xd9fc9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9fd5000-0xd9fd9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda006000-0xda006fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda017000-0xda03cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xda04f000-0xda04ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xda051000-0xda052fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda054000-0xda058fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda06e000-0xda0cdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xda0ce000-0xda0e8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda0e9000-0xda612fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda613000-0xda892fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda893000-0xda897fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda899000-0xda8dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdacec000-0xdaff3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdbbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdbc00000-0xdfdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfe00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdfe00000-0xf7ffffff] 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:4 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff9d4edee00000 s106328 r8192 d28840 u524288
[    0.000000] pcpu-alloc: s106328 r8192 d28840 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1003368
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=db2af0b9-c160-4d7b-b118-1629ba699241 rw quiet
[    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: 3741256K/4077296K available (6539K kernel code, 1124K rwdata, 2048K rodata, 1324K init, 912K bss, 336040K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 27933 entries in 110 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:456 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: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 1795.925 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 3593.51 BogoMIPS (lpj=5986416)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170303
[    0.019597] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.020038] Security Framework initialized
[    0.020039] Yama: becoming mindful.
[    0.020308] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.023464] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.024104] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.024110] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.024377] CPU: Physical Processor ID: 0
[    0.024378] CPU: Processor Core ID: 0
[    0.024384] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.024384] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.024388] mce: CPU supports 7 MCE banks
[    0.024398] CPU0: Thermal monitoring enabled (TM1)
[    0.024409] process: using mwait in idle threads
[    0.024412] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.024413] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.024563] Freeing SMP alternatives memory: 24K
[    0.033846] smpboot: Max logical packages: 2
[    0.033924] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.034393] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.067408] TSC deadline timer enabled
[    0.067412] smpboot: CPU0: Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.080020] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.080065] ... version:                3
[    0.080066] ... bit width:              48
[    0.080067] ... generic registers:      4
[    0.080068] ... value mask:             0000ffffffffffff
[    0.080068] ... max period:             00007fffffffffff
[    0.080069] ... fixed-purpose events:   3
[    0.080070] ... event mask:             000000070000000f
[    0.100133] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.106673] smp: Bringing up secondary CPUs ...
[    0.133377] x86: Booting SMP configuration:
[    0.133378] .... node  #0, CPUs:      #1 #2 #3
[    0.438696] smp: Brought up 1 node, 4 CPUs
[    0.438696] smpboot: Total of 4 processors activated (14378.28 BogoMIPS)
[    0.440135] sched_clock: Marking stable (439999956, 0)->(485774289, -45774333)
[    0.440403] devtmpfs: initialized
[    0.440461] x86/mm: Memory block size: 128MB
[    0.443421] PM: Registering ACPI NVS region [mem 0xd9761000-0xd9d61fff] (6295552 bytes)
[    0.443526] PM: Registering ACPI NVS region [mem 0xda613000-0xda892fff] (2621440 bytes)
[    0.443567] PM: Registering ACPI NVS region [mem 0xda899000-0xda8dbfff] (274432 bytes)
[    0.443647] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.443657] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.443735] pinctrl core: initialized pinctrl subsystem
[    0.443778] RTC time:  0:49:32, date: 08/22/17
[    0.443880] NET: Registered protocol family 16
[    0.444082] cpuidle: using governor ladder
[    0.444129] cpuidle: using governor menu
[    0.444132] PCCT header not found.
[    0.444169] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.444171] ACPI: bus type PCI registered
[    0.444172] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.444254] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.444257] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.444264] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.444364] PCI: Using configuration type 1 for base access
[    0.444406] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.445367] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.445617] ACPI: Added _OSI(Module Device)
[    0.445618] ACPI: Added _OSI(Processor Device)
[    0.445619] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.445621] ACPI: Added _OSI(Processor Aggregator Device)
[    0.445623] ACPI : EC: EC started
[    0.445624] ACPI : EC: interrupt blocked
[    0.446999] ACPI: \: Used as first EC
[    0.447001] ACPI: \: GPE=0x19, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.447003] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.447183] ACPI: Executed 1 blocks of module-level executable AML code
[    0.453821] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.480301] ACPI Error: Needed type [Reference], found [Integer] ffff9d4ed9b41dc8 (20170303/exresop-103)                                                                                                   
[    0.480313] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20170303/dswexec-461)                                                                              
[    0.480321] ACPI Error: Method parse/execution failed [\_PR.CPU0._PDC] (Node ffff9d4eda552e38), AE_AML_OPERAND_TYPE (20170303/psparse-543)                                                                 
[    0.480636] ACPI: Dynamic OEM Table Load:
[    0.480642] ACPI: SSDT 0xFFFF9D4ED9AA8C00 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.480984] ACPI: Dynamic OEM Table Load:
[    0.480989] ACPI: SSDT 0xFFFF9D4ED9AA3000 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.482170] ACPI : EC: EC stopped
[    0.482172] ACPI : EC: EC started
[    0.482172] ACPI : EC: interrupt blocked
[    0.482336] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.482339] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x19, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.482340] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.482341] ACPI: Interpreter enabled
[    0.482378] ACPI: (supports S0 S3 S4 S5)
[    0.482379] ACPI: Using IOAPIC for interrupt routing
[    0.482410] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.492409] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.492416] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.571532] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.571729] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.571730] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.572378] PCI host bridge to bus 0000:00
[    0.572381] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.572383] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.572385] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.572388] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.572390] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.572391] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.572393] pci_bus 0000:00: root bus resource [mem 0xdfe00000-0xfeafffff window]
[    0.572395] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.572404] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.572532] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.572545] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.572553] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.572559] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.572719] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.572744] pci 0000:00:14.0: reg 0x10: [mem 0xf7e00000-0xf7e0ffff 64bit]
[    0.572828] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.572898] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.572942] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.572967] pci 0000:00:16.0: reg 0x10: [mem 0xf7e1a000-0xf7e1a00f 64bit]
[    0.573052] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.573175] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.573196] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e18000-0xf7e183ff]
[    0.573296] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.573364] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.573407] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.573429] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e10000-0xf7e13fff 64bit]
[    0.573519] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.573592] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.573635] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.573731] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.573804] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.573844] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.573938] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.574051] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
[    0.574145] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.574218] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.574270] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.574290] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e17000-0xf7e173ff]
[    0.574389] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.574456] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.574499] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
[    0.575528] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.575548] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.575557] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.575567] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.575576] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.575585] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.575596] pci 0000:00:1f.2: reg 0x24: [mem 0xf7e16000-0xf7e167ff]
[    0.575647] pci 0000:00:1f.2: PME# supported from D3hot
[    0.575749] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.575767] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e15000-0xf7e150ff 64bit]
[    0.575793] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.575967] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.576081] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000
[    0.576120] pci 0000:02:00.0: reg 0x10: [mem 0xf7d00000-0xf7d7ffff 64bit]
[    0.576189] pci 0000:02:00.0: reg 0x30: [mem 0xf7d80000-0xf7d8ffff pref]
[    0.576286] pci 0000:02:00.0: supports D1 D2
[    0.576288] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.576342] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.585485] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.585492] pci 0000:00:1c.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.585638] pci 0000:03:00.0: [10ec:5289] type 00 class 0xff0000
[    0.585743] pci 0000:03:00.0: reg 0x10: [mem 0xf7c00000-0xf7c0ffff]
[    0.586380] pci 0000:03:00.0: supports D1 D2
[    0.586382] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.586623] pci 0000:03:00.2: [10ec:8168] type 00 class 0x020000
[    0.586721] pci 0000:03:00.2: reg 0x10: [io  0xe000-0xe0ff]
[    0.586846] pci 0000:03:00.2: reg 0x18: [mem 0xf0004000-0xf0004fff 64bit pref]
[    0.586923] pci 0000:03:00.2: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[    0.587301] pci 0000:03:00.2: supports D1 D2
[    0.587303] pci 0000:03:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.587448] pci 0000:03:00.2: System wakeup disabled by ACPI
[    0.595574] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.595579] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.595584] pci 0000:00:1c.3:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.595591] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.596275] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.596341] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 10 12)
[    0.596402] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 12)
[    0.596463] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
[    0.596522] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.596584] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.596645] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    0.596705] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
[    0.596925] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.597034] ACPI : EC: interrupt unblocked
[    0.597041] ACPI : EC: event unblocked
[    0.597049] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x19, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.597051] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.597146] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.597148] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.597152] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.597153] vgaarb: loaded
[    0.597200] EDAC MC: Ver: 3.0.0
[    0.597316] Registered efivars operations
[    0.710564] PCI: Using ACPI for IRQ routing
[    0.712425] PCI: pci_cache_line_size set to 64 bytes
[    0.712497] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.712499] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.712500] e820: reserve RAM buffer [mem 0xd972e000-0xdbffffff]
[    0.712509] e820: reserve RAM buffer [mem 0xd9740000-0xdbffffff]
[    0.712518] e820: reserve RAM buffer [mem 0xd9753000-0xdbffffff]
[    0.712527] e820: reserve RAM buffer [mem 0xd9761000-0xdbffffff]
[    0.712536] e820: reserve RAM buffer [mem 0xd9d75000-0xdbffffff]
[    0.712544] e820: reserve RAM buffer [mem 0xd9d7a000-0xdbffffff]
[    0.712552] e820: reserve RAM buffer [mem 0xd9f33000-0xdbffffff]
[    0.712560] e820: reserve RAM buffer [mem 0xd9f80000-0xdbffffff]
[    0.712568] e820: reserve RAM buffer [mem 0xd9f84000-0xdbffffff]
[    0.712575] e820: reserve RAM buffer [mem 0xd9f99000-0xdbffffff]
[    0.712583] e820: reserve RAM buffer [mem 0xd9fb2000-0xdbffffff]
[    0.712590] e820: reserve RAM buffer [mem 0xd9fc6000-0xdbffffff]
[    0.712596] e820: reserve RAM buffer [mem 0xd9fc9000-0xdbffffff]
[    0.712603] e820: reserve RAM buffer [mem 0xd9fd5000-0xdbffffff]
[    0.712609] e820: reserve RAM buffer [mem 0xda006000-0xdbffffff]
[    0.712614] e820: reserve RAM buffer [mem 0xda017000-0xdbffffff]
[    0.712620] e820: reserve RAM buffer [mem 0xda04f000-0xdbffffff]
[    0.712625] e820: reserve RAM buffer [mem 0xda051000-0xdbffffff]
[    0.712629] e820: reserve RAM buffer [mem 0xda054000-0xdbffffff]
[    0.712633] e820: reserve RAM buffer [mem 0xda06e000-0xdbffffff]
[    0.712637] e820: reserve RAM buffer [mem 0xda899000-0xdbffffff]
[    0.712640] e820: reserve RAM buffer [mem 0xdacec000-0xdbffffff]
[    0.712642] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.712643] e820: reserve RAM buffer [mem 0x11f200000-0x11fffffff]
[    0.712747] NetLabel: Initializing
[    0.712748] NetLabel:  domain hash size = 128
[    0.712749] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.712767] NetLabel:  unlabeled traffic allowed by default
[    0.713189] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.713196] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.715224] clocksource: Switched to clocksource hpet
[    0.726752] VFS: Disk quotas dquot_6.6.0
[    0.726775] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.726877] pnp: PnP ACPI init
[    0.727020] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.727025] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.727195] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.727198] system 00:01: [io  0x1000-0x100f] has been reserved
[    0.727200] system 00:01: [io  0xffff] has been reserved
[    0.727201] system 00:01: [io  0xffff] has been reserved
[    0.727203] system 00:01: [io  0x0400-0x0453] has been reserved
[    0.727205] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.727207] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.727208] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.727212] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.727240] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.727308] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.727311] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.727373] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.727376] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.727452] pnp 00:05: Plug and Play ACPI device, IDs ETD0108 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.727496] pnp 00:06: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.727708] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.727710] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.727712] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.727714] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.727716] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.727718] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.727720] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.727721] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.727724] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.727726] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.727728] system 00:07: [mem 0xdfe00000-0xdfe00fff] has been reserved
[    0.727731] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.727825] system 00:08: [mem 0xdfe00000-0xdfe00fff] has been reserved
[    0.727829] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.728007] system 00:09: [mem 0x20000000-0x201fffff] has been reserved
[    0.728009] system 00:09: [mem 0x40004000-0x40004fff] has been reserved
[    0.728012] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.728055] pnp: PnP ACPI: found 10 devices
[    0.734665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.734707] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.734724] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.734730] pci 0000:00:1c.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.734741] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.734745] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.734751] pci 0000:00:1c.3:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.734755] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.734764] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.734766] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.734768] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.734769] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.734771] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.734773] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff window]
[    0.734774] pci_bus 0000:00: resource 10 [mem 0xdfe00000-0xfeafffff window]
[    0.734776] pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.734778] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.734780] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.734781] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.734911] NET: Registered protocol family 2
[    0.735102] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.735188] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.735297] TCP: Hash tables configured (established 32768 bind 32768)
[    0.735332] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.735349] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.735408] NET: Registered protocol family 1
[    0.735423] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.778723] PCI: CLS 64 bytes, default 64
[    0.778768] Unpacking initramfs...
[    0.917692] Freeing initrd memory: 7788K
[    0.917698] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.917702] software IO TLB [mem 0xca5a3000-0xce5a3000] (64MB) mapped at [ffff9d4e8a5a3000-ffff9d4e8e5a2fff]
[    0.917942] Scanning for low memory corruption every 60 seconds
[    0.918618] Initialise system trusted keyrings
[    0.918627] Key type blacklist registered
[    0.918685] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[    0.920002] zbud: loaded
[    0.920830] Key type asymmetric registered
[    0.920847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.920889] io scheduler noop registered
[    0.920890] io scheduler deadline registered
[    0.920929] io scheduler cfq registered (default)
[    0.920930] io scheduler mq-deadline registered
[    0.920931] io scheduler kyber registered
[    0.920959] io scheduler bfq registered
[    0.921614] efifb: probing for efifb
[    0.921632] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.921633] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.921633] efifb: scrolling: redraw
[    0.921635] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.924158] Console: switching to colour frame buffer device 128x48
[    0.926545] fb0: EFI VGA frame buffer device
[    0.926554] intel_idle: MWAIT substates: 0x21120
[    0.926555] intel_idle: v0.4.1 model 0x3A
[    0.926749] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.926882] GHES: HEST is not enabled!
[    0.926964] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.927548] Linux agpgart interface v0.103
[    0.927898] rtc_cmos 00:02: RTC can wake from S4
[    0.928035] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.928067] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.928080] intel_pstate: Intel P-state driver initializing
[    0.928308] ledtrig-cpu: registered to indicate activity on CPUs
[    0.928375] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    0.928891] NET: Registered protocol family 10
[    0.937911] Segment Routing with IPv6
[    0.937968] NET: Registered protocol family 17
[    0.938506] RAS: Correctable Errors collector initialized.
[    0.938597] microcode: sig=0x306a9, pf=0x10, revision=0x1c
[    0.938836] microcode: Microcode Update Driver: v2.2.
[    0.939320] registered taskstats version 1
[    0.939344] Loading compiled-in X.509 certificates
[    0.939383] zswap: loaded using pool lzo/zbud
[    0.940047]   Magic number: 13:449:810
[    0.940203] rtc_cmos 00:02: setting system clock to 2017-08-22 00:49:33 UTC (1503362973)
[    0.942080] PM: Hibernation image not present or could not be loaded.
[    0.945390] Freeing unused kernel memory: 1324K
[    0.945393] Write protecting the kernel read-only data: 10240k
[    0.946448] Freeing unused kernel memory: 1640K
[    1.918592] tsc: Refined TSC clocksource calibration: 1795.917 MHz
[    1.918600] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19e318802da, max_idle_ns: 440795226962 ns
[    2.959766] clocksource: Switched to clocksource tsc
[    3.070448] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    3.072212] i8042: Detected active multiplexing controller, rev 1.1
[    3.073995] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.074052] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    3.074086] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    3.074134] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    3.074185] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    3.077274] ACPI: bus type USB registered
[    3.077300] usbcore: registered new interface driver usbfs
[    3.077317] usbcore: registered new interface driver hub
[    3.077361] usbcore: registered new device driver usb
[    3.077989] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.078315] ehci-pci: EHCI PCI platform driver
[    3.078536] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    3.078546] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    3.078575] ehci-pci 0000:00:1a.0: debug port 2
[    3.079752] SCSI subsystem initialized
[    3.081564] libata version 3.00 loaded.
[    3.082479] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    3.082494] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7e18000
[    3.095242] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    3.095530] hub 1-0:1.0: USB hub found
[    3.095542] hub 1-0:1.0: 2 ports detected
[    3.095943] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.095952] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    3.095969] ehci-pci 0000:00:1d.0: debug port 2
[    3.099871] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    3.099886] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e17000
[    3.111954] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.112452] hub 2-0:1.0: USB hub found
[    3.112464] hub 2-0:1.0: 2 ports detected
[    3.112963] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.112977] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.114105] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[    3.114115] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.114535] hub 3-0:1.0: USB hub found
[    3.114550] hub 3-0:1.0: 4 ports detected
[    3.114738] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.114744] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    3.115020] hub 4-0:1.0: USB hub found
[    3.115034] hub 4-0:1.0: 4 ports detected
[    3.115437] ahci 0000:00:1f.2: version 3.0
[    3.125945] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    3.125951] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    3.131056] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    3.136645] scsi host0: ahci
[    3.136964] scsi host1: ahci
[    3.137402] scsi host2: ahci
[    3.137718] scsi host3: ahci
[    3.138000] scsi host4: ahci
[    3.138251] scsi host5: ahci
[    3.138394] ata1: SATA max UDMA/133 abar m2048@0xf7e16000 port 0xf7e16100 irq 26
[    3.138398] ata2: DUMMY
[    3.138404] ata3: SATA max UDMA/133 abar m2048@0xf7e16000 port 0xf7e16200 irq 26
[    3.138406] ata4: DUMMY
[    3.138409] ata5: DUMMY
[    3.138411] ata6: DUMMY
[    3.415261] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    3.431916] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    3.431943] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[    3.452061] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.452096] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.453248] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.453455] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.453462] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.454402] ata1.00: ATA-8: HGST HTS545050A7E680, GG2OAF10, max UDMA/133
[    3.454407] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.455693] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.455891] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.455898] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.456873] ata1.00: configured for UDMA/133
[    3.457418] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS545050A7 AF10 PQ: 0 ANSI: 5
[    3.464443] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.464450] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.464822] ata3.00: ATAPI: Slimtype DVD A  DA8A5SH, 1AA3, max UDMA/100
[    3.474037] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.474044] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.474419] ata3.00: configured for UDMA/100
[    3.506810] scsi 2:0:0:0: CD-ROM            Slimtype DVD A  DA8A5SH   1AA3 PQ: 0 ANSI: 5
[    3.535103] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.535111] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    3.535148] sd 0:0:0:0: [sda] Write Protect is off
[    3.535155] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.535232] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.552936] hub 1-1:1.0: USB hub found
[    3.553047] hub 1-1:1.0: 6 ports detected
[    3.558479] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.558483] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.558921] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    3.571023] hidraw: raw HID events driver (C) Jiri Kosina
[    3.575480] usbcore: registered new interface driver usbhid
[    3.575483] usbhid: USB HID core driver
[    3.576168] hub 2-1:1.0: USB hub found
[    3.576308] hub 2-1:1.0: 6 ports detected
[    3.577011] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:046D:C534.0001/input/input5
[    3.606492]  sda: sda1 sda2 sda3 sda4 sda5
[    3.607134] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.632183] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[    3.632815] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:046D:C534.0002/input/input6
[    3.688861] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[    3.838630] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[    3.951502] random: fast init done
[    4.912889] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    5.710585] random: crng init done
[    6.210968] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.285885] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    6.286142] systemd[1]: Detected architecture x86-64.
[    6.297464] systemd[1]: Set hostname to <yggdrasil>.
[    7.480090] systemd[1]: Reached target Login Prompts.
[    7.480271] systemd[1]: Listening on udev Kernel Socket.
[    7.480346] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    7.480442] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.480534] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    7.480615] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.481595] systemd[1]: Created slice System Slice.
[    7.901758] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    7.985088] systemd-journald[183]: Received request to flush runtime journal from PID 1
[   11.033756] ACPI: AC Adapter [AC0] (on-line)
[   11.038899] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7
[   11.052139] ACPI: Lid Switch [LID]
[   11.052246] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8
[   11.052251] ACPI: Sleep Button [SLPB]
[   11.052331] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
[   11.052334] ACPI: Power Button [PWRF]
[   11.052412] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input10
[   11.176444] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   11.176609] thermal LNXTHERM:00: registered as thermal_zone0
[   11.176611] ACPI: Thermal Zone [THRM] (45 C)
[   11.209344] wmi: Mapper loaded
[   11.296345] ACPI: Battery Slot [BAT0] (battery present)
[   11.491776] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   11.570116] mousedev: PS/2 mouse device common for all mice
[   11.634035] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.653552] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000044F (\GPIS) (20170303/utaddress-247)
[   11.653568] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170303/utaddress-247)
[   11.653580] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.653585] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20170303/utaddress-247)
[   11.653594] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20170303/utaddress-247)
[   11.653604] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.653606] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20170303/utaddress-247)
[   11.653615] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20170303/utaddress-247)
[   11.653625] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.653627] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20170303/utaddress-247)
[   11.653636] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20170303/utaddress-247)
[   11.653646] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.653648] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   11.779040] input: PC Speaker as /devices/platform/pcspkr/input/input15
[   11.807514] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[   11.807517] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[   11.807518] RAPL PMU: hw unit of domain package 2^-16 Joules
[   11.807520] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[   12.171633] media: Linux media interface: v0.10
[   12.197102] Linux video capture interface: v2.00
[   12.603225] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f03)
[   12.616879] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e.
[   12.631093] psmouse serio4: elantech: Elan sample query result 05, 24, 64
[   12.700454] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input14
[   12.708778] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   12.708788] r8169 0000:03:00.2: can't disable ASPM; OS doesn't have ASPM control
[   12.709662] r8169 0000:03:00.2 eth0: RTL8411 at 0xffffbf9880785000, ac:22:0b:15:db:a8, XID 08800880 IRQ 28
[   12.709665] r8169 0000:03:00.2 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   12.721333] iTCO_vendor_support: vendor-support=0
[   12.753148] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   12.753204] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[   12.753351] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.821968] ath: phy0: Disable PLL PowerSave
[   12.828931] ath: phy0: Enable LNA combining
[   12.830187] ath: phy0: ASPM enabled: 0x42
[   12.830189] ath: EEPROM regdomain: 0x60
[   12.830190] ath: EEPROM indicates we should expect a direct regpair map
[   12.830192] ath: Country alpha2 being used: 00
[   12.830193] ath: Regpair used: 0x60
[   12.850808] asus_wmi: ASUS WMI generic driver loaded
[   12.853550] asus_nb_wmi: Identified laptop model 'ASUSTeK COMPUTER INC. X550CA'
[   12.853631] asus_wmi: Initialization: 0x1
[   12.853671] asus_wmi: BIOS WMI version: 7.9
[   12.853715] asus_wmi: SFUN value: 0x4a0877
[   12.854845] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input16
[   12.869442] asus_wmi: Number of fans: 1
[   13.005750] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   13.006762] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffbf9881000000, irq=17
[   13.100988] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b40a)
[   13.102279] uvcvideo 1-1.3:1.0: Entity type for entity Extension 4 was not initialized!
[   13.102281] uvcvideo 1-1.3:1.0: Entity type for entity Processing 2 was not initialized!
[   13.102283] uvcvideo 1-1.3:1.0: Entity type for entity Camera 1 was not initialized!
[   13.102363] input: USB2.0 HD UVC WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input17
[   13.102430] usbcore: registered new interface driver uvcvideo
[   13.102430] USB Video Class driver (1.1.1)
[   13.174454] [drm] Memory usable by graphics device = 2048M
[   13.174458] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   13.174459] fb: switching to inteldrmfb from EFI VGA
[   13.174485] Console: switching to colour dummy device 80x25
[   13.174624] [drm] Replacing VGA console driver
[   13.180541] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   13.180542] [drm] Driver supports precise vblank timestamp query.
[   13.182526] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.224897] [drm] Initialized i915 1.6.0 20170403 for 0000:00:02.0 on minor 0
[   13.226074] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   13.231001] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18
[   13.394892] fbcon: inteldrmfb (fb0) is primary device
[   13.483685] Console: switching to colour frame buffer device 170x48
[   13.503495] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   13.770378] r8169 0000:03:00.2 enp3s0f2: renamed from eth0
[   13.815819] Adding 4192252k swap on /dev/sda5.  Priority:-1 extents:1 across:4192252k FS
[   13.874917] ath9k 0000:02:00.0 wlp2s0: renamed from wlan0
[   14.075865] intel_rapl: Found RAPL domain package
[   14.075868] intel_rapl: Found RAPL domain core
[   14.075869] intel_rapl: Found RAPL domain uncore
[   20.445234] IPv6: ADDRCONF(NETDEV_UP): enp3s0f2: link is not ready
[   20.571591] r8169 0000:03:00.2 enp3s0f2: link down
[   20.571605] r8169 0000:03:00.2 enp3s0f2: link down
[   20.571684] IPv6: ADDRCONF(NETDEV_UP): enp3s0f2: link is not ready
[   20.709341] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   20.724194] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   20.749618] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   21.930674] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   23.949694] r8169 0000:03:00.2 enp3s0f2: link up
[   23.949710] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0f2: link becomes ready
[  364.118318] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[  679.168800] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[  994.119254] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 1309.112022] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 1624.121096] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 1939.165293] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 2254.124856] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 2569.106688] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 2884.125522] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 3199.157306] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 3248.442454] qterminal[575]: segfault at 77 ip 00007fc16d52b778 sp 00007ffe6bbf43b0 error 4 in libQt5Core.so.5.9.1[7fc16d402000+4e5000]                                                                     
[ 3310.261210] pci_bus 0000:01: Allocating resources
[ 3310.261239] pcieport 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[ 3310.261245] pcieport 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 3310.261250] pcieport 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 3310.261266] pci_bus 0000:02: Allocating resources
[ 3310.261419] pcieport 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[ 3310.261424] pcieport 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 3310.261439] pci_bus 0000:03: Allocating resources
[ 3310.261491] pcieport 0000:00:1c.0: BAR 14: assigned [mem 0xf0100000-0xf02fffff]
[ 3310.261509] pcieport 0000:00:1c.0: BAR 15: assigned [mem 0xf0300000-0xf04fffff 64bit pref]
[ 3310.261524] pcieport 0000:00:1c.1: BAR 15: assigned [mem 0xf0500000-0xf06fffff 64bit pref]
[ 3310.261531] pcieport 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[ 3310.261536] pcieport 0000:00:1c.1: BAR 13: assigned [io  0x3000-0x3fff]
[ 3316.485866] psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
[ 3316.510470] psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
[ 3316.535578] psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
[ 3316.561702] psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
[ 3316.587322] psmouse serio4: Touchpad at isa0060/serio4/input0 lost sync at byte 6
[ 3316.587329] psmouse serio4: issuing reconnect request
[ 3514.128656] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 3752.915011] osscore: loading out-of-tree module taints kernel.
[ 3752.915766] osscore: Unknown symbol _GLOBAL_OFFSET_TABLE_ (err 0)
[ 3829.156858] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready

Thanks very much for your help you wise men

Offline

#2 2017-08-22 04:18:30

Docbroke
Member
From: India
Registered: 2015-06-13
Posts: 1,433

Re: oss not working

Seems like a problem with kernel module osscore. What provides the module osscore? It is not present in my setup running alsa. Probably worth filing a bug report.

Offline

#3 2017-08-22 05:40:31

HiImTye
Member
From: Halifax, NS, Canada
Registered: 2012-05-09
Posts: 1,072

Re: oss not working

I was unable to get OSS to work when I tried it a couple years ago, it had similar issues then that I was unable to resolve. it's a shame, because I much prefer OSS+Pulse to ALSA+Pulse for a low latency setup. OSS doesn't get a lot of attention since pulseaudio became king, as pulse provides the things (other than low latency) that people used OSS for

Offline

Board footer

Powered by FluxBB