You are not logged in.

#1 2019-01-16 17:17:52

no-cheating
Member
From: Poland
Registered: 2016-04-26
Posts: 61

Acer Aspire A515-51G-87PK: Some hardware errors and unable to run i3

In my new job they gave me Acer Aspire A515-51G-87PK (https://www.acer.com/ac/en/US/content/m … .GTCAA.023). When trying to install and configure Arch LInux on it, I encountered quite a few problems. They are listed below.

I'll add that I disabled Secure Boot, am booting using EFISTUB with boot entry added using efibootmgr with those kernel parameters:

root=PARTUUID=0bc79272-3c27-474b-bede-898382b8e485 rw initrd=\EFI\arch\intel-ucode.img initrd=\EFI\arch\initramfs-linux.img

I installed nvidia package for the drivers for the graphics card. I want to run i3 window manager as my graphical environment.

Touchpad issues

When I'm in terminal after logging in (I haven't been able to run graphical environment yet) my terminal is printing all the time some strange errors related to the touchpad:

ene 16 10:22:11 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:11 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:12 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:12 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)

Running live Ubuntu 18 from USB produces similar touchpad erorrs (checked using journalctl -b and printed below), so the problem is not related to the Arch Linux installation alone.

Jan 16 17:09:45 ubuntu kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
Jan 16 17:09:45 ubuntu kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
Jan 16 17:09:45 ubuntu kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
Jan 16 17:09:45 ubuntu kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
Jan 16 17:09:45 ubuntu kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
Jan 16 17:09:45 ubuntu kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
Jan 16 17:09:45 ubuntu kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)

These errors do not appear (checked only in Arch) when in BIOS I switch Touchpad Mode from Advanced to Simple.

PCI Errors

Probably more severe is an error which I'm getting during the boot:

ene 16 10:21:46 undostres-laptop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  415.25  Wed Dec 12 10:22:08 CST 2018 (using threaded interrupts)
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:00:1c.5
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00002041/00002000
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5:    [ 0] RxErr                  (First)
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5:    [ 6] BadTLP                
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:00:1c.5x1

Somewhere online I found that passing pcie_aspm=off as a kernel parameter can fix that. I added that parameter to my EFI boot entry (parameters below) and the error indeed disappeared.

pcie_aspm=off root=PARTUUID=0bc79272-3c27-474b-bede-898382b8e485 rw initrd=\EFI\arch\intel-ucode.img initrd=\EFI\arch\initramfs-linux.img

Running live Ubuntu 18 from USB produces the same PCIe Bus Error during boot (checked using journalctl -b), so the problem is not related to the Arch Linux installation alone:

Jan 16 16:38:15 ubuntu kernel: pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
Jan 16 16:38:15 ubuntu kernel: pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
Jan 16 16:38:15 ubuntu kernel: pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
Unable to run i3

When I try to run i3 using startx, the screen gets black and freezes. I'm unable to do anything other than switch to another virtual console and kill i3. Below is my .xinitrc and Xorg log.

I'll add that running live Ubuntu 18 from USB displays Ubuntu's graphical environment (GNOME 3) fine, so I expect running i3 on Arch should also be possible.

~/.xinitrc

#!/bin/sh


userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap


### Merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
    for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
        [ -x "$f" ] && . "$f"
    done
    unset f
fi


### Configure some things

# Add fonts directory
xset +fp /usr/share/fonts/TTF/
xset fp rehash

# Set preferred keyboard layout (US International in addition to Polish).
setxkbmap -model pc104 -layout us,pl -variant intl, -option grp:alt_shift_toggle


### Start some nice programs

# Open i3 window manager
exec i3 --shmlog-size=26214400

/var/log/Xorg.0.log (after killing i3)

[   221.441] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   221.444] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   221.453] Build Operating System: Linux Arch Linux
[   221.455] Current Operating System: Linux undostres-laptop 4.20.1-arch1-1-ARCH #1 SMP PREEMPT Wed Jan 9 20:25:43 UTC 2019 x86_64
[   221.455] Kernel command line: root=PARTUUID=0bc79272-3c27-474b-bede-898382b8e485 rw initrd=\EFI\arch\intel-ucode.img initrd=\EFI\arch\initramfs-linux.img
[   221.460] Build Date: 25 October 2018  04:42:32PM
[   221.462]  
[   221.465] Current version of pixman: 0.36.0
[   221.469] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   221.469] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   221.475] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 16 10:33:19 2019
[   221.480] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   221.482] (==) No Layout section.  Using the first Screen section.
[   221.482] (==) No screen section available. Using defaults.
[   221.482] (**) |-->Screen "Default Screen Section" (0)
[   221.482] (**) |   |-->Monitor "<default monitor>"
[   221.483] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   221.483] (==) Automatically adding devices
[   221.483] (==) Automatically enabling devices
[   221.483] (==) Automatically adding GPU devices
[   221.483] (==) Automatically binding GPU devices
[   221.483] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   221.487] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   221.487] 	Entry deleted from font path.
[   221.487] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   221.488] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   221.488] 	Entry deleted from font path.
[   221.488] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   221.488] 	Entry deleted from font path.
[   221.490] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   221.490] (==) ModulePath set to "/usr/lib/xorg/modules"
[   221.490] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   221.490] (II) Module ABI versions:
[   221.490] 	X.Org ANSI C Emulation: 0.4
[   221.490] 	X.Org Video Driver: 24.0
[   221.490] 	X.Org XInput driver : 24.1
[   221.490] 	X.Org Server Extension : 10.0
[   221.491] (++) using VT number 1

