You are not logged in.

#1 2017-12-09 17:56:39

ericmcgomes
Member
Registered: 2017-12-09
Posts: 6

[SOLVED] Bumblebee configuration

Hi,

I'm trying to configure bumblebeed to work with my nvidia 1050 GTX and intel graphics, but it's trying to use nouveau instead default intel driver.

$ lspci -vnn | grep '\''[030[02]\]'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04) (prog-if 00 [VGA controller])
01:00.0 3D controller [0302]: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] [10de:1c8d] (rev a1)
$ optirun glxgears
[   93.522796] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   93.522855] [ERROR]Aborting because fallback start is disabled.

AFAIK, nouveau drivers doesn't work on my videocard, so I should use bumblebee to switch between nvidia and intel drivers, right?

How can I change this?

I have installed bumblebee, nvidia, bbswitch and xf86-video-intel.

Thank you in advance

Last edited by ericmcgomes (2017-12-09 19:31:14)

Offline

#2 2017-12-09 18:18:58

Erunno
Member
Registered: 2017-03-26
Posts: 3

Re: [SOLVED] Bumblebee configuration

lsmod | grep nouveau

Have you blacklisted nouveau?

Offline

#3 2017-12-09 18:27:17

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Bumblebee configuration

Erunno wrote:

Have you blacklisted nouveau?

The nvidia package ericmcgomes listed as having installed already provides such a blacklist entry https://git.archlinux.org/svntogit/pack … nvidia#n75

Offline

#4 2017-12-09 18:35:18

ericmcgomes
Member
Registered: 2017-12-09
Posts: 6

Re: [SOLVED] Bumblebee configuration

I didn't.

Sorry, but how is the proper way to blacklist it? Just add into the /etc/modprobe.d/blacklist.conf?

I tried, but same problem.

Edit:

loqs wrote:
Erunno wrote:

Have you blacklisted nouveau?

The nvidia package ericmcgomes listed as having installed already provides such a blacklist entry https://git.archlinux.org/svntogit/pack … nvidia#n75


As logs said, the nvidia driver package already did it.

Last edited by ericmcgomes (2017-12-09 18:41:50)

Offline

#5 2017-12-09 18:43:37

Erunno
Member
Registered: 2017-03-26
Posts: 3

Re: [SOLVED] Bumblebee configuration

Post output of:

lsmod | grep nouveau

and

lsmod | grep nvidia

Last edited by Erunno (2017-12-09 18:44:19)

Offline

#6 2017-12-09 18:48:09

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Bumblebee configuration

When you say you are trying to configure bumblebeed are you following Bumblebee#Installation?

Offline

#7 2017-12-09 18:50:12

ericmcgomes
Member
Registered: 2017-12-09
Posts: 6

Re: [SOLVED] Bumblebee configuration

loqs wrote:

When you say you are trying to configure bumblebeed are you following Bumblebee#Installation?

Yes.

Erunno wrote:

Post output of:

lsmod | grep nouveau

and

lsmod | grep nvidia

Both have no output

Last edited by ericmcgomes (2017-12-09 18:51:28)

Offline

#8 2017-12-09 18:58:42

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Bumblebee configuration

So there is no /etc/X11/xorg.conf?  What is the contents of both Xorg.log's the one for the integrated GPU and the one for the discrete GPU?
Also the output of `dmesg`

Offline

#9 2017-12-09 19:04:02

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: [SOLVED] Bumblebee configuration

See https://ubuntuforums.org/showthread.php?t=2043971
If this is not it, please provide the output of "modinfo nvidia" as well as your dmesg and all xorg logs.

And just to be sure: you're not running a wayland display server, are you? (Default for gnome)

Offline

#10 2017-12-09 19:11:26

ericmcgomes
Member
Registered: 2017-12-09
Posts: 6

Re: [SOLVED] Bumblebee configuration

Ther is no /etc/X11/xorg.conf.

Where can I find the xorg.logs?

cat /etc/bumblebee/bumblebee.conf
# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia:/usr/lib:/usr/lib32
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
cat /etc/bumblebee/xorg.conf.nouveau
Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nouveau"

#   If the X server does not automatically detect your VGA device,
#   you can manually set it here.
#   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
#   as you see in the commented example.
#   This Setting is needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

EndSection
cat /etc/bumblebee/xorg.conf.nvidia 
Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nvidia"
    VendorName  "NVIDIA Corporation"

#   If the X server does not automatically detect your VGA device,
#   you can manually set it here.
#   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
#   as you see in the commented example.
#   This Setting may be needed in some platforms with more than one
#   nvidia card, which may confuse the proprietary driver (e.g.,
#   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

#   Setting ProbeAllGpus to false prevents the new proprietary driver
#   instance spawned to try to control the integrated graphics card,
#   which is already being managed outside bumblebee.
#   This option doesn't hurt and it is required on platforms running
#   more than one nvidia graphics card with the proprietary driver.
#   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
#   If this option is not set, the new Xorg may blacken the screen and
#   render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"

    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
