You are not logged in.

#1 2018-01-10 17:03:58

romulosnoliveira
Member
Registered: 2018-01-10
Posts: 7

[SOLVED] Problems with bumblebee - no output from optirun

Hello, I just installed arch yesterday for the first time on my hybrid laptop. I tried to install bumblebee following the Arch Wiki tutorial, but it did not work well.
When I test the usage with optirun glxgears, I got it no output and it just stops when ^C.

optirun glxgears
^C[ 1545.722070] [WARN]Received Interrupt signal.
[ 1545.722215] [WARN]Could not read data! Error: Bad file descriptor

My graphics cards:

lspci | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 930MX] (rev a2)

Bumblebee is running but optirun -status returns error

systemctl status bumblebeed.service 
● bumblebeed.service - Bumblebee C Daemon
   Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2018-01-10 14:36:16 -02; 1min 44s ago
 Main PID: 2275 (bumblebeed)
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bumblebeed.service
           └─2275 /usr/bin/bumblebeed

jan 10 14:36:16 archromulo systemd[1]: Started Bumblebee C Daemon.
jan 10 14:36:16 archromulo bumblebeed[2275]: [ 1641.425940] [INFO]/usr/bin/bumblebeed 3.2.1 started

optirun -status
[  166.932901] [ERROR]The Bumblebee daemon has not been started yet or the socket path tatus was incorrect.
[  166.933003] [ERROR]Could not connect to bumblebee daemon - is it running?

And when running bumblebeed it just freezes at Initialization completed and I have to ^C again

bumblebeed -v
[  301.418284] [INFO]Switching method 'bbswitch' is available and will be used.
[  301.419339] [INFO]bumblebeed 3.2.1 started
[  301.419388] [INFO]Initialization completed - now handling client requests
^C[  420.011307] [WARN]Received Interrupt signal.
[  420.011554] [INFO]Switching dedicated card ON [bbswitch]

I tried to change my bumblebee.conf but it don't seem to solve anything so I've just recovered. Here it is:

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

Some people told me to blacklist nouveau but the NVIDIA Article on Wiki says that the nvidia package already does that.

Last edited by romulosnoliveira (2018-01-10 19:48:05)

Offline

#2 2018-01-10 17:07:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] Problems with bumblebee - no output from optirun

When did you last update? There have recently been some issues due to a wrong configuration in the package. Make sure you run at least nvidia 387.34-18 and nvidia-utils 387.34-5 .

If that doesn't help already post

groups
loginctl show-session $XDG_SESSION_ID
dmesg

Last edited by V1del (2018-01-10 17:11:50)

Offline

#3 2018-01-10 17:25:04

romulosnoliveira
Member
Registered: 2018-01-10
Posts: 7

Re: [SOLVED] Problems with bumblebee - no output from optirun

I updated yesterday when I installed my DE and some things. Then when i issued this problem I tried to pacman -Syu again. Nothing new.
Here is the output asked:

[romulo@archromulo ~]$ groups
bumblebee power wheel video storage users
[romulo@archromulo ~]$ loginctl show-session $XDG_SESSION_ID
Id=c2
User=1000
Name=romulo
Timestamp=Wed 2018-01-10 14:47:04 -02
TimestampMonotonic=138791216
VTNr=2
Seat=seat0
TTY=tty2
Remote=no
Service=gdm-password
Scope=session-c2.scope
Leader=626
Audit=0
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
LockedHint=no
[romulo@archromulo ~]$ dmesg
[    0.000000] Linux version 4.14.12-1-ARCH (builduser@heftig-25655) (gcc version 7.2.1 20171224 (GCC)) #1 SMP PREEMPT Fri Jan 5 18:19:34 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=92427de7-fcf2-4d30-a126-c3faacdb1c1c 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: 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] 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-0x0000000084abcfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000084abd000-0x0000000084abdfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000084abe000-0x0000000084abefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000084abf000-0x0000000089868fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000089869000-0x000000008a593fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008a594000-0x000000008a5d9fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008a5da000-0x000000008adbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008adbf000-0x000000008b208fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008b209000-0x000000008b27efff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008b27f000-0x000000008b2fefff] usable
[    0.000000] BIOS-e820: [mem 0x000000008b2ff000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ESRT=0x8b17ce58  ACPI=0x8a5a2000  ACPI 2.0=0x8a5a2000  SMBIOS=0x8b179000  SMBIOS 3.0=0x8b178000 
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X556URK/X556URK, BIOS X556URK.306 02/27/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x26f000 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 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000000]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.000000]   4 base 008B800000 mask 7FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x8b2ff max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x000000008b17ce58 to 0x000000008b17ce90.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff977c40098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x17162a000, 0x17162afff] PGTABLE
[    0.000000] BRK [0x17162b000, 0x17162bfff] PGTABLE
[    0.000000] BRK [0x17162c000, 0x17162cfff] PGTABLE
[    0.000000] BRK [0x17162d000, 0x17162dfff] PGTABLE
[    0.000000] BRK [0x17162e000, 0x17162efff] PGTABLE
[    0.000000] BRK [0x17162f000, 0x17162ffff] PGTABLE
[    0.000000] BRK [0x171630000, 0x171630fff] PGTABLE
[    0.000000] BRK [0x171631000, 0x171631fff] PGTABLE
[    0.000000] BRK [0x171632000, 0x171632fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x3723d000-0x37915fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000008A5A2000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x000000008A5A20B8 0000EC (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000008A5CBDD0 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000008A5A2230 029B9A (v02 _ASUS_ Notebook 01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000008ADA5C40 000040
[    0.000000] ACPI: APIC 0x000000008A5CBEE8 000084 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000008A5CBF70 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: ECDT 0x000000008A5CBFB8 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: MCFG 0x000000008A5CC080 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: FIDT 0x000000008A5CC0C0 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000008A5CC160 005D31 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[    0.000000] ACPI: MSDM 0x000000008A5D1E98 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[    0.000000] ACPI: SSDT 0x000000008A5D1EF0 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000008A5D5048 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.000000] ACPI: UEFI 0x000000008A5D5080 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000008A5D50C8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008A5D5FA8 0003E3 (v02 PmRef  Cpu0Tst  00003000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008A5D6390 000471 (v02 PmRef  ApTst    00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000008A5D6808 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x000000008A5D68A0 000028 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000008A5D68C8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.000000] ACPI: DBGP 0x000000008A5D6B68 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000008A5D6BA0 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: BGRT 0x000000008A5D6BF8 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000008A5D6C30 00039B (v02 SgRef  SgUlt    00001000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008A5D6FD0 000837 (v02 SgRef  SgPch    00001000 INTL 20160422)
[    0.000000] ACPI: DMAR 0x000000008A5D7808 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.000000] ACPI: TPM2 0x000000008A5D78F8 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: SSDT 0x000000008A5D7930 001E3D (v01 OptRef OptTabl  00001000 INTL 20160422)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000026effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x26effc000-0x26effffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000026effffff]
[    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-0x0000000084abcfff]
[    0.000000]   node   0: [mem 0x0000000084abf000-0x0000000089868fff]
[    0.000000]   node   0: [mem 0x000000008b27f000-0x000000008b2fefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000026effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
[    0.000000] On node 0 totalpages: 2066563
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8740 pages used for memmap
[    0.000000]   DMA32 zone: 559335 pages, LIFO batch:31
[    0.000000]   Normal zone: 23488 pages used for memmap
[    0.000000]   Normal zone: 1503232 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000008c000000-0x000000008fffffff
[    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] 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] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later)
[    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 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x84abd000-0x84abdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x84abe000-0x84abefff]
[    0.000000] PM: Registered nosave memory: [mem 0x89869000-0x8a593fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8a594000-0x8a5d9fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8a5da000-0x8adbefff]
[    0.000000] PM: Registered nosave memory: [mem 0x8adbf000-0x8b208fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8b209000-0x8b27efff]
[    0.000000] PM: Registered nosave memory: [mem 0x8b2ff000-0x8fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x90000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x90000000-0xefffffff] 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 42 pages/cpu @ffff977eaec00000 s134168 r8192 d29672 u524288
[    0.000000] pcpu-alloc: s134168 r8192 d29672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2034249
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=92427de7-fcf2-4d30-a126-c3faacdb1c1c 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: 7941764K/8266252K available (10252K kernel code, 1157K rwdata, 2788K rodata, 1348K init, 992K bss, 324488K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 29105 entries in 114 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 8448, nr_irqs: 1024, preallocated irqs: 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.003333] tsc: Detected 2700.000 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 5426.00 BogoMIPS (lpj=9040000)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170728
[    0.040616] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.041245] Security Framework initialized
[    0.041245] Yama: becoming mindful.
[    0.042097] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.042518] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.042537] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.042551] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.042716] CPU: Physical Processor ID: 0
[    0.042716] CPU: Processor Core ID: 0
[    0.042721] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.042721] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.042726] mce: CPU supports 8 MCE banks
[    0.042734] CPU0: Thermal monitoring enabled (TM1)
[    0.042749] process: using mwait in idle threads
[    0.042751] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.042752] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.043435] Freeing SMP alternatives memory: 24K
[    0.046844] smpboot: Max logical packages: 2
[    0.046847] DMAR: Host address width 39
[    0.046849] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.046854] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.046855] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.046859] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.046859] DMAR: RMRR base: 0x00000089d24000 end: 0x00000089d43fff
[    0.046860] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
[    0.046861] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.046862] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.046863] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.046864] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.046865] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.048279] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.048281] x2apic enabled
[    0.048290] Switched APIC routing to cluster x2apic.
[    0.052281] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.086666] smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.096694] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.096830] ... version:                4
[    0.096830] ... bit width:              48
[    0.096831] ... generic registers:      4
[    0.096831] ... value mask:             0000ffffffffffff
[    0.096832] ... max period:             00007fffffffffff
[    0.096832] ... fixed-purpose events:   3
[    0.096833] ... event mask:             000000070000000f
[    0.103344] Hierarchical SRCU implementation.
[    0.116873] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.123343] smp: Bringing up secondary CPUs ...
[    0.150045] x86: Booting SMP configuration:
[    0.150049] .... node  #0, CPUs:      #1 #2 #3
[    0.203843] smp: Brought up 1 node, 4 CPUs
[    0.203843] smpboot: Total of 4 processors activated (21704.00 BogoMIPS)
[    0.206897] devtmpfs: initialized
[    0.206897] x86/mm: Memory block size: 128MB
[    0.207202] PM: Registering ACPI NVS region [mem 0x84abd000-0x84abdfff] (4096 bytes)
[    0.207202] PM: Registering ACPI NVS region [mem 0x8a5da000-0x8adbefff] (8278016 bytes)
[    0.207202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.207202] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.207202] pinctrl core: initialized pinctrl subsystem
[    0.207202] RTC time: 16:44:46, date: 01/10/18
[    0.207202] NET: Registered protocol family 16
[    0.207202] cpuidle: using governor ladder
[    0.207202] cpuidle: using governor menu
[    0.207202] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.207202] ACPI: bus type PCI registered
[    0.207202] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.207202] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.207202] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.207202] PCI: Using configuration type 1 for base access
[    0.207218] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.207218] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.207219] ACPI: Added _OSI(Module Device)
[    0.207219] ACPI: Added _OSI(Processor Device)
[    0.207219] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.207219] ACPI: Added _OSI(Processor Aggregator Device)
[    0.207219] ACPI: EC: EC started
[    0.207219] ACPI: EC: interrupt blocked
[    0.210844] ACPI: \: Used as first EC
[    0.210845] ACPI: \: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.210846] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.213514] ACPI: Executed 33 blocks of module-level executable AML code
[    0.225004] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.230766] ACPI: Dynamic OEM Table Load:
[    0.230772] ACPI: SSDT 0xFFFF977EA4EF0800 0006B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.230931] ACPI: Executed 1 blocks of module-level executable AML code
[    0.231004] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.232238] ACPI: Dynamic OEM Table Load:
[    0.232242] ACPI: SSDT 0xFFFF977EA485E400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.232384] ACPI: Executed 1 blocks of module-level executable AML code
[    0.232539] ACPI: Dynamic OEM Table Load:
[    0.232543] ACPI: SSDT 0xFFFF977EA4871A00 000115 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.232664] ACPI: Executed 1 blocks of module-level executable AML code
[    0.232732] ACPI: Dynamic OEM Table Load:
[    0.232735] ACPI: SSDT 0xFFFF977EA4870E00 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.232854] ACPI: Executed 1 blocks of module-level executable AML code
[    0.233191] ACPI: Dynamic OEM Table Load:
[    0.233196] ACPI: SSDT 0xFFFF977EA4EF3800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.233531] ACPI: Executed 1 blocks of module-level executable AML code
[    0.233671] ACPI: Dynamic OEM Table Load:
[    0.233674] ACPI: SSDT 0xFFFF977EA4870A00 000197 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.233813] ACPI: Executed 1 blocks of module-level executable AML code
[    0.233962] ACPI: Dynamic OEM Table Load:
[    0.233965] ACPI: SSDT 0xFFFF977EA4870C00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.234103] ACPI: Executed 1 blocks of module-level executable AML code
[    0.235609] ACPI: Interpreter enabled
[    0.235652] ACPI: (supports S0 S3 S4 S5)
[    0.235652] ACPI: Using IOAPIC for interrupt routing
[    0.235688] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.236602] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.241174] ACPI: Power Resource [WRST] (on)
[    0.241489] ACPI: Power Resource [WRST] (on)
[    0.241800] ACPI: Power Resource [WRST] (on)
[    0.242113] ACPI: Power Resource [WRST] (on)
[    0.242423] ACPI: Power Resource [WRST] (on)
[    0.242466] ACPI: Power Resource [PC09] (on)
[    0.347845] ACPI: Power Resource [WRST] (on)
[    0.348156] ACPI: Power Resource [WRST] (on)
[    0.348467] ACPI: Power Resource [WRST] (on)
[    0.348787] ACPI: Power Resource [WRST] (on)
[    0.349121] ACPI: Power Resource [WRST] (on)
[    0.349430] ACPI: Power Resource [WRST] (on)
[    0.349741] ACPI: Power Resource [WRST] (on)
[    0.350057] ACPI: Power Resource [WRST] (on)
[    0.350366] ACPI: Power Resource [WRST] (on)
[    0.350675] ACPI: Power Resource [WRST] (on)
[    0.350983] ACPI: Power Resource [WRST] (on)
[    0.352162] ACPI: Power Resource [WRST] (on)
[    0.352476] ACPI: Power Resource [WRST] (on)
[    0.352795] ACPI: Power Resource [WRST] (on)
[    0.366149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.366154] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.367612] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.367613] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.368200] PCI host bridge to bus 0000:00
[    0.368202] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.368203] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.368204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.368205] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.368205] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.368206] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.368207] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.368208] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.368209] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.368210] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.368210] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.368211] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.368212] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.368213] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.368214] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.368215] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.368216] pci_bus 0000:00: root bus resource [mem 0x90000000-0xefffffff window]
[    0.368216] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.368218] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.368224] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.368565] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[    0.368575] pci 0000:00:02.0: reg 0x10: [mem 0xed000000-0xedffffff 64bit]
[    0.368580] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.368584] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.368597] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.368715] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.368726] pci 0000:00:04.0: reg 0x10: [mem 0xef320000-0xef327fff 64bit]
[    0.368928] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.368951] pci 0000:00:14.0: reg 0x10: [mem 0xef310000-0xef31ffff 64bit]
[    0.369021] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.369210] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.369232] pci 0000:00:14.2: reg 0x10: [mem 0xef338000-0xef338fff 64bit]
[    0.369483] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.369747] pci 0000:00:15.0: reg 0x10: [mem 0xef337000-0xef337fff 64bit]
[    0.370714] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    0.370977] pci 0000:00:15.1: reg 0x10: [mem 0xef336000-0xef336fff 64bit]
[    0.371882] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.371924] pci 0000:00:16.0: reg 0x10: [mem 0xef335000-0xef335fff 64bit]
[    0.372042] pci 0000:00:16.0: PME# supported from D3hot
[    0.372187] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.372206] pci 0000:00:17.0: reg 0x10: [mem 0xef330000-0xef331fff]
[    0.372213] pci 0000:00:17.0: reg 0x14: [mem 0xef334000-0xef3340ff]
[    0.372221] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.372229] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.372236] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.372244] pci 0000:00:17.0: reg 0x24: [mem 0xef333000-0xef3337ff]
[    0.372287] pci 0000:00:17.0: PME# supported from D3hot
[    0.372425] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.372496] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.372658] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.372728] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.372877] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    0.372947] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.373110] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[    0.373345] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.373359] pci 0000:00:1f.2: reg 0x10: [mem 0xef32c000-0xef32ffff]
[    0.373524] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.373550] pci 0000:00:1f.3: reg 0x10: [mem 0xef328000-0xef32bfff 64bit]
[    0.373577] pci 0000:00:1f.3: reg 0x20: [mem 0xef300000-0xef30ffff 64bit]
[    0.373626] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.373818] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.373879] pci 0000:00:1f.4: reg 0x10: [mem 0xef332000-0xef3320ff 64bit]
[    0.373950] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.374192] pci 0000:01:00.0: [10de:134e] type 00 class 0x030200
[    0.374217] pci 0000:01:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[    0.374229] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.374241] pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
[    0.374250] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.374258] pci 0000:01:00.0: reg 0x30: [mem 0xef000000-0xef07ffff pref]
[    0.374419] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.374421] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.374424] pci 0000:00:1c.0:   bridge window [mem 0xee000000-0xef0fffff]
[    0.374428] pci 0000:00:1c.0:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.374492] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.374522] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.374549] pci 0000:02:00.0: reg 0x18: [mem 0xef204000-0xef204fff 64bit]
[    0.374566] pci 0000:02:00.0: reg 0x20: [mem 0xef200000-0xef203fff 64bit]
[    0.374665] pci 0000:02:00.0: supports D1 D2
[    0.374666] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.383401] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.383412] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.383422] pci 0000:00:1c.4:   bridge window [mem 0xef200000-0xef2fffff]
[    0.383530] pci 0000:03:00.0: [168c:0036] type 00 class 0x028000
[    0.383561] pci 0000:03:00.0: reg 0x10: [mem 0xef100000-0xef17ffff 64bit]
[    0.383597] pci 0000:03:00.0: reg 0x30: [mem 0xef180000-0xef18ffff pref]
[    0.383669] pci 0000:03:00.0: supports D1 D2
[    0.383670] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.393382] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.393398] pci 0000:00:1c.5:   bridge window [mem 0xef100000-0xef1fffff]
[    0.395904] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.395949] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.395991] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.396033] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.396074] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.396115] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.396158] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.396199] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.396758] ACPI: EC: interrupt unblocked
[    0.396773] ACPI: EC: event unblocked
[    0.396786] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.396787] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.396846] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.396846] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.396846] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.396846] vgaarb: loaded
[    0.396846] EDAC MC: Ver: 3.0.0
[    0.396848] Registered efivars operations
[    0.419243] PCI: Using ACPI for IRQ routing
[    0.433589] PCI: pci_cache_line_size set to 64 bytes
[    0.433699] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.433700] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.433700] e820: reserve RAM buffer [mem 0x84abd000-0x87ffffff]
[    0.433701] e820: reserve RAM buffer [mem 0x89869000-0x8bffffff]
[    0.433702] e820: reserve RAM buffer [mem 0x8b2ff000-0x8bffffff]
[    0.433703] e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
[    0.433767] NetLabel: Initializing
[    0.433768] NetLabel:  domain hash size = 128
[    0.433768] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.433779] NetLabel:  unlabeled traffic allowed by default
[    0.433789] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.433789] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.435438] clocksource: Switched to clocksource hpet
[    0.440729] VFS: Disk quotas dquot_6.6.0
[    0.440742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.440782] pnp: PnP ACPI init
[    0.441030] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.441032] system 00:00: [io  0xffff] has been reserved
[    0.441033] system 00:00: [io  0xffff] has been reserved
[    0.441034] system 00:00: [io  0xffff] has been reserved
[    0.441035] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.441036] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.441040] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.441135] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.441165] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.441167] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.441316] pnp 00:03: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.441522] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.441523] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.441524] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.441525] system 00:04: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.441526] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.441528] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.441529] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.441531] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.441532] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.441533] system 00:04: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.441535] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.441567] system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.441569] system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.441570] system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.441571] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.441572] system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.441573] system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.441574] system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.441576] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.441876] system 00:06: [io  0xff00-0xfffe] has been reserved
[    0.441878] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.443000] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.443001] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.443002] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.443003] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.443004] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.443006] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.444083] pnp: PnP ACPI: found 8 devices
[    0.451405] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.451429] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.451431] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.451434] pci 0000:00:1c.0:   bridge window [mem 0xee000000-0xef0fffff]
[    0.451437] pci 0000:00:1c.0:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.451441] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.451443] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.451446] pci 0000:00:1c.4:   bridge window [mem 0xef200000-0xef2fffff]
[    0.451451] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.451454] pci 0000:00:1c.5:   bridge window [mem 0xef100000-0xef1fffff]
[    0.451461] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.451462] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.451463] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.451464] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.451465] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.451466] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.451467] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.451467] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.451468] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.451469] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.451470] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.451471] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.451472] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.451473] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.451474] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.451474] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.451475] pci_bus 0000:00: resource 20 [mem 0x90000000-0xefffffff window]
[    0.451476] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[    0.451477] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.451478] pci_bus 0000:01: resource 1 [mem 0xee000000-0xef0fffff]
[    0.451479] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.451480] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.451481] pci_bus 0000:02: resource 1 [mem 0xef200000-0xef2fffff]
[    0.451482] pci_bus 0000:03: resource 1 [mem 0xef100000-0xef1fffff]
[    0.451618] NET: Registered protocol family 2
[    0.451731] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.451828] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.451913] TCP: Hash tables configured (established 65536 bind 65536)
[    0.451934] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.451952] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.451992] NET: Registered protocol family 1
[    0.452002] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.452300] PCI: CLS 0 bytes, default 64
[    0.452326] Unpacking initramfs...
[    0.562250] Freeing initrd memory: 7012K
[    0.562279] DMAR: ACPI device "device:6e" under DMAR at fed91000 as 00:15.0
[    0.562282] DMAR: ACPI device "device:6f" under DMAR at fed91000 as 00:15.1
[    0.562294] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.562296] software IO TLB [mem 0x7f8bc000-0x838bc000] (64MB) mapped at [ffff977cbf8bc000-ffff977cc38bbfff]
[    0.562418] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
[    0.562526] Scanning for low memory corruption every 60 seconds
[    0.563023] Initialise system trusted keyrings
[    0.563030] Key type blacklist registered
[    0.563107] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.563915] zbud: loaded
[    0.566196] Key type asymmetric registered
[    0.566226] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.566270] io scheduler noop registered
[    0.566271] io scheduler deadline registered
[    0.566302] io scheduler cfq registered (default)
[    0.566303] io scheduler mq-deadline registered
[    0.566304] io scheduler kyber registered
[    0.566320] io scheduler bfq registered
[    0.567028] pcieport 0000:00:1c.0: AER enabled with IRQ 122
[    0.567038] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[    0.567052] pcieport 0000:00:1c.4: Signaling PME with IRQ 123
[    0.567068] pcieport 0000:00:1c.5: Signaling PME with IRQ 124
[    0.567090] efifb: probing for efifb
[    0.567101] efifb: framebuffer at 0xc0000000, using 1920k, total 1920k
[    0.567102] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.567102] efifb: scrolling: redraw
[    0.567103] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.568037] Console: switching to colour frame buffer device 100x37
[    0.568888] fb0: EFI VGA frame buffer device
[    0.568893] intel_idle: MWAIT substates: 0x11142120
[    0.568894] intel_idle: v0.4.1 model 0x8E
[    0.569068] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.571124] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.571907] rtc_cmos 00:01: RTC can wake from S4
[    0.572300] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.572383] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.572390] intel_pstate: Intel P-state driver initializing
[    0.572953] intel_pstate: HWP enabled
[    0.573105] ledtrig-cpu: registered to indicate activity on CPUs
[    0.573142] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    0.573150] intel_pmc_core 0000:00:1f.2: enabling device (0000 -> 0002)
[    0.573297] NET: Registered protocol family 10
[    0.576350] Segment Routing with IPv6
[    0.576365] NET: Registered protocol family 17
[    0.576693] RAS: Correctable Errors collector initialized.
[    0.576716] microcode: sig=0x806e9, pf=0x80, revision=0x4e
[    0.576838] microcode: Microcode Update Driver: v2.2.
[    0.576845] sched_clock: Marking stable (576833832, 0)->(683175872, -106342040)
[    0.577132] registered taskstats version 1
[    0.577136] Loading compiled-in X.509 certificates
[    0.577145] zswap: loaded using pool lzo/zbud
[    0.579138] Key type big_key registered
[    0.580079]   Magic number: 2:102:742
[    0.580306] rtc_cmos 00:01: setting system clock to 2018-01-10 16:44:46 UTC (1515602686)
[    0.581779] Freeing unused kernel memory: 1348K
[    0.581779] Write protecting the kernel read-only data: 16384k
[    0.582177] Freeing unused kernel memory: 2016K
[    0.583957] Freeing unused kernel memory: 1308K
[    0.678842] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    0.678843] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.680402] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.690922] ACPI: bus type USB registered
[    0.690941] usbcore: registered new interface driver usbfs
[    0.690947] usbcore: registered new interface driver hub
[    0.690967] usbcore: registered new device driver usb
[    0.691526] SCSI subsystem initialized
[    0.693097] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.693103] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.693326] libata version 3.00 loaded.
[    0.694235] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.694240] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.694465] hub 1-0:1.0: USB hub found
[    0.694481] hub 1-0:1.0: 12 ports detected
[    0.695126] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.695128] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.695261] hub 2-0:1.0: USB hub found
[    0.695282] hub 2-0:1.0: 6 ports detected
[    0.695853] ahci 0000:00:17.0: version 3.0
[    0.696043] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.696045] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    0.696324] scsi host0: ahci
[    0.696431] scsi host1: ahci
[    0.696459] ata1: SATA max UDMA/133 abar m2048@0xef333000 port 0xef333100 irq 126
[    0.696463] ata2: SATA max UDMA/133 abar m2048@0xef333000 port 0xef333180 irq 126
[    0.749147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.010545] ata2: SATA link down (SStatus 4 SControl 300)
[    1.010580] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.023755] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[    1.066577] ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX0R5J, max UDMA/100
[    1.066582] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.068920] ata1.00: configured for UDMA/100
[    1.069421] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 5J   PQ: 0 ANSI: 5
[    1.074326] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.074333] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.074365] sd 0:0:0:0: [sda] Write Protect is off
[    1.074370] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.074430] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.167315] usbcore: registered new interface driver rtsx_usb
[    1.185430]  sda: sda1 sda2 sda3 sda4
[    1.186444] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.287013] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    1.573777] usb 1-8: new full-speed USB device number 4 using xhci_hcd
[    1.573997] clocksource: Switched to clocksource tsc
[    2.040835] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    3.180862] random: crng init done
[    3.381300] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.432358] systemd[1]: systemd 236 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)
[    3.432681] systemd[1]: Detected architecture x86-64.
[    3.453158] systemd[1]: Set hostname to <archromulo>.
[    5.001305] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.002745] systemd[1]: Created slice System Slice.
[    5.003147] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.003300] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.003677] systemd[1]: Created slice User and Session Slice.
[    5.003864] systemd[1]: Listening on Journal Socket.
[    5.023909] systemd[1]: Mounting POSIX Message Queue File System...
[    5.192692] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[    5.845832] systemd-journald[194]: Received request to flush runtime journal from PID 1
[    7.436445] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    7.552592] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0D:00/input/input1
[    7.553929] ACPI: Lid Switch [LID]
[    7.554088] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    7.554106] ACPI: Sleep Button [SLPB]
[    7.554186] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    7.554199] ACPI: Power Button [PWRB]
[    7.554275] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    7.554321] ACPI: Power Button [PWRF]
[    7.692201] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5
[    7.697531] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[    7.697681] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[    7.705784] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    7.777803] ACPI: AC Adapter [AC0] (off-line)
[    7.870462] Bluetooth: Core ver 2.22
[    7.870474] NET: Registered protocol family 31
[    7.870475] Bluetooth: HCI device and connection manager initialized
[    7.870477] Bluetooth: HCI socket layer initialized
[    7.870479] Bluetooth: L2CAP socket layer initialized
[    7.870482] Bluetooth: SCO socket layer initialized
[    7.911494] Bluetooth: HCI UART driver ver 2.3
[    7.911495] Bluetooth: HCI UART protocol H4 registered
[    7.911496] Bluetooth: HCI UART protocol BCSP registered
[    7.911506] Bluetooth: HCI UART protocol LL registered
[    7.911506] Bluetooth: HCI UART protocol ATH3K registered
[    7.911506] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    7.911524] Bluetooth: HCI UART protocol Intel registered
[    7.911536] Bluetooth: HCI UART protocol Broadcom registered
[    7.911536] Bluetooth: HCI UART protocol QCA registered
[    7.911537] Bluetooth: HCI UART protocol AG6XX registered
[    7.911537] Bluetooth: HCI UART protocol Marvell registered
[    7.958551] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.971998] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    7.985811] Linux agpgart interface v0.103
[    8.014815] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    8.018466] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    8.018649] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    8.036461] ACPI: Battery Slot [BAT0] (battery present)
[    8.069636] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    8.069737] thermal LNXTHERM:00: registered as thermal_zone7
[    8.069738] ACPI: Thermal Zone [THRM] (45 C)
[    8.107705] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    8.144710] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    8.144746] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    8.150413] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    8.170078] hidraw: raw HID events driver (C) Jiri Kosina
[    8.477196] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    8.507783] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    8.507784] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    8.507785] RAPL PMU: hw unit of domain package 2^-14 Joules
[    8.507786] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    8.507786] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    8.507790] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    8.559218] media: Linux media interface: v0.10
[    8.598558] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    8.598574] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    8.607717] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xffffa8848104d000, 60:45:cb:b8:43:d9, XID 10900800 IRQ 128
[    8.607721] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    8.687347] AVX2 version of gcm_enc/dec engaged.
[    8.687349] AES CTR mode by8 optimization enabled
[    8.824019] Linux video capture interface: v2.00
[    8.940713] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (13d3:5a01)
[    8.941415] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
[    8.941417] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
[    8.941418] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
[    8.941472] input: USB2.0 VGA UVC WebCam: USB2.0 V as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input7
[    8.941524] usbcore: registered new interface driver uvcvideo
[    8.941525] USB Video Class driver (1.1.1)
[    9.042278] usbcore: registered new interface driver btusb
[    9.063479] asus_wmi: ASUS WMI generic driver loaded
[    9.070464] asus_wmi: Initialization: 0x1
[    9.070561] asus_wmi: BIOS WMI version: 9.0
[    9.070624] asus_wmi: SFUN value: 0x21
[    9.072454] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input8
[    9.072692] asus_wmi: Number of fans: 0
[    9.228445] iTCO_vendor_support: vendor-support=0
[    9.231192] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    9.231419] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    9.231698] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.492458] usb 1-8: USB disconnect, device number 4
[    9.493509] usbcore: registered new interface driver ath3k
[    9.563287] [drm] Memory usable by graphics device = 4096M
[    9.563289] checking generic (c0000000 1e0000) vs hw (c0000000 10000000)
[    9.563289] fb: switching to inteldrmfb from EFI VGA
[    9.563302] Console: switching to colour dummy device 80x25
[    9.563364] [drm] Replacing VGA console driver
[    9.568926] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.568927] [drm] Driver supports precise vblank timestamp query.
[    9.570234] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    9.576629] [drm] Initialized i915 1.6.0 20170818 for 0000:00:02.0 on minor 0
[    9.578115] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    9.578228] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[    9.578280] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    9.578297] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/LNXVIDEO:01/input/input10
[    9.578374] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    9.752660] fbcon: inteldrmfb (fb0) is primary device
[    9.790029] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[    9.800953] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[    9.943102] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    9.964854] intel_rapl: Found RAPL domain package
[    9.964857] intel_rapl: Found RAPL domain core
[    9.964859] intel_rapl: Found RAPL domain uncore
[    9.964862] intel_rapl: Found RAPL domain dram
[   10.141478] input: FTE1001:00 0B05:0101 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-FTE1001:00/0018:0B05:0101.0001/input/input11
[   10.141688] asus 0018:0B05:0101.0001: input,hidraw0: I2C HID v1.00 Mouse [FTE1001:00 0B05:0101] on i2c-FTE1001:00
[   10.190177] ath9k 0000:03:00.0: enabling device (0000 -> 0002)
[   10.190534] ath: phy0: Set BT/WLAN RX diversity capability
[   10.197865] ath: phy0: Enable LNA combining
[   10.199022] ath: phy0: ASPM enabled: 0x42
[   10.199025] ath: EEPROM regdomain: 0x6c
[   10.199026] ath: EEPROM indicates we should expect a direct regpair map
[   10.199029] ath: Country alpha2 being used: 00
[   10.199030] ath: Regpair used: 0x6c
[   10.240050] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.241072] ieee80211 phy0: Atheros AR9565 Rev:2 mem=0xffffa88481300000, irq=17
[   10.275570] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
[   10.283933] mousedev: PS/2 mouse device common for all mice
[   10.409202] Adding 4194300k swap on /dev/sda2.  Priority:-2 extents:1 across:4194300k FS
[   10.879393] Console: switching to colour frame buffer device 170x48
[   10.902646] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   11.360455] [drm] RC6 on
[   11.710484] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   11.710490] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.710494] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   11.710497] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   11.710499] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   11.710503] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x1b
[   11.710507] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   12.020207] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   12.037425] Unable to find dmi tokens
[   12.077831] snd_hda_codec_realtek hdaudioC0D0: Failed to find dell wmi symbol dell_micmute_led_set
[   12.253615] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[   12.267014] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[   12.267137] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[   12.269065] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   12.269208] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   12.269319] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   12.269429] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   14.721236] bbswitch: loading out-of-tree module taints kernel.
[   14.721998] bbswitch: version 0.8
[   14.722011] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[   14.722025] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.RP01.PEGP
[   14.722048] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170728/nsarguments-100)
[   14.722293] bbswitch: detected an Optimus _DSM function
[   14.722319] pci 0000:01:00.0: enabling device (0006 -> 0007)
[   14.722555] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[   14.728362] bbswitch: disabling discrete graphics
[   16.179633] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   16.235888] r8169 0000:02:00.0 enp2s0: link down
[   16.236038] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   16.254265] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   16.266991] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   16.288291] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   17.029247] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   18.042308] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   19.145025] wlp3s0: authenticate with 52:a2:4b:a2:bb:7d
[   19.161494] wlp3s0: send auth to 52:a2:4b:a2:bb:7d (try 1/3)
[   19.163423] wlp3s0: authenticated
[   19.166936] wlp3s0: associate with 52:a2:4b:a2:bb:7d (try 1/3)
[   19.171363] wlp3s0: RX AssocResp from 52:a2:4b:a2:bb:7d (capab=0x411 status=0 aid=18)
[   19.171576] wlp3s0: associated
[   19.230477] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[  142.003843] fuse init (API version 7.26)
[  145.430977] rfkill: input handler disabled
[  188.379982] usb 1-1: new low-speed USB device number 6 using xhci_hcd
[  188.560265] usbcore: registered new interface driver usbhid
[  188.560268] usbhid: USB HID core driver
[  188.658538] input: SIGMACHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:1C4F:0048.0002/input/input18
[  188.658786] hid-generic 0003:1C4F:0048.0002: input,hidraw1: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-0000:00:14.0-1/input0
[  420.011601] bbswitch: enabling discrete graphics
[  860.468668] bbswitch: disabling discrete graphics
[  956.735445] bbswitch: enabling discrete graphics
[  990.809683] nvidia: module license 'NVIDIA' taints kernel.
[  990.809684] Disabling lock debugging due to kernel taint
[  990.817916] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
[  990.818200] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.34  Tue Nov 21 03:09:00 PST 2017 (using threaded interrupts)
[  991.933988] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  387.34  Tue Nov 21 02:09:45 PST 2017
[  991.935790] nvidia-modeset: Allocated GPU:0 (GPU-51cf1da3-661f-bd38-caea-f041d65d4516) @ PCI:0000:01:00.0
[  991.936109] nvidia-modeset: Freed GPU:0 (GPU-51cf1da3-661f-bd38-caea-f041d65d4516) @ PCI:0000:01:00.0
[ 1028.333597] nvidia-modeset: Unloading
[ 1028.349951] nvidia-nvlink: Unregistered the Nvlink Core, major device number 240
[ 1028.368881] bbswitch: disabling discrete graphics
[ 1028.383454] pci 0000:01:00.0: Refused to change power state, currently in D0
[ 1051.011116] bbswitch: enabling discrete graphics
[ 1068.583610] bbswitch: disabling discrete graphics
[ 1113.860277] usb 1-2: new high-speed USB device number 7 using xhci_hcd
[ 1114.216841] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 1114.217150] scsi host2: usb-storage 1-2:1.0
[ 1114.217383] usbcore: registered new interface driver usb-storage
[ 1114.226380] usbcore: registered new interface driver uas
[ 1115.228682] scsi 2:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[ 1115.229587] sd 2:0:0:0: [sdb] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
[ 1115.231268] sd 2:0:0:0: [sdb] Write Protect is off
[ 1115.231270] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 1115.231923] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 1115.236598]  sdb: sdb1
[ 1115.238586] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 1136.295178] usb 1-2: USB disconnect, device number 7
[ 1136.363369] blk_partition_remap: fail for partition 1
[ 1136.363379] FAT-fs (sdb1): unable to read boot sector to mark fs as dirty

Last edited by romulosnoliveira (2018-01-10 17:25:24)

Offline

#4 2018-01-10 19:06:43

romulosnoliveira
Member
Registered: 2018-01-10
Posts: 7

Re: [SOLVED] Problems with bumblebee - no output from optirun

Well I am not sure what happened but I reinstalled all the packages from the Arch Wiki tutorial and turn on bbswitch with sudo tee /proc/acpi/bbswitch <<< ON and now both optirun and primusrun are working. I also changed from Gnome 3 to KDE. Closed.

Last edited by romulosnoliveira (2018-01-10 21:15:15)

Offline

#5 2018-01-11 00:58:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] Problems with bumblebee - no output from optirun

GNOME happened, they have some nonfunctional (if using proprietary drivers, it should work with nouveau) integration with Optimus systems which prevents bumblebee/bbswitch from properly handling the device. I'm unsure if there's an option somewhere to turn GNOME's attempts off.

Offline

Board footer

Powered by FluxBB