[   221.492] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   221.492] (II) xfree86: Adding drm device (/dev/dri/card0)
[   221.492] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   221.493] (II) xfree86: Adding drm device (/dev/dri/card1)
[   221.494] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[   221.494] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   221.495] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[   221.495] (--) PCI: (0@0:2:0) 8086:5917:1025:1193 rev 7, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   221.495] (--) PCI:*(1@0:0:0) 10de:1d10:1025:119a rev 161, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128
[   221.495] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   221.495] (II) LoadModule: "glx"
[   221.499] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   221.514] (II) Module glx: vendor="X.Org Foundation"
[   221.514] 	compiled for 1.20.3, module version = 1.0.0
[   221.514] 	ABI class: X.Org Server Extension, version 10.0
[   221.514] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[   221.514] 	loading driver: nvidia
[   221.514] (II) Applying OutputClass "intel" to /dev/dri/card0
[   221.514] 	loading driver: modesetting
[   221.514] (==) Matched nvidia as autoconfigured driver 0
[   221.514] (==) Matched nouveau as autoconfigured driver 1
[   221.514] (==) Matched nv as autoconfigured driver 2
[   221.514] (==) Matched modesetting as autoconfigured driver 3
[   221.514] (==) Matched intel as autoconfigured driver 4
[   221.514] (==) Matched fbdev as autoconfigured driver 5
[   221.514] (==) Matched vesa as autoconfigured driver 6
[   221.514] (==) Assigned the driver to the xf86ConfigLayout
[   221.514] (II) LoadModule: "nvidia"
[   221.515] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   221.523] (II) Module nvidia: vendor="NVIDIA Corporation"
[   221.523] 	compiled for 4.0.2, module version = 1.0.0
[   221.523] 	Module class: X.Org Video Driver
[   221.524] (II) LoadModule: "nouveau"
[   221.524] (WW) Warning, couldn't open module nouveau
[   221.524] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   221.524] (II) LoadModule: "nv"
[   221.524] (WW) Warning, couldn't open module nv
[   221.524] (EE) Failed to load module "nv" (module does not exist, 0)
[   221.524] (II) LoadModule: "modesetting"
[   221.524] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   221.528] (II) Module modesetting: vendor="X.Org Foundation"
[   221.528] 	compiled for 1.20.3, module version = 1.20.3
[   221.528] 	Module class: X.Org Video Driver
[   221.528] 	ABI class: X.Org Video Driver, version 24.0
[   221.528] (II) LoadModule: "intel"
[   221.528] (WW) Warning, couldn't open module intel
[   221.528] (EE) Failed to load module "intel" (module does not exist, 0)
[   221.528] (II) LoadModule: "fbdev"
[   221.529] (WW) Warning, couldn't open module fbdev
[   221.529] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   221.529] (II) LoadModule: "vesa"
[   221.529] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   221.530] (II) Module vesa: vendor="X.Org Foundation"
[   221.530] 	compiled for 1.20.0, module version = 2.4.0
[   221.530] 	Module class: X.Org Video Driver
[   221.530] 	ABI class: X.Org Video Driver, version 24.0
[   221.530] (II) NVIDIA dlloader X Driver  415.25  Wed Dec 12 10:05:51 CST 2018
[   221.530] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   221.531] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   221.531] (II) VESA: driver for VESA chipsets: vesa
[   221.531] (II) systemd-logind: releasing fd for 226:1
[   221.533] (II) Loading sub module "fb"
[   221.533] (II) LoadModule: "fb"
[   221.533] (II) Loading /usr/lib/xorg/modules/libfb.so
[   221.535] (II) Module fb: vendor="X.Org Foundation"
[   221.535] 	compiled for 1.20.3, module version = 1.0.0
[   221.535] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   221.535] (II) Loading sub module "wfb"
[   221.535] (II) LoadModule: "wfb"
[   221.535] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   221.537] (II) Module wfb: vendor="X.Org Foundation"
[   221.537] 	compiled for 1.20.3, module version = 1.0.0
[   221.537] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   221.537] (II) Loading sub module "ramdac"
[   221.537] (II) LoadModule: "ramdac"
[   221.537] (II) Module "ramdac" already built-in
[   221.539] (WW) Falling back to old probe method for modesetting
[   221.539] (II) modeset(G0): using drv /dev/dri/card0
[   221.539] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   221.539] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   221.539] (==) NVIDIA(0): RGB weight 888
[   221.539] (==) NVIDIA(0): Default visual is TrueColor
[   221.539] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   221.540] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   221.540] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   221.540] (**) NVIDIA(0): Enabling 2D acceleration
[   221.540] (II) Loading sub module "glxserver_nvidia"
[   221.540] (II) LoadModule: "glxserver_nvidia"
[   221.540] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   221.615] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   221.615] 	compiled for 4.0.2, module version = 1.0.0
[   221.616] 	Module class: X.Org Server Extension
[   221.617] (II) NVIDIA GLX Module  415.25  Wed Dec 12 10:05:39 CST 2018
[   222.267] (II) NVIDIA(0): NVIDIA GPU GeForce MX150 (GP108-A) at PCI:1:0:0 (GPU-0)
[   222.267] (--) NVIDIA(0): Memory: 2097152 kBytes
[   222.267] (--) NVIDIA(0): VideoBIOS: 86.08.0e.00.1a
[   222.267] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[   222.267] (II) NVIDIA(0): Validated MetaModes:
[   222.267] (II) NVIDIA(0):     "NULL"
[   222.268] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   222.268] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   222.268] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   222.268] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   222.268] (==) modeset(G0): RGB weight 888
[   222.268] (==) modeset(G0): Default visual is TrueColor
[   222.268] (II) Loading sub module "glamoregl"
[   222.268] (II) LoadModule: "glamoregl"
[   222.268] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   222.276] (II) Module glamoregl: vendor="X.Org Foundation"
[   222.276] 	compiled for 1.20.3, module version = 1.0.1
[   222.276] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   222.373] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2) 
[   222.374] (II) modeset(G0): glamor initialized
[   222.377] (II) modeset(G0): Output eDP-1-1 has no monitor section
[   222.380] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   222.384] (II) modeset(G0): EDID for output eDP-1-1
[   222.384] (II) modeset(G0): Manufacturer: BOE  Model: 6ba  Serial#: 0
[   222.384] (II) modeset(G0): Year: 2016  Week: 1
[   222.384] (II) modeset(G0): EDID Version: 1.4
[   222.384] (II) modeset(G0): Digital Display Input
[   222.384] (II) modeset(G0): 6 bits per channel
[   222.384] (II) modeset(G0): Digital interface is DisplayPort
[   222.384] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   222.384] (II) modeset(G0): Gamma: 2.20
[   222.384] (II) modeset(G0): No DPMS capabilities specified
[   222.384] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[   222.384] (II) modeset(G0): First detailed timing is preferred mode
[   222.384] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   222.384] (II) modeset(G0): redX: 0.592 redY: 0.347   greenX: 0.328 greenY: 0.570
[   222.384] (II) modeset(G0): blueX: 0.150 blueY: 0.114   whiteX: 0.312 whiteY: 0.328
[   222.384] (II) modeset(G0): Manufacturer's mask: 0
[   222.384] (II) modeset(G0): Supported detailed timing:
[   222.384] (II) modeset(G0): clock: 141.4 MHz   Image Size:  344 x 193 mm
[   222.384] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2142 h_border: 0
[   222.384] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1100 v_border: 0
[   222.384] (II) modeset(G0):  BOE CQ
[   222.384] (II) modeset(G0):  NT156FHM-N41
[   222.384] (II) modeset(G0): EDID (in hex):
[   222.384] (II) modeset(G0): 	00ffffffffffff0009e5ba0600000000
[   222.384] (II) modeset(G0): 	011a01049522137802b0909758549226
[   222.384] (II) modeset(G0): 	1d505400000001010101010101010101
[   222.384] (II) modeset(G0): 	0101010101013c3780de703814403020
[   222.384] (II) modeset(G0): 	360058c11000001a0000000000000000
[   222.385] (II) modeset(G0): 	00000000000000000000000000fe0042
[   222.385] (II) modeset(G0): 	4f452043510a202020202020000000fe
[   222.385] (II) modeset(G0): 	004e5431353646484d2d4e34310a00ff
[   222.385] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   222.385] (II) modeset(G0): Modeline "1920x1080"x60.0  141.40  1920 1968 2000 2142  1080 1083 1089 1100 +hsync -vsync (66.0 kHz eP)
[   222.385] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   222.385] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   222.385] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   222.385] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   222.385] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   222.385] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   222.385] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   222.385] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   222.385] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   222.385] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   222.385] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   222.385] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   222.385] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   222.385] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   222.385] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   222.385] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   222.385] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   222.385] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   222.385] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   222.385] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   222.385] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   222.385] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   222.385] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   222.385] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   222.385] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   222.385] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   222.385] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   222.385] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   222.385] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   222.385] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   222.385] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   222.385] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   222.386] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   222.386] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   222.386] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   222.386] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   222.386] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   222.386] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   222.386] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   222.386] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   222.386] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   222.386] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   222.386] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   222.386] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   222.386] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   222.386] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   222.386] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   222.386] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   222.386] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   222.386] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   222.386] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   222.386] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   222.386] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   222.386] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   222.386] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   222.386] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   222.386] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   222.386] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   222.386] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   222.386] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   222.386] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   222.386] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   222.386] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   222.386] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   222.389] (II) modeset(G0): EDID for output HDMI-1-1
[   222.390] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   222.390] (==) modeset(G0): DPI set to (96, 96)
[   222.390] (II) Loading sub module "fb"
[   222.390] (II) LoadModule: "fb"
[   222.390] (II) Loading /usr/lib/xorg/modules/libfb.so
[   222.390] (II) Module fb: vendor="X.Org Foundation"
[   222.390] 	compiled for 1.20.3, module version = 1.0.0
[   222.390] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   222.390] (II) UnloadModule: "vesa"
[   222.390] (II) Unloading vesa
[   222.465] (==) modeset(G0): Backing store enabled
[   222.465] (==) modeset(G0): Silken mouse disabled
[   222.516] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   222.516] (==) modeset(G0): DPMS enabled
[   222.516] (II) modeset(G0): [DRI2] Setup complete
[   222.516] (II) modeset(G0): [DRI2]   DRI driver: i965
[   222.516] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[   222.517] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   222.517] (II) NVIDIA:     access.
[   222.521] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   222.521] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   222.521] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   222.521] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   222.521] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   222.521] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   222.521] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   222.521] (II) NVIDIA(0):     Config Options in the README.
[   222.542] (II) NVIDIA(0): Setting mode "NULL"
[   222.547] (==) NVIDIA(0): Disabling shared memory pixmaps
[   222.547] (==) NVIDIA(0): Backing store enabled
[   222.547] (==) NVIDIA(0): Silken mouse disabled
[   222.547] (==) NVIDIA(0): DPMS enabled
[   222.550] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[   222.550] (II) Loading sub module "dri2"
[   222.550] (II) LoadModule: "dri2"
[   222.550] (II) Module "dri2" already built-in
[   222.550] (II) NVIDIA(0): [DRI2] Setup complete
[   222.550] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   222.550] (II) Initializing extension Generic Event Extension
[   222.550] (II) Initializing extension SHAPE
[   222.550] (II) Initializing extension MIT-SHM
[   222.550] (II) Initializing extension XInputExtension
[   222.550] (II) Initializing extension XTEST
[   222.550] (II) Initializing extension BIG-REQUESTS
[   222.550] (II) Initializing extension SYNC
[   222.550] (II) Initializing extension XKEYBOARD
[   222.550] (II) Initializing extension XC-MISC
[   222.550] (II) Initializing extension SECURITY
[   222.550] (II) Initializing extension XFIXES
[   222.550] (II) Initializing extension RENDER
[   222.550] (II) Initializing extension RANDR
[   222.550] (II) Initializing extension COMPOSITE
[   222.550] (II) Initializing extension DAMAGE
[   222.550] (II) Initializing extension MIT-SCREEN-SAVER
[   222.550] (II) Initializing extension DOUBLE-BUFFER
[   222.550] (II) Initializing extension RECORD
[   222.550] (II) Initializing extension DPMS
[   222.550] (II) Initializing extension Present
[   222.550] (II) Initializing extension DRI3
[   222.550] (II) Initializing extension X-Resource
[   222.550] (II) Initializing extension XVideo
[   222.550] (II) Initializing extension XVideo-MotionCompensation
[   222.550] (II) Initializing extension GLX
[   222.550] (II) Initializing extension GLX
[   222.550] (II) Indirect GLX disabled.
[   222.550] (II) GLX: Another vendor is already registered for screen 0
[   222.550] (II) Initializing extension XFree86-VidModeExtension
[   222.550] (II) Initializing extension XFree86-DGA
[   222.550] (II) Initializing extension XFree86-DRI
[   222.550] (II) Initializing extension DRI2
[   222.550] (II) Initializing extension NV-GLX
[   222.550] (II) Initializing extension NV-CONTROL
[   222.828] (II) modeset(G0): Damage tracking initialized
[   222.962] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event5)
[   222.962] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   222.962] (II) LoadModule: "libinput"
[   222.962] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   222.968] (II) Module libinput: vendor="X.Org Foundation"
[   222.968] 	compiled for 1.20.1, module version = 0.28.1
[   222.968] 	Module class: X.Org XInput Driver
[   222.968] 	ABI class: X.Org XInput driver, version 24.1
[   222.968] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[   222.969] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
[   222.969] (**) Acer Wireless Radio Control: always reports core events
[   222.969] (**) Option "Device" "/dev/input/event5"
[   222.969] (**) Option "_source" "server/udev"
[   222.983] (II) event5  - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[   222.983] (II) event5  - Acer Wireless Radio Control: device is a keyboard
[   222.983] (II) event5  - Acer Wireless Radio Control: device removed
[   222.983] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/10251229:00/input/input5/event5"
[   222.983] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 6)
[   222.983] (II) event5  - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[   222.983] (II) event5  - Acer Wireless Radio Control: device is a keyboard
[   222.984] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   222.984] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   222.984] (II) Using input driver 'libinput' for 'Power Button'
[   222.984] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 39 paused 0
[   222.984] (**) Power Button: always reports core events
[   222.984] (**) Option "Device" "/dev/input/event3"
[   222.984] (**) Option "_source" "server/udev"
[   222.985] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   222.985] (II) event3  - Power Button: device is a keyboard
[   222.985] (II) event3  - Power Button: device removed
[   222.985] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   222.985] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   222.986] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   222.986] (II) event3  - Power Button: device is a keyboard
[   222.986] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   222.986] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   222.986] (II) Using input driver 'libinput' for 'Video Bus'
[   222.987] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 40 paused 0
[   222.987] (**) Video Bus: always reports core events
[   222.987] (**) Option "Device" "/dev/input/event10"
[   222.987] (**) Option "_source" "server/udev"
[   222.988] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[   222.988] (II) event10 - Video Bus: device is a keyboard
[   222.988] (II) event10 - Video Bus: device removed
[   222.988] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event10"
[   222.988] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   222.988] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[   222.988] (II) event10 - Video Bus: device is a keyboard
[   222.989] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   222.989] (II) No input driver specified, ignoring this device.
[   222.989] (II) This device may have been added with another device file.
[   222.989] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[   222.989] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   222.989] (II) Using input driver 'libinput' for 'Video Bus'
[   222.990] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 41 paused 0
[   222.990] (**) Video Bus: always reports core events
[   222.990] (**) Option "Device" "/dev/input/event11"
[   222.990] (**) Option "_source" "server/udev"
[   222.991] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[   222.991] (II) event11 - Video Bus: device is a keyboard
[   222.991] (II) event11 - Video Bus: device removed
[   222.991] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:34/LNXVIDEO:01/input/input16/event11"
[   222.991] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[   222.992] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[   222.992] (II) event11 - Video Bus: device is a keyboard
[   222.992] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   222.992] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   222.992] (II) Using input driver 'libinput' for 'Power Button'
[   222.993] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 42 paused 0
[   222.993] (**) Power Button: always reports core events
[   222.993] (**) Option "Device" "/dev/input/event2"
[   222.993] (**) Option "_source" "server/udev"
[   222.993] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   222.993] (II) event2  - Power Button: device is a keyboard
[   222.993] (II) event2  - Power Button: device removed
[   222.993] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[   222.993] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[   222.994] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   222.994] (II) event2  - Power Button: device is a keyboard
[   222.994] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   222.995] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   222.995] (II) Using input driver 'libinput' for 'Sleep Button'
[   222.995] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 43 paused 0
[   222.995] (**) Sleep Button: always reports core events
[   222.995] (**) Option "Device" "/dev/input/event1"
[   222.995] (**) Option "_source" "server/udev"
[   222.996] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   222.996] (II) event1  - Sleep Button: device is a keyboard
[   222.996] (II) event1  - Sleep Button: device removed
[   222.996] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   222.996] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[   222.997] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   222.997] (II) event1  - Sleep Button: device is a keyboard
[   222.997] (II) config/udev: Adding input device HD WebCam: HD WebCam (/dev/input/event8)
[   222.997] (**) HD WebCam: HD WebCam: Applying InputClass "libinput keyboard catchall"
[   222.997] (II) Using input driver 'libinput' for 'HD WebCam: HD WebCam'
[   222.998] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[   222.998] (**) HD WebCam: HD WebCam: always reports core events
[   222.998] (**) Option "Device" "/dev/input/event8"
[   222.998] (**) Option "_source" "server/udev"
[   222.999] (II) event8  - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[   222.999] (II) event8  - HD WebCam: HD WebCam: device is a keyboard
[   222.999] (II) event8  - HD WebCam: HD WebCam: device removed
[   222.999] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input11/event8"
[   222.999] (II) XINPUT: Adding extended input device "HD WebCam: HD WebCam" (type: KEYBOARD, id 12)
[   223.000] (II) event8  - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[   223.000] (II) event8  - HD WebCam: HD WebCam: device is a keyboard
[   223.000] (II) config/udev: Adding input device ELAN0501:01 04F3:3060 Touchpad (/dev/input/event9)
[   223.000] (**) ELAN0501:01 04F3:3060 Touchpad: Applying InputClass "libinput touchpad catchall"
[   223.000] (II) Using input driver 'libinput' for 'ELAN0501:01 04F3:3060 Touchpad'
[   223.106] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0
[   223.106] (**) ELAN0501:01 04F3:3060 Touchpad: always reports core events
[   223.106] (**) Option "Device" "/dev/input/event9"
[   223.106] (**) Option "_source" "server/udev"
[   223.108] (II) event9  - ELAN0501:01 04F3:3060 Touchpad: is tagged by udev as: Touchpad
[   223.109] (II) event9  - ELAN0501:01 04F3:3060 Touchpad: device is a touchpad
[   223.109] (II) event9  - ELAN0501:01 04F3:3060 Touchpad: device removed
[   223.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN0501:01/0018:04F3:3060.0001/input/input14/event9"
[   223.110] (II) XINPUT: Adding extended input device "ELAN0501:01 04F3:3060 Touchpad" (type: TOUCHPAD, id 13)
[   223.111] (**) Option "AccelerationScheme" "none"
[   223.111] (**) ELAN0501:01 04F3:3060 Touchpad: (accel) selected scheme none/0
[   223.111] (**) ELAN0501:01 04F3:3060 Touchpad: (accel) acceleration factor: 2.000
[   223.111] (**) ELAN0501:01 04F3:3060 Touchpad: (accel) acceleration threshold: 4
[   223.112] (II) event9  - ELAN0501:01 04F3:3060 Touchpad: is tagged by udev as: Touchpad
[   223.112] (II) event9  - ELAN0501:01 04F3:3060 Touchpad: device is a touchpad
[   223.113] (II) config/udev: Adding input device ELAN0501:01 04F3:3060 Touchpad (/dev/input/mouse0)
[   223.113] (II) No input driver specified, ignoring this device.
[   223.113] (II) This device may have been added with another device file.
[   223.113] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
[   223.113] (II) No input driver specified, ignoring this device.
[   223.113] (II) This device may have been added with another device file.
[   223.113] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[   223.113] (II) No input driver specified, ignoring this device.
[   223.113] (II) This device may have been added with another device file.
[   223.113] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[   223.113] (II) No input driver specified, ignoring this device.
[   223.113] (II) This device may have been added with another device file.
[   223.114] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[   223.114] (II) No input driver specified, ignoring this device.
[   223.114] (II) This device may have been added with another device file.
[   223.114] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[   223.114] (II) No input driver specified, ignoring this device.
[   223.114] (II) This device may have been added with another device file.
[   223.114] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[   223.114] (II) No input driver specified, ignoring this device.
[   223.114] (II) This device may have been added with another device file.
[   223.114] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[   223.114] (II) No input driver specified, ignoring this device.
[   223.114] (II) This device may have been added with another device file.
[   223.115] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   223.115] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   223.115] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   223.115] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[   223.115] (**) AT Translated Set 2 keyboard: always reports core events
[   223.115] (**) Option "Device" "/dev/input/event4"
[   223.115] (**) Option "_source" "server/udev"
[   223.116] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   223.116] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   223.116] (II) event4  - AT Translated Set 2 keyboard: device removed
[   223.116] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   223.116] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   223.117] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   223.117] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   223.117] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   223.117] (II) No input driver specified, ignoring this device.
[   223.117] (II) This device may have been added with another device file.
[   223.117] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event7)
[   223.117] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   223.117] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[   223.118] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[   223.118] (**) Acer WMI hotkeys: always reports core events
[   223.118] (**) Option "Device" "/dev/input/event7"
[   223.118] (**) Option "_source" "server/udev"
[   223.118] (II) event7  - Acer WMI hotkeys: is tagged by udev as: Keyboard
[   223.118] (II) event7  - Acer WMI hotkeys: device is a keyboard
[   223.118] (II) event7  - Acer WMI hotkeys: device removed
[   223.118] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[   223.118] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 15)
[   223.119] (II) event7  - Acer WMI hotkeys: is tagged by udev as: Keyboard
[   223.119] (II) event7  - Acer WMI hotkeys: device is a keyboard
[   225.290] (**) Option "fd" "36"
[   225.290] (II) event5  - Acer Wireless Radio Control: device removed
[   225.291] (**) Option "fd" "39"
[   225.291] (II) event3  - Power Button: device removed
[   225.291] (**) Option "fd" "40"
[   225.291] (II) event10 - Video Bus: device removed
[   225.291] (**) Option "fd" "41"
[   225.291] (II) event11 - Video Bus: device removed
[   225.291] (**) Option "fd" "42"
[   225.291] (II) event2  - Power Button: device removed
[   225.291] (**) Option "fd" "43"
[   225.291] (II) event1  - Sleep Button: device removed
[   225.291] (**) Option "fd" "44"
[   225.291] (II) event8  - HD WebCam: HD WebCam: device removed
[   225.291] (**) Option "fd" "45"
[   225.291] (II) event9  - ELAN0501:01 04F3:3060 Touchpad: device removed
[   225.292] (**) Option "fd" "46"
[   225.292] (II) event4  - AT Translated Set 2 keyboard: device removed
[   225.292] (**) Option "fd" "47"
[   225.292] (II) event7  - Acer WMI hotkeys: device removed
[   225.566] (II) systemd-logind: got pause for 13:65
[   225.566] (II) systemd-logind: got pause for 13:67
[   225.566] (II) systemd-logind: got pause for 13:66
[   225.566] (II) systemd-logind: got pause for 13:68
[   225.566] (II) systemd-logind: got pause for 13:71
[   225.566] (II) systemd-logind: got pause for 226:0
[   225.567] (II) systemd-logind: got pause for 13:74
[   225.567] (II) systemd-logind: got pause for 13:73
[   225.567] (II) systemd-logind: got pause for 13:72
[   225.567] (II) systemd-logind: got pause for 13:69
[   225.567] (II) systemd-logind: got pause for 13:75
[   298.509] (II) UnloadModule: "libinput"
[   298.509] (II) systemd-logind: releasing fd for 13:71
[   298.557] (II) UnloadModule: "libinput"
[   298.557] (II) systemd-logind: releasing fd for 13:68
[   298.583] (II) UnloadModule: "libinput"
[   298.583] (II) systemd-logind: releasing fd for 13:73
[   298.650] (II) UnloadModule: "libinput"
[   298.650] (II) systemd-logind: releasing fd for 13:72
[   298.703] (II) UnloadModule: "libinput"
[   298.703] (II) systemd-logind: releasing fd for 13:65
[   298.743] (II) UnloadModule: "libinput"
[   298.743] (II) systemd-logind: releasing fd for 13:66
[   298.770] (II) UnloadModule: "libinput"
[   298.770] (II) systemd-logind: releasing fd for 13:75
[   298.837] (II) UnloadModule: "libinput"
[   298.837] (II) systemd-logind: releasing fd for 13:74
[   298.890] (II) UnloadModule: "libinput"
[   298.890] (II) systemd-logind: releasing fd for 13:67
[   298.917] (II) UnloadModule: "libinput"
[   298.917] (II) systemd-logind: releasing fd for 13:69
[   298.980] (II) NVIDIA(GPU-0): Deleting GPU-0
[   298.994] (II) Server terminated successfully (0). Closing log file.
Additional info