EndSection
$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x5e, date = 2017-04-06
[    0.000000] Linux version 4.9.67-1-lts (builduser@andyrtr) (gcc version 7.2.1 20171128 (GCC) ) #1 SMP Tue Dec 5 13:07:07 CET 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=f415958c-3168-47d2-a5ff-c7972653e078 rw quiet resume=UUID=9e915016-79c2-47d9-b6b4-bfdb03fd5eac
[    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-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005a982fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a983000-0x000000005a983fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005a984000-0x000000005a984fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a985000-0x000000005ec6efff] usable
[    0.000000] BIOS-e820: [mem 0x000000005ec6f000-0x000000005f74ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005f750000-0x000000005f7f9fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005f7fa000-0x000000005fbe1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005fbe2000-0x000000005ffa2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005ffa3000-0x000000005fffdfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000005fffe000-0x000000005fffefff] usable
[    0.000000] BIOS-e820: [mem 0x000000005ffff000-0x000000006cbfffff] 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 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004923fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x5f7fa000  ACPI=0x5f7fa000  SMBIOS=0x5ff16000  SMBIOS 3.0=0x5ff15000  ESRT=0x5db3ab98 
[    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 = 0x492400 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 0070000000 mask 7FF0000000 uncachable
[    0.000000]   2 base 006C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 006A000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 0069000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 0068800000 mask 7FFF800000 uncachable
[    0.000000]   6 base 0068400000 mask 7FFFC00000 uncachable
[    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 = 0x5ffff max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x000000005db3ab98 to 0x000000005db3abd0.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x02d5a000, 0x02d5afff] PGTABLE
[    0.000000] BRK [0x02d5b000, 0x02d5bfff] PGTABLE
[    0.000000] BRK [0x02d5c000, 0x02d5cfff] PGTABLE
[    0.000000] BRK [0x02d5d000, 0x02d5dfff] PGTABLE
[    0.000000] BRK [0x02d5e000, 0x02d5efff] PGTABLE
[    0.000000] BRK [0x02d5f000, 0x02d5ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36fdb000-0x377e4fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000005F7FA000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000005F7FA0B0 0000DC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000005F816FC8 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000005F7FA220 01CDA3 (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000005FBE1C40 000040
[    0.000000] ACPI: APIC 0x000000005F8170E0 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000005F8171A0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000005F8171E8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000005F817228 000322 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.000000] ACPI: FIDT 0x000000005F817550 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005F8175F0 00324B (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000005F81A840 0029A2 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000005F81D1E8 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000005F81D220 0008FE (v02 INTEL  xh_rvp11 00000000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x000000005F81DB20 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000005F81DB68 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000005F81EA48 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x000000005F81EAE0 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000005F81EB08 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000005F81EDA8 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.000000] ACPI: DBGP 0x000000005F821DB0 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000005F821DE8 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: BGRT 0x000000005F821E40 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005F821E78 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160422)
[    0.000000] ACPI: DMAR 0x000000005F821F28 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 0x000000005F821FD0 001F47 (v01 OptRef OptTabl  00001000 INTL 20160422)
[    0.000000] ACPI: ASF! 0x000000005F823F18 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004923fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4923f8000-0x4923fcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000004923fffff]
[    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-0x000000005a982fff]
[    0.000000]   node   0: [mem 0x000000005a985000-0x000000005ec6efff]
[    0.000000]   node   0: [mem 0x000000005f750000-0x000000005f7f9fff]
[    0.000000]   node   0: [mem 0x000000005fffe000-0x000000005fffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000004923fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004923fffff]
[    0.000000] On node 0 totalpages: 4133044
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 23 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 6005 pages used for memmap
[    0.000000]   DMA32 zone: 384280 pages, LIFO batch:31
[    0.000000]   Normal zone: 58512 pages used for memmap
[    0.000000]   Normal zone: 3744768 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x0000000068c00000-0x000000006cbfffff
[    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: 0x8086a201 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-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x5a983000-0x5a983fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5a984000-0x5a984fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5ec6f000-0x5f74ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x5f7fa000-0x5fbe1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5fbe2000-0x5ffa2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5ffa3000-0x5fffdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x5ffff000-0x6cbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0x6cc00000-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-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-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 0x6cc00000-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: 19112604462750000 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 34 pages/cpu @ffff880492000000 s102040 r8192 d29032 u262144
[    0.000000] pcpu-alloc: s102040 r8192 d29032 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: 4068440
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=f415958c-3168-47d2-a5ff-c7972653e078 rw quiet resume=UUID=9e915016-79c2-47d9-b6b4-bfdb03fd5eac
[    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: 16114612K/16532176K available (6152K kernel code, 1077K rwdata, 1948K rodata, 1284K init, 1032K bss, 417564K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, 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 2800.000 MHz processor
[    0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 5616.00 BogoMIPS (lpj=28080000)
[    0.000028] pid_max: default: 32768 minimum: 301
[    0.000032] ACPI: Core revision 20160831
[    0.025901] ACPI Error: [_UPC] Namespace lookup failure, AE_ALREADY_EXISTS (20160831/dswload-378)
[    0.025908] ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20160831/psobject-227)
[    0.025941] ACPI Exception: AE_ALREADY_EXISTS, (SSDT:xh_rvp11) while loading table (20160831/tbxfload-228)
[    0.027268] ACPI Error: 1 table load failures, 9 successful (20160831/tbxfload-246)
[    0.027915] Security Framework initialized
[    0.027916] Yama: becoming mindful.
[    0.028549] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.031041] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.032309] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.032320] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.032552] CPU: Physical Processor ID: 0
[    0.032552] CPU: Processor Core ID: 0
[    0.032556] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.032556] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.032560] mce: CPU supports 10 MCE banks
[    0.032568] CPU0: Thermal monitoring enabled (TM1)
[    0.032586] process: using mwait in idle threads
[    0.032588] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.032588] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.032900] Freeing SMP alternatives memory: 24K
[    0.035820] ftrace: allocating 24686 entries in 97 pages
[    0.045049] smpboot: Max logical packages: 2
[    0.045052] DMAR: Host address width 39
[    0.045053] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.045058] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.045059] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.045062] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.045063] DMAR: RMRR base: 0x0000005f0b5000 end: 0x0000005f0d4fff
[    0.045064] DMAR: RMRR base: 0x00000068400000 end: 0x0000006cbfffff
[    0.045065] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.045066] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.045066] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.046461] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.046462] x2apic enabled
[    0.046474] Switched APIC routing to cluster x2apic.
[    0.050475] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.150490] TSC deadline timer enabled
[    0.150495] smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.150498] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.150523] ... version:                4
[    0.150523] ... bit width:              48
[    0.150523] ... generic registers:      4
[    0.150524] ... value mask:             0000ffffffffffff
[    0.150524] ... max period:             00007fffffffffff
[    0.150525] ... fixed-purpose events:   3
[    0.150525] ... event mask:             000000070000000f
[    0.151005] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.151061] x86: Booting SMP configuration:
[    0.151062] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.168408] x86: Booted up 1 node, 8 CPUs
[    0.168410] smpboot: Total of 8 processors activated (44928.00 BogoMIPS)
[    0.175343] devtmpfs: initialized
[    0.175387] x86/mm: Memory block size: 128MB
[    0.178127] PM: Registering ACPI NVS region [mem 0x5a983000-0x5a983fff] (4096 bytes)
[    0.178128] PM: Registering ACPI NVS region [mem 0x5f7fa000-0x5fbe1fff] (4096000 bytes)
[    0.178205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.178213] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.178257] pinctrl core: initialized pinctrl subsystem
[    0.178363] RTC time: 18:48:05, date: 12/09/17
[    0.179419] NET: Registered protocol family 16
[    0.214993] cpuidle: using governor ladder
[    0.255006] cpuidle: using governor menu
[    0.255048] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.255049] ACPI: bus type PCI registered
[    0.255050] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.255095] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.255097] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.255107] PCI: Using configuration type 1 for base access
[    0.305110] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.305111] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.305259] ACPI: Added _OSI(Module Device)
[    0.305260] ACPI: Added _OSI(Processor Device)
[    0.305260] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.305261] ACPI: Added _OSI(Processor Aggregator Device)
[    0.306245] ACPI: Executed 34 blocks of module-level executable AML code
[    0.313515] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.316940] ACPI: Dynamic OEM Table Load:
[    0.316973] ACPI: SSDT 0xFFFF88047F551000 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.317094] ACPI: Executed 1 blocks of module-level executable AML code
[    0.317170] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.317891] ACPI: Dynamic OEM Table Load:
[    0.317895] ACPI: SSDT 0xFFFF88047F70C400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.317998] ACPI: Executed 1 blocks of module-level executable AML code
[    0.318305] ACPI: Dynamic OEM Table Load:
[    0.318310] ACPI: SSDT 0xFFFF88047FB70800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.318569] ACPI: Executed 1 blocks of module-level executable AML code
[    0.318696] ACPI: Dynamic OEM Table Load:
[    0.318700] ACPI: SSDT 0xFFFF88047F0D0000 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.318801] ACPI: Executed 1 blocks of module-level executable AML code
[    0.320530] ACPI : EC: EC started
[    0.320530] ACPI : EC: interrupt blocked
[    0.321056] ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC
[    0.321057] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.321058] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions
[    0.321058] ACPI: Interpreter enabled
[    0.321095] ACPI: (supports S0 S3 S4 S5)
[    0.321096] ACPI: Using IOAPIC for interrupt routing
[    0.321127] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.322886] ACPI: Power Resource [PG00] (on)
[    0.323288] ACPI: Power Resource [PG01] (on)
[    0.323601] ACPI: Power Resource [PG02] (on)
[    0.336161] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.336165] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.336190] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.336618] PCI host bridge to bus 0000:00
[    0.336620] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.336621] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.336622] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.336623] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.336623] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.336624] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.336625] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.336626] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.336626] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.336627] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.336628] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.336628] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.336629] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.336630] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.336631] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.336631] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.336632] pci_bus 0000:00: root bus resource [mem 0x6cc00000-0xdfffffff window]
[    0.336633] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.336634] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.336640] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
[    0.336736] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.336769] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.336870] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.336920] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
[    0.336927] pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[    0.336932] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xbfffffff 64bit pref]
[    0.336935] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.337097] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.337113] pci 0000:00:14.0: reg 0x10: [mem 0xdf510000-0xdf51ffff 64bit]
[    0.337172] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.337307] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.337338] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.337353] pci 0000:00:14.2: reg 0x10: [mem 0xdf52e000-0xdf52efff 64bit]
[    0.337496] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.337515] pci 0000:00:16.0: reg 0x10: [mem 0xdf52d000-0xdf52dfff 64bit]
[    0.337581] pci 0000:00:16.0: PME# supported from D3hot
[    0.337708] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.337720] pci 0000:00:17.0: reg 0x10: [mem 0xdf528000-0xdf529fff]
[    0.337726] pci 0000:00:17.0: reg 0x14: [mem 0xdf52c000-0xdf52c0ff]
[    0.337732] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.337739] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.337745] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.337751] pci 0000:00:17.0: reg 0x24: [mem 0xdf52b000-0xdf52b7ff]
[    0.337786] pci 0000:00:17.0: PME# supported from D3hot
[    0.337898] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.337954] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.338046] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.338082] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.338135] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.338229] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.338258] pci 0000:00:1c.6: [8086:a116] type 01 class 0x060400
[    0.338310] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.338403] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.338438] pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
[    0.338627] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.338636] pci 0000:00:1f.2: reg 0x10: [mem 0xdf524000-0xdf527fff]
[    0.338770] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
[    0.338789] pci 0000:00:1f.3: reg 0x10: [mem 0xdf520000-0xdf523fff 64bit]
[    0.338812] pci 0000:00:1f.3: reg 0x20: [mem 0xdf500000-0xdf50ffff 64bit]
[    0.338855] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.338982] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.339015] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.339062] pci 0000:00:1f.4: reg 0x10: [mem 0xdf52a000-0xdf52a0ff 64bit]
[    0.339130] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.339331] pci 0000:01:00.0: [10de:1c8d] type 00 class 0x030200
[    0.339339] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.339346] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.339353] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.339358] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.339362] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.339440] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.375059] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.375061] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.375063] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.375065] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.375129] acpiphp: Slot [1] registered
[    0.375132] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.375209] pci 0000:03:00.0: [10ec:5287] type 00 class 0xff0000
[    0.375223] pci 0000:03:00.0: reg 0x10: [mem 0xdf415000-0xdf415fff]
[    0.375263] pci 0000:03:00.0: reg 0x30: [mem 0xdf400000-0xdf40ffff pref]
[    0.375338] pci 0000:03:00.0: supports D1 D2
[    0.375338] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.375387] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.375422] pci 0000:03:00.1: [10ec:8168] type 00 class 0x020000
[    0.375436] pci 0000:03:00.1: reg 0x10: [io  0xd000-0xd0ff]
[    0.375455] pci 0000:03:00.1: reg 0x18: [mem 0xdf414000-0xdf414fff 64bit]
[    0.375467] pci 0000:03:00.1: reg 0x20: [mem 0xdf410000-0xdf413fff 64bit]
[    0.375544] pci 0000:03:00.1: supports D1 D2
[    0.375544] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.415078] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.415080] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.415082] pci 0000:00:1c.4:   bridge window [mem 0xdf400000-0xdf4fffff]
[    0.415242] pci 0000:04:00.0: [168c:003e] type 00 class 0x028000
[    0.415354] pci 0000:04:00.0: reg 0x10: [mem 0xdf200000-0xdf3fffff 64bit]
[    0.415828] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.416060] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.455129] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.455133] pci 0000:00:1c.6:   bridge window [mem 0xdf200000-0xdf3fffff]
[    0.456055] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456095] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.456133] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456171] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456209] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456246] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456284] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456323] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456620] ACPI: Enabled 4 GPEs in block 00 to 7F
[    0.456722] ACPI : EC: interrupt unblocked
[    0.456734] ACPI : EC: event unblocked
[    0.456745] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.456746] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    0.456913] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.456914] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.456916] vgaarb: loaded
[    0.456917] vgaarb: bridge control possible 0000:00:02.0
[    0.456952] Registered efivars operations
[    0.475004] PCI: Using ACPI for IRQ routing
[    0.502854] PCI: pci_cache_line_size set to 64 bytes
[    0.502994] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.502995] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.502996] e820: reserve RAM buffer [mem 0x5a983000-0x5bffffff]
[    0.502996] e820: reserve RAM buffer [mem 0x5ec6f000-0x5fffffff]
[    0.502997] e820: reserve RAM buffer [mem 0x5f7fa000-0x5fffffff]
[    0.502998] e820: reserve RAM buffer [mem 0x5ffff000-0x5fffffff]
[    0.502998] e820: reserve RAM buffer [mem 0x492400000-0x493ffffff]
[    0.503073] NetLabel: Initializing
[    0.503074] NetLabel:  domain hash size = 128
[    0.503074] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.503084] NetLabel:  unlabeled traffic allowed by default
[    0.503197] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.503201] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.505248] clocksource: Switched to clocksource hpet
[    0.509497] VFS: Disk quotas dquot_6.6.0
[    0.509509] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.509557] pnp: PnP ACPI init
[    0.509728] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.509730] system 00:00: [io  0xffff] has been reserved
[    0.509730] system 00:00: [io  0xffff] has been reserved
[    0.509731] system 00:00: [io  0xffff] has been reserved
[    0.509732] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.509733] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.509734] system 00:00: [io  0x3322-0x3323] has been reserved
[    0.509737] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.509808] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.509809] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.509826] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.509855] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.509856] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.509874] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.509964] pnp 00:05: Plug and Play ACPI device, IDs SYN1223 PNP0f13 (active)
[    0.510133] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.510134] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.510135] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.510136] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.510136] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.510138] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.510138] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.510139] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.510140] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.510142] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.510143] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.510175] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.510176] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.510177] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.510178] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.510178] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.510179] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.510180] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.510182] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.510407] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.510408] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.511265] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.511266] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.511267] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.511268] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.511738] pnp: PnP ACPI: found 10 devices
[    0.518424] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.518436] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.518438] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.518439] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.518450] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.518451] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.518452] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.518453] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.518454] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.518455] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.518460] pci 0000:00:1c.0: BAR 14: assigned [mem 0x6cc00000-0x6cdfffff]
[    0.518468] pci 0000:00:1c.0: BAR 15: assigned [mem 0x6ce00000-0x6cffffff 64bit pref]
[    0.518469] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.518471] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.518472] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.518474] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.518476] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.518479] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.518481] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.518483] pci 0000:00:1c.0:   bridge window [mem 0x6cc00000-0x6cdfffff]
[    0.518486] pci 0000:00:1c.0:   bridge window [mem 0x6ce00000-0x6cffffff 64bit pref]
[    0.518490] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.518491] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.518494] pci 0000:00:1c.4:   bridge window [mem 0xdf400000-0xdf4fffff]
[    0.518498] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.518501] pci 0000:00:1c.6:   bridge window [mem 0xdf200000-0xdf3fffff]
[    0.518507] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.518507] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.518508] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.518509] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.518510] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.518511] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.518511] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.518512] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.518513] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.518514] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.518514] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.518515] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.518516] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.518517] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.518517] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.518518] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.518519] pci_bus 0000:00: resource 20 [mem 0x6cc00000-0xdfffffff window]
[    0.518520] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[    0.518521] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.518521] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.518522] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.518523] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.518524] pci_bus 0000:02: resource 1 [mem 0x6cc00000-0x6cdfffff]
[    0.518524] pci_bus 0000:02: resource 2 [mem 0x6ce00000-0x6cffffff 64bit pref]
[    0.518525] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.518526] pci_bus 0000:03: resource 1 [mem 0xdf400000-0xdf4fffff]
[    0.518527] pci_bus 0000:04: resource 1 [mem 0xdf200000-0xdf3fffff]
[    0.518628] NET: Registered protocol family 2
[    0.518749] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.518896] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.519019] TCP: Hash tables configured (established 131072 bind 65536)
[    0.519037] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.519075] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.519127] NET: Registered protocol family 1
[    0.519137] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.519381] PCI: CLS 64 bytes, default 64
[    0.519412] Unpacking initramfs...
[    0.608214] Freeing initrd memory: 8232K
[    0.608240] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.608242] software IO TLB [mem 0x55833000-0x59833000] (64MB) mapped at [ffff880055833000-ffff880059832fff]
[    0.608310] Scanning for low memory corruption every 60 seconds
[    0.608789] Initialise system trusted keyrings
[    0.608911] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.610035] zbud: loaded
[    0.610549] Key type asymmetric registered
[    0.610571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.610613] io scheduler noop registered
[    0.610614] io scheduler deadline registered (default)
[    0.610624] io scheduler cfq registered
[    0.611108] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.611111] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.611120] efifb: probing for efifb
[    0.611130] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
[    0.611130] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.611131] efifb: scrolling: redraw
[    0.611132] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.614652] Console: switching to colour frame buffer device 240x67
[    0.618087] fb0: EFI VGA frame buffer device
[    0.618092] intel_idle: MWAIT substates: 0x11142120
[    0.618093] intel_idle: v0.4.1 model 0x9E
[    0.618406] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.618538] GHES: HEST is not enabled!
[    0.618602] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.619038] Linux agpgart interface v0.103
[    0.619505] rtc_cmos 00:02: RTC can wake from S4
[    0.619887] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.619969] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.619974] intel_pstate: Intel P-state driver initializing
[    0.619988] intel_pstate: Disabling energy efficiency optimization
[    0.620463] intel_pstate: HWP enabled
[    0.620735] ledtrig-cpu: registered to indicate activity on CPUs
[    0.620927] NET: Registered protocol family 10
[    0.621200] NET: Registered protocol family 17
[    0.621464] microcode: sig=0x906e9, pf=0x20, revision=0x5e
[    0.621730] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.622063] registered taskstats version 1
[    0.622067] Loading compiled-in X.509 certificates
[    0.622077] zswap: loaded using pool lzo/zbud
[    0.622828]   Magic number: 13:410:847
[    0.623025] rtc_cmos 00:02: setting system clock to 2017-12-09 18:48:05 UTC (1512845285)
[    0.623073] PM: Checking hibernation image partition UUID=9e915016-79c2-47d9-b6b4-bfdb03fd5eac
[    0.623074] PM: Hibernation image not present or could not be loaded.
[    0.623791] Freeing unused kernel memory: 1284K
[    0.623791] Write protecting the kernel read-only data: 10240k
[    0.624199] Freeing unused kernel memory: 2024K
[    0.624378] Freeing unused kernel memory: 100K
[    0.701659] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12
[    0.707711] i8042: Detected active multiplexing controller, rev 1.1
[    0.711160] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.711164] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.711186] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.711186] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.711187] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.711799] rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
[    0.711959] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 123
[    0.712620] ACPI: bus type USB registered
[    0.712622] SCSI subsystem initialized
[    0.712634] usbcore: registered new interface driver usbfs
[    0.712639] usbcore: registered new interface driver hub
[    0.712656] usbcore: registered new device driver usb
[    0.713831] libata version 3.00 loaded.
[    0.713898] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.713903] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.715062] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.715072] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.715361] hub 1-0:1.0: USB hub found
[    0.715386] hub 1-0:1.0: 16 ports detected
[    0.716102] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.716104] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.716251] hub 2-0:1.0: USB hub found
[    0.716279] hub 2-0:1.0: 8 ports detected
[    0.716446] usb: port power management may be unreliable
[    0.716826] ahci 0000:00:17.0: version 3.0
[    0.717015] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[    0.727178] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x5 impl SATA mode
[    0.727179] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst 
[    0.735567] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.756086] scsi host0: ahci
[    0.756508] scsi host1: ahci
[    0.756776] scsi host2: ahci
[    0.756812] ata1: SATA max UDMA/133 abar m2048@0xdf52b000 port 0xdf52b100 irq 125
[    0.756812] ata2: DUMMY
[    0.756813] ata3: SATA max UDMA/133 abar m2048@0xdf52b000 port 0xdf52b200 irq 125
[    1.075430] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.089173] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.089638] ata1.00: supports DRM functions and may not be fully accessible
[    1.090666] ata1.00: ATA-10: Crucial_CT275MX300SSD4,  M0CR040, max UDMA/133
[    1.090669] ata1.00: 537234768 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.091699] ata1.00: supports DRM functions and may not be fully accessible
[    1.093357] ata1.00: configured for UDMA/133
[    1.093793] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT275MX3 R040 PQ: 0 ANSI: 5
[    1.395442] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    1.500283] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.501964] ata3.00: supports DRM functions and may not be fully accessible
[    1.502995] ata3.00: disabling queued TRIM support
[    1.502999] ata3.00: ATA-9: Samsung SSD 850 EVO 1TB, EMT02B6Q, max UDMA/133
[    1.503002] ata3.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.503969] ata3.00: supports DRM functions and may not be fully accessible
[    1.504937] ata3.00: disabling queued TRIM support
[    1.505499] ata3.00: configured for UDMA/133
[    1.505964] scsi 2:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
[    1.608806] ata1.00: Enabling discard_zeroes_data
[    1.608872] sd 0:0:0:0: [sda] 537234768 512-byte logical blocks: (275 GB/256 GiB)
[    1.608919] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.609110] sd 0:0:0:0: [sda] Write Protect is off
[    1.609114] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.609178] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.609197] sd 2:0:0:0: [sdb] Write Protect is off
[    1.609201] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.609267] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.609449] ata1.00: Enabling discard_zeroes_data
[    1.612118]  sda: sda1 sda2 sda3 sda4
[    1.612965] ata1.00: Enabling discard_zeroes_data
[    1.613184]  sdb: sdb1
[    1.613563] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.613829] sd 2:0:0:0: [sdb] Attached SCSI disk
[    1.668015] PM: Starting manual resume from disk
[    1.668019] PM: Hibernation image partition 8:4 present
[    1.668020] PM: Looking for hibernation image.
[    1.668259] PM: Image not found (code -22)
[    1.668262] PM: Hibernation image not present or could not be loaded.
[    1.695353] tsc: Refined TSC clocksource calibration: 2808.003 MHz
[    1.695367] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c8bd2ec, max_idle_ns: 440795270831 ns
[    1.705286] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    1.718618] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    1.735392] random: fast init done
[    1.823928] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.827001] cgroup: cgroup2: unknown option "nsdelegate"
[    1.832293] systemd[1]: systemd 235 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)
[    1.832553] systemd[1]: Detected architecture x86-64.
[    1.833665] systemd[1]: Set hostname to <arch>.
[    1.887551] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:33 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    1.887556] systemd[1]: Proceeding WITHOUT firewalling in effect!
[    1.890653] systemd[1]: File /usr/lib/systemd/system/systemd-udevd.service:32 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    1.890657] systemd[1]: Proceeding WITHOUT firewalling in effect!
[    1.938577] systemd[1]: File /usr/lib/systemd/system/systemd-logind.service:34 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    1.938581] systemd[1]: Proceeding WITHOUT firewalling in effect!
[    1.944458] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.968056] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.968144] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.972292] Guest personality initialized and is inactive
[    1.972348] VMCI host device registered (name=vmci, major=10, minor=58)
[    1.972350] Initialized host personality
[    1.974768] vmmon: loading out-of-tree module taints kernel.
[    1.975057] /dev/vmmon[182]: Module vmmon: registered with major=10 minor=165
[    1.975062] /dev/vmmon[182]: Using tsc_khz as TSC frequency: 2808003
[    1.975063] /dev/vmmon[182]: Module vmmon: initialized
[    2.012897] systemd-journald[186]: Received request to flush runtime journal from PID 1
[    2.059359] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[    2.059362] ACPI: Power Button [PWRB]
[    2.059395] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[    2.059398] ACPI: Sleep Button [SLPB]
[    2.059472] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7
[    2.059504] ACPI: Lid Switch [LID0]
[    2.059538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[    2.059539] ACPI: Power Button [PWRF]
[    2.061948] ACPI: AC Adapter [AC] (on-line)
[    2.062159] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    2.066914] wmi: Mapper loaded
[    2.067178] hidraw: raw HID events driver (C) Jiri Kosina
[    2.074130] Bluetooth: Core ver 2.22
[    2.074149] NET: Registered protocol family 31
[    2.074149] Bluetooth: HCI device and connection manager initialized
[    2.074156] Bluetooth: HCI socket layer initialized
[    2.074158] Bluetooth: L2CAP socket layer initialized
[    2.074160] Bluetooth: SCO socket layer initialized
[    2.083173] ACPI: Battery Slot [BAT0] (battery present)
[    2.083995] thermal LNXTHERM:00: registered as thermal_zone0
[    2.083996] ACPI: Thermal Zone [TZ0] (60 C)
[    2.088537] Bluetooth: HCI UART driver ver 2.3
[    2.088538] Bluetooth: HCI UART protocol H4 registered
[    2.088539] Bluetooth: HCI UART protocol BCSP registered
[    2.088539] Bluetooth: HCI UART protocol LL registered
[    2.088539] Bluetooth: HCI UART protocol ATH3K registered
[    2.088540] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.088556] Bluetooth: HCI UART protocol Intel registered
[    2.088562] Bluetooth: HCI UART protocol Broadcom registered
[    2.088563] Bluetooth: HCI UART protocol QCA registered
[    2.088563] Bluetooth: HCI UART protocol AG6XX registered
[    2.088564] Bluetooth: HCI UART protocol Marvell registered
[    2.093318] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    2.095221] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.096101] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.096142] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.099858] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.105505] AVX2 version of gcm_enc/dec engaged.
[    2.105506] AES CTR mode by8 optimization enabled
[    2.106546] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.106553] r8169 0000:03:00.1: can't disable ASPM; OS doesn't have ASPM control
[    2.106558] r8169 0000:03:00.1: enabling device (0000 -> 0003)
[    2.107675] usbcore: registered new interface driver btusb
[    2.126790] [drm] Initialized
[    2.130337] media: Linux media interface: v0.10
[    2.136530] r8169 0000:03:00.1 eth0: RTL8411 at 0xffffc90001a25000, 80:fa:5b:41:0c:ad, XID 1c800800 IRQ 127
[    2.136532] r8169 0000:03:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.141237] Linux video capture interface: v2.00
[    2.141916] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    2.143038] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: discard
[    2.152092] Adding 8096400k swap on /dev/sda4.  Priority:-1 extents:1 across:8096400k SSFS
[    2.154083] ath10k_pci 0000:04:00.0: enabling device (0000 -> 0002)
[    2.155479] ath10k_pci 0000:04:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    2.168299] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: discard
[    2.174982] r8169 0000:03:00.1 enp3s0f1: renamed from eth0
[    2.236186] iTCO_vendor_support: vendor-support=0
[    2.237155] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.237298] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    2.237407] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.239590] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    2.239921] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b5a7)
[    2.240002] intel_rapl: Found RAPL domain package
[    2.240005] intel_rapl: Found RAPL domain core
[    2.240006] intel_rapl: Found RAPL domain uncore
[    2.240008] intel_rapl: Found RAPL domain dram
[    2.243817] [drm] Memory usable by graphics device = 4096M
[    2.243819] checking generic (a0000000 7f0000) vs hw (a0000000 20000000)
[    2.243820] fb: switching to inteldrmfb from EFI VGA
[    2.243836] Console: switching to colour dummy device 80x25
[    2.243898] [drm] Replacing VGA console driver
[    2.247432] uvcvideo 1-2:1.0: Entity type for entity Extension 4 was not initialized!
[    2.247434] uvcvideo 1-2:1.0: Entity type for entity Extension 3 was not initialized!
[    2.247435] uvcvideo 1-2:1.0: Entity type for entity Processing 2 was not initialized!
[    2.247436] uvcvideo 1-2:1.0: Entity type for entity Camera 1 was not initialized!
[    2.247551] input: Chicony USB 2.0 Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input12
[    2.247605] usbcore: registered new interface driver uvcvideo
[    2.247606] USB Video Class driver (1.1.1)
[    2.249380] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.249381] [drm] Driver supports precise vblank timestamp query.
[    2.259681] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.262553] [drm] Finished loading i915/kbl_dmc_ver1_01.bin (v1.1)
[    2.266256] [drm] GuC firmware load skipped
[    2.340471] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.340767] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
[    2.340847] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    2.340886] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input14
[    2.341047] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    2.341054] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[    2.345974] fbcon: inteldrmfb (fb0) is primary device
[    2.386808] random: crng init done
[    2.588124] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.588125] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.588126] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    2.588126] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.588127] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.588127] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    2.588128] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    2.600550] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    2.615464] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    2.615519] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    2.615554] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    2.615588] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    2.615632] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    2.628257] ath10k_pci 0000:04:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:04:00.0.bin failed with error -2
[    2.628264] ath10k_pci 0000:04:00.0: Direct firmware load for ath10k/cal-pci-0000:04:00.0.bin failed with error -2
[    2.628629] ath10k_pci 0000:04:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[    2.628630] ath10k_pci 0000:04:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
[    2.630819] ath10k_pci 0000:04:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[    2.630820] ath10k_pci 0000:04:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[    2.631197] ath10k_pci 0000:04:00.0: firmware ver WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad crc32 75dee6c5
[    2.693253] ath10k_pci 0000:04:00.0: board id is not exist in otp, ignore it
[    2.694953] ath10k_pci 0000:04:00.0: board_file api 2 bmi_id N/A crc32 0e26ef70
[    2.710846] clocksource: Switched to clocksource tsc
[    3.307683] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.307684] Bluetooth: BNEP filters: protocol multicast
[    3.307686] Bluetooth: BNEP socket layer initialized
[    3.339744] psmouse serio2: synaptics: queried max coordinates: x [..5656], y [..4728]
[    3.457868] psmouse serio2: synaptics: queried min coordinates: x [1284..], y [1128..]
[    3.613556] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00223/0x840300/0x26800/0x0, board id: 3163, fw id: 2180635
[    3.656339] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input11
[    3.657837] mousedev: PS/2 mouse device common for all mice
[    3.858528] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    3.897608] r8169 0000:03:00.1 enp3s0f1: link down
[    3.897657] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
[    4.005589] [drm] RC6 on
[    4.549655] Console: switching to colour frame buffer device 240x67
[    4.569582] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.819356] ath10k_pci 0000:04:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    4.927414] ath: EEPROM regdomain: 0x6c
[    4.927415] ath: EEPROM indicates we should expect a direct regpair map
[    4.927416] ath: Country alpha2 being used: 00
[    4.927417] ath: Regpair used: 0x6c
[    4.932218] ath10k_pci 0000:04:00.0 wlp4s0: renamed from wlan0
[    4.992922] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    7.348231] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    7.979795] Bluetooth: RFCOMM TTY layer initialized
[    7.979799] Bluetooth: RFCOMM socket layer initialized
[    7.979803] Bluetooth: RFCOMM ver 1.11
[    9.110970] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[    9.110971] CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[    9.110972] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[    9.110973] CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[    9.110974] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[    9.110975] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[    9.110976] CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[    9.110977] CPU5: Core temperature above threshold, cpu clock throttled (total events = 1)
[    9.110979] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[    9.110979] CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[    9.110981] mce: [Hardware Error]: Machine check events logged
[    9.178971] CPU1: Core temperature/speed normal
[    9.178971] CPU5: Core temperature/speed normal
[    9.178972] CPU4: Package temperature/speed normal
[    9.178973] CPU6: Package temperature/speed normal
[    9.178975] CPU7: Package temperature/speed normal
[    9.178975] CPU3: Package temperature/speed normal
[    9.178976] CPU0: Package temperature/speed normal
[    9.178977] CPU2: Package temperature/speed normal
[    9.178977] CPU5: Package temperature/speed normal
[    9.178979] CPU1: Package temperature/speed normal
[    9.178979] mce: [Hardware Error]: Machine check events logged
[    9.819519] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    9.938937] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   13.203689] fuse init (API version 7.26)
[   14.567232] rfkill: input handler disabled
[   14.651429] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   19.467136] wlp4s0: authenticate with 70:4f:57:07:f7:7c
[   19.504368] wlp4s0: send auth to 70:4f:57:07:f7:7c (try 1/3)
[   19.505345] wlp4s0: authenticated
[   19.510429] wlp4s0: associating with AP with corrupt beacon
[   19.515342] wlp4s0: associate with 70:4f:57:07:f7:7c (try 1/3)
[   19.517314] wlp4s0: RX AssocResp from 70:4f:57:07:f7:7c (capab=0x411 status=0 aid=2)
[   19.520919] wlp4s0: associated
[   19.521004] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[  526.999963] CPU5: Core temperature above threshold, cpu clock throttled (total events = 186)
[  526.999963] CPU1: Core temperature above threshold, cpu clock throttled (total events = 186)
[  526.999964] CPU2: Package temperature above threshold, cpu clock throttled (total events = 206)
[  526.999965] CPU6: Package temperature above threshold, cpu clock throttled (total events = 206)
[  526.999967] CPU1: Package temperature above threshold, cpu clock throttled (total events = 206)
[  526.999989] mce: [Hardware Error]: Machine check events logged
[  526.999991] CPU5: Package temperature above threshold, cpu clock throttled (total events = 206)
[  526.999992] mce: [Hardware Error]: Machine check events logged
[  526.999994] CPU4: Package temperature above threshold, cpu clock throttled (total events = 206)
[  526.999994] CPU0: Package temperature above threshold, cpu clock throttled (total events = 206)
[  526.999996] CPU3: Package temperature above threshold, cpu clock throttled (total events = 206)
[  526.999996] CPU7: Package temperature above threshold, cpu clock throttled (total events = 206)
[  527.001010] CPU5: Core temperature/speed normal
[  527.001011] CPU1: Core temperature/speed normal
[  527.001012] CPU5: Package temperature/speed normal
[  527.001012] CPU1: Package temperature/speed normal
[  527.001050] CPU6: Package temperature/speed normal
[  527.001050] CPU4: Package temperature/speed normal
[  527.001051] CPU0: Package temperature/speed normal
[  527.001052] CPU2: Package temperature/speed normal
[  527.001052] CPU7: Package temperature/speed normal
[  527.001053] CPU3: Package temperature/speed normal



seth, I am using gnome, how can I check if iḿ using wayland display server?

$ modinfo nvidia
modinfo: ERROR: Module nvidia not found.

Edit: after changing the driver as seth said, the error changed:

glxgears -info
[   24.808191] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[   24.808264] [ERROR]Could not connect to bumblebee daemon - is it running?

Last edited by ericmcgomes (2017-12-09 19:18:18)

Offline

#11 2017-12-09 19:22:15

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Bumblebee configuration

What is the output of

pacman -Q nvidia-lts

Offline

#12 2017-12-09 19:24:56

ericmcgomes
Member
Registered: 2017-12-09
Posts: 6

Re: [SOLVED] Bumblebee configuration

pacman -Q nvidia-lts
error: package 'nvidia-lts' was not found
pacman -Q nvidia
nvidia 387.34-8

Offline

#13 2017-12-09 19:27:59

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] Bumblebee configuration

If you're using the LTS kernel then you should be using the nvidia-lts package.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#14 2017-12-09 19:30:28

ericmcgomes
Member
Registered: 2017-12-09
Posts: 6

Re: [SOLVED] Bumblebee configuration

Make sense!

Installed the LTS version and worked.

TY, guys

Offline

Board footer

Powered by FluxBB