You are not logged in.
Pages: 1
im trying to install and make use of nvidia 390xx drivers on my thinkpad t430
when I run `startx` it prints a bit of a log then freezes. I am able to swtich to another virtual console and back but if I do I will still see the second virtual console. i can switch to the second console and `pkill Xorg`
if i try to blacklist i915 and intel_agp then it freezes on "loading initial ramdisk"
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [NVS 5400M] (rev a1)cat .local/share/xorg/Xorg.0.log
[ 762.128] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 762.128]
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[ 762.128] Build Operating System: Linux Arch Linux
[ 762.129] Current Operating System: Linux no 5.2.9-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 16 11:29:43 UTC 2019 x86_64
[ 762.129] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d005a487-22e4-42d5-9e15-c61d0ad0d874 rw loglevel=3 quiet
[ 762.133] Build Date: 30 June 2019 09:52:01AM
[ 762.134]
[ 762.136] Current version of pixman: 0.38.4
[ 762.139] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 762.139] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 762.144] (==) Log file: "/home/kyle/.local/share/xorg/Xorg.0.log", Time: Fri Aug 23 17:46:23 2019
[ 762.146] (==) Using config file: "/etc/X11/xorg.conf"
[ 762.147] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 762.149] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 762.149] (==) ServerLayout "Layout0"
[ 762.149] (**) |-->Screen "Screen0" (0)
[ 762.149] (**) | |-->Monitor "Monitor0"
[ 762.149] (**) | |-->Device "Device0"
[ 762.149] (**) | |-->GPUDevice "Device0"
[ 762.149] (**) |-->Input Device "Keyboard0"
[ 762.149] (**) |-->Input Device "Mouse0"
[ 762.149] (**) Option "Xinerama" "0"
[ 762.149] (==) Automatically adding devices
[ 762.149] (==) Automatically enabling devices
[ 762.149] (==) Automatically adding GPU devices
[ 762.149] (==) Automatically binding GPU devices
[ 762.149] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 762.149] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 762.149] Entry deleted from font path.
[ 762.149] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 762.149] (**) ModulePath set to "/usr/lib64/xorg/modules,/usr/lib/nvidia/xorg"
[ 762.149] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 762.149] (WW) Disabling Keyboard0
[ 762.149] (WW) Disabling Mouse0
[ 762.149] (II) Module ABI versions:
[ 762.149] X.Org ANSI C Emulation: 0.4
[ 762.149] X.Org Video Driver: 24.0
[ 762.149] X.Org XInput driver : 24.1
[ 762.149] X.Org Server Extension : 10.0
[ 762.150] (++) using VT number 2
[ 762.153] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 762.154] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 762.154] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 762.156] (--) PCI:*(0@0:2:0) 8086:0166:17aa:21f4 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[ 762.156] (--) PCI: (1@0:0:0) 10de:0def:17aa:21f4 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[ 762.157] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 762.157] (II) LoadModule: "glx"
[ 762.157] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[ 762.231] (II) Module glx: vendor="NVIDIA Corporation"
[ 762.231] compiled for 4.0.2, module version = 1.0.0
[ 762.231] Module class: X.Org Server Extension
[ 762.232] (II) NVIDIA GLX Module 390.116 Sun Jan 27 06:24:32 PST 2019
[ 762.233] (II) LoadModule: "nvidia"
[ 762.233] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 762.234] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 762.234] compiled for 4.0.2, module version = 1.0.0
[ 762.234] Module class: X.Org Video Driver
[ 762.234] (II) NVIDIA dlloader X Driver 390.116 Sun Jan 27 05:57:42 PST 2019
[ 762.234] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 762.234] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 762.234] (II) Loading sub module "fb"
[ 762.235] (II) LoadModule: "fb"
[ 762.235] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 762.235] (II) Module fb: vendor="X.Org Foundation"
[ 762.235] compiled for 1.20.5, module version = 1.0.0
[ 762.235] ABI class: X.Org ANSI C Emulation, version 0.4
[ 762.235] (II) Loading sub module "wfb"
[ 762.235] (II) LoadModule: "wfb"
[ 762.235] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 762.236] (II) Module wfb: vendor="X.Org Foundation"
[ 762.236] compiled for 1.20.5, module version = 1.0.0
[ 762.236] ABI class: X.Org ANSI C Emulation, version 0.4
[ 762.236] (II) Loading sub module "ramdac"
[ 762.236] (II) LoadModule: "ramdac"
[ 762.236] (II) Module "ramdac" already built-in
[ 762.236] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 762.237] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 762.237] (==) NVIDIA(0): RGB weight 888
[ 762.237] (==) NVIDIA(0): Default visual is TrueColor
[ 762.237] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 762.237] (**) NVIDIA(0): Option "ProbeAllGpus" "True"
[ 762.237] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[ 762.237] (**) NVIDIA(0): Enabling 2D acceleration
[ 762.237] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[ 762.237] (**) NVIDIA(0): mode
[ 762.406] (II) NVIDIA(0): NVIDIA GPU NVS 5400M (GF108) at PCI:1:0:0 (GPU-0)
[ 762.406] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 762.406] (--) NVIDIA(0): VideoBIOS: 70.08.b7.02.00
[ 762.406] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 762.407] (II) NVIDIA(0): Validated MetaModes:
[ 762.407] (II) NVIDIA(0): "NULL"
[ 762.407] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 762.407] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 762.407] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 762.407] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 762.407] (II) NVIDIA: access.
[ 762.410] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 762.410] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 762.410] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 762.410] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 762.410] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 762.410] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 762.410] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 762.410] (II) NVIDIA(0): Config Options in the README.
[ 762.425] (II) NVIDIA(0): Setting mode "NULL"
[ 762.428] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 762.429] (==) NVIDIA(0): Backing store enabled
[ 762.429] (==) NVIDIA(0): Silken mouse disabled
[ 762.429] (**) NVIDIA(0): DPMS enabled
[ 762.429] (II) Loading sub module "dri2"
[ 762.429] (II) LoadModule: "dri2"
[ 762.429] (II) Module "dri2" already built-in
[ 762.429] (II) NVIDIA(0): [DRI2] Setup complete
[ 762.429] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 762.429] (II) Initializing extension Generic Event Extension
[ 762.429] (II) Initializing extension SHAPE
[ 762.429] (II) Initializing extension MIT-SHM
[ 762.429] (II) Initializing extension XInputExtension
[ 762.429] (II) Initializing extension XTEST
[ 762.429] (II) Initializing extension BIG-REQUESTS
[ 762.429] (II) Initializing extension SYNC
[ 762.429] (II) Initializing extension XKEYBOARD
[ 762.429] (II) Initializing extension XC-MISC
[ 762.429] (II) Initializing extension SECURITY
[ 762.429] (II) Initializing extension XFIXES
[ 762.429] (II) Initializing extension RENDER
[ 762.429] (II) Initializing extension RANDR
[ 762.429] (II) Initializing extension COMPOSITE
[ 762.429] (II) Initializing extension DAMAGE
[ 762.429] (II) Initializing extension MIT-SCREEN-SAVER
[ 762.429] (II) Initializing extension DOUBLE-BUFFER
[ 762.429] (II) Initializing extension RECORD
[ 762.429] (II) Initializing extension DPMS
[ 762.429] (II) Initializing extension Present
[ 762.429] (II) Initializing extension DRI3
[ 762.429] (II) Initializing extension X-Resource
[ 762.429] (II) Initializing extension XVideo
[ 762.429] (II) Initializing extension XVideo-MotionCompensation
[ 762.429] (II) Initializing extension XFree86-VidModeExtension
[ 762.429] (II) Initializing extension XFree86-DGA
[ 762.429] (II) Initializing extension XFree86-DRI
[ 762.429] (II) Initializing extension DRI2
[ 762.429] (II) Initializing extension GLX
[ 762.429] (II) Initializing extension GLX
[ 762.429] (II) Indirect GLX disabled.
[ 762.430] (II) Initializing extension NV-GLX
[ 762.430] (II) Initializing extension NV-CONTROL
[ 762.578] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 762.578] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 762.578] (II) LoadModule: "libinput"
[ 762.578] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 762.579] (II) Module libinput: vendor="X.Org Foundation"
[ 762.579] compiled for 1.20.5, module version = 0.29.0
[ 762.579] Module class: X.Org XInput Driver
[ 762.579] ABI class: X.Org XInput driver, version 24.1
[ 762.579] (II) Using input driver 'libinput' for 'Power Button'
[ 762.580] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[ 762.580] (**) Power Button: always reports core events
[ 762.580] (**) Option "Device" "/dev/input/event2"
[ 762.580] (**) Option "_source" "server/udev"
[ 762.583] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 762.583] (II) event2 - Power Button: device is a keyboard
[ 762.583] (II) event2 - Power Button: device removed
[ 762.583] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 762.583] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 762.584] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 762.585] (II) event2 - Power Button: device is a keyboard
[ 762.586] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 762.586] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 762.586] (II) Using input driver 'libinput' for 'Video Bus'
[ 762.586] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 29 paused 0
[ 762.586] (**) Video Bus: always reports core events
[ 762.586] (**) Option "Device" "/dev/input/event7"
[ 762.586] (**) Option "_source" "server/udev"
[ 762.588] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 762.588] (II) event7 - Video Bus: device is a keyboard
[ 762.588] (II) event7 - Video Bus: device removed
[ 762.588] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
[ 762.588] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 762.590] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 762.590] (II) event7 - Video Bus: device is a keyboard
[ 762.592] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 762.592] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 762.592] (II) Using input driver 'libinput' for 'Video Bus'
[ 762.592] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
[ 762.593] (**) Video Bus: always reports core events
[ 762.593] (**) Option "Device" "/dev/input/event8"
[ 762.593] (**) Option "_source" "server/udev"
[ 762.595] (II) event8 - Video Bus: is tagged by udev as: Keyboard
[ 762.595] (II) event8 - Video Bus: device is a keyboard
[ 762.595] (II) event8 - Video Bus: device removed
[ 762.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input10/event8"
[ 762.595] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 762.597] (II) event8 - Video Bus: is tagged by udev as: Keyboard
[ 762.597] (II) event8 - Video Bus: device is a keyboard
[ 762.597] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 762.597] (II) No input driver specified, ignoring this device.
[ 762.597] (II) This device may have been added with another device file.
[ 762.597] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 762.597] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 762.597] (II) Using input driver 'libinput' for 'Sleep Button'
[ 762.598] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[ 762.598] (**) Sleep Button: always reports core events
[ 762.598] (**) Option "Device" "/dev/input/event1"
[ 762.599] (**) Option "_source" "server/udev"
[ 762.599] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 762.599] (II) event1 - Sleep Button: device is a keyboard
[ 762.599] (II) event1 - Sleep Button: device removed
[ 762.599] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 762.599] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 762.600] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 762.600] (II) event1 - Sleep Button: device is a keyboard
[ 762.601] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event6)
[ 762.601] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 762.601] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 762.602] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[ 762.602] (**) Integrated Camera: Integrated C: always reports core events
[ 762.602] (**) Option "Device" "/dev/input/event6"
[ 762.602] (**) Option "_source" "server/udev"
[ 762.603] (II) event6 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 762.603] (II) event6 - Integrated Camera: Integrated C: device is a keyboard
[ 762.603] (II) event6 - Integrated Camera: Integrated C: device removed
[ 762.603] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input8/event6"
[ 762.603] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[ 762.604] (II) event6 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 762.604] (II) event6 - Integrated Camera: Integrated C: device is a keyboard
[ 762.604] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 762.604] (II) No input driver specified, ignoring this device.
[ 762.604] (II) This device may have been added with another device file.
[ 762.605] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 762.605] (II) No input driver specified, ignoring this device.
[ 762.605] (II) This device may have been added with another device file.
[ 762.605] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12)
[ 762.605] (II) No input driver specified, ignoring this device.
[ 762.605] (II) This device may have been added with another device file.
[ 762.605] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 762.605] (II) No input driver specified, ignoring this device.
[ 762.605] (II) This device may have been added with another device file.
[ 762.606] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event14)
[ 762.606] (II) No input driver specified, ignoring this device.
[ 762.606] (II) This device may have been added with another device file.
[ 762.606] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 762.606] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 762.606] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 762.607] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[ 762.607] (**) AT Translated Set 2 keyboard: always reports core events
[ 762.607] (**) Option "Device" "/dev/input/event3"
[ 762.607] (**) Option "_source" "server/udev"
[ 762.608] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 762.608] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 762.608] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 762.608] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 762.608] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 762.609] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 762.609] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 762.610] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[ 762.610] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 762.610] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 762.611] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 34 paused 0
[ 762.611] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 762.611] (**) Option "Device" "/dev/input/event9"
[ 762.611] (**) Option "_source" "server/udev"
[ 762.612] (II) event9 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 762.613] (II) event9 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 762.613] (II) event9 - SynPS/2 Synaptics TouchPad: device removed
[ 762.613] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event9"
[ 762.613] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 762.613] (**) Option "AccelerationScheme" "none"
[ 762.613] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 762.613] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 762.613] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 762.614] (II) event9 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 762.615] (II) event9 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 762.615] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 762.615] (II) No input driver specified, ignoring this device.
[ 762.615] (II) This device may have been added with another device file.
[ 762.616] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
[ 762.616] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 762.616] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 762.617] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 35 paused 0
[ 762.617] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 762.617] (**) Option "Device" "/dev/input/event15"
[ 762.617] (**) Option "_source" "server/udev"
[ 762.619] (II) event15 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 762.620] (II) event15 - TPPS/2 IBM TrackPoint: device is a pointer
[ 762.622] (II) event15 - TPPS/2 IBM TrackPoint: device removed
[ 762.622] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input11/event15"
[ 762.622] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 762.622] (**) Option "AccelerationScheme" "none"
[ 762.622] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 762.622] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 762.622] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 762.624] (II) event15 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 762.625] (II) event15 - TPPS/2 IBM TrackPoint: device is a pointer
[ 762.627] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 762.627] (II) No input driver specified, ignoring this device.
[ 762.627] (II) This device may have been added with another device file.
[ 762.628] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 762.628] (II) No input driver specified, ignoring this device.
[ 762.628] (II) This device may have been added with another device file.
[ 762.629] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[ 762.629] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 762.629] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 762.631] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
[ 762.631] (**) ThinkPad Extra Buttons: always reports core events
[ 762.631] (**) Option "Device" "/dev/input/event5"
[ 762.631] (**) Option "_source" "server/udev"
[ 762.632] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 762.632] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[ 762.632] (II) event5 - ThinkPad Extra Buttons: device removed
[ 762.632] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event5"
[ 762.632] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 762.633] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 762.633] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[ 766.419] (**) Option "fd" "26"
[ 766.420] (II) event2 - Power Button: device removed
[ 766.420] (**) Option "fd" "29"
[ 766.420] (II) event7 - Video Bus: device removed
[ 766.420] (**) Option "fd" "30"
[ 766.420] (II) event8 - Video Bus: device removed
[ 766.420] (**) Option "fd" "31"
[ 766.420] (II) event1 - Sleep Button: device removed
[ 766.420] (**) Option "fd" "32"
[ 766.420] (II) event6 - Integrated Camera: Integrated C: device removed
[ 766.420] (**) Option "fd" "33"
[ 766.420] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 766.420] (**) Option "fd" "34"
[ 766.420] (II) event9 - SynPS/2 Synaptics TouchPad: device removed
[ 766.420] (**) Option "fd" "35"
[ 766.420] (II) event15 - TPPS/2 IBM TrackPoint: device removed
[ 766.421] (**) Option "fd" "36"
[ 766.421] (II) event5 - ThinkPad Extra Buttons: device removed
[ 766.469] (II) systemd-logind: got pause for 13:65
[ 766.469] (II) systemd-logind: got pause for 13:72
[ 766.469] (II) systemd-logind: got pause for 13:73
[ 766.469] (II) systemd-logind: got pause for 13:66
[ 766.469] (II) systemd-logind: got pause for 13:69
[ 766.469] (II) systemd-logind: got pause for 13:71
[ 766.469] (II) systemd-logind: got pause for 13:79
[ 766.469] (II) systemd-logind: got pause for 13:70
[ 766.469] (II) systemd-logind: got pause for 13:67
[ 766.469] (II) systemd-logind: got pause for 226:0
[ 767.290] (II) UnloadModule: "libinput"
[ 767.290] (II) systemd-logind: releasing fd for 13:69
[ 767.314] (II) UnloadModule: "libinput"
[ 767.314] (II) systemd-logind: releasing fd for 13:79
[ 767.387] (II) UnloadModule: "libinput"
[ 767.387] (II) systemd-logind: releasing fd for 13:73
[ 767.454] (II) UnloadModule: "libinput"
[ 767.454] (II) systemd-logind: releasing fd for 13:67
[ 767.507] (II) UnloadModule: "libinput"
[ 767.507] (II) systemd-logind: releasing fd for 13:70
[ 767.567] (II) UnloadModule: "libinput"
[ 767.567] (II) systemd-logind: releasing fd for 13:65
[ 767.600] (II) UnloadModule: "libinput"
[ 767.600] (II) systemd-logind: releasing fd for 13:72
[ 767.648] (II) UnloadModule: "libinput"
[ 767.648] (II) systemd-logind: releasing fd for 13:71
[ 767.721] (II) UnloadModule: "libinput"
[ 767.721] (II) systemd-logind: releasing fd for 13:66
[ 767.761] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 767.784] (II) Server terminated successfully (0). Closing log file.cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 390.116 (buildmeister@swio-display-x64-rhel04-14) Sun Jan 27 07:47:55 PST 2019
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "ProbeAllGpus" "True"
Option "UseDisplayDevice" "none"
SubSection "Display"
Depth 24
EndSubSection
EndSectioncat /etc/X11/xorg.conf.d/20-nvidia.conf
Section "Files"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSectiondmesg
[ 0.000000] microcode: microcode updated early to revision 0x21, date = 2019-02-13
[ 0.000000] Linux version 5.2.9-arch1-1-ARCH (builduser@heftig-119803) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Fri Aug 16 11:29:43 UTC 2019
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d005a487-22e4-42d5-9e15-c61d0ad0d874 rw loglevel=3 quiet
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x00000000000bffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000b012cfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b012d000-0x00000000b032efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b032f000-0x00000000b6a0dfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b6a0e000-0x00000000b6c0dfff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000b6c0e000-0x00000000bae9efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae9f000-0x00000000baf9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e5fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by Lenovo
[ 0.000000] efi: ACPI 2.0=0xbaffe014 ACPI=0xbaffe000 SMBIOS=0xbae9e000
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: LENOVO 2344BMU/2344BMU, BIOS G1ET73WW (2.09 ) 10/19/2012
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2594.211 MHz processor
[ 0.002035] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.002037] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.002042] last_pfn = 0x23e600 max_arch_pfn = 0x400000000
[ 0.002047] MTRR default type: uncachable
[ 0.002047] MTRR fixed ranges enabled:
[ 0.002049] 00000-9FFFF write-back
[ 0.002050] A0000-BFFFF uncachable
[ 0.002051] C0000-FFFFF write-protect
[ 0.002051] MTRR variable ranges enabled:
[ 0.002053] 0 base 0FFC00000 mask FFFC00000 write-protect
[ 0.002054] 1 base 000000000 mask F80000000 write-back
[ 0.002055] 2 base 080000000 mask FC0000000 write-back
[ 0.002056] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.002056] 4 base 0BB000000 mask FFF000000 uncachable
[ 0.002057] 5 base 100000000 mask F00000000 write-back
[ 0.002058] 6 base 200000000 mask FC0000000 write-back
[ 0.002059] 7 base 23F000000 mask FFF000000 uncachable
[ 0.002060] 8 base 23E800000 mask FFF800000 uncachable
[ 0.002061] 9 base 23E600000 mask FFFE00000 uncachable
[ 0.002913] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003145] last_pfn = 0xbb000 max_arch_pfn = 0x400000000
[ 0.013661] check: Scanning 1 areas for low memory corruption
[ 0.013667] BRK [0x1bfa01000, 0x1bfa01fff] PGTABLE
[ 0.013669] BRK [0x1bfa02000, 0x1bfa02fff] PGTABLE
[ 0.013670] BRK [0x1bfa03000, 0x1bfa03fff] PGTABLE
[ 0.013703] BRK [0x1bfa04000, 0x1bfa04fff] PGTABLE
[ 0.013705] BRK [0x1bfa05000, 0x1bfa05fff] PGTABLE
[ 0.013865] BRK [0x1bfa06000, 0x1bfa06fff] PGTABLE
[ 0.013865] BRK [0x1bfa07000, 0x1bfa07fff] PGTABLE
[ 0.013953] BRK [0x1bfa08000, 0x1bfa08fff] PGTABLE
[ 0.013989] BRK [0x1bfa09000, 0x1bfa09fff] PGTABLE
[ 0.014030] BRK [0x1bfa0a000, 0x1bfa0afff] PGTABLE
[ 0.014079] BRK [0x1bfa0b000, 0x1bfa0bfff] PGTABLE
[ 0.014136] BRK [0x1bfa0c000, 0x1bfa0cfff] PGTABLE
[ 0.014243] Secure boot could not be determined
[ 0.014245] RAMDISK: [mem 0x36933000-0x37490fff]
[ 0.014253] ACPI: Early table checksum verification disabled
[ 0.014256] ACPI: RSDP 0x00000000BAFFE014 000024 (v02 LENOVO)
[ 0.014260] ACPI: XSDT 0x00000000BAFFE170 0000BC (v01 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014265] ACPI: FACP 0x00000000BAFE7000 00010C (v05 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014271] ACPI: DSDT 0x00000000BAFE9000 00FE86 (v01 LENOVO TP-G1 00002090 INTL 20061109)
[ 0.014274] ACPI: FACS 0x00000000BAF5A000 000040
[ 0.014277] ACPI: SLIC 0x00000000BAFFD000 000176 (v01 LENOVO TP-G1 00002090 PTL 00000001)
[ 0.014280] ACPI: TCPA 0x00000000BAFFC000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001)
[ 0.014283] ACPI: SSDT 0x00000000BAFFB000 000408 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[ 0.014286] ACPI: SSDT 0x00000000BAFFA000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[ 0.014288] ACPI: SSDT 0x00000000BAFF9000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[ 0.014291] ACPI: HPET 0x00000000BAFE5000 000038 (v01 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014294] ACPI: APIC 0x00000000BAFE4000 000098 (v01 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014297] ACPI: MCFG 0x00000000BAFE3000 00003C (v01 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014300] ACPI: ECDT 0x00000000BAFE2000 000052 (v01 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014302] ACPI: FPDT 0x00000000BAFE1000 000064 (v01 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014305] ACPI: ASF! 0x00000000BAFE8000 0000A5 (v32 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014308] ACPI: UEFI 0x00000000BAFE0000 00003E (v01 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014311] ACPI: UEFI 0x00000000BAFDF000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.014314] ACPI: MSDM 0x00000000BAFDE000 000055 (v03 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014317] ACPI: SSDT 0x00000000BAFDD000 000C51 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.014320] ACPI: SSDT 0x00000000BAFDC000 000A83 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.014323] ACPI: UEFI 0x00000000BAFDB000 0002A6 (v01 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014325] ACPI: DBG2 0x00000000BAFDA000 0000E9 (v00 LENOVO TP-G1 00002090 PTL 00000002)
[ 0.014333] ACPI: Local APIC address 0xfee00000
[ 0.014414] No NUMA configuration found
[ 0.014415] Faking a node at [mem 0x0000000000000000-0x000000023e5fffff]
[ 0.014418] NODE_DATA(0) allocated [mem 0x23e5f8000-0x23e5fbfff]
[ 0.014441] Zone ranges:
[ 0.014442] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.014443] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.014444] Normal [mem 0x0000000100000000-0x000000023e5fffff]
[ 0.014445] Device empty
[ 0.014446] Movable zone start for each node
[ 0.014447] Early memory node ranges
[ 0.014447] node 0: [mem 0x0000000000001000-0x000000000008ffff]
[ 0.014448] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.014449] node 0: [mem 0x0000000020200000-0x0000000040003fff]
[ 0.014449] node 0: [mem 0x0000000040005000-0x00000000b012cfff]
[ 0.014450] node 0: [mem 0x00000000b032f000-0x00000000b6a0dfff]
[ 0.014451] node 0: [mem 0x00000000bafff000-0x00000000baffffff]
[ 0.014451] node 0: [mem 0x0000000100000000-0x000000023e5fffff]
[ 0.014669] Zeroed struct page in unavailable ranges: 39525 pages
[ 0.014670] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e5fffff]
[ 0.014672] On node 0 totalpages: 2050971
[ 0.014673] DMA zone: 64 pages used for memmap
[ 0.014673] DMA zone: 92 pages reserved
[ 0.014674] DMA zone: 3983 pages, LIFO batch:0
[ 0.014722] DMA32 zone: 11609 pages used for memmap
[ 0.014723] DMA32 zone: 742924 pages, LIFO batch:63
[ 0.024255] Normal zone: 20376 pages used for memmap
[ 0.024257] Normal zone: 1304064 pages, LIFO batch:63
[ 0.038146] Reserving Intel graphics memory at [mem 0xbba00000-0xbf9fffff]
[ 0.038427] ACPI: PM-Timer IO Port: 0x408
[ 0.038430] ACPI: Local APIC address 0xfee00000
[ 0.038437] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.038438] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.038452] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.038454] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.038455] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.038457] ACPI: IRQ0 used by override.
[ 0.038458] ACPI: IRQ9 used by override.
[ 0.038460] Using ACPI (MADT) for SMP configuration information
[ 0.038462] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.038467] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.038485] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.038486] PM: Registered nosave memory: [mem 0x00090000-0x000bffff]
[ 0.038487] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[ 0.038488] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.038490] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[ 0.038491] PM: Registered nosave memory: [mem 0xb012d000-0xb032efff]
[ 0.038493] PM: Registered nosave memory: [mem 0xb6a0e000-0xb6c0dfff]
[ 0.038493] PM: Registered nosave memory: [mem 0xb6c0e000-0xbae9efff]
[ 0.038494] PM: Registered nosave memory: [mem 0xbae9f000-0xbaf9efff]
[ 0.038494] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
[ 0.038496] PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
[ 0.038496] PM: Registered nosave memory: [mem 0xbfa00000-0xf80f7fff]
[ 0.038497] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
[ 0.038498] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
[ 0.038498] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.038499] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
[ 0.038501] [mem 0xbfa00000-0xf80f7fff] available for PCI devices
[ 0.038502] Booting paravirtualized kernel on bare hardware
[ 0.038505] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.145858] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[ 0.146108] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[ 0.146116] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[ 0.146117] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.146136] Built 1 zonelists, mobility grouping on. Total pages: 2018830
[ 0.146137] Policy zone: Normal
[ 0.146139] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d005a487-22e4-42d5-9e15-c61d0ad0d874 rw loglevel=3 quiet
[ 0.149641] Calgary: detecting Calgary via BIOS EBDA area
[ 0.149643] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.169925] Memory: 7893204K/8203884K available (12291K kernel code, 1319K rwdata, 3900K rodata, 1612K init, 3616K bss, 310680K reserved, 0K cma-reserved)
[ 0.170046] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.170057] Kernel/User page tables isolation: enabled
[ 0.170073] ftrace: allocating 37366 entries in 146 pages
[ 0.184607] rcu: Preemptible hierarchical RCU implementation.
[ 0.184608] rcu: CONFIG_RCU_FANOUT set to non-default value of 32.
[ 0.184609] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.184610] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.184610] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.184611] Tasks RCU enabled.
[ 0.184612] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.184613] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.186363] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[ 0.186534] rcu: Offload RCU callbacks from CPUs: (none).
[ 0.186593] random: get_random_bytes called from start_kernel+0x37e/0x559 with crng_init=0
[ 0.186620] Console: colour dummy device 80x25
[ 0.186624] printk: console [tty0] enabled
[ 0.186643] ACPI: Core revision 20190509
[ 0.186906] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.186916] hpet clockevent registered
[ 0.186922] APIC: Switch to symmetric I/O mode setup
[ 0.186992] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.187439] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.203590] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2564df517ca, max_idle_ns: 440795236623 ns
[ 0.203594] Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.60 BogoMIPS (lpj=8647370)
[ 0.203596] pid_max: default: 32768 minimum: 301
[ 0.209249] LSM: Security Framework initializing
[ 0.209254] Yama: becoming mindful.
[ 0.210663] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.211277] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.211310] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.211328] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.211472] *** VALIDATE proc ***
[ 0.211522] *** VALIDATE cgroup1 ***
[ 0.211523] *** VALIDATE cgroup2 ***
[ 0.211568] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.211576] process: using mwait in idle threads
[ 0.211579] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.211579] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.211580] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.211582] Spectre V2 : Mitigation: Full generic retpoline
[ 0.211582] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.211583] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.211586] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.211586] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.211587] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.211590] MDS: Mitigation: Clear CPU buffers
[ 0.211759] Freeing SMP alternatives memory: 32K
[ 0.213452] TSC deadline timer enabled
[ 0.213455] smpboot: CPU0: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[ 0.230274] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.230290] ... version: 3
[ 0.230291] ... bit width: 48
[ 0.230292] ... generic registers: 4
[ 0.230294] ... value mask: 0000ffffffffffff
[ 0.230295] ... max period: 00007fffffffffff
[ 0.230296] ... fixed-purpose events: 3
[ 0.230298] ... event mask: 000000070000000f
[ 0.236933] rcu: Hierarchical SRCU implementation.
[ 0.260431] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.266946] smp: Bringing up secondary CPUs ...
[ 0.306959] x86: Booting SMP configuration:
[ 0.306961] .... node #0, CPUs: #1
[ 0.310305] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.350289] #2 #3
[ 0.396163] smp: Brought up 1 node, 4 CPUs
[ 0.396163] smpboot: Max logical packages: 2
[ 0.396163] smpboot: Total of 4 processors activated (20761.42 BogoMIPS)
[ 0.397177] devtmpfs: initialized
[ 0.397177] x86/mm: Memory block size: 128MB
[ 0.397578] PM: Registering ACPI NVS region [mem 0xbae9f000-0xbaf9efff] (1048576 bytes)
[ 0.397578] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.397578] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.397578] pinctrl core: initialized pinctrl subsystem
[ 0.397578] PM: RTC time: 22:33:42, date: 2019-08-23
[ 0.397578] NET: Registered protocol family 16
[ 0.397578] audit: initializing netlink subsys (disabled)
[ 0.397578] audit: type=2000 audit(1566599622.209:1): state=initialized audit_enabled=0 res=1
[ 0.397578] cpuidle: using governor ladder
[ 0.397578] cpuidle: using governor menu
[ 0.397578] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.397578] ACPI: bus type PCI registered
[ 0.397578] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.397578] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.397578] PCI: not using MMCONFIG
[ 0.397578] PCI: Using configuration type 1 for base access
[ 0.397578] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.397578] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.397741] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.400366] ACPI: Added _OSI(Module Device)
[ 0.400367] ACPI: Added _OSI(Processor Device)
[ 0.400368] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.400369] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.400370] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.400371] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.400372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.415153] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.415863] ACPI: EC: EC started
[ 0.415864] ACPI: EC: interrupt blocked
[ 0.417204] ACPI: \: Used as first EC
[ 0.417206] ACPI: \: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.417207] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.417982] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.427952] ACPI: Dynamic OEM Table Load:
[ 0.427960] ACPI: SSDT 0xFFFF944974865000 000A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.428203] ACPI: Dynamic OEM Table Load:
[ 0.428203] ACPI: SSDT 0xFFFF944974A4D800 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.428208] ACPI: Dynamic OEM Table Load:
[ 0.428208] ACPI: SSDT 0xFFFF944974A1FC00 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.428208] ACPI: Interpreter enabled
[ 0.428208] ACPI: (supports S0 S3 S4 S5)
[ 0.428208] ACPI: Using IOAPIC for interrupt routing
[ 0.428208] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.430666] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[ 0.430676] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.431023] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 0.433377] ACPI: Power Resource [PUBS] (on)
[ 0.433377] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.433377] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[ 0.435728] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.435832] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.435930] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.436029] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.436128] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.436227] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.436327] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.436426] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.436525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[ 0.436530] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.436703] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR]
[ 0.436783] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.436784] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[ 0.436786] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[ 0.436787] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[ 0.437000] PCI host bridge to bus 0000:00
[ 0.437003] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.437004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.437005] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.437006] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff window]
[ 0.437007] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[ 0.437009] pci_bus 0000:00: root bus resource [bus 00-3f]
[ 0.437016] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[ 0.437104] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[ 0.437143] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.437219] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[ 0.437229] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
[ 0.437234] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.437238] pci 0000:00:02.0: reg 0x20: [io 0x6000-0x603f]
[ 0.437333] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[ 0.437357] pci 0000:00:14.0: reg 0x10: [mem 0xf3920000-0xf392ffff 64bit]
[ 0.437428] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.437509] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[ 0.437535] pci 0000:00:16.0: reg 0x10: [mem 0xf3935000-0xf393500f 64bit]
[ 0.437610] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.437684] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
[ 0.437703] pci 0000:00:16.3: reg 0x10: [io 0x60b0-0x60b7]
[ 0.437713] pci 0000:00:16.3: reg 0x14: [mem 0xf393c000-0xf393cfff]
[ 0.437854] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[ 0.437873] pci 0000:00:19.0: reg 0x10: [mem 0xf3900000-0xf391ffff]
[ 0.437882] pci 0000:00:19.0: reg 0x14: [mem 0xf393b000-0xf393bfff]
[ 0.437890] pci 0000:00:19.0: reg 0x18: [io 0x6080-0x609f]
[ 0.437951] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.438026] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[ 0.438047] pci 0000:00:1a.0: reg 0x10: [mem 0xf393a000-0xf393a3ff]
[ 0.438131] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.438209] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[ 0.438232] pci 0000:00:1b.0: reg 0x10: [mem 0xf3930000-0xf3933fff 64bit]
[ 0.438308] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.438389] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[ 0.438551] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.438655] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[ 0.438814] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.438913] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[ 0.439072] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.439178] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[ 0.439200] pci 0000:00:1d.0: reg 0x10: [mem 0xf3939000-0xf39393ff]
[ 0.439284] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.439360] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100
[ 0.439532] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[ 0.439550] pci 0000:00:1f.2: reg 0x10: [io 0x60a8-0x60af]
[ 0.439557] pci 0000:00:1f.2: reg 0x14: [io 0x60bc-0x60bf]
[ 0.439564] pci 0000:00:1f.2: reg 0x18: [io 0x60a0-0x60a7]
[ 0.439571] pci 0000:00:1f.2: reg 0x1c: [io 0x60b8-0x60bb]
[ 0.439578] pci 0000:00:1f.2: reg 0x20: [io 0x6060-0x607f]
[ 0.439585] pci 0000:00:1f.2: reg 0x24: [mem 0xf3938000-0xf39387ff]
[ 0.439627] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.439697] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[ 0.439715] pci 0000:00:1f.3: reg 0x10: [mem 0xf3934000-0xf39340ff 64bit]
[ 0.439735] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.439856] pci 0000:01:00.0: [10de:0def] type 00 class 0x030000
[ 0.439869] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
[ 0.439878] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.439886] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.439892] pci 0000:01:00.0: reg 0x24: [io 0x5000-0x507f]
[ 0.439897] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 0.439902] pci 0000:01:00.0: enabling Extended Tags
[ 0.440155] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.440157] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
[ 0.440159] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
[ 0.440161] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.443624] pci 0000:02:00.0: [1180:e822] type 00 class 0x088001
[ 0.443652] pci 0000:02:00.0: MMC controller base frequency changed to 50Mhz.
[ 0.443690] pci 0000:02:00.0: reg 0x10: [mem 0xf3100000-0xf31000ff]
[ 0.443925] pci 0000:02:00.0: supports D1 D2
[ 0.443926] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.444307] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.444311] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.444316] pci 0000:00:1c.0: bridge window [mem 0xf3100000-0xf38fffff]
[ 0.444324] pci 0000:00:1c.0: bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
[ 0.444526] pci 0000:03:00.0: [8086:0085] type 00 class 0x028000
[ 0.444761] pci 0000:03:00.0: reg 0x10: [mem 0xf3000000-0xf3001fff 64bit]
[ 0.445570] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.446040] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.446048] pci 0000:00:1c.1: bridge window [mem 0xf3000000-0xf30fffff]
[ 0.446142] acpiphp: Slot [1] registered
[ 0.446152] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
[ 0.446156] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.446161] pci 0000:00:1c.2: bridge window [mem 0xf2800000-0xf2ffffff]
[ 0.446169] pci 0000:00:1c.2: bridge window [mem 0xf2000000-0xf27fffff 64bit pref]
[ 0.447406] ACPI: EC: interrupt unblocked
[ 0.447417] ACPI: EC: event unblocked
[ 0.447425] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.447426] ACPI: \_SB_.PCI0.LPC_.EC__: Boot DSDT EC used to handle transactions and events
[ 0.447493] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.447493] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.447493] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.447493] pci 0000:00:02.0: vgaarb: no bridge control possible
[ 0.447493] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.447493] vgaarb: loaded
[ 0.447493] ACPI: bus type USB registered
[ 0.447493] usbcore: registered new interface driver usbfs
[ 0.447493] usbcore: registered new interface driver hub
[ 0.447493] usbcore: registered new device driver usb
[ 0.447493] pps_core: LinuxPPS API ver. 1 registered
[ 0.447493] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.447493] PTP clock support registered
[ 0.447493] EDAC MC: Ver: 3.0.0
[ 0.447493] Registered efivars operations
[ 0.463765] PCI: Using ACPI for IRQ routing
[ 0.467865] PCI: pci_cache_line_size set to 64 bytes
[ 0.468248] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[ 0.468250] e820: reserve RAM buffer [mem 0xb012d000-0xb3ffffff]
[ 0.468251] e820: reserve RAM buffer [mem 0xb6a0e000-0xb7ffffff]
[ 0.468251] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
[ 0.468252] e820: reserve RAM buffer [mem 0x23e600000-0x23fffffff]
[ 0.468348] NetLabel: Initializing
[ 0.468349] NetLabel: domain hash size = 128
[ 0.468350] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.468362] NetLabel: unlabeled traffic allowed by default
[ 0.468366] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.468366] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.470312] clocksource: Switched to clocksource tsc-early
[ 0.481303] VFS: Disk quotas dquot_6.6.0
[ 0.481318] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.481347] *** VALIDATE hugetlbfs ***
[ 0.481387] pnp: PnP ACPI init
[ 0.482020] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.482021] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.482023] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.482024] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[ 0.482025] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[ 0.482026] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[ 0.482027] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[ 0.482028] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[ 0.482030] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[ 0.482031] system 00:00: [mem 0x000e0000-0x000e3fff] has been reserved
[ 0.482032] system 00:00: [mem 0x000e4000-0x000e7fff] has been reserved
[ 0.482033] system 00:00: [mem 0x000e8000-0x000ebfff] has been reserved
[ 0.482036] system 00:00: [mem 0x000ec000-0x000effff] has been reserved
[ 0.482037] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.482038] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
[ 0.482040] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.482041] system 00:00: [mem 0xfed4c000-0xffffffff] has been reserved
[ 0.482046] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.482154] pnp 00:01: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
[ 0.482160] pnp 00:01: [Firmware Bug]: PNP resource [mem 0xfed10000-0xfed13fff] covers only part of 0000:00:00.0 Intel MCH; extending to [mem 0xfed10000-0xfed17fff]
[ 0.482175] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.482176] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.482178] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.482179] system 00:01: [io 0x15e0-0x15ef] has been reserved
[ 0.482180] system 00:01: [io 0x1600-0x167f] has been reserved
[ 0.482182] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[ 0.482184] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.482185] system 00:01: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.482186] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.482188] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.482189] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[ 0.482192] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.482248] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.482270] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[ 0.482288] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[ 0.482341] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[ 0.482877] pnp: PnP ACPI: found 6 devices
[ 0.488677] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.488681] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[ 0.488691] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1000000-0xf107ffff pref]
[ 0.488693] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.488695] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
[ 0.488697] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
[ 0.488699] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.488702] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.488708] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.488714] pci 0000:00:1c.0: bridge window [mem 0xf3100000-0xf38fffff]
[ 0.488719] pci 0000:00:1c.0: bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
[ 0.488727] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.488733] pci 0000:00:1c.1: bridge window [mem 0xf3000000-0xf30fffff]
[ 0.488745] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
[ 0.488747] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.488753] pci 0000:00:1c.2: bridge window [mem 0xf2800000-0xf2ffffff]
[ 0.488758] pci 0000:00:1c.2: bridge window [mem 0xf2000000-0xf27fffff 64bit pref]
[ 0.488767] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.488768] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.488769] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.488770] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfebfffff window]
[ 0.488771] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
[ 0.488773] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
[ 0.488774] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
[ 0.488775] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.488776] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.488777] pci_bus 0000:02: resource 1 [mem 0xf3100000-0xf38fffff]
[ 0.488778] pci_bus 0000:02: resource 2 [mem 0xf1800000-0xf1ffffff 64bit pref]
[ 0.488779] pci_bus 0000:03: resource 1 [mem 0xf3000000-0xf30fffff]
[ 0.488781] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.488782] pci_bus 0000:04: resource 1 [mem 0xf2800000-0xf2ffffff]
[ 0.488783] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf27fffff 64bit pref]
[ 0.488887] NET: Registered protocol family 2
[ 0.489029] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.489054] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.489172] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.489278] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.489311] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.489332] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.489407] NET: Registered protocol family 1
[ 0.489412] NET: Registered protocol family 44
[ 0.489424] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.490106] PCI: CLS 64 bytes, default 64
[ 0.490145] Trying to unpack rootfs image as initramfs...
[ 0.616084] Freeing initrd memory: 11640K
[ 0.616097] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.616099] software IO TLB: mapped [mem 0xa9afe000-0xadafe000] (64MB)
[ 0.616239] check: Scanning for low memory corruption every 60 seconds
[ 0.616815] Initialise system trusted keyrings
[ 0.616824] Key type blacklist registered
[ 0.616874] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[ 0.618050] zbud: loaded
[ 0.619745] Key type asymmetric registered
[ 0.619747] Asymmetric key parser 'x509' registered
[ 0.619759] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.619805] io scheduler mq-deadline registered
[ 0.619806] io scheduler kyber registered
[ 0.619848] io scheduler bfq registered
[ 0.620722] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.620799] efifb: invalid framebuffer address
[ 0.620805] intel_idle: MWAIT substates: 0x21120
[ 0.620806] intel_idle: v0.4.1 model 0x3A
[ 0.620978] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.621027] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.623615] ACPI: Lid Switch [LID]
[ 0.623652] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.623694] ACPI: Sleep Button [SLPB]
[ 0.623751] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.626945] ACPI: Power Button [PWRF]
[ 0.628824] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.628825] ACPI: Thermal Zone [THM0] (55 C)
[ 0.629001] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.649942] 0000:00:16.3: ttyS0 at I/O 0x60b0 (irq = 19, base_baud = 115200) is a 16550A
[ 0.650658] usbcore: registered new interface driver usbserial_generic
[ 0.650663] usbserial: USB Serial support registered for generic
[ 0.650686] rtc_cmos 00:02: RTC can wake from S4
[ 0.650835] rtc_cmos 00:02: registered as rtc0
[ 0.650850] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.650897] intel_pstate: Intel P-state driver initializing
[ 0.651045] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.651456] NET: Registered protocol family 10
[ 0.666124] Segment Routing with IPv6
[ 0.666162] NET: Registered protocol family 17
[ 0.666513] mce: Using 7 MCE banks
[ 0.666532] RAS: Correctable Errors collector initialized.
[ 0.666593] microcode: sig=0x306a9, pf=0x10, revision=0x21
[ 0.666702] microcode: Microcode Update Driver: v2.2.
[ 0.666734] sched_clock: Marking stable (666326813, 367613)->(690068897, -23374471)
[ 0.667386] registered taskstats version 1
[ 0.667400] Loading compiled-in X.509 certificates
[ 0.674484] Loaded X.509 cert 'Build time autogenerated kernel key: 5a9fa50c8058f9b75a5c66bf71e288f343173c74'
[ 0.674535] zswap: loaded using pool lzo/zbud
[ 0.685053] Key type big_key registered
[ 0.685757] PM: Magic number: 15:106:604
[ 0.685863] rtc_cmos 00:02: setting system clock to 2019-08-23T22:33:42 UTC (1566599622)
[ 0.687507] Freeing unused decrypted memory: 2040K
[ 0.687822] Freeing unused kernel image memory: 1612K
[ 0.703705] Write protecting the kernel read-only data: 18432k
[ 0.704506] Freeing unused kernel image memory: 2012K
[ 0.704697] Freeing unused kernel image memory: 196K
[ 0.718718] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.718720] x86/mm: Checking user space page tables
[ 0.728512] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.728513] Run /init as init process
[ 0.787599] fbcon: Taking over console
[ 0.836539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.838287] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.838293] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.845317] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.848514] ehci-pci: EHCI PCI platform driver
[ 0.848686] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.848692] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.848709] ehci-pci 0000:00:1a.0: debug port 2
[ 0.851559] sdhci: Secure Digital Host Controller Interface driver
[ 0.851560] sdhci: Copyright(c) Pierre Ossman
[ 0.852677] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.852694] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf393a000
[ 0.853773] SCSI subsystem initialized
[ 0.856035] sdhci-pci 0000:02:00.0: SDHCI controller found [1180:e822] (rev 7)
[ 0.856445] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[ 0.858307] mmc0: SDHCI controller on PCI [0000:02:00.0] using DMA
[ 0.860846] libata version 3.00 loaded.
[ 0.863715] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.863954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[ 0.863956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.863957] usb usb1: Product: EHCI Host Controller
[ 0.863959] usb usb1: Manufacturer: Linux 5.2.9-arch1-1-ARCH ehci_hcd
[ 0.863960] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.864101] hub 1-0:1.0: USB hub found
[ 0.864110] hub 1-0:1.0: 3 ports detected
[ 0.864381] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.864387] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.864570] ahci 0000:00:1f.2: version 3.0
[ 0.864687] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.865453] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
[ 0.865458] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.865594] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[ 0.865595] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.865596] usb usb2: Product: xHCI Host Controller
[ 0.865597] usb usb2: Manufacturer: Linux 5.2.9-arch1-1-ARCH xhci-hcd
[ 0.865598] usb usb2: SerialNumber: 0000:00:14.0
[ 0.865704] hub 2-0:1.0: USB hub found
[ 0.865716] hub 2-0:1.0: 4 ports detected
[ 0.866400] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.866405] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[ 0.866422] ehci-pci 0000:00:1d.0: debug port 2
[ 0.870302] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.870307] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.870312] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 0.870378] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[ 0.870379] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.870381] usb usb4: Product: xHCI Host Controller
[ 0.870383] usb usb4: Manufacturer: Linux 5.2.9-arch1-1-ARCH xhci-hcd
[ 0.870384] usb usb4: SerialNumber: 0000:00:14.0
[ 0.870513] hub 4-0:1.0: USB hub found
[ 0.870529] hub 4-0:1.0: 4 ports detected
[ 0.870908] usb: port power management may be unreliable
[ 0.871238] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.871254] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf3939000
[ 0.874891] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.876979] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x13 impl SATA mode
[ 0.876981] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pio slum part ems sxs apst
[ 0.883727] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.883808] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[ 0.883810] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.883811] usb usb3: Product: EHCI Host Controller
[ 0.883812] usb usb3: Manufacturer: Linux 5.2.9-arch1-1-ARCH ehci_hcd
[ 0.883813] usb usb3: SerialNumber: 0000:00:1d.0
[ 0.884098] hub 3-0:1.0: USB hub found
[ 0.884116] hub 3-0:1.0: 3 ports detected
[ 0.897740] scsi host0: ahci
[ 0.897998] scsi host1: ahci
[ 0.898223] scsi host2: ahci
[ 0.898361] scsi host3: ahci
[ 0.898508] scsi host4: ahci
[ 0.898659] scsi host5: ahci
[ 0.898750] ata1: SATA max UDMA/133 abar m2048@0xf3938000 port 0xf3938100 irq 28
[ 0.898754] ata2: SATA max UDMA/133 abar m2048@0xf3938000 port 0xf3938180 irq 28
[ 0.898755] ata3: DUMMY
[ 0.898756] ata4: DUMMY
[ 0.898759] ata5: SATA max UDMA/133 abar m2048@0xf3938000 port 0xf3938300 irq 28
[ 0.898760] ata6: DUMMY
[ 1.193681] usb 2-2: new high-speed USB device number 2 using xhci_hcd
[ 1.193686] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.213681] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 1.213698] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.214114] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.214121] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.214372] ata1.00: ATA-10: ADATA SU800, Q0922FS, max UDMA/133
[ 1.214378] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.214942] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.214947] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.215238] ata1.00: configured for UDMA/133
[ 1.227542] scsi 0:0:0:0: Direct-Access ATA ADATA SU800 2FS PQ: 0 ANSI: 5
[ 1.331286] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 1.331291] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.332073] hub 1-1:1.0: USB hub found
[ 1.332442] hub 1-1:1.0: 6 ports detected
[ 1.344412] usb 3-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 1.344418] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.345028] hub 3-1:1.0: USB hub found
[ 1.345131] hub 3-1:1.0: 8 ports detected
[ 1.397615] usb 2-2: New USB device found, idVendor=ffff, idProduct=5678, bcdDevice= 2.00
[ 1.397621] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.397623] usb 2-2: Product: Disk 2.0
[ 1.397626] usb 2-2: Manufacturer: USB
[ 1.397628] usb 2-2: SerialNumber: 92070629BE187827919
[ 1.404911] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 1.405288] scsi host6: usb-storage 2-2:1.0
[ 1.405450] usbcore: registered new interface driver usb-storage
[ 1.527857] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.531086] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[ 1.531525] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[ 1.533250] ata2.00: ATAPI: Optiarc DVD RW AD-7740H, 1.S1, max UDMA/100
[ 1.536976] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[ 1.537393] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[ 1.539119] ata2.00: configured for UDMA/100
[ 1.541587] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7740H 1.S1 PQ: 0 ANSI: 5
[ 1.613692] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
[ 1.627028] tsc: Refined TSC clocksource calibration: 2594.109 MHz
[ 1.627046] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x25647f0d2d3, max_idle_ns: 440795228342 ns
[ 1.627103] clocksource: Switched to clocksource tsc
[ 1.713020] usb 1-1.3: New USB device found, idVendor=147e, idProduct=2020, bcdDevice= 0.01
[ 1.713025] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.713028] usb 1-1.3: Product: Biometric Coprocessor
[ 1.713030] usb 1-1.3: Manufacturer: Auth
[ 1.790362] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[ 1.881227] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.891418] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=21e6, bcdDevice= 1.12
[ 1.891421] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.891423] usb 1-1.4: Product: BCM20702A0
[ 1.891425] usb 1-1.4: Manufacturer: Broadcom Corp
[ 1.891426] usb 1-1.4: SerialNumber: 083E8EE646EE
[ 1.896899] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 1.896916] sd 0:0:0:0: [sda] Write Protect is off
[ 1.896919] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.896957] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.899505] sda: sda1 sda2 sda3
[ 1.899946] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.921711] random: fast init done
[ 1.945938] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.945944] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.946835] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.967023] usb 1-1.6: new high-speed USB device number 5 using ehci-pci
[ 2.073141] usb 1-1.6: New USB device found, idVendor=5986, idProduct=02d5, bcdDevice=10.11
[ 2.073146] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.073148] usb 1-1.6: Product: Integrated Camera
[ 2.073151] usb 1-1.6: Manufacturer: Ricoh Company Ltd.
[ 2.390402] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.429298] scsi 6:0:0:0: Direct-Access VendorCo ProductCode 2.00 PQ: 0 ANSI: 4
[ 2.429906] sd 6:0:0:0: [sdb] 30720000 512-byte logical blocks: (15.7 GB/14.6 GiB)
[ 2.430096] sd 6:0:0:0: [sdb] Write Protect is off
[ 2.430099] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 2.430280] sd 6:0:0:0: [sdb] No Caching mode page found
[ 2.430284] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 2.443656] sdb: sdb1
[ 2.445053] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 2.565226] systemd[1]: systemd 242.84-2-arch 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)
[ 2.580513] systemd[1]: Detected architecture x86-64.
[ 2.587014] systemd[1]: Set hostname to <no>.
[ 2.836770] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.837200] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 2.837265] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 2.838560] systemd[1]: Created slice system-getty.slice.
[ 2.838856] systemd[1]: Listening on LVM2 poll daemon socket.
[ 2.838905] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 2.838966] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.858886] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 2.873020] random: systemd-random-: uninitialized urandom read (512 bytes read)
[ 2.874672] random: lvm: uninitialized urandom read (4 bytes read)
[ 3.100561] audit: type=1130 audit(1566599624.911:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.103629] audit: type=1130 audit(1566599624.911:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.114366] systemd-journald[294]: Received request to flush runtime journal from PID 1
[ 3.176952] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 3.203044] ACPI: AC Adapter [AC] (on-line)
[ 3.216291] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 3.218976] media: Linux media interface: v0.10
[ 3.219768] usbcore: registered new interface driver uas
[ 3.263793] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20190509/utaddress-204)
[ 3.263801] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.263805] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20190509/utaddress-204)
[ 3.263809] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.263811] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20190509/utaddress-204)
[ 3.263815] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.263816] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20190509/utaddress-204)
[ 3.263820] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.263821] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 3.287653] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.287655] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.287938] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 3.291080] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 3.293658] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[ 3.296435] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 3.297050] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[ 3.297052] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 3.297053] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 3.297054] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[ 3.311224] videodev: Linux video capture interface: v2.00
[ 3.317450] Non-volatile memory driver v1.3
[ 3.340894] tpm tpm0: TPM is disabled/deactivated (0x6)
[ 3.346319] Linux agpgart interface v0.103
[ 3.353960] Adding 4166976k swap on /dev/sda3. Priority:-2 extents:1 across:4166976k SSFS
[ 3.376099] cryptd: max_cpu_qlen set to 1000
[ 3.385201] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 3.385203] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 3.385204] thinkpad_acpi: ThinkPad BIOS G1ET73WW (2.09 ), EC G1HT30WW
[ 3.385205] thinkpad_acpi: Lenovo ThinkPad T430, model 2344BMU
[ 3.393709] thinkpad_acpi: radio switch found; radios are enabled
[ 3.393879] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 3.393880] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 3.398231] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 3.429088] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[ 3.429094] battery: new extension: ThinkPad Battery Extension
[ 3.429149] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[ 3.434982] iTCO_vendor_support: vendor-support=0
[ 3.451895] audit: type=1130 audit(1566599625.261:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.462836] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.474003] audit: type=1130 audit(1566599625.284:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:tpacpi::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.477001] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[ 3.485183] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.489495] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 3.489500] cfg80211: failed to load regulatory.db
[ 3.493863] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 3.493922] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[ 3.494351] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 3.495546] Bluetooth: Core ver 2.22
[ 3.495569] NET: Registered protocol family 31
[ 3.495571] Bluetooth: HCI device and connection manager initialized
[ 3.495577] Bluetooth: HCI socket layer initialized
[ 3.495579] Bluetooth: L2CAP socket layer initialized
[ 3.495584] Bluetooth: SCO socket layer initialized
[ 3.509510] AVX version of gcm_enc/dec engaged.
[ 3.509512] AES CTR mode by8 optimization enabled
[ 3.553605] usbcore: registered new interface driver btusb
[ 3.559238] audit: type=1130 audit(1566599625.367:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.584541] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:21:cc:c4:34:51
[ 3.584552] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 3.584584] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[ 3.589213] Intel(R) Wireless WiFi driver for Linux
[ 3.589216] Copyright(c) 2003- 2015 Intel Corporation
[ 3.589765] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:02d5)
[ 3.589795] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 3.595447] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[ 3.599539] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[ 3.609184] uvcvideo 1-1.6:1.0: Entity type for entity Extension 4 was not initialized!
[ 3.609187] uvcvideo 1-1.6:1.0: Entity type for entity Extension 3 was not initialized!
[ 3.609190] uvcvideo 1-1.6:1.0: Entity type for entity Processing 2 was not initialized!
[ 3.609191] uvcvideo 1-1.6:1.0: Entity type for entity Camera 1 was not initialized!
[ 3.609432] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input8
[ 3.609623] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 3.612164] usbcore: registered new interface driver uvcvideo
[ 3.612165] USB Video Class driver (1.1.1)
[ 3.666164] Bluetooth: hci0: BCM: chip id 63
[ 3.667185] Bluetooth: hci0: BCM: features 0x07
[ 3.683054] Bluetooth: hci0: BCM20702A
[ 3.684013] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[ 3.690511] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0a5c-21e6.hcd failed with error -2
[ 3.690515] Bluetooth: hci0: BCM: Patch brcm/BCM20702A1-0a5c-21e6.hcd not found
[ 3.730554] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[ 3.730557] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 3.730558] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 3.730561] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
[ 3.758836] audit: type=1130 audit(1566599625.567: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'
[ 3.793333] audit: type=1130 audit(1566599625.601:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.796460] audit: type=1130 audit(1566599625.604:9): 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'
[ 3.803080] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 3.805100] audit: type=1127 audit(1566599625.614:10): pid=430 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 3.806066] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.806068] [drm] Driver supports precise vblank timestamp query.
[ 3.806783] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 3.829083] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 3.834049] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[ 3.834500] [drm] Initialized i915 1.6.0 20190417 for 0000:00:02.0 on minor 0
[ 3.835515] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 3.835838] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 3.836133] ACPI: Video Device [VID1] (multi-head: yes rom: yes post: no)
[ 3.836719] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input10
[ 3.837849] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 3.838920] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[ 3.848775] fbcon: i915drmfb (fb0) is primary device
[ 3.862555] kvm: disabled by bios
[ 3.889889] 8021q: 802.1Q VLAN Support v1.8
[ 3.923141] kvm: disabled by bios
[ 3.970073] kvm: disabled by bios
[ 3.971703] intel_rapl: Found RAPL domain package
[ 3.971704] intel_rapl: Found RAPL domain core
[ 3.971705] intel_rapl: Found RAPL domain uncore
[ 3.971709] intel_rapl: RAPL package 0 domain package locked by BIOS
[ 4.046134] kvm: disabled by bios
[ 4.065623] psmouse serio1: synaptics: queried max coordinates: x [..5470], y [..4498]
[ 4.123510] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b1/0xb40000/0xa0000/0x0, board id: 0, fw id: 920262
[ 4.123519] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 4.162914] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[ 4.171486] mousedev: PS/2 mouse device common for all mice
[ 4.200816] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 4.506368] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 4.600991] urandom_read: 1 callbacks suppressed
[ 4.600996] random: dhcpcd: uninitialized urandom read (112 bytes read)
[ 4.720561] Console: switching to colour frame buffer device 200x56
[ 4.744975] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 4.797930] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3202: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 4.797933] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.797934] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x15/0x1b/0x0/0x0/0x0)
[ 4.797935] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 4.797936] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 4.797938] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 4.797939] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 4.797940] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 4.805573] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 4.805646] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 4.805717] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 4.805783] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 4.805844] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 4.811031] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 5.011425] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input11
[ 7.702804] random: crng init done
[ 8.780238] kauditd_printk_skb: 11 callbacks suppressed
[ 8.780242] audit: type=1131 audit(1566599630.591:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.943230] audit: type=1006 audit(1566599631.751:23): pid=456 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 9.975296] audit: type=1130 audit(1566599631.784:24): 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'
[ 9.982053] audit: type=1006 audit(1566599631.791:25): pid=483 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 10.108621] audit: type=1130 audit(1566599631.917:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 21.857960] IPMI message handler: version 39.2
[ 21.861086] ipmi device interface
[ 22.335987] nvidia: loading out-of-tree module taints kernel.
[ 22.335995] nvidia: module license 'NVIDIA' taints kernel.
[ 22.335995] Disabling lock debugging due to kernel taint
[ 22.339510] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 22.347033] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[ 22.347310] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[ 22.347399] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 22.347480] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 390.116 Sun Jan 27 07:21:36 PST 2019 (using threaded interrupts)
[ 22.381226] ACPI Warning: \_SB.PCI0.PEG.VID._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20190509/nsarguments-59)
[ 22.448880] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [TBF3] at bit offset/length 245760/32768 exceeds size of target Buffer (262144 bits) (20190509/dsopcode-198)
[ 22.448885] ACPI Error: Aborting method \_SB.PCI0.PEG.VID.GETB due to previous error (AE_AML_BUFFER_LIMIT) (20190509/psparse-529)
[ 22.448890] ACPI Error: Aborting method \_SB.PCI0.PEG.VID._ROM due to previous error (AE_AML_BUFFER_LIMIT) (20190509/psparse-529)
[ 48.530111] audit: type=1130 audit(1566599670.337:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 52.795568] audit: type=1006 audit(1566599674.604:28): pid=613 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
[ 320.721529] wlp3s0: authenticate with 5c:e2:8c:05:b6:75
[ 320.725034] wlp3s0: send auth to 5c:e2:8c:05:b6:75 (try 1/3)
[ 320.727860] wlp3s0: authenticated
[ 320.730252] wlp3s0: associate with 5c:e2:8c:05:b6:75 (try 1/3)
[ 320.734170] wlp3s0: RX AssocResp from 5c:e2:8c:05:b6:75 (capab=0x411 status=0 aid=3)
[ 320.753233] wlp3s0: associated
[ 320.808912] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[ 331.228522] audit: type=1006 audit(1566599953.037:29): pid=919 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
[ 762.501828] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 390.116 Sun Jan 27 06:30:32 PST 2019
[ 903.602024] audit: type=1130 audit(1566600525.411:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 903.602035] audit: type=1131 audit(1566600525.411:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'pacman -Qs nvidia
local/bumblebee 3.2.1-20
NVIDIA Optimus support for Linux through VirtualGL
local/lib32-nvidia-390xx-utils 390.116-2
NVIDIA drivers utilities (32-bit), 390xx legacy branch
local/libvdpau 1.2-1
Nvidia VDPAU library
local/libxnvctrl-390xx 390.116-1
NVIDIA NV-CONTROL X extension, 390xx legacy branch
local/nvidia-390xx 390.116-45
NVIDIA drivers for linux, 390xx legacy branch
local/nvidia-390xx-settings 390.116-1
Tool for configuring the NVIDIA graphics driver, 390xx legacy branch
local/nvidia-390xx-utils 390.116-1
NVIDIA drivers utilitiesLast edited by kythre (2019-08-23 22:50:52)
Offline
Welcome to the arch linux forums kythre.
Do you intend the system to use bumblebee or optimus or have have the nvidia GPU as primary?
You state optimus in the title but bumblebee is installed on the system and there is an /etc/X11/xorg.conf generated by nvidia-xconfig which breaks all hybrid configurations.
Online
i wanted to use bumblebee but i didnt realize that optimus was a separate thing. i was thinking it was just the name for a system having both intel and nvidia
ive been searching and trying different things all day so im not sure exactly where i am at this point to be honest lol
Offline
If you want optimus follow NVIDIA_Optimus replace you exisiting /etc/X11/xorg.conf with one from that wiki page (also remove /etc/X11/xorg.conf.d/20-nvidia.conf)
add the xrandr calls as documented and remove bumblebee.
If the system is still failing post the updated /etc/X11/xorg.conf, Xorg.log and ~/.xinitrc.
Online
alright i did all that and it was acting up but then i rebooted and everything seems to be working now
is there a way i can confirm im using my nvidia gpu and everything is fine?
i plan on using this for gaming so i want to make sure im able to run 3D applications without anything exploding later on
Last edited by kythre (2019-08-24 00:02:10)
Offline
I would suggest checking the output of glxinfo provided by the mesa-demos package.
Last edited by loqs (2019-08-24 00:09:54)
Online
alright everything seems to be in order. thank you much
Offline
Pages: 1