$ journalctl -b

-- Logs begin at Tue 2019-01-15 00:06:51 CST, end at Wed 2019-01-16 10:22:53 CST. --
ene 16 10:21:45 undostres-laptop kernel: microcode: microcode updated early to revision 0x96, date = 2018-05-15
ene 16 10:21:45 undostres-laptop kernel: Linux version 4.20.1-arch1-1-ARCH (builduser@heftig-17587) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Wed Jan 9 20:25:43 UTC 2019
ene 16 10:21:45 undostres-laptop kernel: Command line: root=PARTUUID=0bc79272-3c27-474b-bede-898382b8e485 rw initrd=\EFI\arch\intel-ucode.img initrd=\EFI\arch\initramfs-linux.img
ene 16 10:21:45 undostres-laptop kernel: KERNEL supported cpus:
ene 16 10:21:45 undostres-laptop kernel:   Intel GenuineIntel
ene 16 10:21:45 undostres-laptop kernel:   AMD AuthenticAMD
ene 16 10:21:45 undostres-laptop kernel:   Hygon HygonGenuine
ene 16 10:21:45 undostres-laptop kernel:   Centaur CentaurHauls
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
ene 16 10:21:45 undostres-laptop kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
ene 16 10:21:45 undostres-laptop kernel: BIOS-provided physical RAM map:
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007164dfff] usable
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x000000007164e000-0x000000007164efff] ACPI NVS
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x000000007164f000-0x000000007164ffff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x0000000071650000-0x00000000731e7fff] usable
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000731e8000-0x0000000073ae7fff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x0000000073ae8000-0x0000000089cfdfff] usable
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x0000000089cfe000-0x000000008a88dfff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x000000008a88e000-0x000000008af7dfff] ACPI NVS
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x000000008af7e000-0x000000008affdfff] ACPI data
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x000000008affe000-0x000000008affefff] usable
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x000000008afff000-0x000000008fffffff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
ene 16 10:21:45 undostres-laptop kernel: BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable
ene 16 10:21:45 undostres-laptop kernel: NX (Execute Disable) protection: active
ene 16 10:21:45 undostres-laptop kernel: e820: update [mem 0x6f6b6018-0x6f6c6057] usable ==> usable
ene 16 10:21:45 undostres-laptop kernel: e820: update [mem 0x6f6b6018-0x6f6c6057] usable ==> usable
ene 16 10:21:45 undostres-laptop kernel: e820: update [mem 0x6f689018-0x6f6b5057] usable ==> usable
ene 16 10:21:45 undostres-laptop kernel: e820: update [mem 0x6f689018-0x6f6b5057] usable ==> usable
ene 16 10:21:45 undostres-laptop kernel: extended physical RAM map:
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x0000000000100000-0x000000006f689017] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000006f689018-0x000000006f6b5057] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000006f6b5058-0x000000006f6b6017] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000006f6b6018-0x000000006f6c6057] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000006f6c6058-0x000000007164dfff] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000007164e000-0x000000007164efff] ACPI NVS
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000007164f000-0x000000007164ffff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x0000000071650000-0x00000000731e7fff] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000731e8000-0x0000000073ae7fff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x0000000073ae8000-0x0000000089cfdfff] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x0000000089cfe000-0x000000008a88dfff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000008a88e000-0x000000008af7dfff] ACPI NVS
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000008af7e000-0x000000008affdfff] ACPI data
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000008affe000-0x000000008affefff] usable
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x000000008afff000-0x000000008fffffff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
ene 16 10:21:45 undostres-laptop kernel: reserve setup_data: [mem 0x0000000100000000-0x000000026effffff] usable
ene 16 10:21:45 undostres-laptop kernel: efi: EFI v2.50 by INSYDE Corp.
ene 16 10:21:45 undostres-laptop kernel: efi:  ACPI 2.0=0x8affd014  SMBIOS=0x8a099000  SMBIOS 3.0=0x8a097000  ESRT=0x8a0950d8  MEMATTR=0x7a622018  TPMEventLog=0x73af9018 
ene 16 10:21:45 undostres-laptop kernel: SMBIOS 3.0.0 present.
ene 16 10:21:45 undostres-laptop kernel: DMI: Acer Aspire A515-51G/Charmander_KL, BIOS V1.21 08/08/2018
ene 16 10:21:45 undostres-laptop kernel: tsc: Detected 2000.000 MHz processor
ene 16 10:21:45 undostres-laptop kernel: tsc: Detected 1992.000 MHz TSC
ene 16 10:21:45 undostres-laptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
ene 16 10:21:45 undostres-laptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
ene 16 10:21:45 undostres-laptop kernel: last_pfn = 0x26f000 max_arch_pfn = 0x400000000
ene 16 10:21:45 undostres-laptop kernel: MTRR default type: write-back
ene 16 10:21:45 undostres-laptop kernel: MTRR fixed ranges enabled:
ene 16 10:21:45 undostres-laptop kernel:   00000-9FFFF write-back
ene 16 10:21:45 undostres-laptop kernel:   A0000-BFFFF uncachable
ene 16 10:21:45 undostres-laptop kernel:   C0000-FFFFF write-protect
ene 16 10:21:45 undostres-laptop kernel: MTRR variable ranges enabled:
ene 16 10:21:45 undostres-laptop kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
ene 16 10:21:45 undostres-laptop kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
ene 16 10:21:45 undostres-laptop kernel:   2 base 0090000000 mask 7FF0000000 uncachable
ene 16 10:21:45 undostres-laptop kernel:   3 base 008C000000 mask 7FFC000000 uncachable
ene 16 10:21:45 undostres-laptop kernel:   4 base 008B800000 mask 7FFF800000 uncachable
ene 16 10:21:45 undostres-laptop kernel:   5 disabled
ene 16 10:21:45 undostres-laptop kernel:   6 disabled
ene 16 10:21:45 undostres-laptop kernel:   7 disabled
ene 16 10:21:45 undostres-laptop kernel:   8 disabled
ene 16 10:21:45 undostres-laptop kernel:   9 disabled
ene 16 10:21:45 undostres-laptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
ene 16 10:21:45 undostres-laptop kernel: last_pfn = 0x8afff max_arch_pfn = 0x400000000
ene 16 10:21:45 undostres-laptop kernel: esrt: Reserving ESRT space from 0x000000008a0950d8 to 0x000000008a095110.
ene 16 10:21:45 undostres-laptop kernel: check: Scanning 1 areas for low memory corruption
ene 16 10:21:45 undostres-laptop kernel: Base memory trampoline at [(____ptrval____)] 98000 size 24576
ene 16 10:21:45 undostres-laptop kernel: Using GB pages for direct mapping
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171201000, 0x171201fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171202000, 0x171202fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171203000, 0x171203fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171204000, 0x171204fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171205000, 0x171205fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171206000, 0x171206fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171207000, 0x171207fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171208000, 0x171208fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x171209000, 0x171209fff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x17120a000, 0x17120afff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x17120b000, 0x17120bfff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: BRK [0x17120c000, 0x17120cfff] PGTABLE
ene 16 10:21:45 undostres-laptop kernel: Secure boot disabled
ene 16 10:21:45 undostres-laptop kernel: RAMDISK: [mem 0x7f6d9000-0x7fffefff]
ene 16 10:21:45 undostres-laptop kernel: ACPI: Early table checksum verification disabled
ene 16 10:21:45 undostres-laptop kernel: ACPI: RSDP 0x000000008AFFD014 000024 (v02 ACRSYS)
ene 16 10:21:45 undostres-laptop kernel: ACPI: XSDT 0x000000008AFBF188 00012C (v01 ACRSYS ACRPRDCT 00000000      01000013)
ene 16 10:21:45 undostres-laptop kernel: ACPI: FACP 0x000000008AFE8000 00010C (v05 ACRSYS ACRPRDCT 00000000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: DSDT 0x000000008AFC3000 020715 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: FACS 0x000000008AF59000 000040
ene 16 10:21:45 undostres-laptop kernel: ACPI: UEFI 0x000000008AFFB000 000042 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: MSDM 0x000000008AFF4000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFF2000 000046 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFED000 003101 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: ASPT 0x000000008AFEB000 000034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: DBGP 0x000000008AFE9000 000034 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: APIC 0x000000008AFE6000 0000BC (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFC2000 000517 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: LPIT 0x000000008AFC0000 000094 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFBD000 00029F (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFB8000 003002 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: DBGP 0x000000008AFB6000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFB3000 0010B0 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFB2000 000EDE (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: DMAR 0x000000008AFE4000 0000F0 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: BGRT 0x000000008AFAB000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFF5000 0058C1 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: TPM2 0x000000008AFF1000 000034 (v03 ACRSYS ACRPRDCT 00000000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: BOOT 0x000000008AFEA000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: MCFG 0x000000008AFE5000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: WSMT 0x000000008AFBE000 000028 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFB7000 00051E (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: NHLT 0x000000008AFAD000 00002D (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: UEFI 0x000000008AFFC000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: ASF! 0x000000008AFEC000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFC1000 000BC8 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: DBG2 0x000000008AFB5000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: FPDT 0x000000008AFAC000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: HPET 0x000000008AFE7000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFAE000 003C38 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFBC000 000346 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0x000000008AFF3000 0004C3 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Local APIC address 0xfee00000
ene 16 10:21:45 undostres-laptop kernel: No NUMA configuration found
ene 16 10:21:45 undostres-laptop kernel: Faking a node at [mem 0x0000000000000000-0x000000026effffff]
ene 16 10:21:45 undostres-laptop kernel: NODE_DATA(0) allocated [mem 0x26effc000-0x26effffff]
ene 16 10:21:45 undostres-laptop kernel: Zone ranges:
ene 16 10:21:45 undostres-laptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
ene 16 10:21:45 undostres-laptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
ene 16 10:21:45 undostres-laptop kernel:   Normal   [mem 0x0000000100000000-0x000000026effffff]
ene 16 10:21:45 undostres-laptop kernel:   Device   empty
ene 16 10:21:45 undostres-laptop kernel: Movable zone start for each node
ene 16 10:21:45 undostres-laptop kernel: Early memory node ranges
ene 16 10:21:45 undostres-laptop kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
ene 16 10:21:45 undostres-laptop kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
ene 16 10:21:45 undostres-laptop kernel:   node   0: [mem 0x0000000000100000-0x000000007164dfff]
ene 16 10:21:45 undostres-laptop kernel:   node   0: [mem 0x0000000071650000-0x00000000731e7fff]
ene 16 10:21:45 undostres-laptop kernel:   node   0: [mem 0x0000000073ae8000-0x0000000089cfdfff]
ene 16 10:21:45 undostres-laptop kernel:   node   0: [mem 0x000000008affe000-0x000000008affefff]
ene 16 10:21:45 undostres-laptop kernel:   node   0: [mem 0x0000000100000000-0x000000026effffff]
ene 16 10:21:45 undostres-laptop kernel: Zeroed struct page in unavailable ranges: 27751 pages
ene 16 10:21:45 undostres-laptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
ene 16 10:21:45 undostres-laptop kernel: On node 0 totalpages: 2065305
ene 16 10:21:45 undostres-laptop kernel:   DMA zone: 64 pages used for memmap
ene 16 10:21:45 undostres-laptop kernel:   DMA zone: 21 pages reserved
ene 16 10:21:45 undostres-laptop kernel:   DMA zone: 3996 pages, LIFO batch:0
ene 16 10:21:45 undostres-laptop kernel:   DMA32 zone: 8720 pages used for memmap
ene 16 10:21:45 undostres-laptop kernel:   DMA32 zone: 558077 pages, LIFO batch:63
ene 16 10:21:45 undostres-laptop kernel:   Normal zone: 23488 pages used for memmap
ene 16 10:21:45 undostres-laptop kernel:   Normal zone: 1503232 pages, LIFO batch:63
ene 16 10:21:45 undostres-laptop kernel: Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
ene 16 10:21:45 undostres-laptop kernel: ACPI: PM-Timer IO Port: 0x1808
ene 16 10:21:45 undostres-laptop kernel: ACPI: Local APIC address 0xfee00000
ene 16 10:21:45 undostres-laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ene 16 10:21:45 undostres-laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ene 16 10:21:45 undostres-laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ene 16 10:21:45 undostres-laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ene 16 10:21:45 undostres-laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ene 16 10:21:45 undostres-laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ene 16 10:21:45 undostres-laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ene 16 10:21:45 undostres-laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ene 16 10:21:45 undostres-laptop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ene 16 10:21:45 undostres-laptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ene 16 10:21:45 undostres-laptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ene 16 10:21:45 undostres-laptop kernel: ACPI: IRQ0 used by override.
ene 16 10:21:45 undostres-laptop kernel: ACPI: IRQ9 used by override.
ene 16 10:21:45 undostres-laptop kernel: Using ACPI (MADT) for SMP configuration information
ene 16 10:21:45 undostres-laptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
ene 16 10:21:45 undostres-laptop kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x6f689000-0x6f689fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x6f6b5000-0x6f6b5fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x6f6b6000-0x6f6b6fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x6f6c6000-0x6f6c6fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x7164e000-0x7164efff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x7164f000-0x7164ffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x731e8000-0x73ae7fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x89cfe000-0x8a88dfff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x8a88e000-0x8af7dfff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x8af7e000-0x8affdfff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x8afff000-0x8fffffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
ene 16 10:21:45 undostres-laptop kernel: PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
ene 16 10:21:45 undostres-laptop kernel: [mem 0x90000000-0xdfffffff] available for PCI devices
ene 16 10:21:45 undostres-laptop kernel: Booting paravirtualized kernel on bare hardware
ene 16 10:21:45 undostres-laptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
ene 16 10:21:45 undostres-laptop kernel: random: get_random_bytes called from start_kernel+0x95/0x54e with crng_init=0
ene 16 10:21:45 undostres-laptop kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
ene 16 10:21:45 undostres-laptop kernel: percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
ene 16 10:21:45 undostres-laptop kernel: pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
ene 16 10:21:45 undostres-laptop kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
ene 16 10:21:45 undostres-laptop kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2033012
ene 16 10:21:45 undostres-laptop kernel: Policy zone: Normal
ene 16 10:21:45 undostres-laptop kernel: Kernel command line: root=PARTUUID=0bc79272-3c27-474b-bede-898382b8e485 rw initrd=\EFI\arch\intel-ucode.img initrd=\EFI\arch\initramfs-linux.img
ene 16 10:21:45 undostres-laptop kernel: Calgary: detecting Calgary via BIOS EBDA area
ene 16 10:21:45 undostres-laptop kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
ene 16 10:21:45 undostres-laptop kernel: Memory: 7986604K/8261220K available (12293K kernel code, 1268K rwdata, 3728K rodata, 1532K init, 3936K bss, 274616K reserved, 0K cma-reserved)
ene 16 10:21:45 undostres-laptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
ene 16 10:21:45 undostres-laptop kernel: Kernel/User page tables isolation: enabled
ene 16 10:21:45 undostres-laptop kernel: ftrace: allocating 35813 entries in 140 pages
ene 16 10:21:45 undostres-laptop kernel: rcu: Preemptible hierarchical RCU implementation.
ene 16 10:21:45 undostres-laptop kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
ene 16 10:21:45 undostres-laptop kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
ene 16 10:21:45 undostres-laptop kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
ene 16 10:21:45 undostres-laptop kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
ene 16 10:21:45 undostres-laptop kernel:         Tasks RCU enabled.
ene 16 10:21:45 undostres-laptop kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
ene 16 10:21:45 undostres-laptop kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
ene 16 10:21:45 undostres-laptop kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
ene 16 10:21:45 undostres-laptop kernel: rcu:         Offload RCU callbacks from CPUs: (none).
ene 16 10:21:45 undostres-laptop kernel: Console: colour dummy device 80x25
ene 16 10:21:45 undostres-laptop kernel: printk: console [tty0] enabled
ene 16 10:21:45 undostres-laptop kernel: ACPI: Core revision 20181003
ene 16 10:21:45 undostres-laptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
ene 16 10:21:45 undostres-laptop kernel: hpet clockevent registered
ene 16 10:21:45 undostres-laptop kernel: APIC: Switch to symmetric I/O mode setup
ene 16 10:21:45 undostres-laptop kernel: DMAR: Host address width 39
ene 16 10:21:45 undostres-laptop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
ene 16 10:21:45 undostres-laptop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
ene 16 10:21:45 undostres-laptop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
ene 16 10:21:45 undostres-laptop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
ene 16 10:21:45 undostres-laptop kernel: DMAR: RMRR base: 0x0000008a76a000 end: 0x0000008a789fff
ene 16 10:21:45 undostres-laptop kernel: DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
ene 16 10:21:45 undostres-laptop kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
ene 16 10:21:45 undostres-laptop kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
ene 16 10:21:45 undostres-laptop kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
ene 16 10:21:45 undostres-laptop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
ene 16 10:21:45 undostres-laptop kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
ene 16 10:21:45 undostres-laptop kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
ene 16 10:21:45 undostres-laptop kernel: x2apic enabled
ene 16 10:21:45 undostres-laptop kernel: Switched APIC routing to cluster x2apic.
ene 16 10:21:45 undostres-laptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
ene 16 10:21:45 undostres-laptop kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x396d519840e, max_idle_ns: 881590569543 ns
ene 16 10:21:45 undostres-laptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3985.00 BogoMIPS (lpj=6640000)
ene 16 10:21:45 undostres-laptop kernel: pid_max: default: 32768 minimum: 301
ene 16 10:21:45 undostres-laptop kernel: LSM: Security Framework initializing
ene 16 10:21:45 undostres-laptop kernel: Yama: becoming mindful.
ene 16 10:21:45 undostres-laptop kernel: AppArmor: AppArmor disabled by boot time parameter
ene 16 10:21:45 undostres-laptop kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
ene 16 10:21:45 undostres-laptop kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
ene 16 10:21:45 undostres-laptop kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
ene 16 10:21:45 undostres-laptop kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
ene 16 10:21:45 undostres-laptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ene 16 10:21:45 undostres-laptop kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
ene 16 10:21:45 undostres-laptop kernel: mce: CPU supports 10 MCE banks
ene 16 10:21:45 undostres-laptop kernel: CPU0: Thermal monitoring enabled (TM1)
ene 16 10:21:45 undostres-laptop kernel: process: using mwait in idle threads
ene 16 10:21:45 undostres-laptop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
ene 16 10:21:45 undostres-laptop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
ene 16 10:21:45 undostres-laptop kernel: Spectre V2 : Mitigation: Full generic retpoline
ene 16 10:21:45 undostres-laptop kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
ene 16 10:21:45 undostres-laptop kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
ene 16 10:21:45 undostres-laptop kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
ene 16 10:21:45 undostres-laptop kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
ene 16 10:21:45 undostres-laptop kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
ene 16 10:21:45 undostres-laptop kernel: Freeing SMP alternatives memory: 28K
ene 16 10:21:45 undostres-laptop kernel: TSC deadline timer enabled
ene 16 10:21:45 undostres-laptop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
ene 16 10:21:45 undostres-laptop kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
ene 16 10:21:45 undostres-laptop kernel: ... version:                4
ene 16 10:21:45 undostres-laptop kernel: ... bit width:              48
ene 16 10:21:45 undostres-laptop kernel: ... generic registers:      4
ene 16 10:21:45 undostres-laptop kernel: ... value mask:             0000ffffffffffff
ene 16 10:21:45 undostres-laptop kernel: ... max period:             00007fffffffffff
ene 16 10:21:45 undostres-laptop kernel: ... fixed-purpose events:   3
ene 16 10:21:45 undostres-laptop kernel: ... event mask:             000000070000000f
ene 16 10:21:45 undostres-laptop kernel: rcu: Hierarchical SRCU implementation.
ene 16 10:21:45 undostres-laptop kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
ene 16 10:21:45 undostres-laptop kernel: smp: Bringing up secondary CPUs ...
ene 16 10:21:45 undostres-laptop kernel: x86: Booting SMP configuration:
ene 16 10:21:45 undostres-laptop kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
ene 16 10:21:45 undostres-laptop kernel: smp: Brought up 1 node, 8 CPUs
ene 16 10:21:45 undostres-laptop kernel: smpboot: Max logical packages: 1
ene 16 10:21:45 undostres-laptop kernel: smpboot: Total of 8 processors activated (31884.00 BogoMIPS)
ene 16 10:21:45 undostres-laptop kernel: devtmpfs: initialized
ene 16 10:21:45 undostres-laptop kernel: x86/mm: Memory block size: 128MB
ene 16 10:21:45 undostres-laptop kernel: PM: Registering ACPI NVS region [mem 0x7164e000-0x7164efff] (4096 bytes)
ene 16 10:21:45 undostres-laptop kernel: PM: Registering ACPI NVS region [mem 0x8a88e000-0x8af7dfff] (7274496 bytes)
ene 16 10:21:45 undostres-laptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
ene 16 10:21:45 undostres-laptop kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
ene 16 10:21:45 undostres-laptop kernel: pinctrl core: initialized pinctrl subsystem
ene 16 10:21:45 undostres-laptop kernel: RTC time: 16:21:43, date: 01/16/19
ene 16 10:21:45 undostres-laptop kernel: NET: Registered protocol family 16
ene 16 10:21:45 undostres-laptop kernel: audit: initializing netlink subsys (disabled)
ene 16 10:21:45 undostres-laptop kernel: audit: type=2000 audit(1547655703.373:1): state=initialized audit_enabled=0 res=1
ene 16 10:21:45 undostres-laptop kernel: cpuidle: using governor ladder
ene 16 10:21:45 undostres-laptop kernel: cpuidle: using governor menu
ene 16 10:21:45 undostres-laptop kernel: Simple Boot Flag at 0x44 set to 0x1
ene 16 10:21:45 undostres-laptop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ene 16 10:21:45 undostres-laptop kernel: ACPI: bus type PCI registered
ene 16 10:21:45 undostres-laptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
ene 16 10:21:45 undostres-laptop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
ene 16 10:21:45 undostres-laptop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
ene 16 10:21:45 undostres-laptop kernel: PCI: Using configuration type 1 for base access
ene 16 10:21:45 undostres-laptop kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
ene 16 10:21:45 undostres-laptop kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
ene 16 10:21:45 undostres-laptop kernel: ACPI: Added _OSI(Module Device)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Added _OSI(Processor Device)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Added _OSI(Linux-Dell-Video)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
ene 16 10:21:45 undostres-laptop kernel: ACPI: 14 ACPI AML tables successfully acquired and loaded
ene 16 10:21:45 undostres-laptop kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
ene 16 10:21:45 undostres-laptop kernel: ACPI: Dynamic OEM Table Load:
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0xFFFF9A8EA4E02800 0005CD (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
ene 16 10:21:45 undostres-laptop kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
ene 16 10:21:45 undostres-laptop kernel: ACPI: Dynamic OEM Table Load:
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0xFFFF9A8EA4882400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Dynamic OEM Table Load:
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0xFFFF9A8EA4834600 000115 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Dynamic OEM Table Load:
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0xFFFF9A8EA4836000 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Dynamic OEM Table Load:
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0xFFFF9A8EA4E03800 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Dynamic OEM Table Load:
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0xFFFF9A8EA4834A00 000197 (v02 PmRef  ApHwp    00003000 INTL 20160527)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Dynamic OEM Table Load:
ene 16 10:21:45 undostres-laptop kernel: ACPI: SSDT 0xFFFF9A8EA4837C00 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
ene 16 10:21:45 undostres-laptop kernel: ACPI: EC: EC started
ene 16 10:21:45 undostres-laptop kernel: ACPI: EC: interrupt blocked
ene 16 10:21:45 undostres-laptop kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
ene 16 10:21:45 undostres-laptop kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
ene 16 10:21:45 undostres-laptop kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
ene 16 10:21:45 undostres-laptop kernel: ACPI: Interpreter enabled
ene 16 10:21:45 undostres-laptop kernel: ACPI: (supports S0 S3 S4 S5)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Using IOAPIC for interrupt routing
ene 16 10:21:45 undostres-laptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ene 16 10:21:45 undostres-laptop kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Resource [PC01] (on)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Resource [WRST] (on)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Resource [FN00] (off)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Resource [FN01] (off)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Resource [FN02] (off)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Resource [FN03] (off)
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Resource [FN04] (off)
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
ene 16 10:21:45 undostres-laptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
ene 16 10:21:45 undostres-laptop kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
ene 16 10:21:45 undostres-laptop kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
ene 16 10:21:45 undostres-laptop kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
ene 16 10:21:45 undostres-laptop kernel: PCI host bridge to bus 0000:00
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xb2000000-0xb2ffffff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xb4310000-0xb431ffff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:15.0: reg 0x10: [mem 0xb432a000-0xb432afff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:15.1: reg 0x10: [mem 0xb432b000-0xb432bfff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xb432c000-0xb432cfff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:16.0: PME# supported from D3hot
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:17.0: reg 0x10: [mem 0xb4328000-0xb4329fff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:17.0: reg 0x14: [mem 0xb432f000-0xb432f0ff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:17.0: reg 0x24: [mem 0xb432d000-0xb432d7ff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:17.0: PME# supported from D3hot
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xb4324000-0xb4327fff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xb4320000-0xb4323fff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xb4300000-0xb430ffff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xb432e000-0xb432e0ff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: [10de:1d10] type 00 class 0x030200
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xb3000000-0xb3ffffff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0:   bridge window [mem 0xb3000000-0xb3ffffff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.0: [10ec:5287] type 00 class 0xff0000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.0: reg 0x10: [mem 0xb4205000-0xb4205fff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.0: supports D1 D2
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.1: [10ec:8168] type 00 class 0x020000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.1: reg 0x10: [io  0x3000-0x30ff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.1: reg 0x18: [mem 0xb4204000-0xb4204fff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.1: reg 0x20: [mem 0xb4200000-0xb4203fff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.1: supports D1 D2
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.4:   bridge window [mem 0xb4200000-0xb42fffff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:03:00.0: [168c:0042] type 00 class 0x028000
ene 16 10:21:45 undostres-laptop kernel: pci 0000:03:00.0: reg 0x10: [mem 0xb4000000-0xb41fffff 64bit]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.5:   bridge window [mem 0xb4000000-0xb41fffff]
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
ene 16 10:21:45 undostres-laptop kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
ene 16 10:21:45 undostres-laptop kernel: ACPI: EC: interrupt unblocked
ene 16 10:21:45 undostres-laptop kernel: ACPI: EC: event unblocked
ene 16 10:21:45 undostres-laptop kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
ene 16 10:21:45 undostres-laptop kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: vgaarb: bridge control possible
ene 16 10:21:45 undostres-laptop kernel: vgaarb: loaded
ene 16 10:21:45 undostres-laptop kernel: ACPI: bus type USB registered
ene 16 10:21:45 undostres-laptop kernel: usbcore: registered new interface driver usbfs
ene 16 10:21:45 undostres-laptop kernel: usbcore: registered new interface driver hub
ene 16 10:21:45 undostres-laptop kernel: usbcore: registered new device driver usb
ene 16 10:21:45 undostres-laptop kernel: pps_core: LinuxPPS API ver. 1 registered
ene 16 10:21:45 undostres-laptop kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
ene 16 10:21:45 undostres-laptop kernel: PTP clock support registered
ene 16 10:21:45 undostres-laptop kernel: EDAC MC: Ver: 3.0.0
ene 16 10:21:45 undostres-laptop kernel: Registered efivars operations
ene 16 10:21:45 undostres-laptop kernel: PCI: Using ACPI for IRQ routing
ene 16 10:21:45 undostres-laptop kernel: PCI: pci_cache_line_size set to 64 bytes
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x6f689018-0x6fffffff]
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x6f6b6018-0x6fffffff]
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x7164e000-0x73ffffff]
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x731e8000-0x73ffffff]
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x89cfe000-0x8bffffff]
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x8afff000-0x8bffffff]
ene 16 10:21:45 undostres-laptop kernel: e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
ene 16 10:21:45 undostres-laptop kernel: NetLabel: Initializing
ene 16 10:21:45 undostres-laptop kernel: NetLabel:  domain hash size = 128
ene 16 10:21:45 undostres-laptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
ene 16 10:21:45 undostres-laptop kernel: NetLabel:  unlabeled traffic allowed by default
ene 16 10:21:45 undostres-laptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
ene 16 10:21:45 undostres-laptop kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
ene 16 10:21:45 undostres-laptop kernel: clocksource: Switched to clocksource tsc-early
ene 16 10:21:45 undostres-laptop kernel: VFS: Disk quotas dquot_6.6.0
ene 16 10:21:45 undostres-laptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
ene 16 10:21:45 undostres-laptop kernel: pnp: PnP ACPI init
ene 16 10:21:45 undostres-laptop kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
ene 16 10:21:45 undostres-laptop kernel: system 00:01: [io  0x2000-0x20fe] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
ene 16 10:21:45 undostres-laptop kernel: system 00:02: [io  0x0680-0x069f] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:02: [io  0xfd60-0xfd63] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:02: [io  0xffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:02: [io  0xffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:02: [io  0xffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:02: [io  0x164e-0x164f] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
ene 16 10:21:45 undostres-laptop kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
ene 16 10:21:45 undostres-laptop kernel: system 00:04: [io  0x1854-0x1857] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
ene 16 10:21:45 undostres-laptop kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
ene 16 10:21:45 undostres-laptop kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] could not be reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xff000000-0xff000fff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xff010000-0xffffffff] could not be reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: [mem 0x90000000-0x9001ffff] has been reserved
ene 16 10:21:45 undostres-laptop kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
ene 16 10:21:45 undostres-laptop kernel: pnp: PnP ACPI: found 8 devices
ene 16 10:21:45 undostres-laptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0:   bridge window [mem 0xb3000000-0xb3ffffff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0xb4210000-0xb421ffff pref]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.4:   bridge window [mem 0xb4200000-0xb42fffff]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:1c.5:   bridge window [mem 0xb4000000-0xb41fffff]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 20 [mem 0x90000000-0xdfffffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:01: resource 1 [mem 0xb3000000-0xb3ffffff]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:02: resource 1 [mem 0xb4200000-0xb42fffff]
ene 16 10:21:45 undostres-laptop kernel: pci_bus 0000:03: resource 1 [mem 0xb4000000-0xb41fffff]
ene 16 10:21:45 undostres-laptop kernel: NET: Registered protocol family 2
ene 16 10:21:45 undostres-laptop kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
ene 16 10:21:45 undostres-laptop kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
ene 16 10:21:45 undostres-laptop kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
ene 16 10:21:45 undostres-laptop kernel: TCP: Hash tables configured (established 65536 bind 65536)
ene 16 10:21:45 undostres-laptop kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
ene 16 10:21:45 undostres-laptop kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
ene 16 10:21:45 undostres-laptop kernel: NET: Registered protocol family 1
ene 16 10:21:45 undostres-laptop kernel: NET: Registered protocol family 44
ene 16 10:21:45 undostres-laptop kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
ene 16 10:21:45 undostres-laptop kernel: PCI: CLS 64 bytes, default 64
ene 16 10:21:45 undostres-laptop kernel: Unpacking initramfs...
ene 16 10:21:45 undostres-laptop kernel: Freeing initrd memory: 9368K
ene 16 10:21:45 undostres-laptop kernel: DMAR: ACPI device "device:70" under DMAR at fed91000 as 00:15.0
ene 16 10:21:45 undostres-laptop kernel: DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.1
ene 16 10:21:45 undostres-laptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
ene 16 10:21:45 undostres-laptop kernel: software IO TLB: mapped [mem 0x8574e000-0x8974e000] (64MB)
ene 16 10:21:45 undostres-laptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d519840e, max_idle_ns: 881590569543 ns
ene 16 10:21:45 undostres-laptop kernel: clocksource: Switched to clocksource tsc
ene 16 10:21:45 undostres-laptop kernel: check: Scanning for low memory corruption every 60 seconds
ene 16 10:21:45 undostres-laptop kernel: Initialise system trusted keyrings
ene 16 10:21:45 undostres-laptop kernel: Key type blacklist registered
ene 16 10:21:45 undostres-laptop kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
ene 16 10:21:45 undostres-laptop kernel: zbud: loaded
ene 16 10:21:45 undostres-laptop kernel: Key type asymmetric registered
ene 16 10:21:45 undostres-laptop kernel: Asymmetric key parser 'x509' registered
ene 16 10:21:45 undostres-laptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
ene 16 10:21:45 undostres-laptop kernel: io scheduler noop registered
ene 16 10:21:45 undostres-laptop kernel: io scheduler deadline registered
ene 16 10:21:45 undostres-laptop kernel: io scheduler cfq registered (default)
ene 16 10:21:45 undostres-laptop kernel: io scheduler mq-deadline registered
ene 16 10:21:45 undostres-laptop kernel: io scheduler kyber registered
ene 16 10:21:45 undostres-laptop kernel: io scheduler bfq registered
ene 16 10:21:45 undostres-laptop kernel: aer 0000:00:1c.0:pcie002: AER enabled with IRQ 122
ene 16 10:21:45 undostres-laptop kernel: aer 0000:00:1c.4:pcie002: AER enabled with IRQ 123
ene 16 10:21:45 undostres-laptop kernel: aer 0000:00:1c.5:pcie002: AER enabled with IRQ 124
ene 16 10:21:45 undostres-laptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ene 16 10:21:45 undostres-laptop kernel: efifb: probing for efifb
ene 16 10:21:45 undostres-laptop kernel: efifb: framebuffer at 0xc0000000, using 8100k, total 8100k
ene 16 10:21:45 undostres-laptop kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
ene 16 10:21:45 undostres-laptop kernel: efifb: scrolling: redraw
ene 16 10:21:45 undostres-laptop kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
ene 16 10:21:45 undostres-laptop kernel: fbcon: Deferring console take-over
ene 16 10:21:45 undostres-laptop kernel: fb0: EFI VGA frame buffer device
ene 16 10:21:45 undostres-laptop kernel: intel_idle: MWAIT substates: 0x11142120
ene 16 10:21:45 undostres-laptop kernel: intel_idle: v0.4.1 model 0x8E
ene 16 10:21:45 undostres-laptop kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
ene 16 10:21:45 undostres-laptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C0D:00/input/input0
ene 16 10:21:45 undostres-laptop kernel: ACPI: Lid Switch [LID0]
ene 16 10:21:45 undostres-laptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
ene 16 10:21:45 undostres-laptop kernel: ACPI: Sleep Button [SLPB]
ene 16 10:21:45 undostres-laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Button [PWRB]
ene 16 10:21:45 undostres-laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ene 16 10:21:45 undostres-laptop kernel: ACPI: Power Button [PWRF]
ene 16 10:21:45 undostres-laptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
ene 16 10:21:45 undostres-laptop kernel: ACPI: Thermal Zone [TZ00] (28 C)
ene 16 10:21:45 undostres-laptop kernel: thermal LNXTHERM:01: registered as thermal_zone1
ene 16 10:21:45 undostres-laptop kernel: ACPI: Thermal Zone [TZ01] (30 C)
ene 16 10:21:45 undostres-laptop kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
ene 16 10:21:45 undostres-laptop kernel: usbcore: registered new interface driver usbserial_generic
ene 16 10:21:45 undostres-laptop kernel: usbserial: USB Serial support registered for generic
ene 16 10:21:45 undostres-laptop kernel: rtc_cmos 00:03: RTC can wake from S4
ene 16 10:21:45 undostres-laptop kernel: rtc_cmos 00:03: registered as rtc0
ene 16 10:21:45 undostres-laptop kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
ene 16 10:21:45 undostres-laptop kernel: intel_pstate: Intel P-state driver initializing
ene 16 10:21:45 undostres-laptop kernel: intel_pstate: HWP enabled
ene 16 10:21:45 undostres-laptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
ene 16 10:21:45 undostres-laptop kernel: intel_pmc_core:  initialized
ene 16 10:21:45 undostres-laptop kernel: NET: Registered protocol family 10
ene 16 10:21:45 undostres-laptop kernel: Segment Routing with IPv6
ene 16 10:21:45 undostres-laptop kernel: NET: Registered protocol family 17
ene 16 10:21:45 undostres-laptop kernel: RAS: Correctable Errors collector initialized.
ene 16 10:21:45 undostres-laptop kernel: microcode: sig=0x806ea, pf=0x80, revision=0x96
ene 16 10:21:45 undostres-laptop kernel: microcode: Microcode Update Driver: v2.2.
ene 16 10:21:45 undostres-laptop kernel: sched_clock: Marking stable (960696244, -2919993)->(965483512, -7707261)
ene 16 10:21:45 undostres-laptop kernel: registered taskstats version 1
ene 16 10:21:45 undostres-laptop kernel: Loading compiled-in X.509 certificates
ene 16 10:21:45 undostres-laptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 038be8b2dcfde68d74030217493bbb8bf1805be5'
ene 16 10:21:45 undostres-laptop kernel: zswap: loaded using pool lzo/zbud
ene 16 10:21:45 undostres-laptop kernel: Key type big_key registered
ene 16 10:21:45 undostres-laptop kernel:   Magic number: 3:690:388
ene 16 10:21:45 undostres-laptop kernel: thermal cooling_device3: hash matches
ene 16 10:21:45 undostres-laptop kernel: rtc_cmos 00:03: setting system clock to 2019-01-16 16:21:44 UTC (1547655704)
ene 16 10:21:45 undostres-laptop kernel: Freeing unused decrypted memory: 2040K
ene 16 10:21:45 undostres-laptop kernel: Freeing unused kernel image memory: 1532K
ene 16 10:21:45 undostres-laptop kernel: Write protecting the kernel read-only data: 18432k
ene 16 10:21:45 undostres-laptop kernel: Freeing unused kernel image memory: 2016K
ene 16 10:21:45 undostres-laptop kernel: Freeing unused kernel image memory: 368K
ene 16 10:21:45 undostres-laptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
ene 16 10:21:45 undostres-laptop kernel: x86/mm: Checking user space page tables
ene 16 10:21:45 undostres-laptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
ene 16 10:21:45 undostres-laptop kernel: Run /init as init process
ene 16 10:21:45 undostres-laptop kernel: fbcon: Taking over console
ene 16 10:21:45 undostres-laptop kernel: Console: switching to colour frame buffer device 240x67
ene 16 10:21:45 undostres-laptop kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
ene 16 10:21:45 undostres-laptop kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
ene 16 10:21:45 undostres-laptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
ene 16 10:21:45 undostres-laptop kernel: SCSI subsystem initialized
ene 16 10:21:45 undostres-laptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
ene 16 10:21:45 undostres-laptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
ene 16 10:21:45 undostres-laptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
ene 16 10:21:45 undostres-laptop kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
ene 16 10:21:45 undostres-laptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
ene 16 10:21:45 undostres-laptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
ene 16 10:21:45 undostres-laptop kernel: usb usb1: Product: xHCI Host Controller
ene 16 10:21:45 undostres-laptop kernel: usb usb1: Manufacturer: Linux 4.20.1-arch1-1-ARCH xhci-hcd
ene 16 10:21:45 undostres-laptop kernel: usb usb1: SerialNumber: 0000:00:14.0
ene 16 10:21:45 undostres-laptop kernel: hub 1-0:1.0: USB hub found
ene 16 10:21:45 undostres-laptop kernel: hub 1-0:1.0: 12 ports detected
ene 16 10:21:45 undostres-laptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
ene 16 10:21:45 undostres-laptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
ene 16 10:21:45 undostres-laptop kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
ene 16 10:21:45 undostres-laptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
ene 16 10:21:45 undostres-laptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
ene 16 10:21:45 undostres-laptop kernel: usb usb2: Product: xHCI Host Controller
ene 16 10:21:45 undostres-laptop kernel: usb usb2: Manufacturer: Linux 4.20.1-arch1-1-ARCH xhci-hcd
ene 16 10:21:45 undostres-laptop kernel: usb usb2: SerialNumber: 0000:00:14.0
ene 16 10:21:45 undostres-laptop kernel: hub 2-0:1.0: USB hub found
ene 16 10:21:45 undostres-laptop kernel: hub 2-0:1.0: 6 ports detected
ene 16 10:21:45 undostres-laptop kernel: usb: port power management may be unreliable
ene 16 10:21:45 undostres-laptop kernel: libata version 3.00 loaded.
ene 16 10:21:45 undostres-laptop kernel: ahci 0000:00:17.0: version 3.0
ene 16 10:21:45 undostres-laptop kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x5 impl SATA mode
ene 16 10:21:45 undostres-laptop kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
ene 16 10:21:45 undostres-laptop kernel: scsi host0: ahci
ene 16 10:21:45 undostres-laptop kernel: scsi host1: ahci
ene 16 10:21:45 undostres-laptop kernel: scsi host2: ahci
ene 16 10:21:45 undostres-laptop kernel: ata1: SATA max UDMA/133 abar m2048@0xb432d000 port 0xb432d100 irq 127
ene 16 10:21:45 undostres-laptop kernel: ata2: DUMMY
ene 16 10:21:45 undostres-laptop kernel: ata3: SATA max UDMA/133 abar m2048@0xb432d000 port 0xb432d200 irq 127
ene 16 10:21:45 undostres-laptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
ene 16 10:21:45 undostres-laptop kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
ene 16 10:21:45 undostres-laptop kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
ene 16 10:21:45 undostres-laptop kernel: ata3.00: ATA-11: KINGSTON RBUSNS8180DS3128GH, SBFK10D7, max UDMA/133
ene 16 10:21:45 undostres-laptop kernel: ata3.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
ene 16 10:21:45 undostres-laptop kernel: ata3.00: configured for UDMA/133
ene 16 10:21:45 undostres-laptop kernel: ata1.00: ATA-10: WDC WD10SPZX-21Z10T0, 02.01A02, max UDMA/133
ene 16 10:21:45 undostres-laptop kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
ene 16 10:21:45 undostres-laptop kernel: ata1.00: configured for UDMA/133
ene 16 10:21:45 undostres-laptop kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD10SPZX-21Z 1A02 PQ: 0 ANSI: 5
ene 16 10:21:45 undostres-laptop kernel: usb 1-5: new full-speed USB device number 2 using xhci_hcd
ene 16 10:21:45 undostres-laptop kernel: scsi 2:0:0:0: Direct-Access     ATA      KINGSTON RBUSNS8 10D7 PQ: 0 ANSI: 5
ene 16 10:21:45 undostres-laptop kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
ene 16 10:21:45 undostres-laptop kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
ene 16 10:21:45 undostres-laptop kernel: sd 0:0:0:0: [sda] Write Protect is off
ene 16 10:21:45 undostres-laptop kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
ene 16 10:21:45 undostres-laptop kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ene 16 10:21:45 undostres-laptop kernel: sd 2:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
ene 16 10:21:45 undostres-laptop kernel: sd 2:0:0:0: [sdb] Write Protect is off
ene 16 10:21:45 undostres-laptop kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
ene 16 10:21:45 undostres-laptop kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ene 16 10:21:45 undostres-laptop kernel:  sdb: sdb1 sdb2 sdb3
ene 16 10:21:45 undostres-laptop kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
ene 16 10:21:45 undostres-laptop kernel:  sda: sda1
ene 16 10:21:45 undostres-laptop kernel: sd 0:0:0:0: [sda] Attached SCSI disk
ene 16 10:21:45 undostres-laptop kernel: usb 1-5: New USB device found, idVendor=04ca, idProduct=3015, bcdDevice= 0.01
ene 16 10:21:45 undostres-laptop kernel: usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
ene 16 10:21:45 undostres-laptop kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
ene 16 10:21:45 undostres-laptop kernel: random: fast init done
ene 16 10:21:45 undostres-laptop kernel: usb 1-7: New USB device found, idVendor=0408, idProduct=a060, bcdDevice= 0.01
ene 16 10:21:45 undostres-laptop kernel: usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
ene 16 10:21:45 undostres-laptop kernel: usb 1-7: Product: HD WebCam
ene 16 10:21:45 undostres-laptop kernel: usb 1-7: Manufacturer: Generic
ene 16 10:21:45 undostres-laptop kernel: usb 1-7: SerialNumber: 200901010001
ene 16 10:21:45 undostres-laptop kernel: EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
ene 16 10:21:45 undostres-laptop systemd[1]: systemd 240 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
ene 16 10:21:45 undostres-laptop systemd[1]: Detected architecture x86-64.
ene 16 10:21:45 undostres-laptop systemd[1]: Set hostname to <undostres-laptop>.
ene 16 10:21:45 undostres-laptop systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
ene 16 10:21:45 undostres-laptop systemd[1]: Listening on initctl Compatibility Named Pipe.
ene 16 10:21:45 undostres-laptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
ene 16 10:21:45 undostres-laptop systemd[1]: Listening on Device-mapper event daemon FIFOs.
ene 16 10:21:45 undostres-laptop systemd[1]: Listening on Process Core Dump Socket.
ene 16 10:21:45 undostres-laptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
ene 16 10:21:45 undostres-laptop systemd[1]: Listening on Journal Socket.
ene 16 10:21:45 undostres-laptop kernel: EXT4-fs (sdb2): re-mounted. Opts: (null)
ene 16 10:21:45 undostres-laptop kernel: random: systemd-random-: uninitialized urandom read (512 bytes read)
ene 16 10:21:45 undostres-laptop kernel: random: lvm: uninitialized urandom read (4 bytes read)
ene 16 10:21:45 undostres-laptop kernel: audit: type=1130 audit(1547655705.820:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:45 undostres-laptop kernel: audit: type=1130 audit(1547655705.826:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:45 undostres-laptop systemd-journald[321]: Journal started
ene 16 10:21:45 undostres-laptop systemd-journald[321]: Runtime journal (/run/log/journal/f05f06d70adf4f758bdd651bb5b93f88) is 8.0M, max 392.5M, 384.5M free.
ene 16 10:21:45 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:45 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:45 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:45 undostres-laptop systemd[1]: Starting Flush Journal to Persistent Storage...
ene 16 10:21:45 undostres-laptop kernel: audit: type=1130 audit(1547655705.840:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:45 undostres-laptop systemd-journald[321]: Time spent on flushing to /var is 142.189ms for 792 entries.
ene 16 10:21:45 undostres-laptop systemd-journald[321]: System journal (/var/log/journal/f05f06d70adf4f758bdd651bb5b93f88) is 88.0M, max 3.4G, 3.3G free.
ene 16 10:21:46 undostres-laptop kernel: audit: type=1130 audit(1547655705.846:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop kernel: audit: type=1130 audit(1547655705.866:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop kernel: input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/10251229:00/input/input5
ene 16 10:21:46 undostres-laptop kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
ene 16 10:21:46 undostres-laptop kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
ene 16 10:21:46 undostres-laptop kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
ene 16 10:21:46 undostres-laptop kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
ene 16 10:21:46 undostres-laptop kernel: media: Linux media interface: v0.10
ene 16 10:21:46 undostres-laptop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
ene 16 10:21:46 undostres-laptop kernel: ACPI: AC Adapter [ACAD] (on-line)
ene 16 10:21:46 undostres-laptop kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
ene 16 10:21:46 undostres-laptop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
ene 16 10:21:46 undostres-laptop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
ene 16 10:21:46 undostres-laptop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
ene 16 10:21:46 undostres-laptop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
ene 16 10:21:46 undostres-laptop kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
ene 16 10:21:46 undostres-laptop kernel: battery: ACPI: Battery Slot [BAT1] (battery present)
ene 16 10:21:46 undostres-laptop kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
ene 16 10:21:46 undostres-laptop kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
ene 16 10:21:46 undostres-laptop kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
ene 16 10:21:46 undostres-laptop kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
ene 16 10:21:46 undostres-laptop kernel: videodev: Linux video capture interface: v2.00
ene 16 10:21:46 undostres-laptop kernel: hidraw: raw HID events driver (C) Jiri Kosina
ene 16 10:21:46 undostres-laptop kernel: random: crng init done
ene 16 10:21:46 undostres-laptop kernel: libphy: r8169: probed
ene 16 10:21:46 undostres-laptop kernel: r8169 0000:02:00.1 eth0: RTL8411, 98:28:a6:1f:47:19, XID 5c800800, IRQ 129
ene 16 10:21:46 undostres-laptop kernel: r8169 0000:02:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
ene 16 10:21:46 undostres-laptop kernel: audit: type=1130 audit(1547655706.013:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
ene 16 10:21:46 undostres-laptop kernel: cryptd: max_cpu_qlen set to 1000
ene 16 10:21:46 undostres-laptop kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
ene 16 10:21:46 undostres-laptop kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
ene 16 10:21:46 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: i2c-ELAN0501:01 supply vcc not found, using dummy regulator
ene 16 10:21:46 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: Linked as a consumer to regulator.0
ene 16 10:21:46 undostres-laptop kernel: Linux agpgart interface v0.103
ene 16 10:21:46 undostres-laptop kernel: IPMI message handler: version 39.2
ene 16 10:21:46 undostres-laptop kernel: ipmi device interface
ene 16 10:21:46 undostres-laptop kernel: uvcvideo: Found UVC 1.00 device HD WebCam (0408:a060)
ene 16 10:21:46 undostres-laptop kernel: AVX2 version of gcm_enc/dec engaged.
ene 16 10:21:46 undostres-laptop kernel: AES CTR mode by8 optimization enabled
ene 16 10:21:46 undostres-laptop kernel: uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
ene 16 10:21:46 undostres-laptop kernel: uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
ene 16 10:21:46 undostres-laptop kernel: uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
ene 16 10:21:46 undostres-laptop kernel: input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input7
ene 16 10:21:46 undostres-laptop kernel: usbcore: registered new interface driver uvcvideo
ene 16 10:21:46 undostres-laptop kernel: USB Video Class driver (1.1.1)
ene 16 10:21:45 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:45 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:45 undostres-laptop systemd[1]: Started udev Coldplug all Devices.
ene 16 10:21:45 undostres-laptop systemd[1]: Started udev Kernel Device Manager.
ene 16 10:21:45 undostres-laptop systemd-udevd[377]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
ene 16 10:21:46 undostres-laptop systemd[1]: Started Flush Journal to Persistent Storage.
ene 16 10:21:46 undostres-laptop systemd[1]: Found device KINGSTON_RBUSNS8180DS3128GH EFI\x20System.
ene 16 10:21:46 undostres-laptop kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
ene 16 10:21:46 undostres-laptop kernel: acer_wmi: Function bitmap for Communication Button: 0x801
ene 16 10:21:46 undostres-laptop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
ene 16 10:21:46 undostres-laptop systemd[1]: Found device KINGSTON_RBUSNS8180DS3128GH LInux\x20home.
ene 16 10:21:46 undostres-laptop kernel: iTCO_vendor_support: vendor-support=0
ene 16 10:21:46 undostres-laptop systemd-udevd[347]: Using default interface naming scheme 'v240'.
ene 16 10:21:46 undostres-laptop systemd-udevd[347]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
ene 16 10:21:46 undostres-laptop kernel: r8169 0000:02:00.1 enp2s0f1: renamed from eth0
ene 16 10:21:46 undostres-laptop kernel: Bluetooth: Core ver 2.22
ene 16 10:21:46 undostres-laptop kernel: NET: Registered protocol family 31
ene 16 10:21:46 undostres-laptop kernel: Bluetooth: HCI device and connection manager initialized
ene 16 10:21:46 undostres-laptop kernel: Bluetooth: HCI socket layer initialized
ene 16 10:21:46 undostres-laptop kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
ene 16 10:21:46 undostres-laptop kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
ene 16 10:21:46 undostres-laptop kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
ene 16 10:21:46 undostres-laptop kernel: Bluetooth: L2CAP socket layer initialized
ene 16 10:21:46 undostres-laptop kernel: Bluetooth: SCO socket layer initialized
ene 16 10:21:46 undostres-laptop kernel: input: Acer WMI hotkeys as /devices/virtual/input/input8
ene 16 10:21:46 undostres-laptop kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
ene 16 10:21:46 undostres-laptop systemd[1]: Found device WDC_WD10SPZX-21Z10T0 Data.
ene 16 10:21:46 undostres-laptop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
ene 16 10:21:46 undostres-laptop systemd[1]: Starting Load/Save RF Kill Switch Status...
ene 16 10:21:46 undostres-laptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
ene 16 10:21:46 undostres-laptop kernel: cfg80211: failed to load regulatory.db
ene 16 10:21:46 undostres-laptop systemd-udevd[360]: Using default interface naming scheme 'v240'.
ene 16 10:21:46 undostres-laptop systemd[1]: Started Load/Save RF Kill Switch Status.
ene 16 10:21:46 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop kernel: audit: type=1130 audit(1547655706.140:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: Elan Touchpad: Module ID: 0x005c, Firmware: 0x0003, Sample: 0x0003, IAP: 0x000d
ene 16 10:21:46 undostres-laptop kernel: input: Elan Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN0501:01/input/input9
ene 16 10:21:46 undostres-laptop kernel: usbcore: registered new interface driver btusb
ene 16 10:21:46 undostres-laptop systemd[1]: Reached target Bluetooth.
ene 16 10:21:46 undostres-laptop kernel: mousedev: PS/2 mouse device common for all mice
ene 16 10:21:46 undostres-laptop systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
ene 16 10:21:46 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop systemd[1]: Reached target Local File Systems (Pre).
ene 16 10:21:46 undostres-laptop systemd[1]: Starting File System Check on /dev/disk/by-partuuid/6aa78d6d-c9c9-4d8a-9d23-9f108dcd108c...
ene 16 10:21:46 undostres-laptop kernel: audit: type=1130 audit(1547655706.190:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop systemd[1]: Starting File System Check on /dev/disk/by-partuuid/0276ebe4-6bac-44dc-bace-ee4491ee66ab...
ene 16 10:21:46 undostres-laptop systemd[1]: Starting File System Check on /dev/disk/by-partuuid/cb74ea16-b2c3-454b-be08-6bb58bc33e75...
ene 16 10:21:46 undostres-laptop systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
ene 16 10:21:46 undostres-laptop kernel: VFIO - User Level meta-driver version: 0.3
ene 16 10:21:46 undostres-laptop systemd-fsck[469]: fsck.fat 4.1 (2017-01-24)
ene 16 10:21:46 undostres-laptop systemd-fsck[469]: /dev/sdb1: 9 files, 11456/140520 clusters
ene 16 10:21:46 undostres-laptop systemd[1]: Started File System Check on /dev/disk/by-partuuid/cb74ea16-b2c3-454b-be08-6bb58bc33e75.
ene 16 10:21:46 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-cb74ea16\x2db2c3\x2d454b\x2dbe08\x2d6bb58bc33e75 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop systemd[1]: Mounting /esp...
ene 16 10:21:46 undostres-laptop kernel: audit: type=1130 audit(1547655706.230:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-cb74ea16\x2db2c3\x2d454b\x2dbe08\x2d6bb58bc33e75 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop systemd-fsck[467]: /dev/sdb3: clean, 1321/5488640 files, 649687/21942609 blocks
ene 16 10:21:46 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-6aa78d6d\x2dc9c9\x2d4d8a\x2d9d23\x2d9f108dcd108c comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:46 undostres-laptop systemd[1]: Started File System Check on /dev/disk/by-partuuid/6aa78d6d-c9c9-4d8a-9d23-9f108dcd108c.
ene 16 10:21:46 undostres-laptop systemd[1]: Mounting /home...
ene 16 10:21:46 undostres-laptop systemd[1]: Activated swap /swap.
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
ene 16 10:21:46 undostres-laptop kernel: Adding 16777212k swap on /swap.  Priority:-2 extents:18 across:20004860k SSFS
ene 16 10:21:46 undostres-laptop systemd[1]: Reached target Swap.
ene 16 10:21:46 undostres-laptop systemd[1]: Mounting Temporary Directory (/tmp)...
ene 16 10:21:46 undostres-laptop systemd[1]: Mounted Temporary Directory (/tmp).
ene 16 10:21:46 undostres-laptop kernel: intel_rapl: Found RAPL domain package
ene 16 10:21:46 undostres-laptop kernel: intel_rapl: Found RAPL domain core
ene 16 10:21:46 undostres-laptop kernel: intel_rapl: Found RAPL domain uncore
ene 16 10:21:46 undostres-laptop kernel: intel_rapl: Found RAPL domain dram
ene 16 10:21:46 undostres-laptop systemd[1]: Mounted /esp.
ene 16 10:21:46 undostres-laptop kernel: EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
ene 16 10:21:46 undostres-laptop systemd[1]: Mounting /boot...
ene 16 10:21:46 undostres-laptop systemd[1]: Mounted /home.
ene 16 10:21:46 undostres-laptop systemd[1]: Mounted /boot.
ene 16 10:21:46 undostres-laptop kernel: nvidia: loading out-of-tree module taints kernel.
ene 16 10:21:46 undostres-laptop kernel: nvidia: module license 'NVIDIA' taints kernel.
ene 16 10:21:46 undostres-laptop kernel: Disabling lock debugging due to kernel taint
ene 16 10:21:46 undostres-laptop kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
ene 16 10:21:46 undostres-laptop kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
ene 16 10:21:46 undostres-laptop kernel: checking generic (c0000000 7e9000) vs hw (c0000000 10000000)
ene 16 10:21:46 undostres-laptop kernel: fb0: switching to inteldrmfb from EFI VGA
ene 16 10:21:46 undostres-laptop kernel: Console: switching to colour dummy device 80x25
ene 16 10:21:46 undostres-laptop kernel: nvidia 0000:01:00.0: enabling device (0406 -> 0407)
ene 16 10:21:46 undostres-laptop kernel: [drm] Replacing VGA console driver
ene 16 10:21:46 undostres-laptop kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
ene 16 10:21:46 undostres-laptop kernel: [drm] Driver supports precise vblank timestamp query.
ene 16 10:21:46 undostres-laptop kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
ene 16 10:21:46 undostres-laptop kernel: [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
ene 16 10:21:46 undostres-laptop kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
ene 16 10:21:46 undostres-laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
ene 16 10:21:46 undostres-laptop kernel: [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
ene 16 10:21:46 undostres-laptop kernel: ACPI: Video Device [PXSX] (multi-head: yes  rom: yes  post: no)
ene 16 10:21:46 undostres-laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:34/LNXVIDEO:01/input/input11
ene 16 10:21:46 undostres-laptop kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
ene 16 10:21:46 undostres-laptop kernel: fbcon: inteldrmfb (fb0) is primary device
ene 16 10:21:46 undostres-laptop systemd-fsck[468]: /dev/sda1: clean, 11/61054976 files, 4114691/244190385 blocks
ene 16 10:21:46 undostres-laptop systemd[1]: Created slice system-systemd\x2dbacklight.slice.
ene 16 10:21:46 undostres-laptop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  415.25  Wed Dec 12 10:22:08 CST 2018 (using threaded interrupts)
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:00:1c.5
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00002041/00002000
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5:    [ 0] RxErr                  (First)
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5:    [ 6] BadTLP                
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:00:1c.5
ene 16 10:21:46 undostres-laptop kernel: pcieport 0000:00:1c.5: can't find device of ID00e5
ene 16 10:21:46 undostres-laptop kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  415.25  Wed Dec 12 10:02:42 CST 2018
ene 16 10:21:46 undostres-laptop kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
ene 16 10:21:46 undostres-laptop kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 11ad:08a6
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: unsupported HTC service id: 1536
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: Unknown eventid: 118809
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: Unknown eventid: 90118
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
ene 16 10:21:46 undostres-laptop kernel: ath: EEPROM regdomain: 0x69
ene 16 10:21:46 undostres-laptop kernel: ath: EEPROM indicates we should expect a direct regpair map
ene 16 10:21:46 undostres-laptop kernel: ath: Country alpha2 being used: 00
ene 16 10:21:46 undostres-laptop kernel: ath: Regpair used: 0x69
ene 16 10:21:46 undostres-laptop systemd-udevd[380]: Using default interface naming scheme 'v240'.
ene 16 10:21:46 undostres-laptop systemd-udevd[380]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
ene 16 10:21:46 undostres-laptop kernel: ath10k_pci 0000:03:00.0 wlp3s0: renamed from wlan0
ene 16 10:21:47 undostres-laptop kernel: Console: switching to colour frame buffer device 240x67
ene 16 10:21:47 undostres-laptop systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
ene 16 10:21:47 undostres-laptop systemd[1]: Started File System Check on /dev/disk/by-partuuid/0276ebe4-6bac-44dc-bace-ee4491ee66ab.
ene 16 10:21:47 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-0276ebe4\x2d6bac\x2d44dc\x2dbace\x2dee4491ee66ab comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:47 undostres-laptop kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
ene 16 10:21:47 undostres-laptop systemd[1]: Mounting /data...
ene 16 10:21:47 undostres-laptop systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
ene 16 10:21:47 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:47 undostres-laptop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
ene 16 10:21:47 undostres-laptop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
ene 16 10:21:47 undostres-laptop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
ene 16 10:21:47 undostres-laptop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
ene 16 10:21:47 undostres-laptop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
ene 16 10:21:47 undostres-laptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
ene 16 10:21:47 undostres-laptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
ene 16 10:21:47 undostres-laptop kernel: snd_hda_codec_realtek hdaudioC0D0: Failed to find dell wmi symbol dell_micmute_led_set
ene 16 10:21:47 undostres-laptop systemd[1]: Mounted /data.
ene 16 10:21:47 undostres-laptop systemd[1]: Reached target Local File Systems.
ene 16 10:21:47 undostres-laptop kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
ene 16 10:21:47 undostres-laptop systemd[1]: Starting Create Volatile Files and Directories...
ene 16 10:21:47 undostres-laptop systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
ene 16 10:21:47 undostres-laptop systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
ene 16 10:21:47 undostres-laptop systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
ene 16 10:21:47 undostres-laptop systemd[1]: Condition check resulted in Update is Completed being skipped.
ene 16 10:21:47 undostres-laptop systemd[1]: Reached target Sound Card.
ene 16 10:21:47 undostres-laptop kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
ene 16 10:21:47 undostres-laptop kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
ene 16 10:21:47 undostres-laptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
ene 16 10:21:47 undostres-laptop kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
ene 16 10:21:47 undostres-laptop kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
ene 16 10:21:47 undostres-laptop kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
ene 16 10:21:47 undostres-laptop kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
ene 16 10:21:47 undostres-laptop systemd[1]: Started Create Volatile Files and Directories.
ene 16 10:21:47 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:47 undostres-laptop systemd[1]: Starting Update UTMP about System Boot/Shutdown...
ene 16 10:21:47 undostres-laptop audit[515]: SYSTEM_BOOT pid=515 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
ene 16 10:21:47 undostres-laptop systemd[1]: Started Update UTMP about System Boot/Shutdown.
ene 16 10:21:47 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:47 undostres-laptop systemd[1]: Reached target System Initialization.
ene 16 10:21:47 undostres-laptop systemd[1]: Started Daily Cleanup of Temporary Directories.
ene 16 10:21:47 undostres-laptop systemd[1]: Started Daily rotation of log files.
ene 16 10:21:47 undostres-laptop systemd[1]: Listening on D-Bus System Message Bus Socket.
ene 16 10:21:47 undostres-laptop systemd[1]: Reached target Sockets.
ene 16 10:21:47 undostres-laptop systemd[1]: Reached target Basic System.
ene 16 10:21:47 undostres-laptop systemd[1]: Starting Permit User Sessions...
ene 16 10:21:47 undostres-laptop systemd[1]: Started D-Bus System Message Bus.
ene 16 10:21:47 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:47 undostres-laptop systemd[1]: Started Weekly pacman mirrorlist refresh.
ene 16 10:21:47 undostres-laptop systemd[1]: Starting Login Service...
ene 16 10:21:47 undostres-laptop systemd[1]: Started Daily verification of password and group files.
ene 16 10:21:47 undostres-laptop systemd[1]: Reached target Timers.
ene 16 10:21:47 undostres-laptop systemd-logind[518]: New seat seat0.
ene 16 10:21:47 undostres-laptop systemd[1]: Started Permit User Sessions.
ene 16 10:21:47 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:47 undostres-laptop systemd[1]: Started Getty on tty1.
ene 16 10:21:47 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:47 undostres-laptop systemd[1]: Reached target Login Prompts.
ene 16 10:21:47 undostres-laptop systemd-logind[518]: Watching system buttons on /dev/input/event3 (Power Button)
ene 16 10:21:47 undostres-laptop systemd-logind[518]: Watching system buttons on /dev/input/event0 (Lid Switch)
ene 16 10:21:47 undostres-laptop systemd-logind[518]: Watching system buttons on /dev/input/event2 (Power Button)
ene 16 10:21:47 undostres-laptop systemd-logind[518]: Watching system buttons on /dev/input/event1 (Sleep Button)
ene 16 10:21:47 undostres-laptop systemd-logind[518]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
ene 16 10:21:47 undostres-laptop systemd-logind[518]: Watching system buttons on /dev/input/event8 (Acer WMI hotkeys)
ene 16 10:21:48 undostres-laptop systemd[1]: Started Login Service.
ene 16 10:21:48 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:48 undostres-laptop systemd[1]: Reached target Multi-User System.
ene 16 10:21:48 undostres-laptop systemd[1]: Reached target Graphical Interface.
ene 16 10:21:48 undostres-laptop systemd[1]: Startup finished in 3.106s (firmware) + 34ms (loader) + 2.069s (kernel) + 2.423s (userspace) = 7.634s.
ene 16 10:21:49 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:49 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:49 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:49 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:49 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:49 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:49 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:49 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:51 undostres-laptop systemd[1]: systemd-rfkill.service: Succeeded.
ene 16 10:21:51 undostres-laptop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:51 undostres-laptop kernel: kauditd_printk_skb: 10 callbacks suppressed
ene 16 10:21:51 undostres-laptop kernel: audit: type=1131 audit(1547655711.726:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:51 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:51 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:21:54 undostres-laptop login[523]: pam_unix(login:session): session opened for user robert by LOGIN(uid=0)
ene 16 10:21:54 undostres-laptop kernel: audit: type=1006 audit(1547655714.023:22): pid=523 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
ene 16 10:21:54 undostres-laptop systemd[1]: Created slice User Slice of UID 1000.
ene 16 10:21:54 undostres-laptop systemd[1]: Starting User Runtime Directory /run/user/1000...
ene 16 10:21:54 undostres-laptop systemd-logind[518]: New session 1 of user robert.
ene 16 10:21:54 undostres-laptop systemd[1]: Started User Runtime Directory /run/user/1000.
ene 16 10:21:54 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:54 undostres-laptop systemd[1]: Starting User Manager for UID 1000...
ene 16 10:21:54 undostres-laptop kernel: audit: type=1130 audit(1547655714.043:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:54 undostres-laptop systemd[528]: pam_unix(systemd-user:session): session opened for user robert by (uid=0)
ene 16 10:21:54 undostres-laptop kernel: audit: type=1006 audit(1547655714.046:24): pid=528 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
ene 16 10:21:54 undostres-laptop systemd[528]: Listening on p11-kit server.
ene 16 10:21:54 undostres-laptop kernel: audit: type=1130 audit(1547655714.093:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:54 undostres-laptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ene 16 10:21:54 undostres-laptop systemd[528]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
ene 16 10:21:54 undostres-laptop login[523]: LOGIN ON tty1 BY robert
ene 16 10:21:54 undostres-laptop systemd[528]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
ene 16 10:21:54 undostres-laptop systemd[528]: Listening on GnuPG cryptographic agent and passphrase cache.
ene 16 10:21:54 undostres-laptop systemd[528]: Reached target Paths.
ene 16 10:21:54 undostres-laptop systemd[528]: Listening on GnuPG network certificate management daemon.
ene 16 10:21:54 undostres-laptop systemd[528]: Starting D-Bus User Message Bus Socket.
ene 16 10:21:54 undostres-laptop systemd[528]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
ene 16 10:21:54 undostres-laptop systemd[528]: Reached target Timers.
ene 16 10:21:54 undostres-laptop systemd[528]: Listening on D-Bus User Message Bus Socket.
ene 16 10:21:54 undostres-laptop systemd[528]: Reached target Sockets.
ene 16 10:21:54 undostres-laptop systemd[528]: Reached target Basic System.
ene 16 10:21:54 undostres-laptop systemd[528]: Reached target Default.
ene 16 10:21:54 undostres-laptop systemd[528]: Startup finished in 42ms.
ene 16 10:21:54 undostres-laptop systemd[1]: Started User Manager for UID 1000.
ene 16 10:21:54 undostres-laptop systemd[1]: Started Session 1 of user robert.
ene 16 10:22:11 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:11 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:12 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:12 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)
ene 16 10:22:53 undostres-laptop kernel: elan_i2c i2c-ELAN0501:01: invalid report id data (0)

$ lspci -k | egrep -A3 "3D|VGA"

00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
	Subsystem: Acer Incorporated [ALI] UHD Graphics 620
	Kernel driver in use: i915
	Kernel modules: i915
--
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)
	Subsystem: Acer Incorporated [ALI] GP108M [GeForce MX150]
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia

$ sudo lspci -vvvv

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
	Subsystem: Acer Incorporated [ALI] Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=10 <?>
	Kernel driver in use: skl_uncore

00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07) (prog-if 00 [VGA controller])
	Subsystem: Acer Incorporated [ALI] UHD Graphics 620
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 132
	Region 0: Memory at b2000000 (64-bit, non-prefetchable) [size=16M]
	Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at 5000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [40] Vendor Specific Information: Len=0c <?>
	Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
	Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00018  Data: 0000
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Process Address Space ID (PASID)
		PASIDCap: Exec- Priv-, Max PASID Width: 14
		PASIDCtl: Enable- Exec- Priv-
	Capabilities: [200 v1] Address Translation Service (ATS)
		ATSCap:	Invalidate Queue Depth: 00
		ATSCtl:	Enable-, Smallest Translation Unit: 00
	Capabilities: [300 v1] Page Request Interface (PRI)
		PRICtl: Enable- Reset-
		PRISta: RF- UPRGI- Stopped+
		Page Request Capacity: 00008000, Page Request Allocation: 00000000
	Kernel driver in use: i915
	Kernel modules: i915

00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21) (prog-if 30 [XHCI])
	Subsystem: Acer Incorporated [ALI] Sunrise Point-LP USB 3.0 xHCI Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 126
	Region 0: Memory at b4310000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [70] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee002b8  Data: 0000
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
	Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Serial IO I2C Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b432a000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vendor Specific Information: Len=14 <?>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
	Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Serial IO I2C Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at b432b000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vendor Specific Information: Len=14 <?>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
	Subsystem: Acer Incorporated [ALI] Sunrise Point-LP CSME HECI
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 128
	Region 0: Memory at b432c000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee002f8  Data: 0000
	Kernel driver in use: mei_me
	Kernel modules: mei_me

00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21) (prog-if 01 [AHCI 1.0])
	Subsystem: Acer Incorporated [ALI] Sunrise Point-LP SATA Controller [AHCI mode]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 127
	Region 0: Memory at b4328000 (32-bit, non-prefetchable) [size=8K]
	Region 1: Memory at b432f000 (32-bit, non-prefetchable) [size=256]
	Region 2: I/O ports at 5080 [size=8]
	Region 3: I/O ports at 5088 [size=4]
	Region 4: I/O ports at 5060 [size=32]
	Region 5: Memory at b432d000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee002d8  Data: 0000
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 122
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00004000-00004fff [size=4K]
	Memory behind bridge: b3000000-b3ffffff [size=16M]
	Prefetchable memory behind bridge: 00000000a0000000-00000000b1ffffff [size=288M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd+
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00218  Data: 0000
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [140 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [220 v1] Secondary PCI Express <?>
	Kernel driver in use: pcieport

00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 123
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00003000-00003fff [size=4K]
	Memory behind bridge: b4200000-b42fffff [size=1M]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [empty]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 8GT/s, Width x1, ASPM L1, Exit Latency L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd+
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00238  Data: 0000
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [140 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [220 v1] Secondary PCI Express <?>
	Kernel driver in use: pcieport

00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 124
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-00000fff [empty]
	Memory behind bridge: b4000000-b41fffff [size=2M]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [empty]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #6, Speed 8GT/s, Width x1, ASPM L1, Exit Latency L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd+
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00278  Data: 0000
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 00e5 ERR_FATAL/NONFATAL: 0000
	Capabilities: [140 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [220 v1] Secondary PCI Express <?>
	Kernel driver in use: pcieport

00:1f.0 ISA bridge: Intel Corporation Intel(R) 100 Series Chipset Family LPC Controller/eSPI Controller - 9D4E (rev 21)
	Subsystem: Acer Incorporated [ALI] Intel(R) 100 Series Chipset Family LPC Controller/eSPI Controller - 9D4E
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
	Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PMC
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at b4324000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) (prog-if 80)
	Subsystem: Acer Incorporated [ALI] Sunrise Point-LP HD Audio
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 133
	Region 0: Memory at b4320000 (64-bit, non-prefetchable) [size=16K]
	Region 4: Memory at b4300000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00358  Data: 0000
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl

00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
	Subsystem: Acer Incorporated [ALI] Sunrise Point-LP SMBus
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b432e000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 5040 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)
	Subsystem: Acer Incorporated [ALI] GP108M [GeForce MX150]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b3000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at a0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at b0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 4000 [size=128]
	Expansion ROM at <ignored> [disabled]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 25.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR+, OBFF Via message
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [250 v1] Latency Tolerance Reporting
		Max snoop latency: 3145728ns
		Max no snoop latency: 3145728ns
	Capabilities: [258 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=255us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=44us
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [420 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Capabilities: [900 v1] Secondary PCI Express <?>
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia

02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)
	Subsystem: Acer Incorporated [ALI] RTL8411B PCI Express Card Reader
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 125
	Region 0: Memory at b4205000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at b4210000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00298  Data: 0000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (ok), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Via message/WAKE#
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b0] MSI-X: Enable- Count=1 Masked-
		Vector table: BAR=0 offset=00000000
		PBA: BAR=0 offset=00000000
	Capabilities: [d0] Vital Product Data
		Not readable
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [170 v1] Latency Tolerance Reporting
		Max snoop latency: 3145728ns
		Max no snoop latency: 3145728ns
	Capabilities: [178 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=150us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=150us
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci

02:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
	Subsystem: Acer Incorporated [ALI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: I/O ports at 3000 [size=256]
	Region 2: Memory at b4204000 (64-bit, non-prefetchable) [size=4K]
	Region 4: Memory at b4200000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (ok), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Via message/WAKE#
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [d0] Vital Product Data
		Not readable
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [160 v1] Device Serial Number 01-00-00-00-68-4c-e0-00
	Capabilities: [170 v1] Latency Tolerance Reporting
		Max snoop latency: 3145728ns
		Max no snoop latency: 3145728ns
	Capabilities: [178 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=150us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=150us
	Kernel driver in use: r8169
	Kernel modules: r8169

03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
	Subsystem: Lite-On Communications Inc QCA9377 802.11ac Wireless Network Adapter
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 131
	Region 0: Memory at b4000000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable+ 64bit-
		Address: fee00338  Data: 0000
		Masking: 000000fe  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (ok), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, OBFF Via message
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [168 v1] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [178 v1] Latency Tolerance Reporting
		Max snoop latency: 3145728ns
		Max no snoop latency: 3145728ns
	Capabilities: [180 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=50us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=44us
	Kernel driver in use: ath10k_pci
	Kernel modules: ath10k_pci

Last edited by no-cheating (2019-01-16 17:42:36)

Offline

#2 2019-01-16 17:24:21

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

Re: Acer Aspire A515-51G-87PK: Some hardware errors and unable to run i3

The errors, while looking scary are probably harmless for now (maybe wonky firmware, try a UEFI/BIOS update), your actual problem is that you have an Optimus setup and will have to decide for a course of configuration if you intend to make use of the Nvidia card, the possibilities of which are outlined in https://wiki.archlinux.org/index.php/NVIDIA_Optimus read that page closely then decide based on your performance/powersaving needs and implement one of the outlined solutions.

Last edited by V1del (2019-01-16 17:26:39)

Offline

#3 2019-01-16 17:31:35

no-cheating
Member
From: Poland
Registered: 2016-04-26
Posts: 61

Re: Acer Aspire A515-51G-87PK: Some hardware errors and unable to run i3

V1del wrote:

The errors, while looking scary are probably harmless for now (maybe wonky firmware, try a UEFI/BIOS update), your actual problem is that you have an Optimus setup and will have to decide for a course of configuration if you intend to make use of the Nvidia card, the possibilities of which are outlined in https://wiki.archlinux.org/index.php/NVIDIA_Optimus read that page closely then decide based on your performance/powersaving needs and implement one of the outlined solutions.

Wasn't aware of that Optimus technology at all, though it looked curious to me, when I noticed that there are 2 graphics card in this laptop. Thanks for pointing it out. I'll look into it and implement one of the solutions,

Update

Using proprietary nvidia Optimus support I've been able to run i3. Thank you for your help V1del. After running i3 computer is running rather slowly, but I'm still investigating that.

Other 2 problems (touchpad and PCIe Bus errors) still persist, so I still want to ask:

  1. Can passing pcie_aspm=off to kernel have any negative effects? That's the only way I've found so far of fixing the PCIe bus error. Is that error totally harmless?

  2. Can touchpad errors be fixed without switching to Simple touchpad mode in BIOS? I prefer the Advanced mode.

Last edited by no-cheating (2019-01-16 19:38:31)

Offline

#4 2019-01-17 01:49:32

Sangeppato
Member
Registered: 2019-01-10
Posts: 21

Re: Acer Aspire A515-51G-87PK: Some hardware errors and unable to run i3

no-cheating wrote:
V1del wrote:

The errors, while looking scary are probably harmless for now (maybe wonky firmware, try a UEFI/BIOS update), your actual problem is that you have an Optimus setup and will have to decide for a course of configuration if you intend to make use of the Nvidia card, the possibilities of which are outlined in https://wiki.archlinux.org/index.php/NVIDIA_Optimus read that page closely then decide based on your performance/powersaving needs and implement one of the outlined solutions.

Wasn't aware of that Optimus technology at all, though it looked curious to me, when I noticed that there are 2 graphics card in this laptop. Thanks for pointing it out. I'll look into it and implement one of the solutions,

Update

Using proprietary nvidia Optimus support I've been able to run i3. Thank you for your help V1del. After running i3 computer is running rather slowly, but I'm still investigating that.

Other 2 problems (touchpad and PCIe Bus errors) still persist, so I still want to ask:

  1. Can passing pcie_aspm=off to kernel have any negative effects? That's the only way I've found so far of fixing the PCIe bus error. Is that error totally harmless?

  2. Can touchpad errors be fixed without switching to Simple touchpad mode in BIOS? I prefer the Advanced mode.

Regarding th touchpad, I've got an Acer Laptop with an Elan touchpad as well and I found out that there are two kernle modules interfering with each other and causing issues (sometimes the touchpad didn't work at all).
I've just blacklisted the elan_i2c module:

/etc/modprobe.d/elan.conf

# Do not load the elan_i2c module since the touchpad is controlled by i2c_hid
blacklist elan_i2c
install elan_i2c /bin/false

Offline

#5 2019-01-17 08:57:34

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

Re: Acer Aspire A515-51G-87PK: Some hardware errors and unable to run i3

pcie_aspm=off force disables pcie power saving, it is safe, but you are likely to see increased battery consumption, the error in and of itself has a severity of corrected, which means that it detected some fault, but was able to recover. unless you see these being spammed a simple one off occurence during "obvious" power related situations like bootup shouldn't be too concerning. Probably the intel card having an allergic reaction to the initial ASPM request, while it is setting up the screen, but unless you see anything you can definitely attribute to this you probably shouldn't worry too much. So while ASPM might not be working for a single device, you are disabling it for all of them.

For the touchpad Sangeppato's suggestion might be worth looking into.

Last edited by V1del (2019-01-17 09:04:22)

Offline

#6 2019-01-17 17:08:33

no-cheating
Member
From: Poland
Registered: 2016-04-26
Posts: 61

Re: Acer Aspire A515-51G-87PK: Some hardware errors and unable to run i3

Sangeppato wrote:

Regarding th touchpad, I've got an Acer Laptop with an Elan touchpad as well and I found out that there are two kernle modules interfering with each other and causing issues (sometimes the touchpad didn't work at all).
I've just blacklisted the elan_i2c module:

/etc/modprobe.d/elan.conf

# Do not load the elan_i2c module since the touchpad is controlled by i2c_hid
blacklist elan_i2c
install elan_i2c /bin/false

$ lsmod does in fact list both elan_i2c and i2c_hid. I've disabled elan_i2c as you described, but I still got the following errors:

$ journalctl -b

ene 17 11:07:14 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:19 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)
ene 17 11:07:32 undostres-laptop kernel: i2c_hid i2c-ELAN0501:01: i2c_hid_get_input: incomplete report (14/65535)

Last edited by no-cheating (2019-01-17 17:09:10)

Offline

Board footer

Powered by FluxBB