You are not logged in.
Pages: 1
Topic closed
Hi there, I have bought a new notebook with a Intel Iris Xe Graphics and a NVIDIA GeForce MX330.
lspci -k | grep -A 2 -E "(VGA|3D)"
0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
DeviceName: Onboard - Video
Subsystem: Dell Device 0a05
--
0000:2b:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX330] (rev a1)
Subsystem: Dell Device 0a05
Kernel modules: nouveauI've followed the wiki guides, so first of all I installed the drivers: nvidia, nvidia-utils, nvidia-settings, lib32-nvidia-utils and I rebooted my machine.
Then I installed nvidia-prime to use 'PRIME render offload'. I did a manual configuration because it didn't generate :
/etc/X11/xorg.conf
Section "Device"
Identifier "iGPU"
Driver "intel"
BusID "PCI:00:02:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "iGPU"
DefaultDepth 24
Option "AllowEmptyInitialConfiguration" "True"
Option "AllowPRIMEDisplayOffloadSink" "True"
SubSection "Display"
Depth 24
Virtual 1920 1080
EndSubSection
EndSection
Section "Device"
Identifier "dGPU"
Driver "nvidia"
BusID "PCI:2b:00:0"
EndSectionWhen I try to use prime-run I get this error:
prime-run glxinfo | grep "OpenGL renderer"
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 50
Current serial number in output stream: 51That's xorg log:
[ 3.386] (--) Log file renamed from "/var/log/Xorg.pid-482.log" to "/var/log/Xorg.0.log"
[ 3.388]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 3.388] Build Operating System: Linux Archlinux
[ 3.388] Current Operating System: Linux hidan0-pc 5.10.43-1-lts #1 SMP Thu, 10 Jun 2021 12:32:16 +0000 x86_64
[ 3.388] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=1e3112f8-0ead-446c-9024-017118dbdf73 rw nvme_load=YES loglevel=3 quiet
[ 3.388] Build Date: 13 April 2021 03:12:10PM
[ 3.388]
[ 3.388] Current version of pixman: 0.40.0
[ 3.388] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3.388] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3.388] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 15 10:24:47 2021
[ 3.389] (==) Using config file: "/etc/X11/xorg.conf"
[ 3.389] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3.390] (==) No Layout section. Using the first Screen section.
[ 3.390] (**) |-->Screen "Default Screen" (0)
[ 3.390] (**) | |-->Monitor "<default monitor>"
[ 3.390] (**) | |-->Device "iGPU"
[ 3.390] (**) | |-->GPUDevice "dGPU"
[ 3.390] (==) No monitor specified for screen "Default Screen".
Using a default monitor configuration.
[ 3.390] (==) Automatically adding devices
[ 3.390] (==) Automatically enabling devices
[ 3.390] (==) Automatically adding GPU devices
[ 3.390] (==) Automatically binding GPU devices
[ 3.390] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3.391] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3.391] Entry deleted from font path.
[ 3.392] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 3.392] Entry deleted from font path.
[ 3.392] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3.392] Entry deleted from font path.
[ 3.392] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3.392] Entry deleted from font path.
[ 3.392] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3.392] Entry deleted from font path.
[ 3.392] (==) FontPath set to:
/usr/share/fonts/TTF
[ 3.392] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3.392] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3.392] (II) Module ABI versions:
[ 3.392] X.Org ANSI C Emulation: 0.4
[ 3.392] X.Org Video Driver: 24.1
[ 3.392] X.Org XInput driver : 24.1
[ 3.392] X.Org Server Extension : 10.0
[ 3.393] (++) using VT number 1
[ 3.393] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 3.393] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3.408] (--) PCI:*(0@0:2:0) 8086:9a49:1028:0a05 rev 1, Mem @ 0x6034000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 3.408] (--) PCI: (43@0:0:0) 10de:1d16:1028:0a05 rev 161, Mem @ 0x81000000/16777216, 0x6020000000/268435456, 0x6030000000/33554432, I/O @ 0x00003000/128
[ 3.408] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3.408] (II) LoadModule: "glx"
[ 3.408] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3.413] (II) Module glx: vendor="X.Org Foundation"
[ 3.413] compiled for 1.20.11, module version = 1.0.0
[ 3.413] ABI class: X.Org Server Extension, version 10.0
[ 3.413] (II) LoadModule: "intel"
[ 3.413] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 3.414] (II) Module intel: vendor="X.Org Foundation"
[ 3.414] compiled for 1.20.10, module version = 2.99.917
[ 3.414] Module class: X.Org Video Driver
[ 3.414] ABI class: X.Org Video Driver, version 24.1
[ 3.414] (II) LoadModule: "nvidia"
[ 3.414] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 3.417] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 3.417] compiled for 1.6.99.901, module version = 1.0.0
[ 3.417] Module class: X.Org Video Driver
[ 3.417] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 3.418] (II) intel: Driver for Intel(R) HD Graphics
[ 3.418] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 3.418] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 3.418] (II) NVIDIA dlloader X Driver 465.31 Thu May 13 22:19:15 UTC 2021
[ 3.418] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 3.418] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
[ 3.418] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[ 3.419] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 3.419] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 3.419] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 3.419] (==) intel(0): RGB weight 888
[ 3.419] (==) intel(0): Default visual is TrueColor
[ 3.420] (II) intel(0): Output eDP1 has no monitor section
[ 3.420] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 3.420] (II) intel(0): Enabled output eDP1
[ 3.420] (II) intel(0): Output HDMI1 has no monitor section
[ 3.420] (II) intel(0): Enabled output HDMI1
[ 3.420] (II) intel(0): Output DP1 has no monitor section
[ 3.420] (II) intel(0): Enabled output DP1
[ 3.420] (II) intel(0): Output DP2 has no monitor section
[ 3.420] (II) intel(0): Enabled output DP2
[ 3.420] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 3.420] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 3.420] (II) intel(0): Enabled output VIRTUAL1
[ 3.420] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 3.420] (==) intel(0): TearFree enabled
[ 3.420] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3.420] (==) intel(0): DPI set to (96, 96)
[ 3.420] (II) Loading sub module "dri3"
[ 3.420] (II) LoadModule: "dri3"
[ 3.420] (II) Module "dri3" already built-in
[ 3.420] (II) Loading sub module "dri2"
[ 3.420] (II) LoadModule: "dri2"
[ 3.420] (II) Module "dri2" already built-in
[ 3.420] (II) Loading sub module "present"
[ 3.420] (II) LoadModule: "present"
[ 3.420] (II) Module "present" already built-in
[ 3.420] (II) UnloadModule: "nvidia"
[ 3.420] (II) Unloading nvidia
[ 3.421] (II) intel(0): SNA initialized with generic backend
[ 3.421] (==) intel(0): Backing store enabled
[ 3.421] (==) intel(0): Silken mouse disabled
[ 3.421] (II) intel(0): HW Cursor enabled
[ 3.421] (==) intel(0): DPMS enabled
[ 3.421] (==) intel(0): Display hotplug detection enabled
[ 3.422] (II) intel(0): Textured video not supported on this hardware or backend
[ 3.422] (II) intel(0): [DRI2] Setup complete
[ 3.422] (II) intel(0): [DRI2] DRI driver: i965
[ 3.422] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 3.422] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 3.422] (II) intel(0): hardware support for Present enabled
[ 3.422] (WW) intel(0): Option "AllowEmptyInitialConfiguration" is not used
[ 3.422] (WW) intel(0): Option "AllowPRIMEDisplayOffloadSink" is not used
[ 3.422] (II) Initializing extension Generic Event Extension
[ 3.422] (II) Initializing extension SHAPE
[ 3.422] (II) Initializing extension MIT-SHM
[ 3.422] (II) Initializing extension XInputExtension
[ 3.423] (II) Initializing extension XTEST
[ 3.423] (II) Initializing extension BIG-REQUESTS
[ 3.423] (II) Initializing extension SYNC
[ 3.423] (II) Initializing extension XKEYBOARD
[ 3.423] (II) Initializing extension XC-MISC
[ 3.423] (II) Initializing extension SECURITY
[ 3.423] (II) Initializing extension XFIXES
[ 3.423] (II) Initializing extension RENDER
[ 3.423] (II) Initializing extension RANDR
[ 3.423] (II) Initializing extension COMPOSITE
[ 3.423] (II) Initializing extension DAMAGE
[ 3.423] (II) Initializing extension MIT-SCREEN-SAVER
[ 3.424] (II) Initializing extension DOUBLE-BUFFER
[ 3.424] (II) Initializing extension RECORD
[ 3.424] (II) Initializing extension DPMS
[ 3.424] (II) Initializing extension Present
[ 3.424] (II) Initializing extension DRI3
[ 3.424] (II) Initializing extension X-Resource
[ 3.424] (II) Initializing extension XVideo
[ 3.424] (II) Initializing extension XVideo-MotionCompensation
[ 3.424] (II) Initializing extension GLX
[ 3.438] (EE) AIGLX error: Calling driver entry point failed
[ 3.546] (II) IGLX: Loaded and initialized swrast
[ 3.546] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 3.546] (II) Initializing extension XFree86-VidModeExtension
[ 3.546] (II) Initializing extension XFree86-DGA
[ 3.546] (II) Initializing extension XFree86-DRI
[ 3.546] (II) Initializing extension DRI2
[ 3.548] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 3.557] (II) intel(0): Setting screen physical size to 508 x 285
[ 3.581] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 3.581] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3.581] (II) LoadModule: "libinput"
[ 3.581] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 3.583] (II) Module libinput: vendor="X.Org Foundation"
[ 3.583] compiled for 1.20.11, module version = 1.0.1
[ 3.583] Module class: X.Org XInput Driver
[ 3.583] ABI class: X.Org XInput driver, version 24.1
[ 3.583] (II) Using input driver 'libinput' for 'Video Bus'
[ 3.583] (**) Video Bus: always reports core events
[ 3.583] (**) Option "Device" "/dev/input/event5"
[ 3.583] (**) Option "_source" "server/udev"
[ 3.587] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3.587] (II) event5 - Video Bus: device is a keyboard
[ 3.587] (II) event5 - Video Bus: device removed
[ 3.731] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[ 3.731] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 3.731] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3.731] (II) event5 - Video Bus: device is a keyboard
[ 3.731] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 3.731] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3.731] (II) Using input driver 'libinput' for 'Video Bus'
[ 3.731] (**) Video Bus: always reports core events
[ 3.731] (**) Option "Device" "/dev/input/event6"
[ 3.731] (**) Option "_source" "server/udev"
[ 3.732] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 3.732] (II) event6 - Video Bus: device is a keyboard
[ 3.732] (II) event6 - Video Bus: device removed
[ 3.871] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/LNXVIDEO:01/input/input7/event6"
[ 3.871] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 3.871] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 3.871] (II) event6 - Video Bus: device is a keyboard
[ 3.872] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 3.872] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 3.872] (II) Using input driver 'libinput' for 'Power Button'
[ 3.872] (**) Power Button: always reports core events
[ 3.872] (**) Option "Device" "/dev/input/event1"
[ 3.872] (**) Option "_source" "server/udev"
[ 3.872] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 3.872] (II) event1 - Power Button: device is a keyboard
[ 3.872] (II) event1 - Power Button: device removed
[ 3.951] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 3.951] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 3.951] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 3.951] (II) event1 - Power Button: device is a keyboard
[ 3.951] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 3.951] (II) No input driver specified, ignoring this device.
[ 3.951] (II) This device may have been added with another device file.
[ 3.951] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 3.951] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 3.951] (II) Using input driver 'libinput' for 'Sleep Button'
[ 3.951] (**) Sleep Button: always reports core events
[ 3.951] (**) Option "Device" "/dev/input/event2"
[ 3.951] (**) Option "_source" "server/udev"
[ 3.952] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 3.952] (II) event2 - Sleep Button: device is a keyboard
[ 3.952] (II) event2 - Sleep Button: device removed
[ 4.031] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 4.031] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 4.031] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 4.031] (II) event2 - Sleep Button: device is a keyboard
[ 4.032] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 4.032] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 4.032] (II) Using input driver 'libinput' for 'Intel HID events'
[ 4.032] (**) Intel HID events: always reports core events
[ 4.032] (**) Option "Device" "/dev/input/event4"
[ 4.032] (**) Option "_source" "server/udev"
[ 4.032] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 4.032] (II) event4 - Intel HID events: device is a keyboard
[ 4.032] (II) event4 - Intel HID events: device removed
[ 4.101] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input5/event4"
[ 4.101] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 10)
[ 4.101] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 4.101] (II) event4 - Intel HID events: device is a keyboard
[ 4.101] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event14)
[ 4.101] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 4.101] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 4.101] (**) Dell WMI hotkeys: always reports core events
[ 4.101] (**) Option "Device" "/dev/input/event14"
[ 4.101] (**) Option "_source" "server/udev"
[ 4.102] (II) event14 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4.102] (II) event14 - Dell WMI hotkeys: device is a keyboard
[ 4.102] (II) event14 - Dell WMI hotkeys: device removed
[ 4.191] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19/event14"
[ 4.191] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 11)
[ 4.191] (II) event14 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4.191] (II) event14 - Dell WMI hotkeys: device is a keyboard
[ 4.192] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 4.192] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 4.192] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 4.192] (**) AT Translated Set 2 keyboard: always reports core events
[ 4.192] (**) Option "Device" "/dev/input/event3"
[ 4.192] (**) Option "_source" "server/udev"
[ 4.192] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4.192] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4.192] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 4.251] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 4.251] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 4.252] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4.252] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4.253] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event15)
[ 4.253] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 4.253] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 4.253] (**) PS/2 Generic Mouse: always reports core events
[ 4.253] (**) Option "Device" "/dev/input/event15"
[ 4.253] (**) Option "_source" "server/udev"
[ 4.254] (II) event15 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 4.254] (II) event15 - PS/2 Generic Mouse: device is a pointer
[ 4.254] (II) event15 - PS/2 Generic Mouse: device removed
[ 4.351] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event15"
[ 4.351] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 13)
[ 4.351] (**) Option "AccelerationScheme" "none"
[ 4.351] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 4.351] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 4.351] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 4.351] (II) event15 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 4.351] (II) event15 - PS/2 Generic Mouse: device is a pointer
[ 4.351] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[ 4.351] (II) No input driver specified, ignoring this device.
[ 4.351] (II) This device may have been added with another device file.
[ 4.357] (II) config/udev: removing device Video Bus
[ 4.357] (II) event6 - Video Bus: device removed
[ 4.471] (II) UnloadModule: "libinput"
[ 4.471] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 4.471] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4.471] (II) Using input driver 'libinput' for 'Video Bus'
[ 4.471] (**) Video Bus: always reports core events
[ 4.471] (**) Option "Device" "/dev/input/event6"
[ 4.471] (**) Option "_source" "server/udev"
[ 4.471] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 4.471] (II) event6 - Video Bus: device is a keyboard
[ 4.471] (II) event6 - Video Bus: device removed
[ 4.561] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/LNXVIDEO:01/input/input7/event6"
[ 4.561] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 4.561] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 4.561] (II) event6 - Video Bus: device is a keyboard
[ 4.561] (II) config/udev: removing device Video Bus
[ 4.561] (II) event5 - Video Bus: device removed
[ 4.681] (II) UnloadModule: "libinput"
[ 4.681] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 4.681] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4.681] (II) Using input driver 'libinput' for 'Video Bus'
[ 4.681] (**) Video Bus: always reports core events
[ 4.681] (**) Option "Device" "/dev/input/event5"
[ 4.681] (**) Option "_source" "server/udev"
[ 4.681] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 4.681] (II) event5 - Video Bus: device is a keyboard
[ 4.681] (II) event5 - Video Bus: device removed
[ 4.771] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[ 4.771] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 4.771] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 4.771] (II) event5 - Video Bus: device is a keyboard
[ 4.771] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[ 4.771] (II) No input driver specified, ignoring this device.
[ 4.771] (II) This device may have been added with another device file.
[ 4.772] (II) config/udev: removing device Dell WMI hotkeys
[ 4.772] (II) event14 - Dell WMI hotkeys: device removed
[ 4.861] (II) UnloadModule: "libinput"
[ 4.861] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event14)
[ 4.861] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 4.861] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 4.861] (**) Dell WMI hotkeys: always reports core events
[ 4.861] (**) Option "Device" "/dev/input/event14"
[ 4.861] (**) Option "_source" "server/udev"
[ 4.861] (II) event14 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4.861] (II) event14 - Dell WMI hotkeys: device is a keyboard
[ 4.861] (II) event14 - Dell WMI hotkeys: device removed
[ 4.971] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19/event14"
[ 4.971] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 11)
[ 4.971] (II) event14 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4.971] (II) event14 - Dell WMI hotkeys: device is a keyboard
[ 4.971] (II) config/udev: removing device PS/2 Generic Mouse
[ 4.971] (II) event15 - PS/2 Generic Mouse: device removed
[ 5.091] (II) UnloadModule: "libinput"
[ 5.091] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event15)
[ 5.091] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 5.091] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 5.091] (**) PS/2 Generic Mouse: always reports core events
[ 5.091] (**) Option "Device" "/dev/input/event15"
[ 5.091] (**) Option "_source" "server/udev"
[ 5.091] (II) event15 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 5.091] (II) event15 - PS/2 Generic Mouse: device is a pointer
[ 5.091] (II) event15 - PS/2 Generic Mouse: device removed
[ 5.221] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event15"
[ 5.221] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 13)
[ 5.221] (**) Option "AccelerationScheme" "none"
[ 5.221] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 5.221] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 5.221] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 5.222] (II) event15 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 5.222] (II) event15 - PS/2 Generic Mouse: device is a pointer
[ 5.223] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 5.223] (II) No input driver specified, ignoring this device.
[ 5.223] (II) This device may have been added with another device file.
[ 5.224] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event18)
[ 5.224] (II) No input driver specified, ignoring this device.
[ 5.224] (II) This device may have been added with another device file.
[ 5.225] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Mouse (/dev/input/mouse0)
[ 5.225] (II) No input driver specified, ignoring this device.
[ 5.225] (II) This device may have been added with another device file.
[ 5.226] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/mouse3)
[ 5.226] (II) No input driver specified, ignoring this device.
[ 5.226] (II) This device may have been added with another device file.
[ 5.226] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/mouse4)
[ 5.226] (II) No input driver specified, ignoring this device.
[ 5.226] (II) This device may have been added with another device file.
[ 5.226] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Touchpad (/dev/input/mouse1)
[ 5.226] (II) No input driver specified, ignoring this device.
[ 5.226] (II) This device may have been added with another device file.
[ 5.226] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event17)
[ 5.226] (II) No input driver specified, ignoring this device.
[ 5.226] (II) This device may have been added with another device file.
[ 5.227] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 UNKNOWN (/dev/input/event10)
[ 5.227] (II) No input driver specified, ignoring this device.
[ 5.227] (II) This device may have been added with another device file.
[ 5.227] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 UNKNOWN (/dev/input/event9)
[ 5.227] (II) No input driver specified, ignoring this device.
[ 5.227] (II) This device may have been added with another device file.
[ 5.227] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Mouse (/dev/input/event19)
[ 5.227] (**) DLL0945:00 06CB:CE26 Mouse: Applying InputClass "libinput pointer catchall"
[ 5.227] (II) Using input driver 'libinput' for 'DLL0945:00 06CB:CE26 Mouse'
[ 5.227] (**) DLL0945:00 06CB:CE26 Mouse: always reports core events
[ 5.227] (**) Option "Device" "/dev/input/event19"
[ 5.227] (**) Option "_source" "server/udev"
[ 5.227] (II) event19 - DLL0945:00 06CB:CE26 Mouse: is tagged by udev as: Mouse Pointingstick
[ 5.227] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device is a pointer
[ 5.228] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device removed
[ 5.341] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input31/event19"
[ 5.341] (II) XINPUT: Adding extended input device "DLL0945:00 06CB:CE26 Mouse" (type: MOUSE, id 14)
[ 5.341] (**) Option "AccelerationScheme" "none"
[ 5.341] (**) DLL0945:00 06CB:CE26 Mouse: (accel) selected scheme none/0
[ 5.341] (**) DLL0945:00 06CB:CE26 Mouse: (accel) acceleration factor: 2.000
[ 5.341] (**) DLL0945:00 06CB:CE26 Mouse: (accel) acceleration threshold: 4
[ 5.343] (II) event19 - DLL0945:00 06CB:CE26 Mouse: is tagged by udev as: Mouse Pointingstick
[ 5.343] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device is a pointer
[ 5.345] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event7)
[ 5.345] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 5.345] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 5.345] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 5.345] (**) Option "Device" "/dev/input/event7"
[ 5.345] (**) Option "_source" "server/udev"
[ 5.346] (II) event7 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 5.346] (II) event7 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 5.346] (II) event7 - Integrated_Webcam_HD: Integrate: device removed
[ 5.531] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input20/event7"
[ 5.531] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 15)
[ 5.532] (II) event7 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 5.532] (II) event7 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 5.533] (II) intel(0): EDID vendor "BOE", prod id 2221
[ 5.533] (II) intel(0): Printing DDC gathered Modelines:
[ 5.533] (II) intel(0): Modeline "1920x1080"x0.0 147.84 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (67.2 kHz eP)
[ 5.533] (II) intel(0): Modeline "1920x1080"x0.0 118.28 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (53.8 kHz e)
[ 5.534] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/event16)
[ 5.534] (**) CUST0000:00 04F3:2A81: Applying InputClass "libinput tablet catchall"
[ 5.534] (II) Using input driver 'libinput' for 'CUST0000:00 04F3:2A81'
[ 5.534] (**) CUST0000:00 04F3:2A81: always reports core events
[ 5.534] (**) Option "Device" "/dev/input/event16"
[ 5.534] (**) Option "_source" "server/udev"
[ 5.534] (II) event16 - CUST0000:00 04F3:2A81: is tagged by udev as: Tablet
[ 5.580] (II) event16 - CUST0000:00 04F3:2A81: tablet 'CUST0000:00 04F3:2A81' unknown to libwacom
[ 5.580] (II) event16 - CUST0000:00 04F3:2A81: device is a tablet
[ 5.580] (II) event16 - CUST0000:00 04F3:2A81: device removed
[ 5.731] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input24/event16"
[ 5.731] (II) XINPUT: Adding extended input device "CUST0000:00 04F3:2A81" (type: TABLET, id 16)
[ 5.732] (II) event16 - CUST0000:00 04F3:2A81: is tagged by udev as: Tablet
[ 5.733] (II) event16 - CUST0000:00 04F3:2A81: tablet 'CUST0000:00 04F3:2A81' unknown to libwacom
[ 5.733] (II) event16 - CUST0000:00 04F3:2A81: device is a tablet
[ 5.734] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[ 5.734] (II) No input driver specified, ignoring this device.
[ 5.734] (II) This device may have been added with another device file.
[ 5.734] (II) config/udev: Adding input device sof-hda-dsp Headphone Mic (/dev/input/event12)
[ 5.734] (II) No input driver specified, ignoring this device.
[ 5.734] (II) This device may have been added with another device file.
[ 5.735] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Touchpad (/dev/input/event20)
[ 5.735] (**) DLL0945:00 06CB:CE26 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 5.735] (II) Using input driver 'libinput' for 'DLL0945:00 06CB:CE26 Touchpad'
[ 5.735] (**) DLL0945:00 06CB:CE26 Touchpad: always reports core events
[ 5.735] (**) Option "Device" "/dev/input/event20"
[ 5.735] (**) Option "_source" "server/udev"
[ 5.736] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: is tagged by udev as: Touchpad
[ 5.737] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device is a touchpad
[ 5.737] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device removed
[ 5.901] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input32/event20"
[ 5.901] (II) XINPUT: Adding extended input device "DLL0945:00 06CB:CE26 Touchpad" (type: TOUCHPAD, id 17)
[ 5.903] (**) Option "AccelerationScheme" "none"
[ 5.903] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) selected scheme none/0
[ 5.903] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) acceleration factor: 2.000
[ 5.903] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) acceleration threshold: 4
[ 5.904] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: is tagged by udev as: Touchpad
[ 5.906] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device is a touchpad
[ 5.908] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/event8)
[ 5.908] (**) CUST0000:00 04F3:2A81: Applying InputClass "libinput touchscreen catchall"
[ 5.908] (II) Using input driver 'libinput' for 'CUST0000:00 04F3:2A81'
[ 5.908] (**) CUST0000:00 04F3:2A81: always reports core events
[ 5.908] (**) Option "Device" "/dev/input/event8"
[ 5.908] (**) Option "_source" "server/udev"
[ 5.909] (II) event8 - CUST0000:00 04F3:2A81: is tagged by udev as: Touchscreen
[ 5.909] (II) event8 - CUST0000:00 04F3:2A81: device is a touch device
[ 5.909] (II) event8 - CUST0000:00 04F3:2A81: device removed
[ 6.011] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input21/event8"
[ 6.011] (II) XINPUT: Adding extended input device "CUST0000:00 04F3:2A81" (type: TOUCHSCREEN, id 18)
[ 6.011] (**) Option "AccelerationScheme" "none"
[ 6.011] (**) CUST0000:00 04F3:2A81: (accel) selected scheme none/0
[ 6.011] (**) CUST0000:00 04F3:2A81: (accel) acceleration factor: 2.000
[ 6.011] (**) CUST0000:00 04F3:2A81: (accel) acceleration threshold: 4
[ 6.012] (II) event8 - CUST0000:00 04F3:2A81: is tagged by udev as: Touchscreen
[ 6.013] (II) event8 - CUST0000:00 04F3:2A81: device is a touch device
[ 291.352] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 291.595] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 292.590] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 1659.131] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 2101.477] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 13ms, your system is too slow
[ 2489.661] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 20ms, your system is too slow
[ 2507.286] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 15ms, your system is too slow
[ 2542.942] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 26ms, your system is too slow
[ 2596.682] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 13ms, your system is too slow
[ 2596.682] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[ 4466.523] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 4466.523] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: WARNING: log rate limit exceeded (5 msgs per 2h). Discarding future messages.
[ 6021.858] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 29ms, your system is too slow
[ 6050.293] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 11ms, your system is too slow
[ 6050.526] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 27ms, your system is too slow
[ 8694.925] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 11ms, your system is too slow
[ 9302.768] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 14ms, your system is too slow
[ 9302.768] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[ 9935.937] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 18ms, your system is too slow
[ 10079.991] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 11ms, your system is too slow
[ 10127.651] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 11ms, your system is too slow
[ 10135.077] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 28ms, your system is too slow
[ 10146.894] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 10207.947] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 33ms, your system is too slow
[ 10207.947] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.Last edited by Hidan0 (2021-06-15 20:15:43)
Offline
Remove the configuration and remove xf86-video-intel, reboot and retry. The standard config that comes with the nvidia-utils package is usually sufficient.
Last edited by V1del (2021-06-15 12:16:15)
Offline
Remove the configuration and remove xf86-video-intel, reboot and retry. The standard config that comes with the nvidia-utils package is usually sufficient.
It didn't work, it gave me the same error when i ran prime-run glxinfo | grep "OpenGL renderer"
Last edited by Hidan0 (2021-06-15 13:24:21)
Offline
Post the updated xorg log, your system journal ("sudo journalctl -b") and 'lspci -k | grep -A 3 -E "(VGA|3D)"'
Also notice that the BusID in xorg.conf is to be read decimal - "43", not "2b"
Offline
Post the updated xorg log, your system journal ("sudo journalctl -b") and 'lspci -k | grep -A 3 -E "(VGA|3D)"'
Also notice that the BusID in xorg.conf is to be read decimal - "43", not "2b"
updated /var/log/Xorg.0.log
[ 3.513] (--) Log file renamed from "/var/log/Xorg.pid-465.log" to "/var/log/Xorg.0.log"
[ 3.515]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 3.515] Build Operating System: Linux Archlinux
[ 3.515] Current Operating System: Linux hidan0-pc 5.10.43-1-lts #1 SMP Thu, 10 Jun 2021 12:32:16 +0000 x86_64
[ 3.515] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=1e3112f8-0ead-446c-9024-017118dbdf73 rw nvme_load=YES loglevel=3 quiet
[ 3.515] Build Date: 13 April 2021 03:12:10PM
[ 3.515]
[ 3.515] Current version of pixman: 0.40.0
[ 3.515] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3.515] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3.515] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 15 17:43:05 2021
[ 3.517] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3.518] (==) No Layout section. Using the first Screen section.
[ 3.518] (==) No screen section available. Using defaults.
[ 3.518] (**) |-->Screen "Default Screen Section" (0)
[ 3.518] (**) | |-->Monitor "<default monitor>"
[ 3.518] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3.518] (==) Automatically adding devices
[ 3.518] (==) Automatically enabling devices
[ 3.518] (==) Automatically adding GPU devices
[ 3.518] (==) Automatically binding GPU devices
[ 3.518] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3.519] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3.519] Entry deleted from font path.
[ 3.520] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 3.520] Entry deleted from font path.
[ 3.520] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3.520] Entry deleted from font path.
[ 3.520] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3.520] Entry deleted from font path.
[ 3.520] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3.520] Entry deleted from font path.
[ 3.520] (==) FontPath set to:
/usr/share/fonts/TTF
[ 3.520] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3.520] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3.520] (II) Module ABI versions:
[ 3.520] X.Org ANSI C Emulation: 0.4
[ 3.520] X.Org Video Driver: 24.1
[ 3.520] X.Org XInput driver : 24.1
[ 3.520] X.Org Server Extension : 10.0
[ 3.520] (++) using VT number 1
[ 3.521] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 3.521] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3.535] (--) PCI:*(0@0:2:0) 8086:9a49:1028:0a05 rev 1, Mem @ 0x6034000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 3.535] (--) PCI: (43@0:0:0) 10de:1d16:1028:0a05 rev 161, Mem @ 0x81000000/16777216, 0x6020000000/268435456, 0x6030000000/33554432, I/O @ 0x00003000/128
[ 3.535] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3.536] (II) LoadModule: "glx"
[ 3.536] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3.541] (II) Module glx: vendor="X.Org Foundation"
[ 3.541] compiled for 1.20.11, module version = 1.0.0
[ 3.541] ABI class: X.Org Server Extension, version 10.0
[ 3.541] (==) Matched intel as autoconfigured driver 0
[ 3.541] (==) Matched modesetting as autoconfigured driver 1
[ 3.541] (==) Matched fbdev as autoconfigured driver 2
[ 3.541] (==) Matched vesa as autoconfigured driver 3
[ 3.541] (==) Assigned the driver to the xf86ConfigLayout
[ 3.541] (II) LoadModule: "intel"
[ 3.541] (WW) Warning, couldn't open module intel
[ 3.541] (EE) Failed to load module "intel" (module does not exist, 0)
[ 3.541] (II) LoadModule: "modesetting"
[ 3.541] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3.543] (II) Module modesetting: vendor="X.Org Foundation"
[ 3.543] compiled for 1.20.11, module version = 1.20.11
[ 3.543] Module class: X.Org Video Driver
[ 3.543] ABI class: X.Org Video Driver, version 24.1
[ 3.543] (II) LoadModule: "fbdev"
[ 3.543] (WW) Warning, couldn't open module fbdev
[ 3.543] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 3.543] (II) LoadModule: "vesa"
[ 3.543] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 3.543] (II) Module vesa: vendor="X.Org Foundation"
[ 3.543] compiled for 1.20.9, module version = 2.5.0
[ 3.543] Module class: X.Org Video Driver
[ 3.543] ABI class: X.Org Video Driver, version 24.1
[ 3.543] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3.543] (II) VESA: driver for VESA chipsets: vesa
[ 3.550] (II) modeset(0): using drv /dev/dri/card0
[ 3.550] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3.550] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 3.550] (==) modeset(0): RGB weight 888
[ 3.550] (==) modeset(0): Default visual is TrueColor
[ 3.550] (II) Loading sub module "glamoregl"
[ 3.550] (II) LoadModule: "glamoregl"
[ 3.550] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 3.554] (II) Module glamoregl: vendor="X.Org Foundation"
[ 3.554] compiled for 1.20.11, module version = 1.0.1
[ 3.554] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.694] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[ 3.694] (II) modeset(0): glamor initialized
[ 3.695] (II) modeset(0): Output eDP-1 has no monitor section
[ 3.695] (II) modeset(0): Output HDMI-1 has no monitor section
[ 3.695] (II) modeset(0): Output DP-1 has no monitor section
[ 3.695] (II) modeset(0): Output DP-2 has no monitor section
[ 3.696] (II) modeset(0): EDID for output eDP-1
[ 3.696] (II) modeset(0): Manufacturer: BOE Model: 8ad Serial#: 0
[ 3.696] (II) modeset(0): Year: 2019 Week: 20
[ 3.696] (II) modeset(0): EDID Version: 1.4
[ 3.696] (II) modeset(0): Digital Display Input
[ 3.696] (II) modeset(0): 8 bits per channel
[ 3.696] (II) modeset(0): Digital interface is DisplayPort
[ 3.696] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 3.696] (II) modeset(0): Gamma: 2.20
[ 3.696] (II) modeset(0): No DPMS capabilities specified
[ 3.696] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 3.696] (II) modeset(0): First detailed timing is preferred mode
[ 3.696] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 3.696] (II) modeset(0): Display is continuous-frequency
[ 3.696] (II) modeset(0): redX: 0.585 redY: 0.365 greenX: 0.351 greenY: 0.581
[ 3.696] (II) modeset(0): blueX: 0.164 blueY: 0.132 whiteX: 0.313 whiteY: 0.329
[ 3.696] (II) modeset(0): Manufacturer's mask: 0
[ 3.696] (II) modeset(0): Supported detailed timing:
[ 3.696] (II) modeset(0): clock: 147.8 MHz Image Size: 309 x 174 mm
[ 3.696] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2200 h_border: 0
[ 3.696] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1089 v_blanking: 1120 v_border: 0
[ 3.696] (II) modeset(0): Supported detailed timing:
[ 3.696] (II) modeset(0): clock: 118.3 MHz Image Size: 309 x 174 mm
[ 3.696] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2200 h_border: 0
[ 3.696] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1089 v_blanking: 1120 v_border: 0
[ 3.696] (II) modeset(0): 22G8NNV14N4M
[ 3.696] (II) modeset(0): Unknown vendor-specific block 0
[ 3.696] (II) modeset(0): EDID (in hex):
[ 3.696] (II) modeset(0): 00ffffffffffff0009e5ad0800000000
[ 3.696] (II) modeset(0): 141d0104a51f117803ef35955d59942a
[ 3.696] (II) modeset(0): 21505400000001010101010101010101
[ 3.696] (II) modeset(0): 010101010101c0398018713828403020
[ 3.696] (II) modeset(0): 360035ae1000001a342e801871382840
[ 3.696] (II) modeset(0): 3020360035ae1000001a000000fe0032
[ 3.696] (II) modeset(0): 3247384e804e5631344e344d00000000
[ 3.696] (II) modeset(0): 0001412196001000000a010a20200023
[ 3.697] (II) modeset(0): Printing probed modes for output eDP-1
[ 3.697] (II) modeset(0): Modeline "1920x1080"x60.0 147.84 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (67.2 kHz eP)
[ 3.697] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 3.697] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 3.697] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 3.697] (II) modeset(0): Modeline "1920x1080"x48.0 118.28 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (53.8 kHz e)
[ 3.697] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 3.697] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 3.697] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 3.697] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 3.697] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 3.697] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 3.697] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 3.697] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 3.697] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 3.697] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 3.697] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 3.697] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 3.697] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 3.697] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 3.697] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 3.697] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 3.697] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 3.697] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 3.697] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 3.697] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 3.697] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 3.697] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 3.697] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 3.697] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 3.697] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 3.697] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 3.697] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 3.697] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 3.697] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 3.697] (II) modeset(0): EDID for output HDMI-1
[ 3.697] (II) modeset(0): EDID for output DP-1
[ 3.697] (II) modeset(0): EDID for output DP-2
[ 3.697] (II) modeset(0): Output eDP-1 connected
[ 3.697] (II) modeset(0): Output HDMI-1 disconnected
[ 3.697] (II) modeset(0): Output DP-1 disconnected
[ 3.697] (II) modeset(0): Output DP-2 disconnected
[ 3.697] (II) modeset(0): Using exact sizes for initial modes
[ 3.697] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 3.697] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3.697] (==) modeset(0): DPI set to (96, 96)
[ 3.697] (II) Loading sub module "fb"
[ 3.698] (II) LoadModule: "fb"
[ 3.698] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3.698] (II) Module fb: vendor="X.Org Foundation"
[ 3.698] compiled for 1.20.11, module version = 1.0.0
[ 3.698] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.698] (II) UnloadModule: "vesa"
[ 3.698] (II) Unloading vesa
[ 3.732] (==) modeset(0): Backing store enabled
[ 3.732] (==) modeset(0): Silken mouse disabled
[ 3.800] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 3.800] (==) modeset(0): DPMS enabled
[ 3.800] (II) modeset(0): [DRI2] Setup complete
[ 3.800] (II) modeset(0): [DRI2] DRI driver: iris
[ 3.800] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 3.800] (II) Initializing extension Generic Event Extension
[ 3.800] (II) Initializing extension SHAPE
[ 3.800] (II) Initializing extension MIT-SHM
[ 3.800] (II) Initializing extension XInputExtension
[ 3.800] (II) Initializing extension XTEST
[ 3.800] (II) Initializing extension BIG-REQUESTS
[ 3.800] (II) Initializing extension SYNC
[ 3.800] (II) Initializing extension XKEYBOARD
[ 3.800] (II) Initializing extension XC-MISC
[ 3.800] (II) Initializing extension SECURITY
[ 3.800] (II) Initializing extension XFIXES
[ 3.800] (II) Initializing extension RENDER
[ 3.801] (II) Initializing extension RANDR
[ 3.801] (II) Initializing extension COMPOSITE
[ 3.801] (II) Initializing extension DAMAGE
[ 3.801] (II) Initializing extension MIT-SCREEN-SAVER
[ 3.801] (II) Initializing extension DOUBLE-BUFFER
[ 3.801] (II) Initializing extension RECORD
[ 3.801] (II) Initializing extension DPMS
[ 3.801] (II) Initializing extension Present
[ 3.801] (II) Initializing extension DRI3
[ 3.801] (II) Initializing extension X-Resource
[ 3.801] (II) Initializing extension XVideo
[ 3.801] (II) Initializing extension XVideo-MotionCompensation
[ 3.801] (II) Initializing extension GLX
[ 3.807] (II) AIGLX: Loaded and initialized iris
[ 3.807] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 3.807] (II) Initializing extension XFree86-VidModeExtension
[ 3.807] (II) Initializing extension XFree86-DGA
[ 3.807] (II) Initializing extension XFree86-DRI
[ 3.807] (II) Initializing extension DRI2
[ 3.807] (II) modeset(0): Damage tracking initialized
[ 3.807] (II) modeset(0): Setting screen physical size to 508 x 285
[ 3.836] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 3.836] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3.836] (II) LoadModule: "libinput"
[ 3.836] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 3.839] (II) Module libinput: vendor="X.Org Foundation"
[ 3.839] compiled for 1.20.11, module version = 1.0.1
[ 3.839] Module class: X.Org XInput Driver
[ 3.839] ABI class: X.Org XInput driver, version 24.1
[ 3.839] (II) Using input driver 'libinput' for 'Video Bus'
[ 3.839] (**) Video Bus: always reports core events
[ 3.839] (**) Option "Device" "/dev/input/event5"
[ 3.839] (**) Option "_source" "server/udev"
[ 3.843] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3.843] (II) event5 - Video Bus: device is a keyboard
[ 3.843] (II) event5 - Video Bus: device removed
[ 4.001] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[ 4.001] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 4.001] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 4.001] (II) event5 - Video Bus: device is a keyboard
[ 4.001] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 4.001] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4.001] (II) Using input driver 'libinput' for 'Video Bus'
[ 4.001] (**) Video Bus: always reports core events
[ 4.001] (**) Option "Device" "/dev/input/event6"
[ 4.001] (**) Option "_source" "server/udev"
[ 4.002] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 4.002] (II) event6 - Video Bus: device is a keyboard
[ 4.002] (II) event6 - Video Bus: device removed
[ 4.131] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/LNXVIDEO:01/input/input7/event6"
[ 4.131] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 4.131] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 4.131] (II) event6 - Video Bus: device is a keyboard
[ 4.131] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 4.131] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 4.131] (II) Using input driver 'libinput' for 'Power Button'
[ 4.131] (**) Power Button: always reports core events
[ 4.131] (**) Option "Device" "/dev/input/event1"
[ 4.131] (**) Option "_source" "server/udev"
[ 4.132] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 4.132] (II) event1 - Power Button: device is a keyboard
[ 4.132] (II) event1 - Power Button: device removed
[ 4.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 4.201] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 4.201] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 4.201] (II) event1 - Power Button: device is a keyboard
[ 4.201] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 4.201] (II) No input driver specified, ignoring this device.
[ 4.201] (II) This device may have been added with another device file.
[ 4.201] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 4.201] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 4.201] (II) Using input driver 'libinput' for 'Sleep Button'
[ 4.201] (**) Sleep Button: always reports core events
[ 4.201] (**) Option "Device" "/dev/input/event2"
[ 4.201] (**) Option "_source" "server/udev"
[ 4.202] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 4.202] (II) event2 - Sleep Button: device is a keyboard
[ 4.202] (II) event2 - Sleep Button: device removed
[ 4.301] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 4.301] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 4.301] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 4.301] (II) event2 - Sleep Button: device is a keyboard
[ 4.302] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 4.302] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 4.302] (II) Using input driver 'libinput' for 'Intel HID events'
[ 4.302] (**) Intel HID events: always reports core events
[ 4.302] (**) Option "Device" "/dev/input/event4"
[ 4.302] (**) Option "_source" "server/udev"
[ 4.303] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 4.303] (II) event4 - Intel HID events: device is a keyboard
[ 4.303] (II) event4 - Intel HID events: device removed
[ 4.381] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input5/event4"
[ 4.381] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 10)
[ 4.381] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 4.381] (II) event4 - Intel HID events: device is a keyboard
[ 4.381] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event15)
[ 4.381] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 4.381] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 4.381] (**) Dell WMI hotkeys: always reports core events
[ 4.381] (**) Option "Device" "/dev/input/event15"
[ 4.381] (**) Option "_source" "server/udev"
[ 4.382] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4.382] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 4.382] (II) event15 - Dell WMI hotkeys: device removed
[ 4.541] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19/event15"
[ 4.541] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 11)
[ 4.541] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4.541] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 4.542] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 4.542] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 4.542] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 4.542] (**) AT Translated Set 2 keyboard: always reports core events
[ 4.542] (**) Option "Device" "/dev/input/event3"
[ 4.542] (**) Option "_source" "server/udev"
[ 4.542] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4.542] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4.542] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 4.601] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 4.601] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 4.601] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4.601] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4.602] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event14)
[ 4.602] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 4.602] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 4.602] (**) PS/2 Generic Mouse: always reports core events
[ 4.602] (**) Option "Device" "/dev/input/event14"
[ 4.602] (**) Option "_source" "server/udev"
[ 4.602] (II) event14 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 4.602] (II) event14 - PS/2 Generic Mouse: device is a pointer
[ 4.602] (II) event14 - PS/2 Generic Mouse: device removed
[ 4.691] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event14"
[ 4.691] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 13)
[ 4.691] (**) Option "AccelerationScheme" "none"
[ 4.691] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 4.691] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 4.691] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 4.691] (II) event14 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 4.691] (II) event14 - PS/2 Generic Mouse: device is a pointer
[ 4.691] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse3)
[ 4.691] (II) No input driver specified, ignoring this device.
[ 4.691] (II) This device may have been added with another device file.
[ 4.691] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[ 4.691] (II) No input driver specified, ignoring this device.
[ 4.691] (II) This device may have been added with another device file.
[ 4.750] (II) config/udev: removing device Video Bus
[ 4.750] (II) event5 - Video Bus: device removed
[ 4.841] (II) UnloadModule: "libinput"
[ 4.841] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 4.841] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4.841] (II) Using input driver 'libinput' for 'Video Bus'
[ 4.841] (**) Video Bus: always reports core events
[ 4.841] (**) Option "Device" "/dev/input/event5"
[ 4.841] (**) Option "_source" "server/udev"
[ 4.841] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 4.841] (II) event5 - Video Bus: device is a keyboard
[ 4.841] (II) event5 - Video Bus: device removed
[ 4.941] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[ 4.941] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 4.941] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 4.941] (II) event5 - Video Bus: device is a keyboard
[ 4.941] (II) config/udev: removing device Video Bus
[ 4.941] (II) event6 - Video Bus: device removed
[ 5.051] (II) UnloadModule: "libinput"
[ 5.051] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 5.051] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 5.051] (II) Using input driver 'libinput' for 'Video Bus'
[ 5.051] (**) Video Bus: always reports core events
[ 5.051] (**) Option "Device" "/dev/input/event6"
[ 5.051] (**) Option "_source" "server/udev"
[ 5.051] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 5.051] (II) event6 - Video Bus: device is a keyboard
[ 5.051] (II) event6 - Video Bus: device removed
[ 5.190] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/LNXVIDEO:01/input/input7/event6"
[ 5.191] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 5.191] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 5.191] (II) event6 - Video Bus: device is a keyboard
[ 5.191] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[ 5.191] (II) No input driver specified, ignoring this device.
[ 5.191] (II) This device may have been added with another device file.
[ 5.192] (II) config/udev: removing device Dell WMI hotkeys
[ 5.192] (II) event15 - Dell WMI hotkeys: device removed
[ 5.281] (II) UnloadModule: "libinput"
[ 5.281] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event15)
[ 5.281] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 5.281] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 5.281] (**) Dell WMI hotkeys: always reports core events
[ 5.281] (**) Option "Device" "/dev/input/event15"
[ 5.281] (**) Option "_source" "server/udev"
[ 5.281] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 5.281] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 5.281] (II) event15 - Dell WMI hotkeys: device removed
[ 5.391] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19/event15"
[ 5.391] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 11)
[ 5.392] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 5.392] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 5.393] (II) config/udev: removing device PS/2 Generic Mouse
[ 5.393] (II) event14 - PS/2 Generic Mouse: device removed
[ 5.491] (II) UnloadModule: "libinput"
[ 5.491] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event14)
[ 5.491] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 5.491] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 5.491] (**) PS/2 Generic Mouse: always reports core events
[ 5.491] (**) Option "Device" "/dev/input/event14"
[ 5.491] (**) Option "_source" "server/udev"
[ 5.492] (II) event14 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 5.492] (II) event14 - PS/2 Generic Mouse: device is a pointer
[ 5.493] (II) event14 - PS/2 Generic Mouse: device removed
[ 5.571] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event14"
[ 5.571] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 13)
[ 5.571] (**) Option "AccelerationScheme" "none"
[ 5.571] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 5.571] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 5.571] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 5.572] (II) event14 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 5.572] (II) event14 - PS/2 Generic Mouse: device is a pointer
[ 5.573] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse3)
[ 5.573] (II) No input driver specified, ignoring this device.
[ 5.573] (II) This device may have been added with another device file.
[ 5.574] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event16)
[ 5.574] (II) No input driver specified, ignoring this device.
[ 5.574] (II) This device may have been added with another device file.
[ 5.574] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event18)
[ 5.574] (II) No input driver specified, ignoring this device.
[ 5.574] (II) This device may have been added with another device file.
[ 5.575] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Mouse (/dev/input/mouse2)
[ 5.575] (II) No input driver specified, ignoring this device.
[ 5.575] (II) This device may have been added with another device file.
[ 5.576] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Touchpad (/dev/input/mouse4)
[ 5.576] (II) No input driver specified, ignoring this device.
[ 5.576] (II) This device may have been added with another device file.
[ 5.576] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/mouse0)
[ 5.576] (II) No input driver specified, ignoring this device.
[ 5.576] (II) This device may have been added with another device file.
[ 5.577] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/mouse1)
[ 5.577] (II) No input driver specified, ignoring this device.
[ 5.577] (II) This device may have been added with another device file.
[ 5.577] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Mouse (/dev/input/event19)
[ 5.577] (**) DLL0945:00 06CB:CE26 Mouse: Applying InputClass "libinput pointer catchall"
[ 5.577] (II) Using input driver 'libinput' for 'DLL0945:00 06CB:CE26 Mouse'
[ 5.577] (**) DLL0945:00 06CB:CE26 Mouse: always reports core events
[ 5.577] (**) Option "Device" "/dev/input/event19"
[ 5.577] (**) Option "_source" "server/udev"
[ 5.577] (II) event19 - DLL0945:00 06CB:CE26 Mouse: is tagged by udev as: Mouse Pointingstick
[ 5.577] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device is a pointer
[ 5.578] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device removed
[ 5.701] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-13/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input31/event19"
[ 5.701] (II) XINPUT: Adding extended input device "DLL0945:00 06CB:CE26 Mouse" (type: MOUSE, id 14)
[ 5.701] (**) Option "AccelerationScheme" "none"
[ 5.701] (**) DLL0945:00 06CB:CE26 Mouse: (accel) selected scheme none/0
[ 5.701] (**) DLL0945:00 06CB:CE26 Mouse: (accel) acceleration factor: 2.000
[ 5.701] (**) DLL0945:00 06CB:CE26 Mouse: (accel) acceleration threshold: 4
[ 5.702] (II) event19 - DLL0945:00 06CB:CE26 Mouse: is tagged by udev as: Mouse Pointingstick
[ 5.703] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device is a pointer
[ 5.704] (II) config/udev: Adding input device sof-hda-dsp Headphone Mic (/dev/input/event8)
[ 5.704] (II) No input driver specified, ignoring this device.
[ 5.704] (II) This device may have been added with another device file.
[ 5.705] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 UNKNOWN (/dev/input/event10)
[ 5.705] (II) No input driver specified, ignoring this device.
[ 5.705] (II) This device may have been added with another device file.
[ 5.706] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/event17)
[ 5.706] (**) CUST0000:00 04F3:2A81: Applying InputClass "libinput tablet catchall"
[ 5.706] (II) Using input driver 'libinput' for 'CUST0000:00 04F3:2A81'
[ 5.706] (**) CUST0000:00 04F3:2A81: always reports core events
[ 5.706] (**) Option "Device" "/dev/input/event17"
[ 5.706] (**) Option "_source" "server/udev"
[ 5.707] (II) event17 - CUST0000:00 04F3:2A81: is tagged by udev as: Tablet
[ 5.749] (II) event17 - CUST0000:00 04F3:2A81: tablet 'CUST0000:00 04F3:2A81' unknown to libwacom
[ 5.749] (II) event17 - CUST0000:00 04F3:2A81: device is a tablet
[ 5.749] (II) event17 - CUST0000:00 04F3:2A81: device removed
[ 5.901] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input28/event17"
[ 5.901] (II) XINPUT: Adding extended input device "CUST0000:00 04F3:2A81" (type: TABLET, id 15)
[ 5.902] (II) event17 - CUST0000:00 04F3:2A81: is tagged by udev as: Tablet
[ 5.903] (II) event17 - CUST0000:00 04F3:2A81: tablet 'CUST0000:00 04F3:2A81' unknown to libwacom
[ 5.903] (II) event17 - CUST0000:00 04F3:2A81: device is a tablet
[ 5.904] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event7)
[ 5.904] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 5.904] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 5.904] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 5.904] (**) Option "Device" "/dev/input/event7"
[ 5.904] (**) Option "_source" "server/udev"
[ 5.905] (II) event7 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 5.905] (II) event7 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 5.905] (II) event7 - Integrated_Webcam_HD: Integrate: device removed
[ 6.001] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input20/event7"
[ 6.001] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 16)
[ 6.003] (II) event7 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 6.003] (II) event7 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 6.003] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event12)
[ 6.004] (II) No input driver specified, ignoring this device.
[ 6.004] (II) This device may have been added with another device file.
[ 6.004] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 UNKNOWN (/dev/input/event13)
[ 6.004] (II) No input driver specified, ignoring this device.
[ 6.004] (II) This device may have been added with another device file.
[ 6.005] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Touchpad (/dev/input/event20)
[ 6.005] (**) DLL0945:00 06CB:CE26 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 6.005] (II) Using input driver 'libinput' for 'DLL0945:00 06CB:CE26 Touchpad'
[ 6.005] (**) DLL0945:00 06CB:CE26 Touchpad: always reports core events
[ 6.005] (**) Option "Device" "/dev/input/event20"
[ 6.005] (**) Option "_source" "server/udev"
[ 6.006] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: is tagged by udev as: Touchpad
[ 6.008] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device is a touchpad
[ 6.008] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device removed
[ 6.171] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-13/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input32/event20"
[ 6.171] (II) XINPUT: Adding extended input device "DLL0945:00 06CB:CE26 Touchpad" (type: TOUCHPAD, id 17)
[ 6.173] (**) Option "AccelerationScheme" "none"
[ 6.173] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) selected scheme none/0
[ 6.173] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) acceleration factor: 2.000
[ 6.173] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) acceleration threshold: 4
[ 6.174] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: is tagged by udev as: Touchpad
[ 6.176] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device is a touchpad
[ 6.177] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/event9)
[ 6.177] (**) CUST0000:00 04F3:2A81: Applying InputClass "libinput touchscreen catchall"
[ 6.177] (II) Using input driver 'libinput' for 'CUST0000:00 04F3:2A81'
[ 6.177] (**) CUST0000:00 04F3:2A81: always reports core events
[ 6.177] (**) Option "Device" "/dev/input/event9"
[ 6.177] (**) Option "_source" "server/udev"
[ 6.177] (II) event9 - CUST0000:00 04F3:2A81: is tagged by udev as: Touchscreen
[ 6.177] (II) event9 - CUST0000:00 04F3:2A81: device is a touch device
[ 6.177] (II) event9 - CUST0000:00 04F3:2A81: device removed
[ 6.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input25/event9"
[ 6.251] (II) XINPUT: Adding extended input device "CUST0000:00 04F3:2A81" (type: TOUCHSCREEN, id 18)
[ 6.251] (**) Option "AccelerationScheme" "none"
[ 6.251] (**) CUST0000:00 04F3:2A81: (accel) selected scheme none/0
[ 6.251] (**) CUST0000:00 04F3:2A81: (accel) acceleration factor: 2.000
[ 6.251] (**) CUST0000:00 04F3:2A81: (accel) acceleration threshold: 4
[ 6.252] (II) event9 - CUST0000:00 04F3:2A81: is tagged by udev as: Touchscreen
[ 6.253] (II) event9 - CUST0000:00 04F3:2A81: device is a touch device
[ 12.419] (II) modeset(0): EDID vendor "BOE", prod id 2221
[ 12.419] (II) modeset(0): Printing DDC gathered Modelines:
[ 12.419] (II) modeset(0): Modeline "1920x1080"x0.0 147.84 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (67.2 kHz eP)
[ 12.419] (II) modeset(0): Modeline "1920x1080"x0.0 118.28 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (53.8 kHz e)sudo journalctl -b
-- Journal begins at Tue 2021-05-25 01:12:37 CEST, ends at Tue 2021-06-15 17:43:49 CEST. --
giu 15 17:43:03 hidan0-pc kernel: Linux version 5.10.43-1-lts (linux-lts@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Thu, 10 Jun 2021 12:32:16 +0000
giu 15 17:43:03 hidan0-pc kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=1e3112f8-0ead-446c-9024-017118dbdf73 rw nvme_load=YES loglevel=3 quiet
giu 15 17:43:03 hidan0-pc kernel: x86/split lock detection: warning about user-space split_locks
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
giu 15 17:43:03 hidan0-pc kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
giu 15 17:43:03 hidan0-pc kernel: BIOS-provided physical RAM map:
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005f72afff] usable
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x000000005f72b000-0x000000005f84dfff] type 20
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x000000005f84e000-0x0000000063510fff] reserved
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000063511000-0x0000000063d71fff] ACPI NVS
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000063d72000-0x0000000063ffefff] ACPI data
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000063fff000-0x0000000063ffffff] usable
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000064000000-0x0000000067ffffff] reserved
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000068700000-0x00000000687fffff] reserved
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000069000000-0x00000000707fffff] reserved
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
giu 15 17:43:03 hidan0-pc kernel: BIOS-e820: [mem 0x0000000100000000-0x000000028f7fffff] usable
giu 15 17:43:03 hidan0-pc kernel: NX (Execute Disable) protection: active
giu 15 17:43:03 hidan0-pc kernel: efi: EFI v2.70 by Dell
giu 15 17:43:03 hidan0-pc kernel: efi: ACPI=0x63ffe000 ACPI 2.0=0x63ffe014 TPMFinalLog=0x63d17000 SMBIOS=0x5fde3000 ESRT=0x5fd8ca18 MEMATTR=0x5ae8a018
giu 15 17:43:03 hidan0-pc kernel: SMBIOS 3.2 present.
giu 15 17:43:03 hidan0-pc kernel: DMI: Dell Inc. Inspiron 5406 2n1/08TN14, BIOS 1.2.0 01/26/2021
giu 15 17:43:03 hidan0-pc kernel: tsc: Detected 1400.000 MHz processor
giu 15 17:43:03 hidan0-pc kernel: tsc: Detected 1382.400 MHz TSC
giu 15 17:43:03 hidan0-pc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
giu 15 17:43:03 hidan0-pc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
giu 15 17:43:03 hidan0-pc kernel: last_pfn = 0x28f800 max_arch_pfn = 0x400000000
giu 15 17:43:03 hidan0-pc kernel: MTRR default type: write-back
giu 15 17:43:03 hidan0-pc kernel: MTRR fixed ranges enabled:
giu 15 17:43:03 hidan0-pc kernel: 00000-9FFFF write-back
giu 15 17:43:03 hidan0-pc kernel: A0000-BFFFF uncachable
giu 15 17:43:03 hidan0-pc kernel: C0000-FFFFF write-protect
giu 15 17:43:03 hidan0-pc kernel: MTRR variable ranges enabled:
giu 15 17:43:03 hidan0-pc kernel: 0 base 0080000000 mask 7F80000000 uncachable
giu 15 17:43:03 hidan0-pc kernel: 1 base 0070000000 mask 7FF0000000 uncachable
giu 15 17:43:03 hidan0-pc kernel: 2 base 006C000000 mask 7FFC000000 uncachable
giu 15 17:43:03 hidan0-pc kernel: 3 base 2000000000 mask 6000000000 uncachable
giu 15 17:43:03 hidan0-pc kernel: 4 base 1000000000 mask 7000000000 uncachable
giu 15 17:43:03 hidan0-pc kernel: 5 base 0800000000 mask 7800000000 uncachable
giu 15 17:43:03 hidan0-pc kernel: 6 base 0400000000 mask 7C00000000 uncachable
giu 15 17:43:03 hidan0-pc kernel: 7 base 4000000000 mask 4000000000 uncachable
giu 15 17:43:03 hidan0-pc kernel: 8 disabled
giu 15 17:43:03 hidan0-pc kernel: 9 disabled
giu 15 17:43:03 hidan0-pc kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
giu 15 17:43:03 hidan0-pc kernel: last_pfn = 0x64000 max_arch_pfn = 0x400000000
giu 15 17:43:03 hidan0-pc kernel: esrt: Reserving ESRT space from 0x000000005fd8ca18 to 0x000000005fd8caa0.
giu 15 17:43:03 hidan0-pc kernel: check: Scanning 1 areas for low memory corruption
giu 15 17:43:03 hidan0-pc kernel: Using GB pages for direct mapping
giu 15 17:43:03 hidan0-pc kernel: Secure boot could not be determined
giu 15 17:43:03 hidan0-pc kernel: RAMDISK: [mem 0x37089000-0x3783bfff]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Early table checksum verification disabled
giu 15 17:43:03 hidan0-pc kernel: ACPI: RSDP 0x0000000063FFE014 000024 (v02 DELL )
giu 15 17:43:03 hidan0-pc kernel: ACPI: XSDT 0x0000000063F70188 000124 (v01 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: FACP 0x0000000063FED000 000114 (v06 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: DSDT 0x0000000063F90000 0591D8 (v02 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: FACS 0x0000000063D03000 000040
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063FFA000 0025CF (v02 CpuRef CpuSsdt 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063FEE000 00BCB6 (v02 DptfTb DptfTabl 00001000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: HPET 0x0000000063FEC000 000038 (v01 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: APIC 0x0000000063FEB000 00012C (v04 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: MCFG 0x0000000063FEA000 00003C (v01 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F8E000 0015CB (v02 DELL DellRtd3 00001000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: NHLT 0x0000000063F8C000 001B54 (v00 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F89000 002BC4 (v02 SaSsdt SaSsdt 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F87000 0012AA (v02 INTEL IgfxSsdt 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F7B000 00B192 (v02 INTEL TcssSsdt 00001000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F7A000 000CD2 (v02 DELL UsbCTabl 00001000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: LPIT 0x0000000063F79000 0000CC (v01 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: WSMT 0x0000000063F78000 000028 (v01 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F77000 000B75 (v02 DELL PtidDevc 00001000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F76000 00012A (v02 DELL TbtTypeC 00000000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: DBGP 0x0000000063F75000 000034 (v01 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: DBG2 0x0000000063F74000 000054 (v00 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F73000 00060E (v02 DELL Tpm2Tabl 00001000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: TPM2 0x0000000063F72000 00004C (v04 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SLIC 0x0000000063F71000 000176 (v03 DELL CBX3 06222004 MSFT 00010013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: BOOT 0x0000000063FFD000 000028 (v01 DELL CBX3 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: MSDM 0x0000000063F6F000 000055 (v03 DELL CBX3 06222004 AMI 00010013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: DMAR 0x0000000063F6E000 000090 (v02 INTEL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F6A000 003EB9 (v01 DELL NvdTable 00001000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F69000 000C16 (v02 DELL xh_Dell_ 00000000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0x0000000063F68000 000144 (v02 Intel ADebTabl 00001000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: UEFI 0x0000000063C9F000 00063A (v01 INTEL RstVmdE 00000000 ?? 00000000)
giu 15 17:43:03 hidan0-pc kernel: ACPI: UEFI 0x0000000063C9E000 00005C (v01 INTEL RstVmdV 00000000 ?? 00000000)
giu 15 17:43:03 hidan0-pc kernel: ACPI: PTDT 0x0000000063F67000 000D44 (v00 DELL Dell Inc 00000005 MSFT 0100000D)
giu 15 17:43:03 hidan0-pc kernel: ACPI: BGRT 0x0000000063F66000 000038 (v01 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: FPDT 0x0000000063F65000 000034 (v01 DELL Dell Inc 00000002 01000013)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving FACP table memory at [mem 0x63fed000-0x63fed113]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving DSDT table memory at [mem 0x63f90000-0x63fe91d7]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving FACS table memory at [mem 0x63d03000-0x63d0303f]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63ffa000-0x63ffc5ce]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63fee000-0x63ff9cb5]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving HPET table memory at [mem 0x63fec000-0x63fec037]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving APIC table memory at [mem 0x63feb000-0x63feb12b]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving MCFG table memory at [mem 0x63fea000-0x63fea03b]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f8e000-0x63f8f5ca]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving NHLT table memory at [mem 0x63f8c000-0x63f8db53]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f89000-0x63f8bbc3]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f87000-0x63f882a9]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f7b000-0x63f86191]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f7a000-0x63f7acd1]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving LPIT table memory at [mem 0x63f79000-0x63f790cb]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving WSMT table memory at [mem 0x63f78000-0x63f78027]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f77000-0x63f77b74]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f76000-0x63f76129]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving DBGP table memory at [mem 0x63f75000-0x63f75033]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving DBG2 table memory at [mem 0x63f74000-0x63f74053]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f73000-0x63f7360d]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving TPM2 table memory at [mem 0x63f72000-0x63f7204b]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SLIC table memory at [mem 0x63f71000-0x63f71175]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving BOOT table memory at [mem 0x63ffd000-0x63ffd027]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving MSDM table memory at [mem 0x63f6f000-0x63f6f054]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving DMAR table memory at [mem 0x63f6e000-0x63f6e08f]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f6a000-0x63f6deb8]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f69000-0x63f69c15]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x63f68000-0x63f68143]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving UEFI table memory at [mem 0x63c9f000-0x63c9f639]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving UEFI table memory at [mem 0x63c9e000-0x63c9e05b]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving PTDT table memory at [mem 0x63f67000-0x63f67d43]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving BGRT table memory at [mem 0x63f66000-0x63f66037]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Reserving FPDT table memory at [mem 0x63f65000-0x63f65033]
giu 15 17:43:03 hidan0-pc kernel: ACPI: Local APIC address 0xfee00000
giu 15 17:43:03 hidan0-pc kernel: No NUMA configuration found
giu 15 17:43:03 hidan0-pc kernel: Faking a node at [mem 0x0000000000000000-0x000000028f7fffff]
giu 15 17:43:03 hidan0-pc kernel: NODE_DATA(0) allocated [mem 0x28f7fc000-0x28f7fffff]
giu 15 17:43:03 hidan0-pc kernel: Zone ranges:
giu 15 17:43:03 hidan0-pc kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
giu 15 17:43:03 hidan0-pc kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
giu 15 17:43:03 hidan0-pc kernel: Normal [mem 0x0000000100000000-0x000000028f7fffff]
giu 15 17:43:03 hidan0-pc kernel: Device empty
giu 15 17:43:03 hidan0-pc kernel: Movable zone start for each node
giu 15 17:43:03 hidan0-pc kernel: Early memory node ranges
giu 15 17:43:03 hidan0-pc kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
giu 15 17:43:03 hidan0-pc kernel: node 0: [mem 0x0000000000100000-0x000000005f72afff]
giu 15 17:43:03 hidan0-pc kernel: node 0: [mem 0x0000000063fff000-0x0000000063ffffff]
giu 15 17:43:03 hidan0-pc kernel: node 0: [mem 0x0000000100000000-0x000000028f7fffff]
giu 15 17:43:03 hidan0-pc kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000028f7fffff]
giu 15 17:43:03 hidan0-pc kernel: On node 0 totalpages: 2027210
giu 15 17:43:03 hidan0-pc kernel: DMA zone: 64 pages used for memmap
giu 15 17:43:03 hidan0-pc kernel: DMA zone: 24 pages reserved
giu 15 17:43:03 hidan0-pc kernel: DMA zone: 3998 pages, LIFO batch:0
giu 15 17:43:03 hidan0-pc kernel: DMA zone: 28770 pages in unavailable ranges
giu 15 17:43:03 hidan0-pc kernel: DMA32 zone: 6045 pages used for memmap
giu 15 17:43:03 hidan0-pc kernel: DMA32 zone: 386860 pages, LIFO batch:63
giu 15 17:43:03 hidan0-pc kernel: DMA32 zone: 35028 pages in unavailable ranges
giu 15 17:43:03 hidan0-pc kernel: Normal zone: 25568 pages used for memmap
giu 15 17:43:03 hidan0-pc kernel: Normal zone: 1636352 pages, LIFO batch:63
giu 15 17:43:03 hidan0-pc kernel: Normal zone: 2048 pages in unavailable ranges
giu 15 17:43:03 hidan0-pc kernel: Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff]
giu 15 17:43:03 hidan0-pc kernel: ACPI: PM-Timer IO Port: 0x1808
giu 15 17:43:03 hidan0-pc kernel: ACPI: Local APIC address 0xfee00000
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
giu 15 17:43:03 hidan0-pc kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
giu 15 17:43:03 hidan0-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
giu 15 17:43:03 hidan0-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
giu 15 17:43:03 hidan0-pc kernel: ACPI: IRQ0 used by override.
giu 15 17:43:03 hidan0-pc kernel: ACPI: IRQ9 used by override.
giu 15 17:43:03 hidan0-pc kernel: Using ACPI (MADT) for SMP configuration information
giu 15 17:43:03 hidan0-pc kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
giu 15 17:43:03 hidan0-pc kernel: e820: update [mem 0x5ad32000-0x5adbafff] usable ==> reserved
giu 15 17:43:03 hidan0-pc kernel: TSC deadline timer available
giu 15 17:43:03 hidan0-pc kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5ad32000-0x5adbafff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5f72b000-0x5f84dfff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5f84e000-0x63510fff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x63511000-0x63d71fff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x63d72000-0x63ffefff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x64000000-0x67ffffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x68000000-0x686fffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x68700000-0x687fffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x68800000-0x68ffffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x69000000-0x707fffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x70800000-0xbfffffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
giu 15 17:43:03 hidan0-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
giu 15 17:43:03 hidan0-pc kernel: [mem 0x70800000-0xbfffffff] available for PCI devices
giu 15 17:43:03 hidan0-pc kernel: Booting paravirtualized kernel on bare hardware
giu 15 17:43:03 hidan0-pc kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
giu 15 17:43:03 hidan0-pc kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
giu 15 17:43:03 hidan0-pc kernel: percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
giu 15 17:43:03 hidan0-pc kernel: pcpu-alloc: s188416 r8192 d28672 u262144 alloc=1*2097152
giu 15 17:43:03 hidan0-pc kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
giu 15 17:43:03 hidan0-pc kernel: Built 1 zonelists, mobility grouping on. Total pages: 1995509
giu 15 17:43:03 hidan0-pc kernel: Policy zone: Normal
giu 15 17:43:03 hidan0-pc kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=1e3112f8-0ead-446c-9024-017118dbdf73 rw nvme_load=YES loglevel=3 quiet
giu 15 17:43:03 hidan0-pc kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
giu 15 17:43:03 hidan0-pc kernel: DMAR: [Firmware Bug]: Your BIOS is broken; DMAR reported at address 0!
BIOS vendor: Dell Inc.; Ver: 1.2.0; Product Version:
giu 15 17:43:03 hidan0-pc kernel: Memory: 7776464K/8108840K available (14343K kernel code, 2030K rwdata, 8780K rodata, 1720K init, 4380K bss, 332116K reserved, 0K cma-reserved)
giu 15 17:43:03 hidan0-pc kernel: random: get_random_u64 called from __kmem_cache_create+0x22/0x520 with crng_init=0
giu 15 17:43:03 hidan0-pc kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
giu 15 17:43:03 hidan0-pc kernel: ftrace: allocating 41489 entries in 163 pages
giu 15 17:43:03 hidan0-pc kernel: ftrace: allocated 163 pages with 4 groups
giu 15 17:43:03 hidan0-pc kernel: rcu: Hierarchical RCU implementation.
giu 15 17:43:03 hidan0-pc kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
giu 15 17:43:03 hidan0-pc kernel: Rude variant of Tasks RCU enabled.
giu 15 17:43:03 hidan0-pc kernel: Tracing variant of Tasks RCU enabled.
giu 15 17:43:03 hidan0-pc kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
giu 15 17:43:03 hidan0-pc kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
giu 15 17:43:03 hidan0-pc kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
giu 15 17:43:03 hidan0-pc kernel: Console: colour dummy device 80x25
giu 15 17:43:03 hidan0-pc kernel: printk: console [tty0] enabled
giu 15 17:43:03 hidan0-pc kernel: ACPI: Core revision 20200925
giu 15 17:43:03 hidan0-pc kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
giu 15 17:43:03 hidan0-pc kernel: APIC: Switch to symmetric I/O mode setup
giu 15 17:43:03 hidan0-pc kernel: DMAR: Host address width 39
giu 15 17:43:03 hidan0-pc kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
giu 15 17:43:03 hidan0-pc kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
giu 15 17:43:03 hidan0-pc kernel: DMAR: DRHD base: 0x000000fed84000 flags: 0x0
giu 15 17:43:03 hidan0-pc kernel: DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
giu 15 17:43:03 hidan0-pc kernel: DMAR: DRHD base: 0x00000000000000 flags: 0x1
giu 15 17:43:03 hidan0-pc kernel: DMAR: Parse DMAR table failure.
giu 15 17:43:03 hidan0-pc kernel: x2apic: IRQ remapping doesn't support X2APIC mode
giu 15 17:43:03 hidan0-pc kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
giu 15 17:43:03 hidan0-pc kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x13ed2e4df6c, max_idle_ns: 440795243303 ns
giu 15 17:43:03 hidan0-pc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2764.80 BogoMIPS (lpj=13824000)
giu 15 17:43:03 hidan0-pc kernel: pid_max: default: 32768 minimum: 301
giu 15 17:43:03 hidan0-pc kernel: LSM: Security Framework initializing
giu 15 17:43:03 hidan0-pc kernel: Yama: becoming mindful.
giu 15 17:43:03 hidan0-pc kernel: LSM support for eBPF active
giu 15 17:43:03 hidan0-pc kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
giu 15 17:43:03 hidan0-pc kernel: mce: CPU0: Thermal monitoring enabled (TM1)
giu 15 17:43:03 hidan0-pc kernel: process: using mwait in idle threads
giu 15 17:43:03 hidan0-pc kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
giu 15 17:43:03 hidan0-pc kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
giu 15 17:43:03 hidan0-pc kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
giu 15 17:43:03 hidan0-pc kernel: Spectre V2 : Mitigation: Enhanced IBRS
giu 15 17:43:03 hidan0-pc kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
giu 15 17:43:03 hidan0-pc kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
giu 15 17:43:03 hidan0-pc kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
giu 15 17:43:03 hidan0-pc kernel: Freeing SMP alternatives memory: 36K
giu 15 17:43:03 hidan0-pc kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
giu 15 17:43:03 hidan0-pc kernel: Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
giu 15 17:43:03 hidan0-pc kernel: ... version: 5
giu 15 17:43:03 hidan0-pc kernel: ... bit width: 48
giu 15 17:43:03 hidan0-pc kernel: ... generic registers: 8
giu 15 17:43:03 hidan0-pc kernel: ... value mask: 0000ffffffffffff
giu 15 17:43:03 hidan0-pc kernel: ... max period: 00007fffffffffff
giu 15 17:43:03 hidan0-pc kernel: ... fixed-purpose events: 4
giu 15 17:43:03 hidan0-pc kernel: ... event mask: 0001000f000000ff
giu 15 17:43:03 hidan0-pc kernel: rcu: Hierarchical SRCU implementation.
giu 15 17:43:03 hidan0-pc kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
giu 15 17:43:03 hidan0-pc kernel: smp: Bringing up secondary CPUs ...
giu 15 17:43:03 hidan0-pc kernel: x86: Booting SMP configuration:
giu 15 17:43:03 hidan0-pc kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
giu 15 17:43:03 hidan0-pc kernel: smp: Brought up 1 node, 8 CPUs
giu 15 17:43:03 hidan0-pc kernel: smpboot: Max logical packages: 1
giu 15 17:43:03 hidan0-pc kernel: smpboot: Total of 8 processors activated (22118.40 BogoMIPS)
giu 15 17:43:03 hidan0-pc kernel: devtmpfs: initialized
giu 15 17:43:03 hidan0-pc kernel: x86/mm: Memory block size: 128MB
giu 15 17:43:03 hidan0-pc kernel: PM: Registering ACPI NVS region [mem 0x63511000-0x63d71fff] (8785920 bytes)
giu 15 17:43:03 hidan0-pc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
giu 15 17:43:03 hidan0-pc kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: pinctrl core: initialized pinctrl subsystem
giu 15 17:43:03 hidan0-pc kernel: PM: RTC time: 15:43:02, date: 2021-06-15
giu 15 17:43:03 hidan0-pc kernel: NET: Registered protocol family 16
giu 15 17:43:03 hidan0-pc kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
giu 15 17:43:03 hidan0-pc kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
giu 15 17:43:03 hidan0-pc kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
giu 15 17:43:03 hidan0-pc kernel: audit: initializing netlink subsys (disabled)
giu 15 17:43:03 hidan0-pc kernel: audit: type=2000 audit(1623771782.070:1): state=initialized audit_enabled=0 res=1
giu 15 17:43:03 hidan0-pc kernel: thermal_sys: Registered thermal governor 'fair_share'
giu 15 17:43:03 hidan0-pc kernel: thermal_sys: Registered thermal governor 'bang_bang'
giu 15 17:43:03 hidan0-pc kernel: thermal_sys: Registered thermal governor 'step_wise'
giu 15 17:43:03 hidan0-pc kernel: thermal_sys: Registered thermal governor 'user_space'
giu 15 17:43:03 hidan0-pc kernel: thermal_sys: Registered thermal governor 'power_allocator'
giu 15 17:43:03 hidan0-pc kernel: cpuidle: using governor ladder
giu 15 17:43:03 hidan0-pc kernel: cpuidle: using governor menu
giu 15 17:43:03 hidan0-pc kernel: Simple Boot Flag at 0x47 set to 0x80
giu 15 17:43:03 hidan0-pc kernel: ACPI: bus type PCI registered
giu 15 17:43:03 hidan0-pc kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
giu 15 17:43:03 hidan0-pc kernel: PCI: MMCONFIG for domain 0000 [bus 00-e0] at [mem 0xc0000000-0xce0fffff] (base 0xc0000000)
giu 15 17:43:03 hidan0-pc kernel: PCI: MMCONFIG at [mem 0xc0000000-0xce0fffff] reserved in E820
giu 15 17:43:03 hidan0-pc kernel: PCI: Using configuration type 1 for base access
giu 15 17:43:03 hidan0-pc kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
giu 15 17:43:03 hidan0-pc kernel: Kprobes globally optimized
giu 15 17:43:03 hidan0-pc kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
giu 15 17:43:03 hidan0-pc kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
giu 15 17:43:03 hidan0-pc kernel: ACPI: Added _OSI(Module Device)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Added _OSI(Processor Device)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Added _OSI(Processor Aggregator Device)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Added _OSI(Linux-Dell-Video)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG0.WKEN], AE_ALREADY_EXISTS (20200925/dswload2-326)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG0._PR0], AE_ALREADY_EXISTS (20200925/dswload2-326)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG0._PR3], AE_ALREADY_EXISTS (20200925/dswload2-326)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG0._DSW], AE_ALREADY_EXISTS (20200925/dswload2-326)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG0._S0W], AE_ALREADY_EXISTS (20200925/dswload2-326)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.PEG3], AE_NOT_FOUND (20200925/dswload2-162)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200925/psobject-220)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
giu 15 17:43:03 hidan0-pc kernel: ACPI: 14 ACPI AML tables successfully acquired and loaded
giu 15 17:43:03 hidan0-pc kernel: ACPI: Dynamic OEM Table Load:
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0xFFFF8BF2C0E21E00 0001B8 (v02 PmRef Cpu0Psd 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
giu 15 17:43:03 hidan0-pc kernel: ACPI: Dynamic OEM Table Load:
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0xFFFF8BF2C1087800 000496 (v02 PmRef Cpu0Cst 00003001 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Dynamic OEM Table Load:
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0xFFFF8BF2C0E12400 0003F5 (v02 PmRef Cpu0Ist 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Dynamic OEM Table Load:
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0xFFFF8BF2C0E21400 000128 (v02 PmRef Cpu0Hwp 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Dynamic OEM Table Load:
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0xFFFF8BF2C0E18000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Dynamic OEM Table Load:
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0xFFFF8BF2C1081000 00048A (v02 PmRef ApHwp 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Dynamic OEM Table Load:
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0xFFFF8BF2C1083000 0004D2 (v02 PmRef ApPsd 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Dynamic OEM Table Load:
giu 15 17:43:03 hidan0-pc kernel: ACPI: SSDT 0xFFFF8BF2C1080800 00048A (v02 PmRef ApCst 00003000 INTL 20191018)
giu 15 17:43:03 hidan0-pc kernel: ACPI: EC: EC started
giu 15 17:43:03 hidan0-pc kernel: ACPI: EC: interrupt blocked
giu 15 17:43:03 hidan0-pc kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
giu 15 17:43:03 hidan0-pc kernel: ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
giu 15 17:43:03 hidan0-pc kernel: ACPI: Interpreter enabled
giu 15 17:43:03 hidan0-pc kernel: ACPI: (supports S0 S4 S5)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Using IOAPIC for interrupt routing
giu 15 17:43:03 hidan0-pc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
giu 15 17:43:03 hidan0-pc kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [PXP] (off)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [PG00] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [PG01] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [PG02] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [BTPR] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [PCRP] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [V0PR] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [V1PR] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [V2PR] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [WRST] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [V0PR] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [V1PR] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [V2PR] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [V3PR] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [TBT0] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [TBT1] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [D3C] (on)
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Resource [PIN] (off)
giu 15 17:43:03 hidan0-pc kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
giu 15 17:43:03 hidan0-pc kernel: PCI host bridge to bus 0000:00
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6034000000-0x6034ffffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:04.0: reg 0x10: [mem 0x6035240000-0x603525ffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x6035290000-0x6035297fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0a.0: enabling Extended Tags
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x6035280000-0x603528ffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0d.2: reg 0x10: [mem 0x6035200000-0x603523ffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0d.2: reg 0x18: [mem 0x60352a9000-0x60352a9fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0d.2: supports D1 D2
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0e.0: reg 0x10: [mem 0x6032000000-0x6033ffffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0e.0: reg 0x18: [mem 0x72000000-0x73ffffff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:0e.0: reg 0x20: [mem 0x6035100000-0x60351fffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:12.0: [8086:a0fc] type 00 class 0x070000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:12.0: reg 0x10: [mem 0x6035270000-0x603527ffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:12.0: PME# supported from D0 D3hot
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.0: reg 0x10: [mem 0x6035260000-0x603526ffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.2: reg 0x10: [mem 0x60352a0000-0x60352a3fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.2: reg 0x18: [mem 0x60352a8000-0x60352a8fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.3: reg 0x10: [mem 0x603529c000-0x603529ffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:16.0: reg 0x10: [mem 0x60352a5000-0x60352a5fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:16.0: PME# supported from D3hot
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: [8086:a0bc] type 01 class 0x060400
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1d.0: [8086:09ab] type 00 class 0x088000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040100
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6035298000-0x603529bfff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6035000000-0x60350fffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x60352a4000-0x60352a40ff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: bridge window [mem 0x74000000-0x801fffff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: [10de:1d16] type 00 class 0x030200
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: reg 0x10: [mem 0x81000000-0x81ffffff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: reg 0x14: [mem 0x6020000000-0x602fffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: reg 0x1c: [mem 0x6030000000-0x6031ffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: reg 0x24: [io 0x3000-0x307f]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 2b]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: bridge window [mem 0x81000000-0x81ffffff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: bridge window [mem 0x6020000000-0x6031ffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: ACPI: EC: interrupt unblocked
giu 15 17:43:03 hidan0-pc kernel: ACPI: EC: event unblocked
giu 15 17:43:03 hidan0-pc kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
giu 15 17:43:03 hidan0-pc kernel: ACPI: EC: GPE=0x6e
giu 15 17:43:03 hidan0-pc kernel: ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
giu 15 17:43:03 hidan0-pc kernel: ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events
giu 15 17:43:03 hidan0-pc kernel: iommu: Default domain type: Translated
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: vgaarb: bridge control possible
giu 15 17:43:03 hidan0-pc kernel: vgaarb: loaded
giu 15 17:43:03 hidan0-pc kernel: SCSI subsystem initialized
giu 15 17:43:03 hidan0-pc kernel: libata version 3.00 loaded.
giu 15 17:43:03 hidan0-pc kernel: ACPI: bus type USB registered
giu 15 17:43:03 hidan0-pc kernel: usbcore: registered new interface driver usbfs
giu 15 17:43:03 hidan0-pc kernel: usbcore: registered new interface driver hub
giu 15 17:43:03 hidan0-pc kernel: usbcore: registered new device driver usb
giu 15 17:43:03 hidan0-pc kernel: pps_core: LinuxPPS API ver. 1 registered
giu 15 17:43:03 hidan0-pc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
giu 15 17:43:03 hidan0-pc kernel: PTP clock support registered
giu 15 17:43:03 hidan0-pc kernel: EDAC MC: Ver: 3.0.0
giu 15 17:43:03 hidan0-pc kernel: Registered efivars operations
giu 15 17:43:03 hidan0-pc kernel: NetLabel: Initializing
giu 15 17:43:03 hidan0-pc kernel: NetLabel: domain hash size = 128
giu 15 17:43:03 hidan0-pc kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
giu 15 17:43:03 hidan0-pc kernel: NetLabel: unlabeled traffic allowed by default
giu 15 17:43:03 hidan0-pc kernel: PCI: Using ACPI for IRQ routing
giu 15 17:43:03 hidan0-pc kernel: PCI: pci_cache_line_size set to 64 bytes
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
giu 15 17:43:03 hidan0-pc kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
giu 15 17:43:03 hidan0-pc kernel: e820: reserve RAM buffer [mem 0x5ad32000-0x5bffffff]
giu 15 17:43:03 hidan0-pc kernel: e820: reserve RAM buffer [mem 0x5f72b000-0x5fffffff]
giu 15 17:43:03 hidan0-pc kernel: e820: reserve RAM buffer [mem 0x28f800000-0x28fffffff]
giu 15 17:43:03 hidan0-pc kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
giu 15 17:43:03 hidan0-pc kernel: hpet0: 8 comparators, 64-bit 19.200000 MHz counter
giu 15 17:43:03 hidan0-pc kernel: clocksource: Switched to clocksource tsc-early
giu 15 17:43:03 hidan0-pc kernel: VFS: Disk quotas dquot_6.6.0
giu 15 17:43:03 hidan0-pc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
giu 15 17:43:03 hidan0-pc kernel: pnp: PnP ACPI init
giu 15 17:43:03 hidan0-pc kernel: system 00:00: [io 0x0680-0x069f] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:00: [io 0x164e-0x164f] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
giu 15 17:43:03 hidan0-pc kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
giu 15 17:43:03 hidan0-pc kernel: system 00:02: [io 0x1854-0x1857] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
giu 15 17:43:03 hidan0-pc kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
giu 15 17:43:03 hidan0-pc kernel: pnp 00:04: Plug and Play ACPI device, IDs DLL0a05 PNP0f13 (active)
giu 15 17:43:03 hidan0-pc kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [io 0x1800-0x18fe] could not be reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
giu 15 17:43:03 hidan0-pc kernel: system 00:07: [io 0x2000-0x20fe] has been reserved
giu 15 17:43:03 hidan0-pc kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
giu 15 17:43:03 hidan0-pc kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
giu 15 17:43:03 hidan0-pc kernel: pnp: PnP ACPI: found 9 devices
giu 15 17:43:03 hidan0-pc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
giu 15 17:43:03 hidan0-pc kernel: NET: Registered protocol family 2
giu 15 17:43:03 hidan0-pc kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: TCP: Hash tables configured (established 65536 bind 65536)
giu 15 17:43:03 hidan0-pc kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
giu 15 17:43:03 hidan0-pc kernel: NET: Registered protocol family 1
giu 15 17:43:03 hidan0-pc kernel: NET: Registered protocol family 44
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 01-2a] add_size 1000
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: BAR 13: assigned [io 0x5000-0x5fff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x70800000-0x70800fff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: bridge window [io 0x5000-0x5fff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: bridge window [mem 0x74000000-0x801fffff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: BAR 6: no space for [mem size 0x00080000 pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:2b:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 2b]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: bridge window [mem 0x81000000-0x81ffffff]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:1c.0: bridge window [mem 0x6020000000-0x6031ffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: resource 7 [mem 0x70800000-0xbfffffff window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:01: resource 1 [mem 0x74000000-0x801fffff]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:2b: resource 0 [io 0x3000-0x3fff]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:2b: resource 1 [mem 0x81000000-0x81ffffff]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 0000:2b: resource 2 [mem 0x6020000000-0x6031ffffff 64bit pref]
giu 15 17:43:03 hidan0-pc kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
giu 15 17:43:03 hidan0-pc kernel: PCI: CLS 0 bytes, default 64
giu 15 17:43:03 hidan0-pc kernel: Trying to unpack rootfs image as initramfs...
giu 15 17:43:03 hidan0-pc kernel: Freeing initrd memory: 7884K
giu 15 17:43:03 hidan0-pc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
giu 15 17:43:03 hidan0-pc kernel: software IO TLB: mapped [mem 0x0000000051f51000-0x0000000055f51000] (64MB)
giu 15 17:43:03 hidan0-pc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x13ed2e4df6c, max_idle_ns: 440795243303 ns
giu 15 17:43:03 hidan0-pc kernel: clocksource: Switched to clocksource tsc
giu 15 17:43:03 hidan0-pc kernel: check: Scanning for low memory corruption every 60 seconds
giu 15 17:43:03 hidan0-pc kernel: Initialise system trusted keyrings
giu 15 17:43:03 hidan0-pc kernel: Key type blacklist registered
giu 15 17:43:03 hidan0-pc kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
giu 15 17:43:03 hidan0-pc kernel: zbud: loaded
giu 15 17:43:03 hidan0-pc kernel: Key type asymmetric registered
giu 15 17:43:03 hidan0-pc kernel: Asymmetric key parser 'x509' registered
giu 15 17:43:03 hidan0-pc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
giu 15 17:43:03 hidan0-pc kernel: io scheduler mq-deadline registered
giu 15 17:43:03 hidan0-pc kernel: io scheduler kyber registered
giu 15 17:43:03 hidan0-pc kernel: io scheduler bfq registered
giu 15 17:43:03 hidan0-pc kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
giu 15 17:43:03 hidan0-pc kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 120
giu 15 17:43:03 hidan0-pc kernel: pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
giu 15 17:43:03 hidan0-pc kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 121
giu 15 17:43:03 hidan0-pc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
giu 15 17:43:03 hidan0-pc kernel: efifb: probing for efifb
giu 15 17:43:03 hidan0-pc kernel: efifb: showing boot graphics
giu 15 17:43:03 hidan0-pc kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
giu 15 17:43:03 hidan0-pc kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
giu 15 17:43:03 hidan0-pc kernel: efifb: scrolling: redraw
giu 15 17:43:03 hidan0-pc kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
giu 15 17:43:03 hidan0-pc kernel: fbcon: Deferring console take-over
giu 15 17:43:03 hidan0-pc kernel: fb0: EFI VGA frame buffer device
giu 15 17:43:03 hidan0-pc kernel: intel_idle: MWAIT substates: 0x11121020
giu 15 17:43:03 hidan0-pc kernel: Monitor-Mwait will be used to enter C-1 state
giu 15 17:43:03 hidan0-pc kernel: Monitor-Mwait will be used to enter C-2 state
giu 15 17:43:03 hidan0-pc kernel: Monitor-Mwait will be used to enter C-3 state
giu 15 17:43:03 hidan0-pc kernel: ACPI: \_SB_.PR00: Found 3 idle states
giu 15 17:43:03 hidan0-pc kernel: intel_idle: v0.5.1 model 0x8C
giu 15 17:43:03 hidan0-pc kernel: intel_idle: Local APIC timer is reliable in all C-states
giu 15 17:43:03 hidan0-pc kernel: ACPI: AC Adapter [AC] (on-line)
giu 15 17:43:03 hidan0-pc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
giu 15 17:43:03 hidan0-pc kernel: ACPI: Lid Switch [LID0]
giu 15 17:43:03 hidan0-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
giu 15 17:43:03 hidan0-pc kernel: ACPI: Power Button [PBTN]
giu 15 17:43:03 hidan0-pc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
giu 15 17:43:03 hidan0-pc kernel: ACPI: Sleep Button [SBTN]
giu 15 17:43:03 hidan0-pc kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
giu 15 17:43:03 hidan0-pc kernel: serial 0000:00:12.0: enabling device (0000 -> 0002)
giu 15 17:43:03 hidan0-pc kernel: Non-volatile memory driver v1.3
giu 15 17:43:03 hidan0-pc kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
giu 15 17:43:03 hidan0-pc kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
giu 15 17:43:03 hidan0-pc kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
giu 15 17:43:03 hidan0-pc kernel: ehci-pci: EHCI PCI platform driver
giu 15 17:43:03 hidan0-pc kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
giu 15 17:43:03 hidan0-pc kernel: ohci-pci: OHCI PCI platform driver
giu 15 17:43:03 hidan0-pc kernel: uhci_hcd: USB Universal Host Controller Interface driver
giu 15 17:43:03 hidan0-pc kernel: usbcore: registered new interface driver usbserial_generic
giu 15 17:43:03 hidan0-pc kernel: usbserial: USB Serial support registered for generic
giu 15 17:43:03 hidan0-pc kernel: rtc_cmos 00:01: RTC can wake from S4
giu 15 17:43:03 hidan0-pc kernel: rtc_cmos 00:01: registered as rtc0
giu 15 17:43:03 hidan0-pc kernel: rtc_cmos 00:01: setting system clock to 2021-06-15T15:43:02 UTC (1623771782)
giu 15 17:43:03 hidan0-pc kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
giu 15 17:43:03 hidan0-pc kernel: intel_pstate: Intel P-state driver initializing
giu 15 17:43:03 hidan0-pc kernel: intel_pstate: HWP enabled
giu 15 17:43:03 hidan0-pc kernel: ledtrig-cpu: registered to indicate activity on CPUs
giu 15 17:43:03 hidan0-pc kernel: hid: raw HID events driver (C) Jiri Kosina
giu 15 17:43:03 hidan0-pc kernel: intel_pmc_core INT33A1:00: initialized
giu 15 17:43:03 hidan0-pc kernel: drop_monitor: Initializing network drop monitor service
giu 15 17:43:03 hidan0-pc kernel: Initializing XFRM netlink socket
giu 15 17:43:03 hidan0-pc kernel: NET: Registered protocol family 10
giu 15 17:43:03 hidan0-pc kernel: Segment Routing with IPv6
giu 15 17:43:03 hidan0-pc kernel: RPL Segment Routing with IPv6
giu 15 17:43:03 hidan0-pc kernel: NET: Registered protocol family 17
giu 15 17:43:03 hidan0-pc kernel: microcode: sig=0x806c1, pf=0x80, revision=0x6e
giu 15 17:43:03 hidan0-pc kernel: microcode: Microcode Update Driver: v2.2.
giu 15 17:43:03 hidan0-pc kernel: resctrl: L2 allocation detected
giu 15 17:43:03 hidan0-pc kernel: resctrl: L2DATA allocation detected
giu 15 17:43:03 hidan0-pc kernel: resctrl: L2CODE allocation detected
giu 15 17:43:03 hidan0-pc kernel: IPI shorthand broadcast: enabled
giu 15 17:43:03 hidan0-pc kernel: sched_clock: Marking stable (561252186, -9457980)->(566985729, -15191523)
giu 15 17:43:03 hidan0-pc kernel: registered taskstats version 1
giu 15 17:43:03 hidan0-pc kernel: Loading compiled-in X.509 certificates
giu 15 17:43:03 hidan0-pc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 19b039d64c75f26a87610a21ae7f03999f3bde51'
giu 15 17:43:03 hidan0-pc kernel: zswap: loaded using pool lz4/z3fold
giu 15 17:43:03 hidan0-pc kernel: Key type ._fscrypt registered
giu 15 17:43:03 hidan0-pc kernel: Key type .fscrypt registered
giu 15 17:43:03 hidan0-pc kernel: Key type fscrypt-provisioning registered
giu 15 17:43:03 hidan0-pc kernel: PM: Magic number: 9:402:740
giu 15 17:43:03 hidan0-pc kernel: RAS: Correctable Errors collector initialized.
giu 15 17:43:03 hidan0-pc kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
giu 15 17:43:03 hidan0-pc kernel: Freeing unused decrypted memory: 2036K
giu 15 17:43:03 hidan0-pc kernel: Freeing unused kernel image (initmem) memory: 1720K
giu 15 17:43:03 hidan0-pc kernel: Write protecting the kernel read-only data: 26624k
giu 15 17:43:03 hidan0-pc kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
giu 15 17:43:03 hidan0-pc kernel: Freeing unused kernel image (rodata/data gap) memory: 1460K
giu 15 17:43:03 hidan0-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
giu 15 17:43:03 hidan0-pc kernel: rodata_test: all tests were successful
giu 15 17:43:03 hidan0-pc kernel: Run /init as init process
giu 15 17:43:03 hidan0-pc kernel: with arguments:
giu 15 17:43:03 hidan0-pc kernel: /init
giu 15 17:43:03 hidan0-pc kernel: with environment:
giu 15 17:43:03 hidan0-pc kernel: HOME=/
giu 15 17:43:03 hidan0-pc kernel: TERM=linux
giu 15 17:43:03 hidan0-pc kernel: BOOT_IMAGE=/boot/vmlinuz-linux-lts
giu 15 17:43:03 hidan0-pc kernel: nvme_load=YES
giu 15 17:43:03 hidan0-pc kernel: fbcon: Taking over console
giu 15 17:43:03 hidan0-pc kernel: Console: switching to colour frame buffer device 240x67
giu 15 17:43:03 hidan0-pc kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
giu 15 17:43:03 hidan0-pc kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 10000:e0: root bus resource [mem 0x72000000-0x73ffffff]
giu 15 17:43:03 hidan0-pc kernel: pci_bus 10000:e0: root bus resource [mem 0x6035102000-0x60351fffff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: [8086:a0b0] type 01 class 0x060400
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: PME# supported from D0 D3hot D3cold
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: PTM enabled (root), 4ns granularity
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: Primary bus is hard wired to 0
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e1:00.0: [1cc1:33f3] type 00 class 0x010802
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e1:00.0: reg 0x10: [mem 0x72000000-0x72003fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: PCI bridge to [bus e1]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: bridge window [io 0x0000-0x0fff]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: bridge window [mem 0x72000000-0x720fffff]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: Primary bus is hard wired to 0
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: BAR 14: assigned [mem 0x72000000-0x720fffff]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: BAR 13: no space for [io size 0x1000]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: BAR 13: failed to assign [io size 0x1000]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e1:00.0: BAR 0: assigned [mem 0x72000000-0x72003fff 64bit]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: PCI bridge to [bus e1]
giu 15 17:43:03 hidan0-pc kernel: pci 10000:e0:1d.0: bridge window [mem 0x72000000-0x720fffff]
giu 15 17:43:03 hidan0-pc kernel: pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
giu 15 17:43:03 hidan0-pc kernel: pcieport 10000:e0:1d.0: PCI INT A: no GSI
giu 15 17:43:03 hidan0-pc kernel: pcieport 10000:e0:1d.0: PME: Signaling with IRQ 141
giu 15 17:43:03 hidan0-pc kernel: pcieport 10000:e0:1d.0: AER: enabled with IRQ 141
giu 15 17:43:03 hidan0-pc kernel: pcieport 10000:e0:1d.0: DPC: enabled with IRQ 141
giu 15 17:43:03 hidan0-pc kernel: pcieport 10000:e0:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
giu 15 17:43:03 hidan0-pc kernel: nvme nvme0: pci function 10000:e1:00.0
giu 15 17:43:03 hidan0-pc kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
giu 15 17:43:03 hidan0-pc kernel: pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
giu 15 17:43:03 hidan0-pc kernel: nvme 10000:e1:00.0: PCI INT A: not connected
giu 15 17:43:03 hidan0-pc kernel: nvme nvme0: allocated 64 MiB host memory buffer.
giu 15 17:43:03 hidan0-pc kernel: nvme nvme0: 8/0/0 default/read/poll queues
giu 15 17:43:03 hidan0-pc kernel: nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
giu 15 17:43:03 hidan0-pc kernel: random: fast init done
giu 15 17:43:03 hidan0-pc kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
giu 15 17:43:03 hidan0-pc kernel: i8042: Warning: Keylock active
giu 15 17:43:03 hidan0-pc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
giu 15 17:43:03 hidan0-pc kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:0d.0: cache line size of 64 is not supported
giu 15 17:43:03 hidan0-pc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
giu 15 17:43:03 hidan0-pc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
giu 15 17:43:03 hidan0-pc kernel: usb usb1: Product: xHCI Host Controller
giu 15 17:43:03 hidan0-pc kernel: usb usb1: Manufacturer: Linux 5.10.43-1-lts xhci-hcd
giu 15 17:43:03 hidan0-pc kernel: usb usb1: SerialNumber: 0000:00:0d.0
giu 15 17:43:03 hidan0-pc kernel: hub 1-0:1.0: USB hub found
giu 15 17:43:03 hidan0-pc kernel: hub 1-0:1.0: 1 port detected
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
giu 15 17:43:03 hidan0-pc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
giu 15 17:43:03 hidan0-pc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
giu 15 17:43:03 hidan0-pc kernel: usb usb2: Product: xHCI Host Controller
giu 15 17:43:03 hidan0-pc kernel: usb usb2: Manufacturer: Linux 5.10.43-1-lts xhci-hcd
giu 15 17:43:03 hidan0-pc kernel: usb usb2: SerialNumber: 0000:00:0d.0
giu 15 17:43:03 hidan0-pc kernel: hub 2-0:1.0: USB hub found
giu 15 17:43:03 hidan0-pc kernel: hub 2-0:1.0: 4 ports detected
giu 15 17:43:03 hidan0-pc kernel: usb: port power management may be unreliable
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
giu 15 17:43:03 hidan0-pc kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
giu 15 17:43:03 hidan0-pc kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
giu 15 17:43:03 hidan0-pc kernel: usb usb3: Product: xHCI Host Controller
giu 15 17:43:03 hidan0-pc kernel: usb usb3: Manufacturer: Linux 5.10.43-1-lts xhci-hcd
giu 15 17:43:03 hidan0-pc kernel: usb usb3: SerialNumber: 0000:00:14.0
giu 15 17:43:03 hidan0-pc kernel: hub 3-0:1.0: USB hub found
giu 15 17:43:03 hidan0-pc kernel: hub 3-0:1.0: 12 ports detected
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
giu 15 17:43:03 hidan0-pc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
giu 15 17:43:03 hidan0-pc kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
giu 15 17:43:03 hidan0-pc kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
giu 15 17:43:03 hidan0-pc kernel: usb usb4: Product: xHCI Host Controller
giu 15 17:43:03 hidan0-pc kernel: usb usb4: Manufacturer: Linux 5.10.43-1-lts xhci-hcd
giu 15 17:43:03 hidan0-pc kernel: usb usb4: SerialNumber: 0000:00:14.0
giu 15 17:43:03 hidan0-pc kernel: hub 4-0:1.0: USB hub found
giu 15 17:43:03 hidan0-pc kernel: hub 4-0:1.0: 4 ports detected
giu 15 17:43:03 hidan0-pc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
giu 15 17:43:03 hidan0-pc kernel: EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null)
giu 15 17:43:03 hidan0-pc systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
giu 15 17:43:03 hidan0-pc systemd[1]: Detected architecture x86-64.
giu 15 17:43:03 hidan0-pc systemd[1]: Hostname set to <hidan0-pc>.
giu 15 17:43:03 hidan0-pc kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
giu 15 17:43:03 hidan0-pc kernel: usb 3-5: new full-speed USB device number 2 using xhci_hcd
giu 15 17:43:03 hidan0-pc systemd[1]: Queued start job for default target Graphical Interface.
giu 15 17:43:03 hidan0-pc systemd[1]: Created slice system-getty.slice.
giu 15 17:43:03 hidan0-pc systemd[1]: Created slice system-modprobe.slice.
giu 15 17:43:03 hidan0-pc systemd[1]: Created slice system-systemd\x2dfsck.slice.
giu 15 17:43:03 hidan0-pc systemd[1]: Created slice User and Session Slice.
giu 15 17:43:03 hidan0-pc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
giu 15 17:43:03 hidan0-pc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
giu 15 17:43:03 hidan0-pc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
giu 15 17:43:03 hidan0-pc systemd[1]: Reached target Local Encrypted Volumes.
giu 15 17:43:03 hidan0-pc systemd[1]: Reached target Login Prompts.
giu 15 17:43:03 hidan0-pc systemd[1]: Reached target Paths.
giu 15 17:43:03 hidan0-pc systemd[1]: Reached target Remote File Systems.
giu 15 17:43:03 hidan0-pc systemd[1]: Reached target Slices.
giu 15 17:43:03 hidan0-pc systemd[1]: Reached target Local Verity Integrity Protected Volumes.
giu 15 17:43:03 hidan0-pc systemd[1]: Listening on Device-mapper event daemon FIFOs.
giu 15 17:43:03 hidan0-pc systemd[1]: Listening on LVM2 poll daemon socket.
giu 15 17:43:03 hidan0-pc systemd[1]: Listening on Process Core Dump Socket.
giu 15 17:43:03 hidan0-pc systemd[1]: Listening on Journal Audit Socket.
giu 15 17:43:03 hidan0-pc systemd[1]: Listening on Journal Socket (/dev/log).
giu 15 17:43:03 hidan0-pc systemd[1]: Listening on Journal Socket.
giu 15 17:43:03 hidan0-pc systemd[1]: Listening on udev Control Socket.
giu 15 17:43:03 hidan0-pc systemd[1]: Listening on udev Kernel Socket.
giu 15 17:43:03 hidan0-pc systemd[1]: Mounting Huge Pages File System...
giu 15 17:43:03 hidan0-pc systemd[1]: Mounting POSIX Message Queue File System...
giu 15 17:43:03 hidan0-pc systemd[1]: Mounting Kernel Debug File System...
giu 15 17:43:03 hidan0-pc systemd[1]: Mounting Kernel Trace File System...
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Create list of static device nodes for the current kernel...
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Load Kernel Module configfs...
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Load Kernel Module drm...
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Load Kernel Module fuse...
giu 15 17:43:03 hidan0-pc kernel: random: lvm: uninitialized urandom read (4 bytes read)
giu 15 17:43:03 hidan0-pc systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
giu 15 17:43:03 hidan0-pc systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Journal Service...
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Load Kernel Modules...
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Remount Root and Kernel File Systems...
giu 15 17:43:03 hidan0-pc systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
giu 15 17:43:03 hidan0-pc kernel: Linux agpgart interface v0.103
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Coldplug All udev Devices...
giu 15 17:43:03 hidan0-pc systemd[1]: Mounted Huge Pages File System.
giu 15 17:43:03 hidan0-pc systemd[1]: Mounted POSIX Message Queue File System.
giu 15 17:43:03 hidan0-pc systemd[1]: Mounted Kernel Debug File System.
giu 15 17:43:03 hidan0-pc systemd[1]: Mounted Kernel Trace File System.
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Create list of static device nodes for the current kernel.
giu 15 17:43:03 hidan0-pc systemd[1]: modprobe@configfs.service: Deactivated successfully.
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Load Kernel Module configfs.
giu 15 17:43:03 hidan0-pc systemd[1]: Mounting Kernel Configuration File System...
giu 15 17:43:03 hidan0-pc kernel: EXT4-fs (nvme0n1p8): re-mounted. Opts: (null)
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Remount Root and Kernel File Systems.
giu 15 17:43:03 hidan0-pc kernel: audit: type=1130 audit(1623771783.149:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc systemd[1]: Mounted Kernel Configuration File System.
giu 15 17:43:03 hidan0-pc systemd[1]: Condition check resulted in First Boot Wizard being skipped.
giu 15 17:43:03 hidan0-pc systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Load/Save Random Seed...
giu 15 17:43:03 hidan0-pc systemd[1]: Condition check resulted in Create System Users being skipped.
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Create Static Device Nodes in /dev...
giu 15 17:43:03 hidan0-pc kernel: Asymmetric key parser 'pkcs8' registered
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Load Kernel Modules.
giu 15 17:43:03 hidan0-pc kernel: audit: type=1130 audit(1623771783.149:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Apply Kernel Variables...
giu 15 17:43:03 hidan0-pc kernel: fuse: init (API version 7.32)
giu 15 17:43:03 hidan0-pc systemd[1]: modprobe@fuse.service: Deactivated successfully.
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Load Kernel Module fuse.
giu 15 17:43:03 hidan0-pc kernel: audit: type=1130 audit(1623771783.149:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc kernel: audit: type=1131 audit(1623771783.149:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc systemd[1]: Mounting FUSE Control File System...
giu 15 17:43:03 hidan0-pc systemd[1]: Mounted FUSE Control File System.
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Apply Kernel Variables.
giu 15 17:43:03 hidan0-pc kernel: audit: type=1130 audit(1623771783.159:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Create Static Device Nodes in /dev.
giu 15 17:43:03 hidan0-pc kernel: audit: type=1130 audit(1623771783.159:7): 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'
giu 15 17:43:03 hidan0-pc kernel: audit: type=1334 audit(1623771783.169:8): prog-id=14 op=LOAD
giu 15 17:43:03 hidan0-pc kernel: audit: type=1334 audit(1623771783.169:9): prog-id=15 op=LOAD
giu 15 17:43:03 hidan0-pc kernel: audit: type=1334 audit(1623771783.169:10): prog-id=16 op=LOAD
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Rule-based Manager for Device Events and Files...
giu 15 17:43:03 hidan0-pc systemd[1]: modprobe@drm.service: Deactivated successfully.
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Load Kernel Module drm.
giu 15 17:43:03 hidan0-pc systemd-journald[216]: Journal started
giu 15 17:43:03 hidan0-pc systemd-journald[216]: Runtime Journal (/run/log/journal/57762b48f6c54710ad9d7c3ee34b00ff) is 8.0M, max 384.1M, 376.1M free.
giu 15 17:43:03 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc 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'
giu 15 17:43:03 hidan0-pc audit: BPF prog-id=14 op=LOAD
giu 15 17:43:03 hidan0-pc audit: BPF prog-id=15 op=LOAD
giu 15 17:43:03 hidan0-pc audit: BPF prog-id=16 op=LOAD
giu 15 17:43:03 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:03 hidan0-pc 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'
giu 15 17:43:03 hidan0-pc systemd-modules-load[217]: Inserted module 'crypto_user'
giu 15 17:43:03 hidan0-pc systemd-modules-load[217]: Inserted module 'pkcs8_key_parser'
giu 15 17:43:03 hidan0-pc systemd-random-seed[223]: Kernel entropy pool is not initialized yet, waiting until it is.
giu 15 17:43:03 hidan0-pc systemd[1]: Starting Flush Journal to Persistent Storage...
giu 15 17:43:03 hidan0-pc systemd-journald[216]: Time spent on flushing to /var/log/journal/57762b48f6c54710ad9d7c3ee34b00ff is 53.182ms for 875 entries.
giu 15 17:43:03 hidan0-pc systemd-journald[216]: System Journal (/var/log/journal/57762b48f6c54710ad9d7c3ee34b00ff) is 872.1M, max 4.0G, 3.1G free.
giu 15 17:43:03 hidan0-pc systemd[1]: Started Journal Service.
giu 15 17:43:03 hidan0-pc 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'
giu 15 17:43:03 hidan0-pc 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'
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Coldplug All udev Devices.
giu 15 17:43:03 hidan0-pc systemd[1]: Started Rule-based Manager for Device Events and Files.
giu 15 17:43:03 hidan0-pc systemd[1]: Finished Flush Journal to Persistent Storage.
giu 15 17:43:03 hidan0-pc 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'
giu 15 17:43:03 hidan0-pc kernel: input: Intel HID events as /devices/platform/INTC1051:00/input/input5
giu 15 17:43:03 hidan0-pc kernel: usb 3-5: New USB device found, idVendor=27c6, idProduct=538d, bcdDevice= 1.00
giu 15 17:43:03 hidan0-pc kernel: usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
giu 15 17:43:03 hidan0-pc kernel: usb 3-5: Product: FingerPrint
giu 15 17:43:03 hidan0-pc kernel: usb 3-5: Manufacturer: Goodix
giu 15 17:43:03 hidan0-pc kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
giu 15 17:43:03 hidan0-pc kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
giu 15 17:43:03 hidan0-pc kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
giu 15 17:43:03 hidan0-pc kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
giu 15 17:43:03 hidan0-pc kernel: wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
giu 15 17:43:03 hidan0-pc kernel: acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\S4CT], AE_NOT_FOUND (20200925/psargs-330)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.ECDV.NGFF._CRT due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\S4HT], AE_NOT_FOUND (20200925/psargs-330)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.ECDV.NGFF._HOT due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\S4PT], AE_NOT_FOUND (20200925/psargs-330)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.ECDV.NGFF._PSV due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
giu 15 17:43:03 hidan0-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\S4AT], AE_NOT_FOUND (20200925/psargs-330)
giu 15 17:43:03 hidan0-pc kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.ECDV.NGFF._AC0 due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
giu 15 17:43:03 hidan0-pc kernel: usb 3-6: new high-speed USB device number 3 using xhci_hcd
giu 15 17:43:03 hidan0-pc kernel: usb 3-6: New USB device found, idVendor=0c45, idProduct=671b, bcdDevice=81.72
giu 15 17:43:03 hidan0-pc kernel: usb 3-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
giu 15 17:43:03 hidan0-pc kernel: usb 3-6: Product: Integrated_Webcam_HD
giu 15 17:43:03 hidan0-pc kernel: usb 3-6: Manufacturer: CN0HK46K8LG0013RGPNBA03
giu 15 17:43:03 hidan0-pc kernel: usb 3-10: new full-speed USB device number 4 using xhci_hcd
giu 15 17:43:03 hidan0-pc kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
giu 15 17:43:03 hidan0-pc kernel: intel_rapl_common: Found RAPL domain package
giu 15 17:43:03 hidan0-pc kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
giu 15 17:43:03 hidan0-pc systemd[1]: Found device IM2P33F3A NVMe ADATA 512GB ESP.
giu 15 17:43:03 hidan0-pc kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
giu 15 17:43:03 hidan0-pc kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
giu 15 17:43:04 hidan0-pc systemd[1]: Found device IM2P33F3A NVMe ADATA 512GB 7.
giu 15 17:43:04 hidan0-pc systemd[1]: Activating swap Swap Partition...
giu 15 17:43:04 hidan0-pc systemd[1]: Activated swap Swap Partition.
giu 15 17:43:04 hidan0-pc systemd[1]: Reached target Swap.
giu 15 17:43:04 hidan0-pc systemd[1]: Mounting Temporary Directory (/tmp)...
giu 15 17:43:04 hidan0-pc systemd[1]: Mounted Temporary Directory (/tmp).
giu 15 17:43:04 hidan0-pc kernel: Adding 4194300k swap on /dev/nvme0n1p7. Priority:-2 extents:1 across:4194300k SSFS
giu 15 17:43:04 hidan0-pc kernel: checking generic (4000000000 7f0000) vs hw (6034000000 1000000)
giu 15 17:43:04 hidan0-pc kernel: checking generic (4000000000 7f0000) vs hw (4000000000 10000000)
giu 15 17:43:04 hidan0-pc kernel: fb0: switching to inteldrmfb from EFI VGA
giu 15 17:43:04 hidan0-pc kernel: Console: switching to colour dummy device 80x25
giu 15 17:43:04 hidan0-pc kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
giu 15 17:43:04 hidan0-pc kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
giu 15 17:43:04 hidan0-pc kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
giu 15 17:43:04 hidan0-pc kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
giu 15 17:43:04 hidan0-pc kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
giu 15 17:43:04 hidan0-pc kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
giu 15 17:43:04 hidan0-pc kernel: [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
giu 15 17:43:04 hidan0-pc kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
giu 15 17:43:04 hidan0-pc kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
giu 15 17:43:04 hidan0-pc kernel: cfg80211: failed to load regulatory.db
giu 15 17:43:04 hidan0-pc kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
giu 15 17:43:04 hidan0-pc kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
giu 15 17:43:04 hidan0-pc kernel: ACPI: Video Device [PXSX] (multi-head: no rom: yes post: no)
giu 15 17:43:04 hidan0-pc kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/LNXVIDEO:01/input/input7
giu 15 17:43:04 hidan0-pc kernel: fbcon: i915drmfb (fb0) is primary device
giu 15 17:43:04 hidan0-pc kernel: Console: switching to colour frame buffer device 240x67
giu 15 17:43:04 hidan0-pc systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
giu 15 17:43:04 hidan0-pc 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'
giu 15 17:43:04 hidan0-pc systemd[1]: Reached target Local File Systems (Pre).
giu 15 17:43:04 hidan0-pc systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
giu 15 17:43:04 hidan0-pc systemd[1]: Mounting Mount unit for code, revision 65...
giu 15 17:43:04 hidan0-pc systemd[1]: Mounting Mount unit for code, revision 66...
giu 15 17:43:04 hidan0-pc systemd[1]: Mounting Mount unit for core, revision 11081...
giu 15 17:43:04 hidan0-pc systemd[1]: Mounting Mount unit for core, revision 11167...
giu 15 17:43:04 hidan0-pc systemd[1]: Starting File System Check on /dev/disk/by-uuid/4E1D-1246...
giu 15 17:43:04 hidan0-pc kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
giu 15 17:43:04 hidan0-pc systemd-fsck[296]: fsck.fat 4.2 (2021-01-31)
giu 15 17:43:04 hidan0-pc systemd-fsck[296]: /dev/nvme0n1p1: 385 files, 35892/74752 clusters
giu 15 17:43:04 hidan0-pc systemd[1]: Finished File System Check on /dev/disk/by-uuid/4E1D-1246.
giu 15 17:43:04 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-4E1D\x2d1246 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:04 hidan0-pc systemd[1]: Mounting /boot/efi...
giu 15 17:43:04 hidan0-pc kernel: i2c_hid i2c-CUST0000:00: supply vdd not found, using dummy regulator
giu 15 17:43:04 hidan0-pc kernel: i2c_hid i2c-CUST0000:00: supply vddl not found, using dummy regulator
giu 15 17:43:04 hidan0-pc kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
giu 15 17:43:04 hidan0-pc kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
giu 15 17:43:04 hidan0-pc systemd[1]: Finished Load/Save Random Seed.
giu 15 17:43:04 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:04 hidan0-pc systemd[1]: Condition check resulted in First Boot Complete being skipped.
giu 15 17:43:04 hidan0-pc kernel: random: crng init done
giu 15 17:43:04 hidan0-pc kernel: input: CUST0000:00 04F3:2A81 Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input8
giu 15 17:43:04 hidan0-pc kernel: input: CUST0000:00 04F3:2A81 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input9
giu 15 17:43:04 hidan0-pc kernel: input: CUST0000:00 04F3:2A81 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input10
giu 15 17:43:04 hidan0-pc kernel: input: CUST0000:00 04F3:2A81 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input11
giu 15 17:43:04 hidan0-pc kernel: hid-generic 0018:04F3:2A81.0001: input,hidraw0: I2C HID v1.00 Device [CUST0000:00 04F3:2A81] on i2c-CUST0000:00
giu 15 17:43:04 hidan0-pc systemd[1]: Mounted /boot/efi.
giu 15 17:43:04 hidan0-pc kernel: loop: module loaded
giu 15 17:43:04 hidan0-pc kernel: Intel(R) Wireless WiFi driver for Linux
giu 15 17:43:04 hidan0-pc kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
giu 15 17:43:04 hidan0-pc kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
giu 15 17:43:04 hidan0-pc kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
giu 15 17:43:04 hidan0-pc kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 65.3.35.22
giu 15 17:43:04 hidan0-pc kernel: iwlwifi 0000:00:14.3: loaded firmware version 59.601f3a66.0 QuZ-a0-hr-b0-59.ucode op_mode iwlmvm
giu 15 17:43:04 hidan0-pc kernel: i2c_hid i2c-DLL0945:00: supply vdd not found, using dummy regulator
giu 15 17:43:04 hidan0-pc kernel: i2c_hid i2c-DLL0945:00: supply vddl not found, using dummy regulator
giu 15 17:43:04 hidan0-pc kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
giu 15 17:43:04 hidan0-pc kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
giu 15 17:43:04 hidan0-pc kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
giu 15 17:43:04 hidan0-pc kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
giu 15 17:43:04 hidan0-pc kernel: input: PC Speaker as /devices/platform/pcspkr/input/input14
giu 15 17:43:04 hidan0-pc kernel: input: DLL0945:00 06CB:CE26 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-13/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input16
giu 15 17:43:04 hidan0-pc kernel: input: DLL0945:00 06CB:CE26 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-13/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input17
giu 15 17:43:04 hidan0-pc kernel: hid-generic 0018:06CB:CE26.0002: input,hidraw1: I2C HID v1.00 Mouse [DLL0945:00 06CB:CE26] on i2c-DLL0945:00
giu 15 17:43:04 hidan0-pc kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
giu 15 17:43:04 hidan0-pc kernel: i2c i2c-14: 1/8 memory slots populated (from DMI)
giu 15 17:43:04 hidan0-pc kernel: i2c i2c-14: Systems with more than 4 memory slots not supported yet, not instantiating SPD
giu 15 17:43:04 hidan0-pc systemd[1]: Mounted Mount unit for code, revision 65.
giu 15 17:43:04 hidan0-pc systemd[1]: Mounted Mount unit for code, revision 66.
giu 15 17:43:04 hidan0-pc systemd[1]: Mounted Mount unit for core, revision 11081.
giu 15 17:43:04 hidan0-pc systemd[1]: Mounted Mount unit for core, revision 11167.
giu 15 17:43:04 hidan0-pc systemd[1]: Reached target Local File Systems.
giu 15 17:43:04 hidan0-pc systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
giu 15 17:43:04 hidan0-pc systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
giu 15 17:43:04 hidan0-pc systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
giu 15 17:43:04 hidan0-pc systemd[1]: Starting Create Volatile Files and Directories...
giu 15 17:43:04 hidan0-pc systemd[1]: Finished Create Volatile Files and Directories.
giu 15 17:43:04 hidan0-pc 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'
giu 15 17:43:04 hidan0-pc systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
giu 15 17:43:04 hidan0-pc audit: BPF prog-id=17 op=LOAD
giu 15 17:43:04 hidan0-pc systemd[1]: Starting Network Time Synchronization...
giu 15 17:43:04 hidan0-pc systemd[1]: Condition check resulted in Update is Completed being skipped.
giu 15 17:43:04 hidan0-pc systemd[1]: Starting Update UTMP about System Boot/Shutdown...
giu 15 17:43:04 hidan0-pc audit[331]: SYSTEM_BOOT pid=331 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
giu 15 17:43:04 hidan0-pc systemd[1]: Finished Update UTMP about System Boot/Shutdown.
giu 15 17:43:04 hidan0-pc 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'
giu 15 17:43:04 hidan0-pc systemd[1]: Started Network Time Synchronization.
giu 15 17:43:04 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:04 hidan0-pc systemd[1]: Reached target System Initialization.
giu 15 17:43:04 hidan0-pc systemd[1]: Started Daily Cleanup of Temporary Directories.
giu 15 17:43:04 hidan0-pc systemd[1]: Reached target System Time Set.
giu 15 17:43:04 hidan0-pc systemd[1]: Started Daily verification of password and group files.
giu 15 17:43:04 hidan0-pc systemd[1]: Reached target Timers.
giu 15 17:43:04 hidan0-pc systemd[1]: Listening on D-Bus System Message Bus Socket.
giu 15 17:43:04 hidan0-pc systemd[1]: Starting Socket activation for snappy daemon.
giu 15 17:43:04 hidan0-pc systemd[1]: Listening on Socket activation for snappy daemon.
giu 15 17:43:04 hidan0-pc systemd[1]: Reached target Sockets.
giu 15 17:43:04 hidan0-pc systemd[1]: Reached target Basic System.
giu 15 17:43:04 hidan0-pc systemd[1]: Started D-Bus System Message Bus.
giu 15 17:43:04 hidan0-pc 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'
giu 15 17:43:04 hidan0-pc systemd[1]: Starting Network Manager...
giu 15 17:43:04 hidan0-pc audit: BPF prog-id=18 op=LOAD
giu 15 17:43:04 hidan0-pc systemd[1]: Starting Wireless service...
giu 15 17:43:04 hidan0-pc audit: BPF prog-id=19 op=LOAD
giu 15 17:43:04 hidan0-pc audit: BPF prog-id=20 op=LOAD
giu 15 17:43:04 hidan0-pc audit: BPF prog-id=21 op=LOAD
giu 15 17:43:04 hidan0-pc systemd[1]: Starting User Login Management...
giu 15 17:43:04 hidan0-pc systemd-logind[337]: Watching system buttons on /dev/input/event1 (Power Button)
giu 15 17:43:04 hidan0-pc systemd-logind[337]: Watching system buttons on /dev/input/event0 (Lid Switch)
giu 15 17:43:04 hidan0-pc systemd-logind[337]: Watching system buttons on /dev/input/event2 (Sleep Button)
giu 15 17:43:04 hidan0-pc systemd-logind[337]: New seat seat0.
giu 15 17:43:04 hidan0-pc systemd[1]: Started User Login Management.
giu 15 17:43:04 hidan0-pc 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'
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.7274] NetworkManager (version 1.30.4-3) is starting... (for the first time)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.7279] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
giu 15 17:43:04 hidan0-pc systemd[1]: Started Network Manager.
giu 15 17:43:04 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.7313] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.7351] manager[0x55db210f60c0]: monitoring kernel firmware directory '/lib/firmware'.
giu 15 17:43:04 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=335 comm="/usr/bin/NetworkManager --no-daemon ")
giu 15 17:43:04 hidan0-pc audit: BPF prog-id=22 op=LOAD
giu 15 17:43:04 hidan0-pc audit: BPF prog-id=23 op=LOAD
giu 15 17:43:04 hidan0-pc audit: BPF prog-id=24 op=LOAD
giu 15 17:43:04 hidan0-pc systemd[1]: Starting Hostname Service...
giu 15 17:43:04 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.freedesktop.hostname1'
giu 15 17:43:04 hidan0-pc kernel: iwlwifi 0000:00:14.3: base HW address: 28:d0:ea:e4:de:91
giu 15 17:43:04 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:04 hidan0-pc systemd[1]: Started Hostname Service.
giu 15 17:43:04 hidan0-pc kernel: thermal thermal_zone5: failed to read out thermal zone (-61)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8099] hostname: hostname: using hostnamed
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8099] hostname: hostname changed from (none) to "hidan0-pc"
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8101] dns-mgr[0x55db210ed110]: init: dns=default,systemd-resolved rc-manager=symlink
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8105] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill0) (driver iwlwifi)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8106] manager[0x55db210f60c0]: rfkill: Wi-Fi hardware radio set enabled
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8106] manager[0x55db210f60c0]: rfkill: WWAN hardware radio set enabled
giu 15 17:43:04 hidan0-pc kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
giu 15 17:43:04 hidan0-pc kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
giu 15 17:43:04 hidan0-pc kernel: NET: Registered protocol family 38
giu 15 17:43:04 hidan0-pc kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
giu 15 17:43:04 hidan0-pc kernel: caller tgl_uncore_imc_freerunning_init_box+0xb7/0xf0 [intel_uncore] mapping multiple BARs
giu 15 17:43:04 hidan0-pc kernel: cryptd: max_cpu_qlen set to 1000
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8290] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-team.so)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8300] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-wifi.so)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8306] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-adsl.so)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8343] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-bluetooth.so)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8351] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-ovs.so)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8356] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-wwan.so)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8359] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8362] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8363] manager: Networking is enabled by state file
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8367] dhcp-init: Using DHCP client 'internal'
giu 15 17:43:04 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=335 comm="/usr/bin/NetworkManager --no-daemon ")
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8371] settings: Loaded settings plugin: keyfile (internal)
giu 15 17:43:04 hidan0-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
giu 15 17:43:04 hidan0-pc kernel: AVX2 version of gcm_enc/dec engaged.
giu 15 17:43:04 hidan0-pc kernel: AES CTR mode by8 optimization enabled
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8419] device (lo): carrier: link connected
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8421] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8430] device (wlan0): driver supports Access Point (AP) mode
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8435] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8456] ovsdb: Impossibile connettersi: File o directory non esistente
giu 15 17:43:04 hidan0-pc NetworkManager[335]: <info> [1623771784.8456] ovsdb: disconnected from ovsdb
giu 15 17:43:04 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
giu 15 17:43:04 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:04 hidan0-pc systemd[1]: Started Network Manager Script Dispatcher Service.
giu 15 17:43:04 hidan0-pc systemd-logind[337]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
giu 15 17:43:05 hidan0-pc systemd-udevd[241]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: enabling device (0000 -> 0002)
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: use msi interrupt mode
giu 15 17:43:05 hidan0-pc mtp-probe[429]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5"
giu 15 17:43:05 hidan0-pc mtp-probe[429]: bus: 3, device: 2 was not an MTP device
giu 15 17:43:05 hidan0-pc mtp-probe[431]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5"
giu 15 17:43:05 hidan0-pc mtp-probe[431]: bus: 3, device: 2 was not an MTP device
giu 15 17:43:05 hidan0-pc systemd-logind[337]: Watching system buttons on /dev/input/event4 (Intel HID events)
giu 15 17:43:05 hidan0-pc mtp-probe[432]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6"
giu 15 17:43:05 hidan0-pc mtp-probe[432]: bus: 3, device: 3 was not an MTP device
giu 15 17:43:05 hidan0-pc kernel: input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input15
giu 15 17:43:05 hidan0-pc kernel: intel_rapl_msr: PL4 support detected.
giu 15 17:43:05 hidan0-pc kernel: mc: Linux media interface: v0.10
giu 15 17:43:05 hidan0-pc kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19
giu 15 17:43:05 hidan0-pc kernel: intel_rapl_common: Found RAPL domain package
giu 15 17:43:05 hidan0-pc kernel: intel_rapl_common: Found RAPL domain core
giu 15 17:43:05 hidan0-pc kernel: intel_rapl_common: Found RAPL domain uncore
giu 15 17:43:05 hidan0-pc kernel: intel_rapl_common: Found RAPL domain psys
giu 15 17:43:05 hidan0-pc iwd[336]: Wireless daemon version 1.15
giu 15 17:43:05 hidan0-pc kernel: videodev: Linux video capture interface: v2.00
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: hda codecs found, mask 5
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: DMICs detected in NHLT tables: 2
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: warning: unknown sof_ext_man header type 6 size 0x20
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: Firmware info: version 1:7:0-47d07
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:17:0
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: warn: FW ABI is more recent than kernel
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: warning: unknown sof_ext_man header type 3 size 0x30
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: warning: unknown sof_ext_man header type 5 size 0x20
giu 15 17:43:05 hidan0-pc systemd[1]: Started Wireless service.
giu 15 17:43:05 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:05 hidan0-pc iwd[336]: station: Network configuration is disabled.
giu 15 17:43:05 hidan0-pc systemd[1]: Reached target Network.
giu 15 17:43:05 hidan0-pc iwd[336]: Wiphy: 0, Name: phy0
giu 15 17:43:05 hidan0-pc iwd[336]: Permanent Address: 28:d0:ea:e4:de:91
giu 15 17:43:05 hidan0-pc iwd[336]: 2.4Ghz Band:
giu 15 17:43:05 hidan0-pc iwd[336]: Bitrates (non-HT):
giu 15 17:43:05 hidan0-pc iwd[336]: 1.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 2.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 5.5 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 11.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 6.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 9.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 12.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 18.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 24.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 36.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 48.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 54.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: HT Capabilities:
giu 15 17:43:05 hidan0-pc iwd[336]: HT40
giu 15 17:43:05 hidan0-pc iwd[336]: Short GI for 20Mhz
giu 15 17:43:05 hidan0-pc iwd[336]: Short GI for 40Mhz
giu 15 17:43:05 hidan0-pc iwd[336]: HT RX MCS indexes:
giu 15 17:43:05 hidan0-pc iwd[336]: 0-15
giu 15 17:43:05 hidan0-pc iwd[336]: 5Ghz Band:
giu 15 17:43:05 hidan0-pc iwd[336]: Bitrates (non-HT):
giu 15 17:43:05 hidan0-pc iwd[336]: 6.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 9.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 12.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 18.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 24.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 36.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 48.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: 54.0 Mbps
giu 15 17:43:05 hidan0-pc iwd[336]: HT Capabilities:
giu 15 17:43:05 hidan0-pc iwd[336]: HT40
giu 15 17:43:05 hidan0-pc iwd[336]: Short GI for 20Mhz
giu 15 17:43:05 hidan0-pc iwd[336]: Short GI for 40Mhz
giu 15 17:43:05 hidan0-pc iwd[336]: HT RX MCS indexes:
giu 15 17:43:05 hidan0-pc iwd[336]: 0-15
giu 15 17:43:05 hidan0-pc iwd[336]: VHT Capabilities:
giu 15 17:43:05 hidan0-pc iwd[336]: 160 Mhz operation
giu 15 17:43:05 hidan0-pc iwd[336]: Short GI for 80Mhz
giu 15 17:43:05 hidan0-pc iwd[336]: Short GI for 160 and 80 + 80 Mhz
giu 15 17:43:05 hidan0-pc iwd[336]: Max RX MCS: 0-9 for NSS: 2
giu 15 17:43:05 hidan0-pc iwd[336]: Max TX MCS: 0-9 for NSS: 2
giu 15 17:43:05 hidan0-pc iwd[336]: Ciphers: CCMP TKIP BIP
giu 15 17:43:05 hidan0-pc iwd[336]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
giu 15 17:43:05 hidan0-pc systemd[1]: Starting Permit User Sessions...
giu 15 17:43:05 hidan0-pc systemd[1]: Finished Permit User Sessions.
giu 15 17:43:05 hidan0-pc 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'
giu 15 17:43:05 hidan0-pc systemd[1]: Reached target Multi-User System.
giu 15 17:43:05 hidan0-pc kernel: ------------[ cut here ]------------
giu 15 17:43:05 hidan0-pc kernel: WARNING: CPU: 7 PID: 336 at net/wireless/nl80211.c:7579 nl80211_get_reg_do+0x1f6/0x230 [cfg80211]
giu 15 17:43:05 hidan0-pc kernel: Modules linked in: videobuf2_common snd_hda_codec_hdmi videodev x86_pkg_temp_thermal intel_powerclamp dell_laptop(+) dell_wmi ccm snd_hda_codec_realtek algif_aead intel_rapl_msr mc pcc_cpufreq(-) dell_smbios wmi_bmof coretemp snd_hda_codec_generic cbc acpi_cpufreq(-) kvm_intel snd_sof_pci snd_sof_intel_byt des_generic dell_wmi_descriptor snd_sof_intel_ipc libdes dcdbas dell_smm_hwmon kvm ecb snd_sof_intel_hda_common snd_sof_xtensa_dsp algif_skcipher snd_sof_intel_hda irqbypass snd_sof crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel snd_soc_hdac_hda cmac snd_hda_ext_core crypto_simd snd_soc_acpi_intel_match cryptd md4 snd_soc_acpi glue_helper algif_hash ledtrig_audio intel_cstate af_alg intel_uncore snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation soundwire_cadence snd_hda_codec snd_hda_core snd_hwdep soundwire_bus snd_soc_core iwlmvm psmouse snd_compress ac97_bus snd_pcm_dmaengine snd_pcm pcspkr mac80211 squashfs snd_timer snd i2c_i801
giu 15 17:43:05 hidan0-pc kernel: soundcore i2c_smbus libarc4 mei_me vfat mei fat loop iwlwifi cfg80211 intel_lpss_pci intel_lpss idma64 intel_ish_ipc rfkill intel_ishtp i915 thunderbolt i2c_algo_bit drm_kms_helper cec intel_gtt syscopyarea ucsi_acpi processor_thermal_device sysfillrect typec_ucsi intel_rapl_common sysimgblt intel_soc_dts_iosf fb_sys_fops typec mac_hid i2c_hid int3403_thermal int340x_thermal_zone soc_button_array wmi video tpm_crb tpm_tis int3400_thermal acpi_pad tpm_tis_core intel_hid tpm acpi_thermal_rel rng_core acpi_tad sparse_keymap drm fuse pkcs8_key_parser crypto_user agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 crc32c_intel xhci_pci xhci_pci_renesas i8042 serio vmd
giu 15 17:43:05 hidan0-pc kernel: CPU: 7 PID: 336 Comm: iwd Tainted: G I 5.10.43-1-lts #1
giu 15 17:43:05 hidan0-pc kernel: Hardware name: Dell Inc. Inspiron 5406 2n1/08TN14, BIOS 1.2.0 01/26/2021
giu 15 17:43:05 hidan0-pc kernel: RIP: 0010:nl80211_get_reg_do+0x1f6/0x230 [cfg80211]
giu 15 17:43:05 hidan0-pc kernel: Code: 24 0c 01 00 00 00 e8 09 ad 5c e8 85 c0 0f 84 fc fe ff ff eb a6 48 89 ef 48 89 04 24 e8 93 96 8e e8 48 8b 04 24 e9 43 ff ff ff <0f> 0b 48 89 ef e8 80 96 8e e8 b8 ea ff ff ff e9 2f ff ff ff b8 97
giu 15 17:43:05 hidan0-pc kernel: RSP: 0018:ffffa1834105fb68 EFLAGS: 00010202
giu 15 17:43:05 hidan0-pc kernel: RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000000
giu 15 17:43:05 hidan0-pc kernel: RDX: ffff8bf2d04a8008 RSI: 0000000000000000 RDI: ffff8bf2d04a8300
giu 15 17:43:05 hidan0-pc kernel: RBP: ffff8bf2c3b64600 R08: 0000000000000004 R09: ffff8bf2d1f29014
giu 15 17:43:05 hidan0-pc kernel: R10: 0000000000000021 R11: ffff8bf2d1cfa500 R12: ffffa1834105fbc0
giu 15 17:43:05 hidan0-pc kernel: R13: 0000000000000000 R14: ffff8bf2d1f29014 R15: ffff8bf2d04a8300
giu 15 17:43:05 hidan0-pc kernel: FS: 00007f5628526740(0000) GS:ffff8bf4477c0000(0000) knlGS:0000000000000000
giu 15 17:43:05 hidan0-pc kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
giu 15 17:43:05 hidan0-pc kernel: CR2: 00007f562849e71c CR3: 0000000111de8004 CR4: 0000000000770ee0
giu 15 17:43:05 hidan0-pc kernel: PKRU: 55555554
giu 15 17:43:05 hidan0-pc kernel: Call Trace:
giu 15 17:43:05 hidan0-pc kernel: ? genl_family_rcv_msg_attrs_parse.constprop.0+0x8b/0xd0
giu 15 17:43:05 hidan0-pc kernel: genl_family_rcv_msg_doit+0xea/0x150
giu 15 17:43:05 hidan0-pc kernel: genl_rcv_msg+0xdc/0x1e0
giu 15 17:43:05 hidan0-pc kernel: ? nl80211_vendor_cmd_dump+0x5d0/0x5d0 [cfg80211]
giu 15 17:43:05 hidan0-pc kernel: ? nl80211_send_regdom.constprop.0+0x1a0/0x1a0 [cfg80211]
giu 15 17:43:05 hidan0-pc kernel: ? genl_get_cmd+0xd0/0xd0
giu 15 17:43:05 hidan0-pc kernel: netlink_rcv_skb+0x50/0xf0
giu 15 17:43:05 hidan0-pc kernel: genl_rcv+0x24/0x40
giu 15 17:43:05 hidan0-pc kernel: netlink_unicast+0x201/0x2d0
giu 15 17:43:05 hidan0-pc kernel: netlink_sendmsg+0x23a/0x470
giu 15 17:43:05 hidan0-pc kernel: sock_sendmsg+0x5e/0x60
giu 15 17:43:05 hidan0-pc kernel: __sys_sendto+0xf0/0x160
giu 15 17:43:05 hidan0-pc kernel: __x64_sys_sendto+0x20/0x30
giu 15 17:43:05 hidan0-pc kernel: do_syscall_64+0x33/0x40
giu 15 17:43:05 hidan0-pc kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9
giu 15 17:43:05 hidan0-pc kernel: RIP: 0033:0x7f5628628c10
giu 15 17:43:05 hidan0-pc kernel: Code: c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 1d 45 31 c9 45 31 c0 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 68 c3 0f 1f 80 00 00 00 00 55 48 83 ec 20 48
giu 15 17:43:05 hidan0-pc kernel: RSP: 002b:00007ffd4eef6fe8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
giu 15 17:43:05 hidan0-pc kernel: RAX: ffffffffffffffda RBX: 0000559ab8916870 RCX: 00007f5628628c10
giu 15 17:43:05 hidan0-pc kernel: RDX: 000000000000001c RSI: 0000559ab8922550 RDI: 0000000000000004
giu 15 17:43:05 hidan0-pc kernel: RBP: 0000559ab8921c40 R08: 0000000000000000 R09: 0000000000000000
giu 15 17:43:05 hidan0-pc kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffd4eef7050
giu 15 17:43:05 hidan0-pc kernel: R13: 00007ffd4eef704c R14: 0000559ab8920500 R15: 0000559ab73a83fd
giu 15 17:43:05 hidan0-pc kernel: ---[ end trace 90668b97ab375ad0 ]---
giu 15 17:43:05 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:05 hidan0-pc systemd[1]: Started Simple Desktop Display Manager.
giu 15 17:43:05 hidan0-pc systemd[1]: Reached target Graphical Interface.
giu 15 17:43:05 hidan0-pc systemd[1]: Startup finished in 4.347s (firmware) + 3.204s (loader) + 988ms (kernel) + 2.443s (userspace) = 10.983s.
giu 15 17:43:05 hidan0-pc systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
giu 15 17:43:05 hidan0-pc systemd[1]: Starting Load/Save RF Kill Switch Status...
giu 15 17:43:05 hidan0-pc systemd[1]: Starting Thunderbolt system service...
giu 15 17:43:05 hidan0-pc systemd[1]: Created slice system-systemd\x2dbacklight.slice.
giu 15 17:43:05 hidan0-pc systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
giu 15 17:43:05 hidan0-pc boltd[457]: bolt 0.9.1 starting up.
giu 15 17:43:05 hidan0-pc boltd[457]: manager: initializing store
giu 15 17:43:05 hidan0-pc sddm[455]: Initializing...
giu 15 17:43:05 hidan0-pc boltd[457]: store: located at: /var/lib/boltd
giu 15 17:43:05 hidan0-pc systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
giu 15 17:43:05 hidan0-pc boltd[457]: config: loading user config
giu 15 17:43:05 hidan0-pc 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'
giu 15 17:43:05 hidan0-pc boltd[457]: bouncer: initializing polkit
giu 15 17:43:05 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=457 comm="/usr/lib/boltd ")
giu 15 17:43:05 hidan0-pc systemd[1]: Starting Authorization Manager...
giu 15 17:43:05 hidan0-pc sddm[455]: Starting...
giu 15 17:43:05 hidan0-pc sddm[455]: Logind interface found
giu 15 17:43:05 hidan0-pc sddm[455]: Adding new display on vt 1 ...
giu 15 17:43:05 hidan0-pc sddm[455]: Loading theme configuration from ""
giu 15 17:43:05 hidan0-pc sddm[455]: Display server starting...
giu 15 17:43:05 hidan0-pc sddm[455]: Adding cookie to "/var/run/sddm/{abc6d4ae-babc-4c29-bc5f-e9b389ba07fd}"
giu 15 17:43:05 hidan0-pc sddm[455]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{abc6d4ae-babc-4c29-bc5f-e9b389ba07fd} -noreset -displayfd 17
giu 15 17:43:05 hidan0-pc polkitd[463]: Started polkitd version 0.119
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: Firmware info: version 1:7:0-47d07
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:17:0
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: warn: FW ABI is more recent than kernel
giu 15 17:43:05 hidan0-pc kernel: uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0c45:671b)
giu 15 17:43:05 hidan0-pc kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
giu 15 17:43:05 hidan0-pc kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input20
giu 15 17:43:05 hidan0-pc polkitd[463]: Loading rules from directory /etc/polkit-1/rules.d
giu 15 17:43:05 hidan0-pc polkitd[463]: Loading rules from directory /usr/share/polkit-1/rules.d
giu 15 17:43:05 hidan0-pc polkitd[463]: Finished loading, compiling and executing 3 rules
giu 15 17:43:05 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
giu 15 17:43:05 hidan0-pc systemd[1]: Started Authorization Manager.
giu 15 17:43:05 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:05 hidan0-pc polkitd[463]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
giu 15 17:43:05 hidan0-pc boltd[457]: watchdog: enabled [pulse: 90s]
giu 15 17:43:05 hidan0-pc boltd[457]: udev: initializing udev
giu 15 17:43:05 hidan0-pc boltd[457]: store: loading domains
giu 15 17:43:05 hidan0-pc boltd[457]: store: loading devices
giu 15 17:43:05 hidan0-pc boltd[457]: power: state located at: /run/boltd/power
giu 15 17:43:05 hidan0-pc boltd[457]: power: force power support: no
giu 15 17:43:05 hidan0-pc boltd[457]: udev: enumerating devices
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-domain0 ] newly connected [none] (/sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0)
giu 15 17:43:05 hidan0-pc boltd[457]: security level set to 'none'
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-domain0 ] domain: registered (bootacl: 0/0)
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-domain0 ] bootacl: bootacl not supported, no sync
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-domain0 ] udev: uuid is stable: no (for NHI: 0x9a1b)
giu 15 17:43:05 hidan0-pc boltd[457]: global 'generation' set to '4'
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-Inspiron 5406 2n1 ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-Inspiron 5406 2n1 ] labeling device: Dell Inspiron 5406 2n1
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-domain0 ] dbus: exported domain at /org/freedesktop/bolt/domains/3001aacf_8639_8780_ffff_ffffffffffff
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-Inspiron 5406 2n1 ] dbus: exported device at /org/freedesktop/bolt/devices/3001aacf_8639...
giu 15 17:43:05 hidan0-pc NetworkManager[335]: <info> [1623771785.4904] manager: startup complete
giu 15 17:43:05 hidan0-pc systemd[1]: Started Thunderbolt system service.
giu 15 17:43:05 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:05 hidan0-pc kernel: iTCO_vendor_support: vendor-support=0
giu 15 17:43:05 hidan0-pc kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
giu 15 17:43:05 hidan0-pc kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
giu 15 17:43:05 hidan0-pc kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-Inspiron 5406 2n1 ] udev: device changed: authorized -> authorized
giu 15 17:43:05 hidan0-pc boltd[457]: [3001aacf-8639-Inspiron 5406 2n1 ] udev: device changed: authorized -> authorized
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: Core ver 2.22
giu 15 17:43:05 hidan0-pc kernel: NET: Registered protocol family 31
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: HCI device and connection manager initialized
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: HCI socket layer initialized
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: L2CAP socket layer initialized
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: SCO socket layer initialized
giu 15 17:43:05 hidan0-pc kernel: usbcore: registered new interface driver uvcvideo
giu 15 17:43:05 hidan0-pc kernel: USB Video Class driver (1.1.1)
giu 15 17:43:05 hidan0-pc mtp-probe[487]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6"
giu 15 17:43:05 hidan0-pc mtp-probe[487]: bus: 3, device: 3 was not an MTP device
giu 15 17:43:05 hidan0-pc systemd[1]: Started Load/Save RF Kill Switch Status.
giu 15 17:43:05 hidan0-pc 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'
giu 15 17:43:05 hidan0-pc kernel: usbcore: registered new interface driver btusb
giu 15 17:43:05 hidan0-pc kernel: ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=5
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: hci0: Device revision is 2
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: hci0: Secure boot is enabled
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: hci0: OTP lock is enabled
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: hci0: API lock is enabled
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: hci0: Debug lock is disabled
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
giu 15 17:43:05 hidan0-pc kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
giu 15 17:43:05 hidan0-pc kernel: hid-generic 001F:8087:0AC2.0003: hidraw2: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on
giu 15 17:43:05 hidan0-pc kernel: hid-generic 001F:8087:0AC2.0004: hidraw3: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on
giu 15 17:43:05 hidan0-pc kernel: hid-generic 001F:8087:0AC2.0005: hidraw4: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on
giu 15 17:43:05 hidan0-pc kernel: hid-generic 001F:8087:0AC2.0006: hidraw5: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on
giu 15 17:43:05 hidan0-pc kernel: hid-generic 001F:8087:0AC3.0007: hidraw6: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC3] on
giu 15 17:43:05 hidan0-pc systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
giu 15 17:43:05 hidan0-pc systemd-udevd[250]: Using default interface naming scheme 'v247'.
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:17:0
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: warn: topology ABI is more recent than kernel
giu 15 17:43:05 hidan0-pc systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
giu 15 17:43:05 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:05 hidan0-pc systemd[1]: Reached target Bluetooth.
giu 15 17:43:05 hidan0-pc kernel: mousedev: PS/2 mouse device common for all mice
giu 15 17:43:05 hidan0-pc kernel: sof-audio-pci 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
giu 15 17:43:05 hidan0-pc systemd-udevd[250]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
giu 15 17:43:05 hidan0-pc NetworkManager[335]: <info> [1623771785.7558] device (wlan0): driver supports Access Point (AP) mode
giu 15 17:43:05 hidan0-pc NetworkManager[335]: <info> [1623771785.7561] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
giu 15 17:43:05 hidan0-pc NetworkManager[335]: <info> [1623771785.7588] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC3204: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: mono: mono_out=0x0
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: inputs:
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: Headset Mic=0x19
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: Headphone Mic=0x1a
giu 15 17:43:05 hidan0-pc NetworkManager[335]: <info> [1623771785.7729] device (wlan0): set-hw-addr: set MAC address to 1A:8E:D8:AC:D8:69 (scanning)
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
giu 15 17:43:05 hidan0-pc kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7
giu 15 17:43:05 hidan0-pc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8
giu 15 17:43:05 hidan0-pc kernel: input: sof-hda-dsp Headphone Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input21
giu 15 17:43:05 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=335 comm="/usr/bin/NetworkManager --no-daemon ")
giu 15 17:43:05 hidan0-pc systemd[1]: Starting WPA supplicant...
giu 15 17:43:05 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
giu 15 17:43:05 hidan0-pc systemd[1]: Started WPA supplicant.
giu 15 17:43:05 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:05 hidan0-pc wpa_supplicant[510]: Successfully initialized wpa_supplicant
giu 15 17:43:05 hidan0-pc wpa_supplicant[510]: nl80211: kernel reports: Match already configured
giu 15 17:43:05 hidan0-pc wpa_supplicant[510]: nl80211: kernel reports: Match already configured
giu 15 17:43:05 hidan0-pc wpa_supplicant[510]: nl80211: kernel reports: Match already configured
giu 15 17:43:05 hidan0-pc wpa_supplicant[510]: nl80211: kernel reports: Match already configured
giu 15 17:43:05 hidan0-pc wpa_supplicant[510]: nl80211: kernel reports: Match already configured
giu 15 17:43:05 hidan0-pc wpa_supplicant[510]: nl80211: kernel reports: Match already configured
giu 15 17:43:05 hidan0-pc kernel: input: CUST0000:00 04F3:2A81 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input25
giu 15 17:43:06 hidan0-pc kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input22
giu 15 17:43:06 hidan0-pc kernel: input: CUST0000:00 04F3:2A81 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input26
giu 15 17:43:06 hidan0-pc kernel: input: CUST0000:00 04F3:2A81 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input27
giu 15 17:43:06 hidan0-pc kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input23
giu 15 17:43:06 hidan0-pc kernel: input: CUST0000:00 04F3:2A81 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input28
giu 15 17:43:06 hidan0-pc kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input24
giu 15 17:43:06 hidan0-pc kernel: hid-multitouch 0018:04F3:2A81.0001: input,hidraw0: I2C HID v1.00 Device [CUST0000:00 04F3:2A81] on i2c-CUST0000:00
giu 15 17:43:06 hidan0-pc systemd[1]: Starting Save/Restore Sound Card State...
giu 15 17:43:06 hidan0-pc systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.1063] device (wlan0): supplicant interface state: internal-starting -> disconnected
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.1063] Wi-Fi P2P device controlled by interface wlan0 created
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.1065] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.1066] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <warn> [1623771786.1069] sup-iface[a70fbd08c488563f,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.1069] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
giu 15 17:43:06 hidan0-pc systemd[1]: Finished Save/Restore Sound Card State.
giu 15 17:43:06 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:06 hidan0-pc systemd[1]: Reached target Sound Card.
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.1073] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:06 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16
giu 15 17:43:06 hidan0-pc kernel: input: DLL0945:00 06CB:CE26 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-13/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input31
giu 15 17:43:06 hidan0-pc kernel: input: DLL0945:00 06CB:CE26 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-13/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input32
giu 15 17:43:06 hidan0-pc kernel: hid-multitouch 0018:06CB:CE26.0002: input,hidraw1: I2C HID v1.00 Mouse [DLL0945:00 06CB:CE26] on i2c-DLL0945:00
giu 15 17:43:06 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=IT
giu 15 17:43:06 hidan0-pc kernel: wlan0: authenticate with 22:b0:01:90:1f:12
giu 15 17:43:06 hidan0-pc kernel: wlan0: send auth to 22:b0:01:90:1f:12 (try 1/3)
giu 15 17:43:06 hidan0-pc kernel: wlan0: authenticated
giu 15 17:43:06 hidan0-pc kernel: wlan0: associate with 22:b0:01:90:1f:12 (try 1/3)
giu 15 17:43:06 hidan0-pc wpa_supplicant[510]: wlan0: No network configuration found for the current AP
giu 15 17:43:06 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-DISCONNECTED bssid=22:b0:01:90:1f:12 reason=3 locally_generated=1
giu 15 17:43:06 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.3562] device (wlan0): supplicant interface state: disconnected -> associated
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.3563] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
giu 15 17:43:06 hidan0-pc kernel: wlan0: RX AssocResp from 22:b0:01:90:1f:12 (capab=0x1511 status=0 aid=31)
giu 15 17:43:06 hidan0-pc kernel: wlan0: associated
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.3614] device (wlan0): supplicant interface state: associated -> disconnected
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.3614] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
giu 15 17:43:06 hidan0-pc kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 22:b0:01:90:1f:12
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.4615] device (wlan0): supplicant interface state: disconnected -> scanning
giu 15 17:43:06 hidan0-pc NetworkManager[335]: <info> [1623771786.4616] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
giu 15 17:43:06 hidan0-pc kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
giu 15 17:43:06 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=0 noise=9999 txrate=0
giu 15 17:43:06 hidan0-pc sddm[455]: Setting default cursor
giu 15 17:43:07 hidan0-pc kernel: Bluetooth: hci0: Waiting for firmware download to complete
giu 15 17:43:07 hidan0-pc kernel: Bluetooth: hci0: Firmware loaded in 1592993 usecs
giu 15 17:43:07 hidan0-pc kernel: Bluetooth: hci0: Waiting for device to boot
giu 15 17:43:07 hidan0-pc kernel: Bluetooth: hci0: Device booted in 14746 usecs
giu 15 17:43:07 hidan0-pc kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
giu 15 17:43:07 hidan0-pc kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
giu 15 17:43:07 hidan0-pc kernel: Bluetooth: hci0: Firmware revision 0.0 build 118 week 15 2021
giu 15 17:43:07 hidan0-pc sddm[455]: Could not setup default cursor
giu 15 17:43:07 hidan0-pc sddm[455]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
giu 15 17:43:07 hidan0-pc sddm[455]: Display server started.
giu 15 17:43:07 hidan0-pc sddm[455]: Socket server starting...
giu 15 17:43:07 hidan0-pc sddm[455]: Socket server started.
giu 15 17:43:07 hidan0-pc sddm[455]: Loading theme configuration from "/usr/share/sddm/themes/Nordic/theme.conf"
giu 15 17:43:07 hidan0-pc sddm[455]: Greeter starting...
giu 15 17:43:07 hidan0-pc sddm-helper[554]: [PAM] Starting...
giu 15 17:43:07 hidan0-pc audit[554]: USER_AUTH pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc audit[554]: USER_ACCT pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc sddm-helper[554]: [PAM] Authenticating...
giu 15 17:43:07 hidan0-pc sddm-helper[554]: [PAM] returning.
giu 15 17:43:07 hidan0-pc audit[554]: CRED_ACQ pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc sddm-helper[554]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=971) by (uid=0)
giu 15 17:43:07 hidan0-pc systemd[1]: Created slice User Slice of UID 971.
giu 15 17:43:07 hidan0-pc systemd[1]: Starting User Runtime Directory /run/user/971...
giu 15 17:43:07 hidan0-pc systemd-logind[337]: New session c1 of user sddm.
giu 15 17:43:07 hidan0-pc kernel: kauditd_printk_skb: 36 callbacks suppressed
giu 15 17:43:07 hidan0-pc kernel: audit: type=1100 audit(1623771787.659:47): pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc kernel: audit: type=1101 audit(1623771787.659:48): pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc kernel: audit: type=1103 audit(1623771787.659:49): pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc systemd[1]: Finished User Runtime Directory /run/user/971.
giu 15 17:43:07 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc systemd[1]: Starting User Manager for UID 971...
giu 15 17:43:07 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=556 comm="(systemd) ")
giu 15 17:43:07 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:07 hidan0-pc systemd[556]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:07 hidan0-pc audit[556]: USER_ACCT pid=556 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc audit[556]: CRED_ACQ pid=556 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
giu 15 17:43:07 hidan0-pc systemd[556]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
giu 15 17:43:07 hidan0-pc systemd[556]: pam_unix(systemd-user:session): session opened for user sddm(uid=971) by (uid=0)
giu 15 17:43:07 hidan0-pc systemd[556]: pam_env(systemd-user:session): deprecated reading of user environment enabled
giu 15 17:43:07 hidan0-pc audit[556]: USER_START pid=556 uid=0 auid=971 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc kernel: audit: type=1130 audit(1623771787.669:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc kernel: audit: type=1101 audit(1623771787.669:51): pid=556 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc kernel: audit: type=1103 audit(1623771787.669:52): pid=556 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
giu 15 17:43:07 hidan0-pc kernel: audit: type=1006 audit(1623771787.669:53): pid=556 uid=0 old-auid=4294967295 auid=971 tty=(none) old-ses=4294967295 ses=1 res=1
giu 15 17:43:07 hidan0-pc kernel: audit: type=1105 audit(1623771787.669:54): pid=556 uid=0 auid=971 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc audit: BPF prog-id=25 op=LOAD
giu 15 17:43:07 hidan0-pc audit: BPF prog-id=25 op=UNLOAD
giu 15 17:43:07 hidan0-pc kernel: audit: type=1334 audit(1623771787.679:55): prog-id=25 op=LOAD
giu 15 17:43:07 hidan0-pc kernel: audit: type=1334 audit(1623771787.679:56): prog-id=25 op=UNLOAD
giu 15 17:43:07 hidan0-pc systemd[556]: Queued start job for default target Main User Target.
giu 15 17:43:07 hidan0-pc systemd[556]: Created slice User Application Slice.
giu 15 17:43:07 hidan0-pc systemd[556]: Reached target Paths.
giu 15 17:43:07 hidan0-pc systemd[556]: Reached target Timers.
giu 15 17:43:07 hidan0-pc systemd[556]: Starting D-Bus User Message Bus Socket.
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on GnuPG network certificate management daemon.
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on GnuPG cryptographic agent and passphrase cache.
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on p11-kit server.
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on PipeWire PulseAudio.
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on Multimedia System.
giu 15 17:43:07 hidan0-pc systemd[556]: Listening on D-Bus User Message Bus Socket.
giu 15 17:43:07 hidan0-pc systemd[556]: Reached target Sockets.
giu 15 17:43:07 hidan0-pc systemd[556]: Reached target Basic System.
giu 15 17:43:07 hidan0-pc systemd[1]: Started User Manager for UID 971.
giu 15 17:43:07 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:07 hidan0-pc systemd[556]: Starting Update XDG user dir configuration...
giu 15 17:43:07 hidan0-pc systemd[1]: Started Session c1 of user sddm.
giu 15 17:43:07 hidan0-pc systemd[556]: xdg-user-dirs-update.service: Deactivated successfully.
giu 15 17:43:07 hidan0-pc systemd[556]: Finished Update XDG user dir configuration.
giu 15 17:43:07 hidan0-pc systemd[556]: Reached target Main User Target.
giu 15 17:43:07 hidan0-pc systemd[556]: Startup finished in 67ms.
giu 15 17:43:07 hidan0-pc audit[554]: USER_START pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
giu 15 17:43:07 hidan0-pc sddm[455]: Greeter session started successfully
giu 15 17:43:07 hidan0-pc sddm-greeter[564]: High-DPI autoscaling not Enabled
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Reading from "/usr/share/xsessions/i3-with-shmlog.desktop"
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Reading from "/usr/share/xsessions/i3.desktop"
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Reading from "/usr/share/xsessions/plasma-i3.desktop"
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Reading from "/usr/share/xsessions/plasma.desktop"
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Loading theme configuration from "/usr/share/sddm/themes/Nordic/theme.conf"
giu 15 17:43:08 hidan0-pc systemd[556]: Started D-Bus User Message Bus.
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Connected to the daemon.
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: QFont::fromString: Invalid description '(empty)'
giu 15 17:43:08 hidan0-pc sddm[455]: Message received from greeter: Connect
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Loading file:///usr/share/sddm/themes/Nordic/Main.qml...
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffcf939eca0), parent's thread is QThread(0x55e4d997cdd0), current thread is QThread(0x55e4d9a8bcf0)
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffcf939eca0), parent's thread is QThread(0x55e4d997cdd0), current thread is QThread(0x55e4d9a8bcf0)
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffcf939eca0), parent's thread is QThread(0x55e4d997cdd0), current thread is QThread(0x55e4d9a8bcf0)
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffcf939eca0), parent's thread is QThread(0x55e4d997cdd0), current thread is QThread(0x55e4d9a8bcf0)
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
giu 15 17:43:08 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.16' (uid=971 pid=564 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-cPHmiT")
giu 15 17:43:08 hidan0-pc systemd[1]: Starting Disk Manager...
giu 15 17:43:08 hidan0-pc udisksd[576]: udisks daemon version 2.9.2 starting
giu 15 17:43:08 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.freedesktop.UDisks2'
giu 15 17:43:08 hidan0-pc systemd[1]: Started Disk Manager.
giu 15 17:43:08 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:08 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.16' (uid=971 pid=564 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-cPHmiT")
giu 15 17:43:08 hidan0-pc audit: BPF prog-id=26 op=LOAD
giu 15 17:43:08 hidan0-pc audit: BPF prog-id=27 op=LOAD
giu 15 17:43:08 hidan0-pc systemd[1]: Starting Daemon for power management...
giu 15 17:43:08 hidan0-pc udisksd[576]: Acquired the name org.freedesktop.UDisks2 on the system message bus
giu 15 17:43:08 hidan0-pc upowerd[586]: did not recognise USB path /sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001, please report
giu 15 17:43:08 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.freedesktop.UPower'
giu 15 17:43:08 hidan0-pc systemd[1]: Started Daemon for power management.
giu 15 17:43:08 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/Main.qml:479:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/VirtualKeyboard.qml:21:1: module "QtQuick.VirtualKeyboard" is not installed
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/Login.qml:92:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Adding view for "eDP-1" QRect(0,0 1920x1080)
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.17'
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Message received from daemon: Capabilities
giu 15 17:43:08 hidan0-pc sddm-greeter[564]: Message received from daemon: HostName
giu 15 17:43:09 hidan0-pc NetworkManager[335]: <info> [1623771789.3486] device (wlan0): supplicant interface state: scanning -> inactive
giu 15 17:43:09 hidan0-pc NetworkManager[335]: <info> [1623771789.3487] device (p2p-dev-wlan0): supplicant management interface state: scanning -> inactive
giu 15 17:43:10 hidan0-pc systemd[1]: systemd-rfkill.service: Deactivated successfully.
giu 15 17:43:10 hidan0-pc 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'
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: Reading from "/usr/share/xsessions/plasma-i3.desktop"
giu 15 17:43:13 hidan0-pc sddm[455]: Message received from greeter: Login
giu 15 17:43:13 hidan0-pc sddm[455]: Reading from "/usr/share/xsessions/plasma-i3.desktop"
giu 15 17:43:13 hidan0-pc sddm[455]: Reading from "/usr/share/xsessions/plasma-i3.desktop"
giu 15 17:43:13 hidan0-pc sddm[455]: Session "/usr/share/xsessions/plasma-i3.desktop" selected, command: "env KDEWM=/usr/bin/i3 /usr/bin/startplasma-x11"
giu 15 17:43:13 hidan0-pc sddm-helper[612]: [PAM] Starting...
giu 15 17:43:13 hidan0-pc sddm-helper[612]: [PAM] Authenticating...
giu 15 17:43:13 hidan0-pc sddm-helper[612]: [PAM] Preparing to converse...
giu 15 17:43:13 hidan0-pc sddm-helper[612]: [PAM] Conversation with 1 messages
giu 15 17:43:13 hidan0-pc sddm-helper[612]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
giu 15 17:43:13 hidan0-pc audit[612]: USER_AUTH pid=612 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="hidan0" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc sddm-helper[612]: [PAM] returning.
giu 15 17:43:13 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.19' (uid=0 pid=612 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-authd")
giu 15 17:43:13 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:13 hidan0-pc sddm-helper[612]: pam_systemd_home(sddm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:13 hidan0-pc audit[612]: USER_ACCT pid=612 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="hidan0" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc sddm[455]: Authenticated successfully
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: Message received from daemon: LoginSucceeded
giu 15 17:43:13 hidan0-pc audit[612]: CRED_ACQ pid=612 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="hidan0" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc sddm-helper[612]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
giu 15 17:43:13 hidan0-pc sddm-helper[612]: pam_unix(sddm:session): session opened for user hidan0(uid=1000) by (uid=0)
giu 15 17:43:13 hidan0-pc kernel: kauditd_printk_skb: 7 callbacks suppressed
giu 15 17:43:13 hidan0-pc kernel: audit: type=1100 audit(1623771793.169:64): pid=612 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="hidan0" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc kernel: audit: type=1101 audit(1623771793.169:65): pid=612 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="hidan0" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc kernel: audit: type=1103 audit(1623771793.169:66): pid=612 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="hidan0" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc kernel: audit: type=1006 audit(1623771793.169:67): pid=612 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.1907] policy: auto-activating connection 'TIM-26222345-5ghz' (4029ed23-9d20-4746-94b5-240411110fbe)
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.1911] device (wlan0): Activation: starting connection 'TIM-26222345-5ghz' (4029ed23-9d20-4746-94b5-240411110fbe)
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.1912] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.1914] manager: NetworkManager state is now CONNECTING
giu 15 17:43:13 hidan0-pc systemd[1]: Created slice User Slice of UID 1000.
giu 15 17:43:13 hidan0-pc systemd[1]: Starting User Runtime Directory /run/user/1000...
giu 15 17:43:13 hidan0-pc systemd-logind[337]: New session 2 of user hidan0.
giu 15 17:43:13 hidan0-pc systemd[1]: Finished User Runtime Directory /run/user/1000.
giu 15 17:43:13 hidan0-pc 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'
giu 15 17:43:13 hidan0-pc systemd[1]: Starting User Manager for UID 1000...
giu 15 17:43:13 hidan0-pc iwd[336]: Received Deauthentication event, reason: 3, from_ap: false
giu 15 17:43:13 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0
giu 15 17:43:13 hidan0-pc iwd[336]: Received error during CMD_TRIGGER_SCAN: Network is down (100)
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.1988] device (wlan0): set-hw-addr: reset MAC address to 28:D0:EA:E4:DE:91 (preserve)
giu 15 17:43:13 hidan0-pc kernel: wlan0: deauthenticating from 22:b0:01:90:1f:12 by local choice (Reason: 3=DEAUTH_LEAVING)
giu 15 17:43:13 hidan0-pc kernel: audit: type=1130 audit(1623771793.179:68): 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'
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.1996] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:13 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=614 comm="(systemd) ")
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.2003] device (wlan0): Activation: (wifi) access point 'TIM-26222345-5ghz' has security, but secrets are required.
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.2003] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:13 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:13 hidan0-pc systemd[614]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:13 hidan0-pc audit[614]: USER_ACCT pid=614 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="hidan0" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc audit[614]: CRED_ACQ pid=614 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="hidan0" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
giu 15 17:43:13 hidan0-pc systemd[614]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[hidan0] ruser=[<unknown>] rhost=[<unknown>]
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.2005] sup-iface[a70fbd08c488563f,0,wlan0]: wps: type pbc start...
giu 15 17:43:13 hidan0-pc systemd[614]: pam_unix(systemd-user:session): session opened for user hidan0(uid=1000) by (uid=0)
giu 15 17:43:13 hidan0-pc systemd[614]: pam_env(systemd-user:session): deprecated reading of user environment enabled
giu 15 17:43:13 hidan0-pc audit[614]: USER_START pid=614 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="hidan0" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <warn> [1623771793.2021] device (wlan0): no secrets: No agents were available for this request.
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.2021] device (wlan0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.2023] manager: NetworkManager state is now DISCONNECTED
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <warn> [1623771793.2029] device (wlan0): Activation: failed for connection 'TIM-26222345-5ghz'
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.2030] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:13 hidan0-pc audit: BPF prog-id=28 op=LOAD
giu 15 17:43:13 hidan0-pc audit: BPF prog-id=28 op=UNLOAD
giu 15 17:43:13 hidan0-pc kernel: audit: type=1101 audit(1623771793.189:69): pid=614 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="hidan0" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc kernel: audit: type=1103 audit(1623771793.189:70): pid=614 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="hidan0" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
giu 15 17:43:13 hidan0-pc kernel: audit: type=1006 audit(1623771793.189:71): pid=614 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
giu 15 17:43:13 hidan0-pc kernel: audit: type=1105 audit(1623771793.189:72): pid=614 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="hidan0" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:13 hidan0-pc kernel: audit: type=1334 audit(1623771793.189:73): prog-id=28 op=LOAD
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/Battery.qml:27: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/Main.qml:429: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/SessionManagementScreen.qml:83: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/SessionManagementScreen.qml:112: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/SessionManagementScreen.qml:98: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/SessionManagementScreen.qml:99: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/SessionManagementScreen.qml:89: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/UserDelegate.qml:101: TypeError: Cannot read property 'largeSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/UserDelegate.qml:44: TypeError: Cannot read property 'smallSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/UserDelegate.qml:67: TypeError: Cannot read property 'largeSpacing' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/UserDelegate.qml:93: TypeError: Cannot read property 'gridUnit' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/UserDelegate.qml:73: TypeError: Cannot read property 'longDuration' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/Main.qml:193: TypeError: Cannot read property 'longDuration' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/Main.qml:434: TypeError: Cannot read property 'longDuration' of null
giu 15 17:43:13 hidan0-pc sddm-greeter[564]: file:///usr/share/sddm/themes/Nordic/Main.qml:466: TypeError: Cannot read property 'longDuration' of null
giu 15 17:43:13 hidan0-pc systemd[614]: Queued start job for default target Main User Target.
giu 15 17:43:13 hidan0-pc 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'
giu 15 17:43:13 hidan0-pc audit[554]: USER_END pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
giu 15 17:43:13 hidan0-pc audit[554]: CRED_DISP pid=554 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
giu 15 17:43:13 hidan0-pc sddm-helper[612]: pam_env(sddm:session): deprecated reading of user environment enabled
giu 15 17:43:13 hidan0-pc systemd[614]: Created slice User Application Slice.
giu 15 17:43:13 hidan0-pc audit[612]: USER_START pid=612 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="hidan0" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
giu 15 17:43:13 hidan0-pc sddm-helper[612]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
giu 15 17:43:13 hidan0-pc systemd[614]: Reached target Paths.
giu 15 17:43:13 hidan0-pc sddm-helper[554]: pam_unix(sddm-greeter:session): session closed for user sddm
giu 15 17:43:13 hidan0-pc systemd[614]: Reached target Timers.
giu 15 17:43:13 hidan0-pc sddm-helper[624]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
giu 15 17:43:13 hidan0-pc systemd[614]: Starting D-Bus User Message Bus Socket.
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on GnuPG network certificate management daemon.
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on GnuPG cryptographic agent and passphrase cache.
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on p11-kit server.
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on PipeWire PulseAudio.
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on Multimedia System.
giu 15 17:43:13 hidan0-pc systemd[614]: Listening on D-Bus User Message Bus Socket.
giu 15 17:43:13 hidan0-pc systemd[614]: Reached target Sockets.
giu 15 17:43:13 hidan0-pc systemd[614]: Reached target Basic System.
giu 15 17:43:13 hidan0-pc systemd[1]: Started User Manager for UID 1000.
giu 15 17:43:13 hidan0-pc systemd[614]: Starting Update XDG user dir configuration...
giu 15 17:43:13 hidan0-pc systemd[1]: Started Session 2 of user hidan0.
giu 15 17:43:13 hidan0-pc systemd[614]: xdg-user-dirs-update.service: Deactivated successfully.
giu 15 17:43:13 hidan0-pc systemd[614]: Finished Update XDG user dir configuration.
giu 15 17:43:13 hidan0-pc systemd[614]: Reached target Main User Target.
giu 15 17:43:13 hidan0-pc systemd[614]: Startup finished in 58ms.
giu 15 17:43:13 hidan0-pc sddm-helper[554]: [PAM] Closing session
giu 15 17:43:13 hidan0-pc sddm-helper[554]: [PAM] Ended.
giu 15 17:43:13 hidan0-pc sddm[455]: Auth: sddm-helper exited successfully
giu 15 17:43:13 hidan0-pc sddm[455]: Greeter stopped.
giu 15 17:43:13 hidan0-pc systemd[1]: session-c1.scope: Deactivated successfully.
giu 15 17:43:13 hidan0-pc systemd-logind[337]: Session c1 logged out. Waiting for processes to exit.
giu 15 17:43:13 hidan0-pc systemd-logind[337]: Removed session c1.
giu 15 17:43:13 hidan0-pc sddm-helper[612]: Starting: "/usr/share/sddm/scripts/Xsession \"env KDEWM=/usr/bin/i3 /usr/bin/startplasma-x11\""
giu 15 17:43:13 hidan0-pc sddm-helper[626]: Adding cookie to "/home/hidan0/.Xauthority"
giu 15 17:43:13 hidan0-pc sddm[455]: Session started
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.3132] device (wlan0): set-hw-addr: set MAC address to 6E:0B:BF:DD:31:C5 (scanning)
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.3142] device (wlan0): supplicant interface state: inactive -> interface_disabled
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.3142] device (p2p-dev-wlan0): supplicant management interface state: inactive -> interface_disabled
giu 15 17:43:13 hidan0-pc systemd[614]: Started D-Bus User Message Bus.
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.3196] device (wlan0): supplicant interface state: interface_disabled -> inactive
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.3197] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive
giu 15 17:43:13 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating service name='org.kde.KSplash' requested by ':1.2' (uid=1000 pid=626 comm="/usr/bin/startplasma-x11 ")
giu 15 17:43:13 hidan0-pc systemd[614]: Reloading.
giu 15 17:43:13 hidan0-pc klauncher[651]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
giu 15 17:43:13 hidan0-pc kernel: wlan0: authenticate with 22:b0:01:90:1f:12
giu 15 17:43:13 hidan0-pc kcminit_startup[655]: Initializing "kcm_style" : "kcminit_style"
giu 15 17:43:13 hidan0-pc kernel: wlan0: send auth to 22:b0:01:90:1f:12 (try 1/3)
giu 15 17:43:13 hidan0-pc kernel: wlan0: authenticated
giu 15 17:43:13 hidan0-pc kernel: wlan0: associate with 22:b0:01:90:1f:12 (try 1/3)
giu 15 17:43:13 hidan0-pc wpa_supplicant[510]: wlan0: No network configuration found for the current AP
giu 15 17:43:13 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-DISCONNECTED bssid=22:b0:01:90:1f:12 reason=3 locally_generated=1
giu 15 17:43:13 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.6575] device (wlan0): supplicant interface state: inactive -> associated
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.6576] device (p2p-dev-wlan0): supplicant management interface state: inactive -> associated
giu 15 17:43:13 hidan0-pc kernel: wlan0: RX AssocResp from 22:b0:01:90:1f:12 (capab=0x1511 status=0 aid=32)
giu 15 17:43:13 hidan0-pc kernel: wlan0: associated
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.6628] device (wlan0): supplicant interface state: associated -> disconnected
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.6629] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
giu 15 17:43:13 hidan0-pc kcminit_startup[655]: QFile::copy: Empty or null file name
giu 15 17:43:13 hidan0-pc kcminit_startup[655]: Initializing "kcm_mouse" : "kcminit_mouse"
giu 15 17:43:13 hidan0-pc plasma_session[645]: org.kde.plasma.session: process job "kcminit_startup" finished with exit code 0
giu 15 17:43:13 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=0 noise=9999 txrate=0
giu 15 17:43:13 hidan0-pc kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 22:b0:01:90:1f:12
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.7626] device (wlan0): supplicant interface state: disconnected -> inactive
giu 15 17:43:13 hidan0-pc NetworkManager[335]: <info> [1623771793.7627] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
giu 15 17:43:13 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.8' (uid=1000 pid=663 comm="/usr/bin/kded5 ")
giu 15 17:43:13 hidan0-pc systemd[614]: Starting User preferences database...
giu 15 17:43:13 hidan0-pc kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
giu 15 17:43:13 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'ca.desrt.dconf'
giu 15 17:43:13 hidan0-pc systemd[614]: Started User preferences database.
giu 15 17:43:13 hidan0-pc ksmserver[669]: Qt: Session management error: networkIdsList argument is NULL
giu 15 17:43:13 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.10' (uid=1000 pid=669 comm="/usr/bin/ksmserver ")
giu 15 17:43:13 hidan0-pc systemd[614]: Created slice User Background Tasks Slice.
giu 15 17:43:13 hidan0-pc systemd[614]: Starting KDE Global Shortcuts Server...
giu 15 17:43:13 hidan0-pc kded5[663]: print-manager.kded: unable to register service to dbus
giu 15 17:43:13 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.kde.kglobalaccel'
giu 15 17:43:13 hidan0-pc systemd[614]: Started KDE Global Shortcuts Server.
giu 15 17:43:13 hidan0-pc kglobalaccel5[710]: kf.globalaccel.kglobalacceld: No desktop file found for service "org.flameshot.flameshot.desktop"
giu 15 17:43:13 hidan0-pc ksmserver[669]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.11'
giu 15 17:43:14 hidan0-pc kcminit_startup[655]: Initializing "kcm_kgamma" : "kcminit_kgamma"
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/powerdevil.desktop" ("/usr/lib/org_kde_powerdevil")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/kaccess.desktop" ("/usr/bin/kaccess")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop" ("/usr/lib/polkit-kde-authentication-agent-1")
giu 15 17:43:14 hidan0-pc kcminit_startup[655]: Initializing "kded_touchpad" : "kcminit_touchpad"
giu 15 17:43:14 hidan0-pc kcminit_startup[655]: kcm_touchpad: Using X11 backend
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/org.kde.plasmashell.desktop" ("/usr/bin/plasmashell")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/xembedsniproxy.desktop" ("/usr/bin/xembedsniproxy")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/pam_kwallet_init.desktop" ("/usr/lib/pam_kwallet_init")
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.7' (uid=1000 pid=663 comm="/usr/bin/kded5 ")
giu 15 17:43:14 hidan0-pc systemd[614]: Starting KActivityManager Activity manager Service...
giu 15 17:43:14 hidan0-pc kaccess[734]: Xlib XKB extension major= 1 minor= 0
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.kde.ActivityManager'
giu 15 17:43:14 hidan0-pc systemd[614]: Started KActivityManager Activity manager Service.
giu 15 17:43:14 hidan0-pc xembedsniproxy[740]: kde.xembedsniproxy: failed to claim ownership of Systray Manager
giu 15 17:43:14 hidan0-pc polkit-kde-authentication-agent-1[736]: New PolkitAgentListener 0x5582dafb0c00
giu 15 17:43:14 hidan0-pc polkit-kde-authentication-agent-1[736]: Adding new listener PolkitQt1::Agent::Listener(0x5582daff3ac0) for 0x5582dafb0c00
giu 15 17:43:14 hidan0-pc polkit-kde-authentication-agent-1[736]: Listener online
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/org.kde.discover.notifier.desktop" ("/usr/lib/DiscoverNotifier")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/org.kde.kdeconnect.daemon.desktop" ("/usr/lib/kdeconnectd")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/gmenudbusmenuproxy.desktop" ("/usr/bin/gmenudbusmenuproxy")
giu 15 17:43:14 hidan0-pc NetworkManager[335]: <info> [1623771794.1282] agent-manager: agent[0302745813344fbd,:1.24/org.kde.plasma.networkmanagement/1000]: agent registered
giu 15 17:43:14 hidan0-pc kded5[663]: bluedevil: Created
giu 15 17:43:14 hidan0-pc polkitd[463]: Registered Authentication Agent for unix-session:2 (system bus name :1.29 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
giu 15 17:43:14 hidan0-pc polkit-kde-authentication-agent-1[736]: Authentication agent result: true
giu 15 17:43:14 hidan0-pc kded5[663]: Installing the delayed initialization callback.
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/restore_kmix_volumes.desktop" ("/usr/bin/kmixctrl", "--restore")
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.26' (uid=1000 pid=732 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
giu 15 17:43:14 hidan0-pc kaccess[734]: X server XKB extension major= 1 minor= 0
giu 15 17:43:14 hidan0-pc systemd[614]: Started /usr/lib/DiscoverNotifier.
giu 15 17:43:14 hidan0-pc systemd[614]: Created slice User Core Session Slice.
giu 15 17:43:14 hidan0-pc systemd[614]: Started Multimedia Service.
giu 15 17:43:14 hidan0-pc systemd[614]: Started Multimedia Service Session Manager.
giu 15 17:43:14 hidan0-pc systemd[614]: Started PipeWire PulseAudio.
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
giu 15 17:43:14 hidan0-pc kded5[663]: kcm_touchpad: Using X11 backend
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.26' (uid=1000 pid=732 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.34' (uid=1000 pid=792 comm="/usr/bin/pipewire-pulse ")
giu 15 17:43:14 hidan0-pc systemd[1]: Starting RealtimeKit Scheduling Policy Service...
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
giu 15 17:43:14 hidan0-pc systemd[1]: Started RealtimeKit Scheduling Policy Service.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully called chroot.
giu 15 17:43:14 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully dropped privileges.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully limited resources.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Running.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Watchdog thread running.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully made thread 792 of process 792 owned by '1000' high priority at nice level -11.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 1 threads of 1 processes of 1 users.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Canary thread running.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully made thread 791 of process 791 owned by '1000' high priority at nice level -11.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 2 threads of 2 processes of 1 users.
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully made thread 790 of process 790 owned by '1000' high priority at nice level -11.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 3 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 3 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 3 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.26' (uid=1000 pid=732 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 3 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 3 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 3 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully made thread 800 of process 792 owned by '1000' RT at priority 20.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 4 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 4 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmixctrl[775]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully made thread 798 of process 791 owned by '1000' RT at priority 20.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 5 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Successfully made thread 799 of process 790 owned by '1000' RT at priority 20.
giu 15 17:43:14 hidan0-pc rtkit-daemon[802]: Supervising 6 threads of 3 processes of 1 users.
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
giu 15 17:43:14 hidan0-pc DiscoverNotifier[765]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: impossibile aprire il file oggetto condiviso: File o directory non esistente)"
giu 15 17:43:14 hidan0-pc DiscoverNotifier[765]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: impossibile aprire il file oggetto condiviso: File o directory non esistente)"
giu 15 17:43:14 hidan0-pc DiscoverNotifier[765]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
giu 15 17:43:14 hidan0-pc systemd[614]: Started /usr/bin/korgac.
giu 15 17:43:14 hidan0-pc DiscoverNotifier[782]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: impossibile aprire il file oggetto condiviso: File o directory non esistente)"
giu 15 17:43:14 hidan0-pc DiscoverNotifier[782]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: impossibile aprire il file oggetto condiviso: File o directory non esistente)"
giu 15 17:43:14 hidan0-pc DiscoverNotifier[782]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
giu 15 17:43:14 hidan0-pc org_kde_powerdevil[732]: Warning from helper: Failed to open "/sys/class/power_supply/BAT0/charge_start_threshold" for reading
giu 15 17:43:14 hidan0-pc org_kde_powerdevil[732]: Warning from helper: Failed to open "/sys/class/power_supply/BAT0/charge_stop_threshold" for reading
giu 15 17:43:14 hidan0-pc org_kde_powerdevil[732]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
giu 15 17:43:14 hidan0-pc systemd[614]: app-\x2fusr\x2flib\x2fDiscoverNotifier-ec480cbf8e774a7f974f6d417fa39aaa.scope: Deactivated successfully.
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating service name='org.freedesktop.Notifications' requested by ':1.24' (uid=1000 pid=767 comm="/usr/lib/kdeconnectd ")
giu 15 17:43:14 hidan0-pc kded5[663]:
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating service name='org.freedesktop.Telepathy.AccountManager' requested by ':1.7' (uid=1000 pid=663 comm="/usr/bin/kded5 ")
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.24' (uid=1000 pid=663 comm="/usr/bin/kded5 ")
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.24' (uid=1000 pid=663 comm="/usr/bin/kded5 ")
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
giu 15 17:43:14 hidan0-pc kded5[663]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit"
"Unit dbus-org.freedesktop.ModemManager1.service not found."
giu 15 17:43:14 hidan0-pc kded5[663]: Delayed initialization.
giu 15 17:43:14 hidan0-pc kded5[663]: Reloading the khotkeys configuration
giu 15 17:43:14 hidan0-pc kded5[663]: Version 2 File!
giu 15 17:43:14 hidan0-pc kded5[663]: true
giu 15 17:43:14 hidan0-pc kded5[663]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
giu 15 17:43:14 hidan0-pc kded5[663]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
giu 15 17:43:14 hidan0-pc kded5[663]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
giu 15 17:43:14 hidan0-pc kded5[663]: Imported file "/usr/share/khotkeys/konsole.khotkeys"
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating service name='org.freedesktop.Telepathy.Client.KTp.Approver' requested by ':1.30' (uid=1000 pid=831 comm="/usr/lib/telepathy/mission-control-5 ")
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating service name='org.kde.kded.smart' requested by ':1.24' (uid=1000 pid=663 comm="/usr/bin/kded5 ") (using servicehelper)
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating service name='org.kde.KScreen' requested by ':1.7' (uid=1000 pid=663 comm="/usr/bin/kded5 ")
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating service name='org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule' requested by ':1.30' (uid=1000 pid=831 comm="/usr/lib/telepathy/mission-control-5 ")
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.kde.KScreen'
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Connected output 67 to CRTC 63
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xcb.helper: Detected XRandR 1.6
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xcb.helper: Event Base: 89
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xcb.helper: Event Error: 147
giu 15 17:43:14 hidan0-pc org_kde_powerdevil[732]: org.kde.powerdevil: Handle button events action could not check for screen configuration
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Successfully activated service 'org.kde.kded.smart'
giu 15 17:43:14 hidan0-pc kded5[663]: bluedevil: Bluetooth operational changed false
giu 15 17:43:14 hidan0-pc kded5[663]: bluedevil: ObexManager operational changed false
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.7' (uid=1000 pid=663 comm="/usr/bin/kded5 ")
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.24' (uid=1000 pid=663 comm="/usr/bin/kded5 ")
giu 15 17:43:14 hidan0-pc kded5[663]: Known activities: ("1d6b3ad4-9275-4137-b92b-224013a178fe")
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
giu 15 17:43:14 hidan0-pc systemd[614]: Starting Bluetooth OBEX service...
giu 15 17:43:14 hidan0-pc org_kde_powerdevil[732]: Warning from helper: Failed to open "/sys/class/power_supply/BAT0/charge_start_threshold" for reading
giu 15 17:43:14 hidan0-pc org_kde_powerdevil[732]: Warning from helper: Failed to open "/sys/class/power_supply/BAT0/charge_stop_threshold" for reading
giu 15 17:43:14 hidan0-pc org_kde_powerdevil[732]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
giu 15 17:43:14 hidan0-pc obexd[849]: OBEX daemon 5.59
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.bluez.obex'
giu 15 17:43:14 hidan0-pc systemd[614]: Started Bluetooth OBEX service.
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.freedesktop.Telepathy.Client.KTp.Approver'
giu 15 17:43:14 hidan0-pc kded5[663]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
giu 15 17:43:14 hidan0-pc kded5[663]: Starting accounts migration...
giu 15 17:43:14 hidan0-pc kded5[663]: Registering ":1.27/StatusNotifierItem" to system tray
giu 15 17:43:14 hidan0-pc kded5[663]: ktp-kded-module: "auto-away" state change: TelepathyKDEDModulePlugin::Enabled
giu 15 17:43:14 hidan0-pc kded5[663]: ktp-kded-module: "screen-saver-away" state change: TelepathyKDEDModulePlugin::Enabled
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule'
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: XRandR::setConfig
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Needed CRTCs: 1
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Actions to perform:
Primary Output: false
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Change Screen Size: false
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Disable outputs: false
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Change outputs: true
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: (67)
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Enable outputs: false
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: RRSetCrtcConfig (change output)
Output: 67 ( "eDP-1" )
CRTC: 63
Pos: QPoint(0,0)
Mode: 72 KScreen::Mode(Id: "72" , Size: QSize(1920, 1080) @ 60 )
Rotation: KScreen::Output::None
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: Result: 0
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: XRandROutput 67 update
m_connected: 0
m_crtc XRandRCrtc(0x561b0740a700)
CRTC: 63
MODE: 72
Connection: 0
Primary: true
giu 15 17:43:14 hidan0-pc kscreen_backend_launcher[843]: kscreen.xrandr: XRandR::setConfig done!
giu 15 17:43:14 hidan0-pc systemd[614]: Started KMix - Mixer audio.
giu 15 17:43:14 hidan0-pc kded5[663]: Registering ":1.37/StatusNotifierItem" to system tray
giu 15 17:43:14 hidan0-pc systemd[614]: Started Firefox Developer Edition - Browser web.
giu 15 17:43:14 hidan0-pc plasmashell[738]: kf.plasma.quick: Applet preload policy set to 1
giu 15 17:43:14 hidan0-pc kmix[853]: percent 5 -> divisor 20
giu 15 17:43:14 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating via systemd: service name='org.kde.ksystemstats' unit='plasma-ksystemstats.service' requested by ':1.16' (uid=1000 pid=738 comm="/usr/bin/plasmashell ")
giu 15 17:43:14 hidan0-pc systemd[614]: Starting Track hardware statistics...
giu 15 17:43:14 hidan0-pc audit[335]: USYS_CONFIG pid=335 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=860 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
giu 15 17:43:14 hidan0-pc NetworkManager[335]: <info> [1623771794.6331] audit: op="statistics" arg="refresh-rate-ms" pid=860 uid=1000 result="success"
giu 15 17:43:14 hidan0-pc ksystemstats[860]: Found unsupported GPU: /sys/devices/pci0000:00/0000:00:02.0
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.53' (uid=1000 pid=791 comm="/usr/bin/pipewire-media-session ")
giu 15 17:43:14 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
giu 15 17:43:14 hidan0-pc pipewire-media-session[791]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: Cannot load profile "PulseAudio.Dispositivi_di_riproduzione.1.default"
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: Cannot load profile "PulseAudio.Dispositivi_di_cattura.1.default"
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: Cannot load profile "PulseAudio.Flussi_di_riproduzione.1.default"
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: Cannot load profile "PulseAudio.Flussi_di_cattura.1.default"
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/geoclue-demo-agent.desktop" ("/usr/lib/geoclue-2.0/demos/agent")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/snap-userd-autostart.desktop" ("/bin/snap", "userd", "--autostart")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/home/hidan0/.config/autostart/libinput-gestures.desktop" ("/usr/bin/libinput-gestures")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/org.kde.korgac.desktop" ("/usr/bin/korgac")
giu 15 17:43:14 hidan0-pc plasma_session[645]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/kmix_autostart.desktop" ("/usr/bin/kmix", "--keepvisibility")
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: Cannot load profile "PulseAudio.Dispositivi_di_riproduzione.1.default"
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: Cannot load profile "PulseAudio.Dispositivi_di_cattura.1.default"
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: Cannot load profile "PulseAudio.Flussi_di_riproduzione.1.default"
giu 15 17:43:14 hidan0-pc kmix[853]: org.kde.kmix: Cannot load profile "PulseAudio.Flussi_di_cattura.1.default"
giu 15 17:43:14 hidan0-pc audit[853]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=2 pid=853 comm="kmix" exe="/usr/bin/kmix" sig=11 res=1
giu 15 17:43:14 hidan0-pc systemd[1]: Created slice system-systemd\x2dcoredump.slice.
giu 15 17:43:14 hidan0-pc audit: BPF prog-id=29 op=LOAD
giu 15 17:43:14 hidan0-pc audit: BPF prog-id=30 op=LOAD
giu 15 17:43:14 hidan0-pc audit: BPF prog-id=31 op=LOAD
giu 15 17:43:14 hidan0-pc systemd[1]: Started Process Core Dump (PID 910/UID 0).
giu 15 17:43:14 hidan0-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-910-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:14 hidan0-pc plasmashell[738]: trying to show an empty dialog
giu 15 17:43:14 hidan0-pc plasmashell[738]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
giu 15 17:43:14 hidan0-pc plasmashell[738]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
giu 15 17:43:14 hidan0-pc kded5[663]: bluedevil: ObexManager operational changed true
giu 15 17:43:14 hidan0-pc kded5[663]: bluedevil: ObexAgent registered
giu 15 17:43:14 hidan0-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
giu 15 17:43:14 hidan0-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:15 hidan0-pc plasmashell[738]: Failed to determine whether virtual desktop navigation wrapping is enabled: "The name org.kde.KWin was not provided by any .service files"
giu 15 17:43:15 hidan0-pc ksystemstats[860]: Could not retrieve information for NVidia GPU 0
giu 15 17:43:15 hidan0-pc plasmashell[738]: Error: cannot change the containment to AppletsLayout
giu 15 17:43:15 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.kde.ksystemstats'
giu 15 17:43:15 hidan0-pc systemd[614]: Started Track hardware statistics.
giu 15 17:43:15 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.44' (uid=1000 pid=856 comm="/usr/lib/firefox-developer-edition/firefox --sm-cl")
giu 15 17:43:15 hidan0-pc systemd[614]: Starting Accessibility services bus...
giu 15 17:43:15 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.a11y.Bus'
giu 15 17:43:15 hidan0-pc systemd[614]: Started Accessibility services bus.
giu 15 17:43:15 hidan0-pc plasmashell[738]: qt.gui.icc: fromIccProfile: failed minimal tag size sanity
giu 15 17:43:15 hidan0-pc plasmashell[738]: Plasma Shell startup completed
giu 15 17:43:15 hidan0-pc systemd-coredump[913]: Process 853 (kmix) of user 1000 dumped core.
Stack trace of thread 853:
#0 0x000055e90b6ac830 n/a (kmix + 0x2b830)
#1 0x000055e90b6a9172 n/a (kmix + 0x28172)
#2 0x000055e90b6ab1f1 n/a (kmix + 0x2a1f1)
#3 0x000055e90b6ab7b2 n/a (kmix + 0x2a7b2)
#4 0x000055e90b6abcb0 n/a (kmix + 0x2acb0)
#5 0x000055e90b69ea70 n/a (kmix + 0x1da70)
#6 0x00007f4c17958b25 __libc_start_main (libc.so.6 + 0x27b25)
#7 0x000055e90b69ed8e n/a (kmix + 0x1dd8e)
Stack trace of thread 855:
#0 0x00007f4c17a24b2f __poll (libc.so.6 + 0xf3b2f)
#1 0x00007f4c165e8b29 n/a (libglib-2.0.so.0 + 0xa7b29)
#2 0x00007f4c16592871 g_main_context_iteration (libglib-2.0.so.0 + 0x51871)
#3 0x00007f4c18024c36 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x311c36)
#4 0x00007f4c17fca97c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b797c)
#5 0x00007f4c17ddfda2 _ZN7QThread4execEv (libQt5Core.so.5 + 0xccda2)
#6 0x00007f4c18280ae8 n/a (libQt5DBus.so.5 + 0x15ae8)
#7 0x00007f4c17de0f7f n/a (libQt5Core.so.5 + 0xcdf7f)
#8 0x00007f4c171da259 start_thread (libpthread.so.0 + 0x9259)
#9 0x00007f4c17a2f5e3 __clone (libc.so.6 + 0xfe5e3)
Stack trace of thread 854:
#0 0x00007f4c17a24b2f __poll (libc.so.6 + 0xf3b2f)
#1 0x00007f4c1746363b n/a (libxcb.so.1 + 0xc63b)
#2 0x00007f4c1746537b xcb_wait_for_event (libxcb.so.1 + 0xe37b)
#3 0x00007f4c13062f31 n/a (libQt5XcbQpa.so.5 + 0x61f31)
#4 0x00007f4c17de0f7f n/a (libQt5Core.so.5 + 0xcdf7f)
#5 0x00007f4c171da259 start_thread (libpthread.so.0 + 0x9259)
#6 0x00007f4c17a2f5e3 __clone (libc.so.6 + 0xfe5e3)
Stack trace of thread 901:
#0 0x00007f4c171e68ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
#1 0x00007f4c171e0270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
#2 0x00007f4c09eef59c n/a (iris_dri.so + 0x1c659c)
#3 0x00007f4c09ee9618 n/a (iris_dri.so + 0x1c0618)
#4 0x00007f4c171da259 start_thread (libpthread.so.0 + 0x9259)
#5 0x00007f4c17a2f5e3 __clone (libc.so.6 + 0xfe5e3)
Stack trace of thread 903:
#0 0x00007f4c171e68ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
#1 0x00007f4c171e0270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
#2 0x00007f4c09eef59c n/a (iris_dri.so + 0x1c659c)
#3 0x00007f4c09ee9618 n/a (iris_dri.so + 0x1c0618)
#4 0x00007f4c171da259 start_thread (libpthread.so.0 + 0x9259)
#5 0x00007f4c17a2f5e3 __clone (libc.so.6 + 0xfe5e3)
Stack trace of thread 904:
#0 0x00007f4c171e68ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
#1 0x00007f4c171e0270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
#2 0x00007f4c09eef59c n/a (iris_dri.so + 0x1c659c)
#3 0x00007f4c09ee9618 n/a (iris_dri.so + 0x1c0618)
#4 0x00007f4c171da259 start_thread (libpthread.so.0 + 0x9259)
#5 0x00007f4c17a2f5e3 __clone (libc.so.6 + 0xfe5e3)
Stack trace of thread 902:
#0 0x00007f4c171e68ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca)
#1 0x00007f4c171e0270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270)
#2 0x00007f4c09eef59c n/a (iris_dri.so + 0x1c659c)
#3 0x00007f4c09ee9618 n/a (iris_dri.so + 0x1c0618)
#4 0x00007f4c171da259 start_thread (libpthread.so.0 + 0x9259)
#5 0x00007f4c17a2f5e3 __clone (libc.so.6 + 0xfe5e3)
Stack trace of thread 909:
#0 0x00007f4c17a27323 pselect (libc.so.6 + 0xf6323)
#1 0x00007f4c13aaa524 n/a (libusbmuxd-2.0.so.6 + 0x2524)
#2 0x00007f4c13aab8a9 n/a (libusbmuxd-2.0.so.6 + 0x38a9)
#3 0x00007f4c171da259 start_thread (libpthread.so.0 + 0x9259)
#4 0x00007f4c17a2f5e3 __clone (libc.so.6 + 0xfe5e3)
giu 15 17:43:15 hidan0-pc systemd[1]: systemd-coredump@0-910-0.service: Deactivated successfully.
giu 15 17:43:15 hidan0-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-910-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:15 hidan0-pc plasmashell[738]: trying to show an empty dialog
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.activeWindowControl/contents/ui/AppMenu.qml:49:9: QML Connections: Cannot assign to non-existent property "onRequestActivateIndex"
giu 15 17:43:15 hidan0-pc plasmashell[738]: Entry is not valid "kontact.desktop" QSharedPointer(0x55f0348b6ea0)
giu 15 17:43:15 hidan0-pc plasmashell[738]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55f0348b6ea0)
giu 15 17:43:15 hidan0-pc plasmashell[738]: Entry is not valid "kontact.desktop" QSharedPointer(0x55f0348c3a20)
giu 15 17:43:15 hidan0-pc plasmashell[738]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55f0348b7170)
giu 15 17:43:15 hidan0-pc systemd[614]: app-org.kde.kmix-9778212fceb64b2d955d3075634fe8ac.scope: Deactivated successfully.
giu 15 17:43:15 hidan0-pc kmix[892]: percent 5 -> divisor 20
giu 15 17:43:15 hidan0-pc plasmashell[738]: qml: Reading resources from configuration: [{"sourceName":"lmsensors/coretemp-isa-0000/Core_3","alias":"CORE3","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{"acpi/Thermal_Zone/0-INT3400 Thermal/Temperature":{"temperature":0},"acpi/Thermal_Zone/1-TMEM/Temperature":{"temperature":0},"acpi/Thermal_Zone/2-TSKN/Temperature":{"temperature":0},"acpi/Thermal_Zone/3-NGFF/Temperature":{"temperature":0},"acpi/Thermal_Zone/4-TCPU/Temperature":{"temperature":0},"acpi/Thermal_Zone/5-iwlwifi_1/Temperature":{"temperature":0},"acpi/Thermal_Zone/6-x86_pkg_temp/Temperature":{"temperature":0},"lmsensors/BAT0-acpi-0/curr1":{"temperature":0},"lmsensors/BAT0-acpi-0/in0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_1":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_2":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_3":{"temperature":0},"lmsensors/coretemp-isa-0000/Package_id_0":{"temperature":0},"lmsensors/iwlwifi_1-virtual-0/temp1":{"temperature":0},"lmsensors/nvme-pci-e100/Composite":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/curr1":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/in0":{"temperature":0},"nvidia-smi":{"temperature":0},"udisks/IM2P33F3A_NVMe_ADATA_512GB_2L072LQBSDYA":{"temperature":0}}},{"sourceName":"lmsensors/coretemp-isa-0000/Core_2","alias":"CORE2","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{"acpi/Thermal_Zone/0-INT3400 Thermal/Temperature":{"temperature":0},"acpi/Thermal_Zone/1-TMEM/Temperature":{"temperature":0},"acpi/Thermal_Zone/2-TSKN/Temperature":{"temperature":0},"acpi/Thermal_Zone/3-NGFF/Temperature":{"temperature":0},"acpi/Thermal_Zone/4-TCPU/Temperature":{"temperature":0},"acpi/Thermal_Zone/5-iwlwifi_1/Temperature":{"temperature":0},"acpi/Thermal_Zone/6-x86_pkg_temp/Temperature":{"temperature":0},"lmsensors/BAT0-acpi-0/curr1":{"temperature":0},"lmsensors/BAT0-acpi-0/in0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_1":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_2":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_3":{"temperature":0},"lmsensors/coretemp-isa-0000/Package_id_0":{"temperature":0},"lmsensors/iwlwifi_1-virtual-0/temp1":{"temperature":0},"lmsensors/nvme-pci-e100/Composite":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/curr1":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/in0":{"temperature":0},"nvidia-smi":{"temperature":0},"udisks/IM2P33F3A_NVMe_ADATA_512GB_2L072LQBSDYA":{"temperature":0}}},{"sourceName":"lmsensors/coretemp-isa-0000/Core_1","alias":"CORE1","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{"acpi/Thermal_Zone/0-INT3400 Thermal/Temperature":{"temperature":0},"acpi/Thermal_Zone/1-TMEM/Temperature":{"temperature":0},"acpi/Thermal_Zone/2-TSKN/Temperature":{"temperature":0},"acpi/Thermal_Zone/3-NGFF/Temperature":{"temperature":0},"acpi/Thermal_Zone/4-TCPU/Temperature":{"temperature":0},"acpi/Thermal_Zone/5-iwlwifi_1/Temperature":{"temperature":0},"acpi/Thermal_Zone/6-x86_pkg_temp/Temperature":{"temperature":0},"lmsensors/BAT0-acpi-0/curr1":{"temperature":0},"lmsensors/BAT0-acpi-0/in0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_1":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_2":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_3":{"temperature":0},"lmsensors/coretemp-isa-0000/Package_id_0":{"temperature":0},"lmsensors/iwlwifi_1-virtual-0/temp1":{"temperature":0},"lmsensors/nvme-pci-e100/Composite":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/curr1":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/in0":{"temperature":0},"nvidia-smi":{"temperature":0},"udisks/IM2P33F3A_NVMe_ADATA_512GB_2L072LQBSDYA":{"temperature":0}}},{"sourceName":"lmsensors/coretemp-isa-0000/Core_0","alias":"CORE0","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{"acpi/Thermal_Zone/0-INT3400 Thermal/Temperature":{"temperature":0},"acpi/Thermal_Zone/1-TMEM/Temperature":{"temperature":0},"acpi/Thermal_Zone/2-TSKN/Temperature":{"temperature":0},"acpi/Thermal_Zone/3-NGFF/Temperature":{"temperature":0},"acpi/Thermal_Zone/4-TCPU/Temperature":{"temperature":0},"acpi/Thermal_Zone/5-iwlwifi_1/Temperature":{"temperature":0},"acpi/Thermal_Zone/6-x86_pkg_temp/Temperature":{"temperature":0},"lmsensors/BAT0-acpi-0/curr1":{"temperature":0},"lmsensors/BAT0-acpi-0/in0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_1":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_2":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_3":{"temperature":0},"lmsensors/coretemp-isa-0000/Package_id_0":{"temperature":0},"lmsensors/iwlwifi_1-virtual-0/temp1":{"temperature":0},"lmsensors/nvme-pci-e100/Composite":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/curr1":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/in0":{"temperature":0},"nvidia-smi":{"temperature":0},"udisks/IM2P33F3A_NVMe_ADATA_512GB_2L072LQBSDYA":{"temperature":0}}},{"sourceName":"group-of-sources","alias":"GPU","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":true,"childSourceObjects":{"nvidia-smi":{"temperature":0}}},{"sourceName":"lmsensors/nvme-pci-e100/Composite","alias":"SSD","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{}}]
giu 15 17:43:15 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: Cannot load profile "PulseAudio.Dispositivi_di_riproduzione.1.default"
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: Cannot load profile "PulseAudio.Dispositivi_di_cattura.1.default"
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: Cannot load profile "PulseAudio.Flussi_di_riproduzione.1.default"
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: Cannot load profile "PulseAudio.Flussi_di_cattura.1.default"
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:56:5: QML MouseArea: Cannot anchor to an item that isn't a parent or sibling.
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:56:5: QML MouseArea: Cannot anchor to an item that isn't a parent or sibling.
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml:53:5: Unable to assign [undefined] to QQuickGridLayout*
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: Cannot load profile "PulseAudio.Dispositivi_di_riproduzione.1.default"
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: Cannot load profile "PulseAudio.Dispositivi_di_cattura.1.default"
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: Cannot load profile "PulseAudio.Flussi_di_riproduzione.1.default"
giu 15 17:43:15 hidan0-pc kmix[892]: org.kde.kmix: Cannot load profile "PulseAudio.Flussi_di_cattura.1.default"
giu 15 17:43:15 hidan0-pc kded5[663]: Registering ":1.47/StatusNotifierItem" to system tray
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:30:1: QML DropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
giu 15 17:43:15 hidan0-pc plasmashell[738]: trying to show an empty dialog
giu 15 17:43:15 hidan0-pc plasmashell[738]: trying to show an empty dialog
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/CompactRepresentation.qml:35:1: QML CompactRepresentation: Binding loop detected for property "implicitHeight"
giu 15 17:43:15 hidan0-pc plasmashell[738]: trying to show an empty dialog
giu 15 17:43:15 hidan0-pc plasmashell[738]: trying to show an empty dialog
giu 15 17:43:15 hidan0-pc plasmashell[738]: trying to show an empty dialog
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:208: Error: Invalid write to global property "prefix"
giu 15 17:43:15 hidan0-pc audit: BPF prog-id=31 op=UNLOAD
giu 15 17:43:15 hidan0-pc audit: BPF prog-id=30 op=UNLOAD
giu 15 17:43:15 hidan0-pc audit: BPF prog-id=29 op=UNLOAD
giu 15 17:43:15 hidan0-pc plasmashell[738]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
giu 15 17:43:15 hidan0-pc dbus-daemon[631]: [session uid=1000 pid=631] Successfully activated service 'org.freedesktop.Notifications'
giu 15 17:43:15 hidan0-pc plasmashell[738]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
giu 15 17:43:15 hidan0-pc plasmashell[738]: libkcups: CUPS-Get-Printers last error: 1282 Descrittore di file errato
giu 15 17:43:15 hidan0-pc plasmashell[738]: libkcups: Get-Jobs last error: 1282 Descrittore di file errato
giu 15 17:43:15 hidan0-pc plasmashell[738]: libkcups: Get-Jobs last error: 1282 Descrittore di file errato
giu 15 17:43:15 hidan0-pc plasmashell[738]: libkcups: Create-Printer-Subscriptions last error: 1282 Descrittore di file errato
giu 15 17:43:15 hidan0-pc plasmashell[738]: libkcups: Request failed 1282 -1
giu 15 17:43:15 hidan0-pc kded5[663]: Registering "org.kde.StatusNotifierHost-738" as system tray
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/CompactRepresentation.qml:35:1: QML CompactRepresentation: Binding loop detected for property "implicitHeight"
giu 15 17:43:15 hidan0-pc plasmashell[738]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:30:1: QML MouseArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
giu 15 17:43:15 hidan0-pc plasmashell[738]: Both point size and pixel size set. Using pixel size.
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:66:9: QML GridLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
giu 15 17:43:15 hidan0-pc plasmashell[738]: Error: cannot change the containment to AppletsLayout
giu 15 17:43:15 hidan0-pc plasmashell[738]: trying to show an empty dialog
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8192] policy: auto-activating connection 'TIM-26222345-5ghz' (4029ed23-9d20-4746-94b5-240411110fbe)
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8196] device (wlan0): Activation: starting connection 'TIM-26222345-5ghz' (4029ed23-9d20-4746-94b5-240411110fbe)
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8197] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8201] manager: NetworkManager state is now CONNECTING
giu 15 17:43:15 hidan0-pc iwd[336]: Received Deauthentication event, reason: 3, from_ap: false
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8273] device (wlan0): set-hw-addr: reset MAC address to 28:D0:EA:E4:DE:91 (preserve)
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8288] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8290] device (wlan0): Activation: (wifi) access point 'TIM-26222345-5ghz' has security, but secrets are required.
giu 15 17:43:15 hidan0-pc kernel: wlan0: deauthenticating from 22:b0:01:90:1f:12 by local choice (Reason: 3=DEAUTH_LEAVING)
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8291] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8292] sup-iface[a70fbd08c488563f,0,wlan0]: wps: type pbc start...
giu 15 17:43:15 hidan0-pc kded5[663]: plasma-nm: Unhandled active connection state change: 1
giu 15 17:43:15 hidan0-pc kded5[663]: plasma-nm: virtual NMVariantMapMap SecretAgent::GetSecrets(const NMVariantMapMap&, const QDBusObjectPath&, const QString&, const QStringList&, uint)
giu 15 17:43:15 hidan0-pc kded5[663]: plasma-nm: Path: "/org/freedesktop/NetworkManager/Settings/2"
giu 15 17:43:15 hidan0-pc kded5[663]: plasma-nm: Setting name: "802-11-wireless-security"
giu 15 17:43:15 hidan0-pc kded5[663]: plasma-nm: Hints: ()
giu 15 17:43:15 hidan0-pc kded5[663]: plasma-nm: Flags: 9
giu 15 17:43:15 hidan0-pc kded5[663]: plasma-nm: bool SecretAgent::processGetSecrets(SecretsRequest&) const Waiting for the wallet to open
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8473] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8476] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8479] device (wlan0): Activation: (wifi) connection 'TIM-26222345-5ghz' has security, and secrets exist. No new secrets needed.
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8479] Config: added 'ssid' value 'TIM-26222345-5ghz'
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8479] Config: added 'scan_ssid' value '1'
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8480] Config: added 'bgscan' value 'simple:30:-70:86400'
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8480] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256'
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.8480] Config: added 'psk' value '<hidden>'
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc plasmashell[738]: file:///home/hidan0/.local/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml:312: TypeError: Cannot insert into a readonly container
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.9899] device (wlan0): supplicant interface state: inactive -> disconnected
giu 15 17:43:15 hidan0-pc NetworkManager[335]: <info> [1623771795.9899] device (p2p-dev-wlan0): supplicant management interface state: inactive -> disconnected
giu 15 17:43:15 hidan0-pc wpa_supplicant[510]: wlan0: SME: Trying to authenticate with 22:b0:01:90:1f:12 (SSID='TIM-26222345-5ghz' freq=5500 MHz)
giu 15 17:43:15 hidan0-pc kernel: wlan0: authenticate with 22:b0:01:90:1f:12
giu 15 17:43:15 hidan0-pc kernel: wlan0: send auth to 22:b0:01:90:1f:12 (try 1/3)
giu 15 17:43:15 hidan0-pc kernel: wlan0: authenticate with 22:b0:01:90:1f:12
giu 15 17:43:15 hidan0-pc kernel: wlan0: send auth to 22:b0:01:90:1f:12 (try 1/3)
giu 15 17:43:16 hidan0-pc NetworkManager[335]: <info> [1623771796.0035] device (wlan0): supplicant interface state: disconnected -> authenticating
giu 15 17:43:16 hidan0-pc NetworkManager[335]: <info> [1623771796.0036] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> authenticating
giu 15 17:43:16 hidan0-pc wpa_supplicant[510]: wlan0: Trying to associate with 22:b0:01:90:1f:12 (SSID='TIM-26222345-5ghz' freq=5500 MHz)
giu 15 17:43:16 hidan0-pc wpa_supplicant[510]: wlan0: SME: Association request to the driver failed
giu 15 17:43:16 hidan0-pc NetworkManager[335]: <info> [1623771796.0241] device (wlan0): supplicant interface state: authenticating -> disconnected
giu 15 17:43:16 hidan0-pc NetworkManager[335]: <info> [1623771796.0243] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> disconnected
giu 15 17:43:16 hidan0-pc kernel: wlan0: authenticated
giu 15 17:43:16 hidan0-pc kernel: wlan0: associate with 22:b0:01:90:1f:12 (try 1/3)
giu 15 17:43:16 hidan0-pc kernel: wlan0: RX AssocResp from 22:b0:01:90:1f:12 (capab=0x1511 status=0 aid=33)
giu 15 17:43:16 hidan0-pc wpa_supplicant[510]: wlan0: Associated with 22:b0:01:90:1f:12
giu 15 17:43:16 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
giu 15 17:43:16 hidan0-pc kernel: wlan0: associated
giu 15 17:43:16 hidan0-pc NetworkManager[335]: <info> [1623771796.0531] device (wlan0): supplicant interface state: disconnected -> associated
giu 15 17:43:16 hidan0-pc NetworkManager[335]: <info> [1623771796.0531] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
giu 15 17:43:16 hidan0-pc kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 22:b0:01:90:1f:12
giu 15 17:43:16 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-49 noise=9999 txrate=26000
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 6 threads of 3 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 6 threads of 3 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 6 threads of 3 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 6 threads of 3 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 6 threads of 3 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 6 threads of 3 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Successfully made thread 1093 of process 856 owned by '1000' RT at priority 10.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 7 threads of 4 processes of 1 users.
giu 15 17:43:16 hidan0-pc kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 7 threads of 4 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 7 threads of 4 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 7 threads of 4 processes of 1 users.
giu 15 17:43:16 hidan0-pc rtkit-daemon[802]: Supervising 7 threads of 4 processes of 1 users.
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:16 hidan0-pc kded5[663]: org.kde.kmix: no mix devices and not dynamic
giu 15 17:43:19 hidan0-pc rtkit-daemon[802]: Supervising 7 threads of 4 processes of 1 users.
giu 15 17:43:19 hidan0-pc rtkit-daemon[802]: Supervising 7 threads of 4 processes of 1 users.
giu 15 17:43:23 hidan0-pc systemd[1]: Stopping User Manager for UID 971...
giu 15 17:43:23 hidan0-pc systemd[556]: Stopped target Main User Target.
giu 15 17:43:23 hidan0-pc systemd[556]: Stopping D-Bus User Message Bus...
giu 15 17:43:23 hidan0-pc systemd[556]: dbus.service: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Stopped D-Bus User Message Bus.
giu 15 17:43:23 hidan0-pc systemd[556]: Stopped target Basic System.
giu 15 17:43:23 hidan0-pc systemd[556]: Stopped target Paths.
giu 15 17:43:23 hidan0-pc systemd[556]: Stopped target Sockets.
giu 15 17:43:23 hidan0-pc systemd[556]: Stopped target Timers.
giu 15 17:43:23 hidan0-pc systemd[556]: dbus.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed D-Bus User Message Bus Socket.
giu 15 17:43:23 hidan0-pc systemd[556]: dirmngr.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed GnuPG network certificate management daemon.
giu 15 17:43:23 hidan0-pc systemd[556]: gpg-agent-browser.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
giu 15 17:43:23 hidan0-pc systemd[556]: gpg-agent-extra.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
giu 15 17:43:23 hidan0-pc systemd[556]: gpg-agent-ssh.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed GnuPG cryptographic agent (ssh-agent emulation).
giu 15 17:43:23 hidan0-pc systemd[556]: gpg-agent.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed GnuPG cryptographic agent and passphrase cache.
giu 15 17:43:23 hidan0-pc systemd[556]: p11-kit-server.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed p11-kit server.
giu 15 17:43:23 hidan0-pc systemd[556]: pipewire-pulse.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed PipeWire PulseAudio.
giu 15 17:43:23 hidan0-pc systemd[556]: pipewire.socket: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Closed Multimedia System.
giu 15 17:43:23 hidan0-pc systemd[556]: Removed slice User Application Slice.
giu 15 17:43:23 hidan0-pc systemd[556]: Reached target Shutdown.
giu 15 17:43:23 hidan0-pc systemd[556]: systemd-exit.service: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[556]: Finished Exit the Session.
giu 15 17:43:23 hidan0-pc systemd[556]: Reached target Exit the Session.
giu 15 17:43:23 hidan0-pc systemd[557]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
giu 15 17:43:23 hidan0-pc systemd[1]: user@971.service: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[1]: Stopped User Manager for UID 971.
giu 15 17:43:23 hidan0-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:23 hidan0-pc systemd[1]: Stopping User Runtime Directory /run/user/971...
giu 15 17:43:23 hidan0-pc kernel: kauditd_printk_skb: 18 callbacks suppressed
giu 15 17:43:23 hidan0-pc kernel: audit: type=1131 audit(1623771803.579:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:23 hidan0-pc systemd[614]: run-user-971.mount: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[1]: run-user-971.mount: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[1]: user-runtime-dir@971.service: Deactivated successfully.
giu 15 17:43:23 hidan0-pc systemd[1]: Stopped User Runtime Directory /run/user/971.
giu 15 17:43:23 hidan0-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:23 hidan0-pc systemd[1]: Removed slice User Slice of UID 971.
giu 15 17:43:23 hidan0-pc kernel: audit: type=1131 audit(1623771803.589:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:24 hidan0-pc at-spi-bus-launcher[1294]: dbus-daemon[1294]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1291 comm="/usr/bin/python /usr/bin/terminator ")
giu 15 17:43:24 hidan0-pc at-spi-bus-launcher[1294]: dbus-daemon[1294]: Successfully activated service 'org.a11y.atspi.Registry'
giu 15 17:43:24 hidan0-pc at-spi-bus-launcher[1314]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
giu 15 17:43:26 hidan0-pc wpa_supplicant[510]: wlan0: Authentication with 22:b0:01:90:1f:12 timed out.
giu 15 17:43:26 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-DISCONNECTED bssid=22:b0:01:90:1f:12 reason=3 locally_generated=1
giu 15 17:43:26 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="TIM-26222345-5ghz" auth_failures=1 duration=10 reason=CONN_FAILED
giu 15 17:43:26 hidan0-pc NetworkManager[335]: <info> [1623771806.0544] device (wlan0): supplicant interface state: associated -> disconnected
giu 15 17:43:26 hidan0-pc NetworkManager[335]: <info> [1623771806.0545] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
giu 15 17:43:26 hidan0-pc NetworkManager[335]: <info> [1623771806.1538] device (wlan0): supplicant interface state: disconnected -> scanning
giu 15 17:43:26 hidan0-pc NetworkManager[335]: <info> [1623771806.1538] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
giu 15 17:43:27 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0
giu 15 17:43:28 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=0 noise=9999 txrate=0
giu 15 17:43:31 hidan0-pc audit[1335]: USER_AUTH pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="hidan0" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.65' (uid=0 pid=1335 comm="sudo journalctl -b ")
giu 15 17:43:31 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:31 hidan0-pc sudo[1335]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:31 hidan0-pc kernel: audit: type=1100 audit(1623771811.589:93): pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="hidan0" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc kernel: audit: type=1101 audit(1623771811.589:94): pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="hidan0" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc kernel: audit: type=1110 audit(1623771811.599:95): pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc kernel: audit: type=1105 audit(1623771811.599:96): pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc audit[1335]: USER_ACCT pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="hidan0" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc audit[1335]: CRED_REFR pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc audit[1335]: USER_START pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc sudo[1335]: hidan0 : TTY=pts/1 ; PWD=/home/hidan0 ; USER=root ; COMMAND=/usr/bin/journalctl -b
giu 15 17:43:31 hidan0-pc sudo[1335]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
giu 15 17:43:31 hidan0-pc sudo[1335]: pam_unix(sudo:session): session closed for user root
giu 15 17:43:31 hidan0-pc audit[1335]: USER_END pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc audit[1335]: CRED_DISP pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc kernel: audit: type=1106 audit(1623771811.639:97): pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:31 hidan0-pc kernel: audit: type=1104 audit(1623771811.639:98): pid=1335 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:33 hidan0-pc systemd[614]: Started snap.code.code.f5870a75-696e-49ad-88f9-6667d3af532b.scope.
giu 15 17:43:34 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.67' (uid=1000 pid=1390 comm="/var/lib/snapd/snap/code/66/usr/share/code/code /h")
giu 15 17:43:34 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
giu 15 17:43:37 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="TIM-26222345-5ghz"
giu 15 17:43:37 hidan0-pc wpa_supplicant[510]: wlan0: SME: Trying to authenticate with 22:b0:01:90:1f:12 (SSID='TIM-26222345-5ghz' freq=5500 MHz)
giu 15 17:43:37 hidan0-pc wpa_supplicant[510]: wlan0: SME: Authentication request to the driver failed
giu 15 17:43:37 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="TIM-26222345-5ghz" auth_failures=2 duration=20 reason=CONN_FAILED
giu 15 17:43:37 hidan0-pc NetworkManager[335]: <info> [1623771817.7561] device (wlan0): supplicant interface state: scanning -> disconnected
giu 15 17:43:37 hidan0-pc NetworkManager[335]: <info> [1623771817.7562] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <warn> [1623771820.9495] device (wlan0): Activation: (wifi) association took too long
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9496] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <warn> [1623771820.9503] device (wlan0): Activation: (wifi) asking for new secrets
giu 15 17:43:40 hidan0-pc kded5[663]: plasma-nm: virtual NMVariantMapMap SecretAgent::GetSecrets(const NMVariantMapMap&, const QDBusObjectPath&, const QString&, const QStringList&, uint)
giu 15 17:43:40 hidan0-pc kded5[663]: plasma-nm: Path: "/org/freedesktop/NetworkManager/Settings/2"
giu 15 17:43:40 hidan0-pc kded5[663]: plasma-nm: Setting name: "802-11-wireless-security"
giu 15 17:43:40 hidan0-pc kded5[663]: plasma-nm: Hints: ()
giu 15 17:43:40 hidan0-pc kded5[663]: plasma-nm: Flags: 1
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9574] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9578] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9581] device (wlan0): Activation: (wifi) connection 'TIM-26222345-5ghz' has security, and secrets exist. No new secrets needed.
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9581] Config: added 'ssid' value 'TIM-26222345-5ghz'
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9581] Config: added 'scan_ssid' value '1'
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9581] Config: added 'bgscan' value 'simple:30:-70:86400'
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9581] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256'
giu 15 17:43:40 hidan0-pc NetworkManager[335]: <info> [1623771820.9581] Config: added 'psk' value '<hidden>'
giu 15 17:43:40 hidan0-pc wpa_supplicant[510]: wlan0: SME: Trying to authenticate with 22:b0:01:90:1f:12 (SSID='TIM-26222345-5ghz' freq=5500 MHz)
giu 15 17:43:40 hidan0-pc wpa_supplicant[510]: wlan0: SME: Authentication request to the driver failed
giu 15 17:43:40 hidan0-pc wpa_supplicant[510]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="TIM-26222345-5ghz" auth_failures=1 duration=10 reason=CONN_FAILED
giu 15 17:43:44 hidan0-pc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
giu 15 17:43:44 hidan0-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:44 hidan0-pc kernel: audit: type=1131 audit(1623771824.639:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
giu 15 17:43:44 hidan0-pc audit: BPF prog-id=24 op=UNLOAD
giu 15 17:43:44 hidan0-pc audit: BPF prog-id=23 op=UNLOAD
giu 15 17:43:44 hidan0-pc audit: BPF prog-id=22 op=UNLOAD
giu 15 17:43:44 hidan0-pc kernel: audit: type=1334 audit(1623771824.859:100): prog-id=24 op=UNLOAD
giu 15 17:43:44 hidan0-pc kernel: audit: type=1334 audit(1623771824.859:101): prog-id=23 op=UNLOAD
giu 15 17:43:44 hidan0-pc kernel: audit: type=1334 audit(1623771824.859:102): prog-id=22 op=UNLOAD
giu 15 17:43:46 hidan0-pc systemd[614]: snap.code.code.f5870a75-696e-49ad-88f9-6667d3af532b.scope: Deactivated successfully.
giu 15 17:43:46 hidan0-pc systemd[614]: snap.code.code.f5870a75-696e-49ad-88f9-6667d3af532b.scope: Consumed 8.430s CPU time.
giu 15 17:43:49 hidan0-pc dbus-daemon[334]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.68' (uid=0 pid=1586 comm="sudo journalctl -b ")
giu 15 17:43:49 hidan0-pc dbus-daemon[334]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:49 hidan0-pc sudo[1586]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
giu 15 17:43:49 hidan0-pc audit[1586]: USER_ACCT pid=1586 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="hidan0" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:49 hidan0-pc sudo[1586]: hidan0 : TTY=pts/1 ; PWD=/home/hidan0 ; USER=root ; COMMAND=/usr/bin/journalctl -b
giu 15 17:43:49 hidan0-pc audit[1586]: CRED_REFR pid=1586 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:49 hidan0-pc sudo[1586]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
giu 15 17:43:49 hidan0-pc audit[1586]: USER_START pid=1586 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:49 hidan0-pc kernel: audit: type=1101 audit(1623771829.969:103): pid=1586 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="hidan0" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:49 hidan0-pc kernel: audit: type=1110 audit(1623771829.969:104): pid=1586 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
giu 15 17:43:49 hidan0-pc kernel: audit: type=1105 audit(1623771829.969:105): pid=1586 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'lspci -k | grep -A 3 -E "(VGA|3D)"
0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
DeviceName: Onboard - Video
Subsystem: Dell Device 0a05
Kernel driver in use: i915
--
0000:2b:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX330] (rev a1)
Subsystem: Dell Device 0a05
Kernel modules: nouveau
10000:e0:1d.0 PCI bridge: Intel Corporation Tiger Lake-LP PCI Express Root Port #9 (rev 20)Should I try the configuration file with the correct PCI value?
Offline
The nvidia chip isn't controlled by any kernel module.
Nouveau is blacklisted because you installed nvidia and the nvidia module doesn't show up in the journal - likely because you're running the lts kernel but said in your OP that you installed nvidia, but not nvidia-lts.
Offline
The nvidia chip isn't controlled by any kernel module.
Nouveau is blacklisted because you installed nvidia and the nvidia module doesn't show up in the journal - likely because you're running the lts kernel but said in your OP that you installed nvidia, but not nvidia-lts.
I installed nvidia-lts rebooted and tried again, same error with 'prime-run', at least I'm using the actual drivers now
lspci -k | grep -A 3 -E "(VGA|3D)"
0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
DeviceName: Onboard - Video
Subsystem: Dell Device 0a05
Kernel driver in use: i915
--
0000:2b:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX330] (rev a1)
Subsystem: Dell Device 0a05
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidiaprime-run glxinfo | grep "OpenGL renderer"
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 50
Current serial number in output stream: 51Offline
The updated xorg log would be far more interesting, but possibly https://wiki.archlinux.org/title/NVIDIA … de_setting (kernel parameter and initramfs modules)
Offline
The updated xorg log would be far more interesting, but possibly https://wiki.archlinux.org/title/NVIDIA … de_setting (kernel parameter and initramfs modules)
/var/log/Xorg.0.log
[ 3.534] (--) Log file renamed from "/var/log/Xorg.pid-465.log" to "/var/log/Xorg.0.log"
[ 3.536]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 3.536] Build Operating System: Linux Archlinux
[ 3.536] Current Operating System: Linux hidan0-pc 5.10.43-1-lts #1 SMP Thu, 10 Jun 2021 12:32:16 +0000 x86_64
[ 3.536] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=1e3112f8-0ead-446c-9024-017118dbdf73 rw nvme_load=YES loglevel=3 quiet
[ 3.536] Build Date: 13 April 2021 03:12:10PM
[ 3.536]
[ 3.536] Current version of pixman: 0.40.0
[ 3.536] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3.536] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3.536] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 15 18:09:12 2021
[ 3.538] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3.538] (==) No Layout section. Using the first Screen section.
[ 3.538] (==) No screen section available. Using defaults.
[ 3.538] (**) |-->Screen "Default Screen Section" (0)
[ 3.538] (**) | |-->Monitor "<default monitor>"
[ 3.538] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3.538] (==) Automatically adding devices
[ 3.538] (==) Automatically enabling devices
[ 3.538] (==) Automatically adding GPU devices
[ 3.538] (==) Automatically binding GPU devices
[ 3.538] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3.539] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3.539] Entry deleted from font path.
[ 3.540] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 3.540] Entry deleted from font path.
[ 3.540] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3.541] Entry deleted from font path.
[ 3.541] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3.541] Entry deleted from font path.
[ 3.541] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3.541] Entry deleted from font path.
[ 3.541] (==) FontPath set to:
/usr/share/fonts/TTF
[ 3.541] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3.541] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3.541] (II) Module ABI versions:
[ 3.541] X.Org ANSI C Emulation: 0.4
[ 3.541] X.Org Video Driver: 24.1
[ 3.541] X.Org XInput driver : 24.1
[ 3.541] X.Org Server Extension : 10.0
[ 3.541] (++) using VT number 1
[ 3.541] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 3.541] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3.556] (--) PCI:*(0@0:2:0) 8086:9a49:1028:0a05 rev 1, Mem @ 0x6034000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 3.556] (--) PCI: (43@0:0:0) 10de:1d16:1028:0a05 rev 161, Mem @ 0x81000000/16777216, 0x6020000000/268435456, 0x6030000000/33554432, I/O @ 0x00003000/128
[ 3.556] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3.556] (II) LoadModule: "glx"
[ 3.556] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3.561] (II) Module glx: vendor="X.Org Foundation"
[ 3.561] compiled for 1.20.11, module version = 1.0.0
[ 3.561] ABI class: X.Org Server Extension, version 10.0
[ 3.561] (==) Matched intel as autoconfigured driver 0
[ 3.561] (==) Matched modesetting as autoconfigured driver 1
[ 3.561] (==) Matched fbdev as autoconfigured driver 2
[ 3.561] (==) Matched vesa as autoconfigured driver 3
[ 3.561] (==) Assigned the driver to the xf86ConfigLayout
[ 3.561] (II) LoadModule: "intel"
[ 3.562] (WW) Warning, couldn't open module intel
[ 3.562] (EE) Failed to load module "intel" (module does not exist, 0)
[ 3.562] (II) LoadModule: "modesetting"
[ 3.562] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3.565] (II) Module modesetting: vendor="X.Org Foundation"
[ 3.565] compiled for 1.20.11, module version = 1.20.11
[ 3.565] Module class: X.Org Video Driver
[ 3.565] ABI class: X.Org Video Driver, version 24.1
[ 3.565] (II) LoadModule: "fbdev"
[ 3.565] (WW) Warning, couldn't open module fbdev
[ 3.565] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 3.565] (II) LoadModule: "vesa"
[ 3.565] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 3.565] (II) Module vesa: vendor="X.Org Foundation"
[ 3.565] compiled for 1.20.9, module version = 2.5.0
[ 3.565] Module class: X.Org Video Driver
[ 3.565] ABI class: X.Org Video Driver, version 24.1
[ 3.565] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3.565] (II) VESA: driver for VESA chipsets: vesa
[ 3.571] (II) modeset(0): using drv /dev/dri/card0
[ 3.571] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3.571] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 3.571] (==) modeset(0): RGB weight 888
[ 3.571] (==) modeset(0): Default visual is TrueColor
[ 3.571] (II) Loading sub module "glamoregl"
[ 3.571] (II) LoadModule: "glamoregl"
[ 3.571] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 3.575] (II) Module glamoregl: vendor="X.Org Foundation"
[ 3.575] compiled for 1.20.11, module version = 1.0.1
[ 3.575] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.709] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[ 3.709] (II) modeset(0): glamor initialized
[ 3.709] (II) modeset(0): Output eDP-1 has no monitor section
[ 3.709] (II) modeset(0): Output HDMI-1 has no monitor section
[ 3.709] (II) modeset(0): Output DP-1 has no monitor section
[ 3.710] (II) modeset(0): Output DP-2 has no monitor section
[ 3.711] (II) modeset(0): EDID for output eDP-1
[ 3.711] (II) modeset(0): Manufacturer: BOE Model: 8ad Serial#: 0
[ 3.711] (II) modeset(0): Year: 2019 Week: 20
[ 3.711] (II) modeset(0): EDID Version: 1.4
[ 3.711] (II) modeset(0): Digital Display Input
[ 3.711] (II) modeset(0): 8 bits per channel
[ 3.711] (II) modeset(0): Digital interface is DisplayPort
[ 3.711] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 3.711] (II) modeset(0): Gamma: 2.20
[ 3.711] (II) modeset(0): No DPMS capabilities specified
[ 3.711] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 3.711] (II) modeset(0): First detailed timing is preferred mode
[ 3.711] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 3.711] (II) modeset(0): Display is continuous-frequency
[ 3.711] (II) modeset(0): redX: 0.585 redY: 0.365 greenX: 0.351 greenY: 0.581
[ 3.711] (II) modeset(0): blueX: 0.164 blueY: 0.132 whiteX: 0.313 whiteY: 0.329
[ 3.711] (II) modeset(0): Manufacturer's mask: 0
[ 3.711] (II) modeset(0): Supported detailed timing:
[ 3.711] (II) modeset(0): clock: 147.8 MHz Image Size: 309 x 174 mm
[ 3.711] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2200 h_border: 0
[ 3.711] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1089 v_blanking: 1120 v_border: 0
[ 3.711] (II) modeset(0): Supported detailed timing:
[ 3.711] (II) modeset(0): clock: 118.3 MHz Image Size: 309 x 174 mm
[ 3.711] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2200 h_border: 0
[ 3.711] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1089 v_blanking: 1120 v_border: 0
[ 3.711] (II) modeset(0): 22G8NNV14N4M
[ 3.711] (II) modeset(0): Unknown vendor-specific block 0
[ 3.711] (II) modeset(0): EDID (in hex):
[ 3.711] (II) modeset(0): 00ffffffffffff0009e5ad0800000000
[ 3.711] (II) modeset(0): 141d0104a51f117803ef35955d59942a
[ 3.711] (II) modeset(0): 21505400000001010101010101010101
[ 3.711] (II) modeset(0): 010101010101c0398018713828403020
[ 3.711] (II) modeset(0): 360035ae1000001a342e801871382840
[ 3.711] (II) modeset(0): 3020360035ae1000001a000000fe0032
[ 3.711] (II) modeset(0): 3247384e804e5631344e344d00000000
[ 3.711] (II) modeset(0): 0001412196001000000a010a20200023
[ 3.711] (II) modeset(0): Printing probed modes for output eDP-1
[ 3.711] (II) modeset(0): Modeline "1920x1080"x60.0 147.84 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (67.2 kHz eP)
[ 3.711] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 3.711] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 3.711] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 3.711] (II) modeset(0): Modeline "1920x1080"x48.0 118.28 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (53.8 kHz e)
[ 3.711] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 3.711] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 3.711] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 3.711] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 3.711] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 3.711] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 3.711] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 3.711] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 3.711] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 3.711] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 3.711] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 3.711] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 3.711] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 3.711] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 3.711] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 3.711] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 3.711] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 3.711] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 3.711] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 3.711] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 3.711] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 3.711] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 3.711] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 3.711] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 3.711] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 3.711] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 3.711] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 3.711] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 3.711] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 3.711] (II) modeset(0): EDID for output HDMI-1
[ 3.711] (II) modeset(0): EDID for output DP-1
[ 3.711] (II) modeset(0): EDID for output DP-2
[ 3.711] (II) modeset(0): Output eDP-1 connected
[ 3.711] (II) modeset(0): Output HDMI-1 disconnected
[ 3.711] (II) modeset(0): Output DP-1 disconnected
[ 3.711] (II) modeset(0): Output DP-2 disconnected
[ 3.711] (II) modeset(0): Using exact sizes for initial modes
[ 3.711] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 3.711] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3.711] (==) modeset(0): DPI set to (96, 96)
[ 3.711] (II) Loading sub module "fb"
[ 3.711] (II) LoadModule: "fb"
[ 3.711] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3.712] (II) Module fb: vendor="X.Org Foundation"
[ 3.712] compiled for 1.20.11, module version = 1.0.0
[ 3.712] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.712] (II) UnloadModule: "vesa"
[ 3.712] (II) Unloading vesa
[ 3.734] (==) modeset(0): Backing store enabled
[ 3.734] (==) modeset(0): Silken mouse disabled
[ 3.804] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 3.804] (==) modeset(0): DPMS enabled
[ 3.805] (II) modeset(0): [DRI2] Setup complete
[ 3.805] (II) modeset(0): [DRI2] DRI driver: iris
[ 3.805] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 3.805] (II) Initializing extension Generic Event Extension
[ 3.805] (II) Initializing extension SHAPE
[ 3.805] (II) Initializing extension MIT-SHM
[ 3.805] (II) Initializing extension XInputExtension
[ 3.805] (II) Initializing extension XTEST
[ 3.805] (II) Initializing extension BIG-REQUESTS
[ 3.805] (II) Initializing extension SYNC
[ 3.805] (II) Initializing extension XKEYBOARD
[ 3.806] (II) Initializing extension XC-MISC
[ 3.806] (II) Initializing extension SECURITY
[ 3.806] (II) Initializing extension XFIXES
[ 3.806] (II) Initializing extension RENDER
[ 3.806] (II) Initializing extension RANDR
[ 3.806] (II) Initializing extension COMPOSITE
[ 3.806] (II) Initializing extension DAMAGE
[ 3.806] (II) Initializing extension MIT-SCREEN-SAVER
[ 3.807] (II) Initializing extension DOUBLE-BUFFER
[ 3.807] (II) Initializing extension RECORD
[ 3.807] (II) Initializing extension DPMS
[ 3.807] (II) Initializing extension Present
[ 3.807] (II) Initializing extension DRI3
[ 3.807] (II) Initializing extension X-Resource
[ 3.807] (II) Initializing extension XVideo
[ 3.807] (II) Initializing extension XVideo-MotionCompensation
[ 3.807] (II) Initializing extension GLX
[ 3.818] (II) AIGLX: Loaded and initialized iris
[ 3.818] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 3.818] (II) Initializing extension XFree86-VidModeExtension
[ 3.818] (II) Initializing extension XFree86-DGA
[ 3.818] (II) Initializing extension XFree86-DRI
[ 3.818] (II) Initializing extension DRI2
[ 3.819] (II) modeset(0): Damage tracking initialized
[ 3.819] (II) modeset(0): Setting screen physical size to 508 x 285
[ 3.863] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 3.863] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3.863] (II) LoadModule: "libinput"
[ 3.863] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 3.865] (II) Module libinput: vendor="X.Org Foundation"
[ 3.865] compiled for 1.20.11, module version = 1.0.1
[ 3.865] Module class: X.Org XInput Driver
[ 3.865] ABI class: X.Org XInput driver, version 24.1
[ 3.865] (II) Using input driver 'libinput' for 'Video Bus'
[ 3.865] (**) Video Bus: always reports core events
[ 3.865] (**) Option "Device" "/dev/input/event5"
[ 3.865] (**) Option "_source" "server/udev"
[ 3.871] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 3.871] (II) event5 - Video Bus: device is a keyboard
[ 3.871] (II) event5 - Video Bus: device removed
[ 4.001] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[ 4.001] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 4.001] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 4.001] (II) event5 - Video Bus: device is a keyboard
[ 4.001] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 4.001] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4.001] (II) Using input driver 'libinput' for 'Video Bus'
[ 4.001] (**) Video Bus: always reports core events
[ 4.001] (**) Option "Device" "/dev/input/event6"
[ 4.001] (**) Option "_source" "server/udev"
[ 4.002] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 4.002] (II) event6 - Video Bus: device is a keyboard
[ 4.002] (II) event6 - Video Bus: device removed
[ 4.141] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/LNXVIDEO:01/input/input7/event6"
[ 4.141] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 4.141] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 4.141] (II) event6 - Video Bus: device is a keyboard
[ 4.142] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 4.142] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 4.142] (II) Using input driver 'libinput' for 'Power Button'
[ 4.142] (**) Power Button: always reports core events
[ 4.142] (**) Option "Device" "/dev/input/event1"
[ 4.142] (**) Option "_source" "server/udev"
[ 4.142] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 4.142] (II) event1 - Power Button: device is a keyboard
[ 4.142] (II) event1 - Power Button: device removed
[ 4.181] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 4.181] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 4.181] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 4.181] (II) event1 - Power Button: device is a keyboard
[ 4.181] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 4.181] (II) No input driver specified, ignoring this device.
[ 4.181] (II) This device may have been added with another device file.
[ 4.182] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 4.182] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 4.182] (II) Using input driver 'libinput' for 'Sleep Button'
[ 4.182] (**) Sleep Button: always reports core events
[ 4.182] (**) Option "Device" "/dev/input/event2"
[ 4.182] (**) Option "_source" "server/udev"
[ 4.182] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 4.182] (II) event2 - Sleep Button: device is a keyboard
[ 4.182] (II) event2 - Sleep Button: device removed
[ 4.261] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 4.261] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 4.261] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 4.261] (II) event2 - Sleep Button: device is a keyboard
[ 4.262] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event16)
[ 4.262] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 4.262] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 4.262] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 4.262] (**) Option "Device" "/dev/input/event16"
[ 4.262] (**) Option "_source" "server/udev"
[ 4.262] (II) event16 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 4.262] (II) event16 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 4.262] (II) event16 - Integrated_Webcam_HD: Integrate: device removed
[ 4.401] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input20/event16"
[ 4.401] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 10)
[ 4.401] (II) event16 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 4.401] (II) event16 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 4.402] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/mouse3)
[ 4.402] (II) No input driver specified, ignoring this device.
[ 4.402] (II) This device may have been added with another device file.
[ 4.402] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/mouse4)
[ 4.402] (II) No input driver specified, ignoring this device.
[ 4.402] (II) This device may have been added with another device file.
[ 4.402] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 4.402] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 4.402] (II) LoadModule: "modesetting"
[ 4.402] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 4.402] (II) Module modesetting: vendor="X.Org Foundation"
[ 4.402] compiled for 1.20.11, module version = 1.20.11
[ 4.402] Module class: X.Org Video Driver
[ 4.402] ABI class: X.Org Video Driver, version 24.1
[ 4.402] (II) UnloadModule: "modesetting"
[ 4.402] (II) Unloading modesetting
[ 4.402] (II) Failed to load module "modesetting" (already loaded, 0)
[ 4.402] xf86: found device 1
[ 4.403] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 4.403] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 4.403] (II) Using input driver 'libinput' for 'Intel HID events'
[ 4.403] (**) Intel HID events: always reports core events
[ 4.403] (**) Option "Device" "/dev/input/event4"
[ 4.403] (**) Option "_source" "server/udev"
[ 4.403] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 4.403] (II) event4 - Intel HID events: device is a keyboard
[ 4.403] (II) event4 - Intel HID events: device removed
[ 4.451] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input5/event4"
[ 4.451] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 11)
[ 4.451] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 4.451] (II) event4 - Intel HID events: device is a keyboard
[ 4.452] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event15)
[ 4.452] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 4.452] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 4.452] (**) Dell WMI hotkeys: always reports core events
[ 4.452] (**) Option "Device" "/dev/input/event15"
[ 4.452] (**) Option "_source" "server/udev"
[ 4.452] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4.452] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 4.452] (II) event15 - Dell WMI hotkeys: device removed
[ 4.571] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19/event15"
[ 4.571] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
[ 4.571] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4.571] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 4.572] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 4.572] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 4.572] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 4.572] (**) AT Translated Set 2 keyboard: always reports core events
[ 4.572] (**) Option "Device" "/dev/input/event3"
[ 4.572] (**) Option "_source" "server/udev"
[ 4.572] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4.572] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4.572] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 4.641] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 4.641] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 4.641] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4.641] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 4.642] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event14)
[ 4.642] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 4.642] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 4.642] (**) PS/2 Generic Mouse: always reports core events
[ 4.642] (**) Option "Device" "/dev/input/event14"
[ 4.642] (**) Option "_source" "server/udev"
[ 4.642] (II) event14 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 4.642] (II) event14 - PS/2 Generic Mouse: device is a pointer
[ 4.642] (II) event14 - PS/2 Generic Mouse: device removed
[ 4.801] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input18/event14"
[ 4.801] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 14)
[ 4.801] (**) Option "AccelerationScheme" "none"
[ 4.801] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 4.801] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 4.801] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 4.801] (II) event14 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 4.801] (II) event14 - PS/2 Generic Mouse: device is a pointer
[ 4.801] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 4.801] (II) No input driver specified, ignoring this device.
[ 4.801] (II) This device may have been added with another device file.
[ 4.802] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[ 4.802] (II) No input driver specified, ignoring this device.
[ 4.802] (II) This device may have been added with another device file.
[ 4.872] (II) modeset(0): EDID vendor "BOE", prod id 2221
[ 4.872] (II) modeset(0): Printing DDC gathered Modelines:
[ 4.872] (II) modeset(0): Modeline "1920x1080"x0.0 147.84 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (67.2 kHz eP)
[ 4.872] (II) modeset(0): Modeline "1920x1080"x0.0 118.28 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (53.8 kHz e)
[ 4.873] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[ 4.873] (II) No input driver specified, ignoring this device.
[ 4.873] (II) This device may have been added with another device file.
[ 4.873] (II) config/udev: removing device Video Bus
[ 4.873] (II) event5 - Video Bus: device removed
[ 5.031] (II) UnloadModule: "libinput"
[ 5.031] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 5.031] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 5.031] (II) Using input driver 'libinput' for 'Video Bus'
[ 5.031] (**) Video Bus: always reports core events
[ 5.031] (**) Option "Device" "/dev/input/event5"
[ 5.031] (**) Option "_source" "server/udev"
[ 5.031] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 5.031] (II) event5 - Video Bus: device is a keyboard
[ 5.031] (II) event5 - Video Bus: device removed
[ 5.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[ 5.201] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 5.202] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 5.202] (II) event5 - Video Bus: device is a keyboard
[ 5.202] (II) config/udev: removing device Video Bus
[ 5.203] (II) event6 - Video Bus: device removed
[ 5.321] (II) UnloadModule: "libinput"
[ 5.321] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 5.321] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 5.321] (II) Using input driver 'libinput' for 'Video Bus'
[ 5.321] (**) Video Bus: always reports core events
[ 5.321] (**) Option "Device" "/dev/input/event6"
[ 5.321] (**) Option "_source" "server/udev"
[ 5.322] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 5.322] (II) event6 - Video Bus: device is a keyboard
[ 5.323] (II) event6 - Video Bus: device removed
[ 5.401] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3e/LNXVIDEO:01/input/input7/event6"
[ 5.401] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 5.402] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 5.402] (II) event6 - Video Bus: device is a keyboard
[ 5.403] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:1c.0/0000:2b:00.0/drm/card1 /dev/dri/card1
[ 5.403] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 5.403] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 5.403] (II) LoadModule: "modesetting"
[ 5.403] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5.403] (II) Module modesetting: vendor="X.Org Foundation"
[ 5.403] compiled for 1.20.11, module version = 1.20.11
[ 5.403] Module class: X.Org Video Driver
[ 5.403] ABI class: X.Org Video Driver, version 24.1
[ 5.403] (II) UnloadModule: "modesetting"
[ 5.403] (II) Unloading modesetting
[ 5.403] (II) Failed to load module "modesetting" (already loaded, 0)
[ 5.403] xf86: found device 1
[ 5.403] (II) config/udev: removing device Dell WMI hotkeys
[ 5.404] (II) event15 - Dell WMI hotkeys: device removed
[ 5.501] (II) UnloadModule: "libinput"
[ 5.501] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event15)
[ 5.501] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 5.501] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 5.501] (**) Dell WMI hotkeys: always reports core events
[ 5.501] (**) Option "Device" "/dev/input/event15"
[ 5.501] (**) Option "_source" "server/udev"
[ 5.502] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 5.503] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 5.503] (II) event15 - Dell WMI hotkeys: device removed
[ 5.611] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19/event15"
[ 5.611] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
[ 5.612] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 5.612] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 5.613] (II) config/udev: removing device Integrated_Webcam_HD: Integrate
[ 5.613] (II) event16 - Integrated_Webcam_HD: Integrate: device removed
[ 5.731] (II) UnloadModule: "libinput"
[ 5.731] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event16)
[ 5.731] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 5.731] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 5.731] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 5.731] (**) Option "Device" "/dev/input/event16"
[ 5.731] (**) Option "_source" "server/udev"
[ 5.733] (II) event16 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 5.733] (II) event16 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 5.733] (II) event16 - Integrated_Webcam_HD: Integrate: device removed
[ 5.841] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input20/event16"
[ 5.841] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 10)
[ 5.841] (II) event16 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 5.841] (II) event16 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 5.841] (II) config/udev: removing device PS/2 Generic Mouse
[ 5.841] (II) event14 - PS/2 Generic Mouse: device removed
[ 5.931] (II) UnloadModule: "libinput"
[ 5.931] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event14)
[ 5.931] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 5.931] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 5.931] (**) PS/2 Generic Mouse: always reports core events
[ 5.931] (**) Option "Device" "/dev/input/event14"
[ 5.931] (**) Option "_source" "server/udev"
[ 5.931] (II) event14 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 5.931] (II) event14 - PS/2 Generic Mouse: device is a pointer
[ 5.932] (II) event14 - PS/2 Generic Mouse: device removed
[ 6.131] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input18/event14"
[ 6.131] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 14)
[ 6.131] (**) Option "AccelerationScheme" "none"
[ 6.131] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 6.131] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 6.131] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 6.132] (II) event14 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 6.132] (II) event14 - PS/2 Generic Mouse: device is a pointer
[ 6.133] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 6.133] (II) No input driver specified, ignoring this device.
[ 6.133] (II) This device may have been added with another device file.
[ 6.134] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event17)
[ 6.134] (II) No input driver specified, ignoring this device.
[ 6.134] (II) This device may have been added with another device file.
[ 6.134] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event18)
[ 6.134] (II) No input driver specified, ignoring this device.
[ 6.134] (II) This device may have been added with another device file.
[ 6.136] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Mouse (/dev/input/mouse0)
[ 6.136] (II) No input driver specified, ignoring this device.
[ 6.136] (II) This device may have been added with another device file.
[ 6.136] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Touchpad (/dev/input/mouse1)
[ 6.136] (II) No input driver specified, ignoring this device.
[ 6.136] (II) This device may have been added with another device file.
[ 6.137] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/mouse3)
[ 6.137] (II) No input driver specified, ignoring this device.
[ 6.137] (II) This device may have been added with another device file.
[ 6.137] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/mouse4)
[ 6.137] (II) No input driver specified, ignoring this device.
[ 6.137] (II) This device may have been added with another device file.
[ 6.137] (II) config/udev: Adding input device sof-hda-dsp Headphone Mic (/dev/input/event11)
[ 6.137] (II) No input driver specified, ignoring this device.
[ 6.137] (II) This device may have been added with another device file.
[ 6.137] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event12)
[ 6.137] (II) No input driver specified, ignoring this device.
[ 6.137] (II) This device may have been added with another device file.
[ 6.137] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 UNKNOWN (/dev/input/event9)
[ 6.138] (II) No input driver specified, ignoring this device.
[ 6.138] (II) This device may have been added with another device file.
[ 6.138] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Mouse (/dev/input/event19)
[ 6.138] (**) DLL0945:00 06CB:CE26 Mouse: Applying InputClass "libinput pointer catchall"
[ 6.138] (II) Using input driver 'libinput' for 'DLL0945:00 06CB:CE26 Mouse'
[ 6.138] (**) DLL0945:00 06CB:CE26 Mouse: always reports core events
[ 6.138] (**) Option "Device" "/dev/input/event19"
[ 6.138] (**) Option "_source" "server/udev"
[ 6.138] (II) event19 - DLL0945:00 06CB:CE26 Mouse: is tagged by udev as: Mouse Pointingstick
[ 6.138] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device is a pointer
[ 6.139] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device removed
[ 6.221] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-13/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input31/event19"
[ 6.221] (II) XINPUT: Adding extended input device "DLL0945:00 06CB:CE26 Mouse" (type: MOUSE, id 15)
[ 6.221] (**) Option "AccelerationScheme" "none"
[ 6.221] (**) DLL0945:00 06CB:CE26 Mouse: (accel) selected scheme none/0
[ 6.221] (**) DLL0945:00 06CB:CE26 Mouse: (accel) acceleration factor: 2.000
[ 6.221] (**) DLL0945:00 06CB:CE26 Mouse: (accel) acceleration threshold: 4
[ 6.222] (II) event19 - DLL0945:00 06CB:CE26 Mouse: is tagged by udev as: Mouse Pointingstick
[ 6.223] (II) event19 - DLL0945:00 06CB:CE26 Mouse: device is a pointer
[ 6.225] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 UNKNOWN (/dev/input/event8)
[ 6.225] (II) No input driver specified, ignoring this device.
[ 6.225] (II) This device may have been added with another device file.
[ 6.225] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/event10)
[ 6.225] (**) CUST0000:00 04F3:2A81: Applying InputClass "libinput tablet catchall"
[ 6.225] (II) Using input driver 'libinput' for 'CUST0000:00 04F3:2A81'
[ 6.225] (**) CUST0000:00 04F3:2A81: always reports core events
[ 6.225] (**) Option "Device" "/dev/input/event10"
[ 6.225] (**) Option "_source" "server/udev"
[ 6.226] (II) event10 - CUST0000:00 04F3:2A81: is tagged by udev as: Tablet
[ 6.268] (II) event10 - CUST0000:00 04F3:2A81: tablet 'CUST0000:00 04F3:2A81' unknown to libwacom
[ 6.268] (II) event10 - CUST0000:00 04F3:2A81: device is a tablet
[ 6.268] (II) event10 - CUST0000:00 04F3:2A81: device removed
[ 6.391] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input24/event10"
[ 6.391] (II) XINPUT: Adding extended input device "CUST0000:00 04F3:2A81" (type: TABLET, id 16)
[ 6.392] (II) event10 - CUST0000:00 04F3:2A81: is tagged by udev as: Tablet
[ 6.393] (II) event10 - CUST0000:00 04F3:2A81: tablet 'CUST0000:00 04F3:2A81' unknown to libwacom
[ 6.393] (II) event10 - CUST0000:00 04F3:2A81: device is a tablet
[ 6.394] (II) config/udev: Adding input device DLL0945:00 06CB:CE26 Touchpad (/dev/input/event20)
[ 6.394] (**) DLL0945:00 06CB:CE26 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 6.394] (II) Using input driver 'libinput' for 'DLL0945:00 06CB:CE26 Touchpad'
[ 6.394] (**) DLL0945:00 06CB:CE26 Touchpad: always reports core events
[ 6.394] (**) Option "Device" "/dev/input/event20"
[ 6.394] (**) Option "_source" "server/udev"
[ 6.395] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: is tagged by udev as: Touchpad
[ 6.397] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device is a touchpad
[ 6.397] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device removed
[ 6.471] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-13/i2c-DLL0945:00/0018:06CB:CE26.0002/input/input32/event20"
[ 6.471] (II) XINPUT: Adding extended input device "DLL0945:00 06CB:CE26 Touchpad" (type: TOUCHPAD, id 17)
[ 6.473] (**) Option "AccelerationScheme" "none"
[ 6.473] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) selected scheme none/0
[ 6.473] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) acceleration factor: 2.000
[ 6.473] (**) DLL0945:00 06CB:CE26 Touchpad: (accel) acceleration threshold: 4
[ 6.474] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: is tagged by udev as: Touchpad
[ 6.476] (II) event20 - DLL0945:00 06CB:CE26 Touchpad: device is a touchpad
[ 6.477] (II) config/udev: Adding input device CUST0000:00 04F3:2A81 (/dev/input/event7)
[ 6.478] (**) CUST0000:00 04F3:2A81: Applying InputClass "libinput touchscreen catchall"
[ 6.478] (II) Using input driver 'libinput' for 'CUST0000:00 04F3:2A81'
[ 6.478] (**) CUST0000:00 04F3:2A81: always reports core events
[ 6.478] (**) Option "Device" "/dev/input/event7"
[ 6.478] (**) Option "_source" "server/udev"
[ 6.479] (II) event7 - CUST0000:00 04F3:2A81: is tagged by udev as: Touchscreen
[ 6.479] (II) event7 - CUST0000:00 04F3:2A81: device is a touch device
[ 6.479] (II) event7 - CUST0000:00 04F3:2A81: device removed
[ 6.551] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-CUST0000:00/0018:04F3:2A81.0001/input/input21/event7"
[ 6.551] (II) XINPUT: Adding extended input device "CUST0000:00 04F3:2A81" (type: TOUCHSCREEN, id 18)
[ 6.551] (**) Option "AccelerationScheme" "none"
[ 6.551] (**) CUST0000:00 04F3:2A81: (accel) selected scheme none/0
[ 6.551] (**) CUST0000:00 04F3:2A81: (accel) acceleration factor: 2.000
[ 6.551] (**) CUST0000:00 04F3:2A81: (accel) acceleration threshold: 4
[ 6.553] (II) event7 - CUST0000:00 04F3:2A81: is tagged by udev as: Touchscreen
[ 6.553] (II) event7 - CUST0000:00 04F3:2A81: device is a touch device
[ 30.483] (II) modeset(0): EDID vendor "BOE", prod id 2221
[ 30.483] (II) modeset(0): Printing DDC gathered Modelines:
[ 30.483] (II) modeset(0): Modeline "1920x1080"x0.0 147.84 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (67.2 kHz eP)
[ 30.483] (II) modeset(0): Modeline "1920x1080"x0.0 118.28 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (53.8 kHz e)
[ 86.158] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 115.271] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: client bug: event processing lagging behind by 30ms, your system is too slow
[ 613.940] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 672.139] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details
[ 672.141] (EE) event20 - DLL0945:00 06CB:CE26 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.0/touchpad-jumping-cursors.html for details/etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
MODULES=(vmd nvidia nvidia_modeset nvidia_uvm nvidia_drm)
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect block filesystems)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev block filesystems)
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS=(base udev block mdadm encrypt filesystems)
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS=(base udev block lvm2 filesystems)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()I'm not sure if you meant actually this with 'kernel parameter':
/etc/default/grub
# GRUB boot loader configuration
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX="nvme_load=YES"
GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1"
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT=true
# Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y
GRUB_DISABLE_OS_PROBER=falseOffline
You still need to recreate grub.cfg and initramfs.
Are you using GDM?
https://wiki.archlinux.org/title/GDM#Use_Xorg_backend
Offline
You still need to recreate grub.cfg and initramfs.
Are you using GDM?
https://wiki.archlinux.org/title/GDM#Use_Xorg_backend
No I'm using SDDM. Btw I've generated the confs and now it is working!
I have a couple of questions:
- the man problem was that I was using 'nvidia' instead of 'nvidia-lts', am I right? can I uninstall 'nvidia'?
- previously I've uninstalled 'xf86-video-intel', do I need this package or not?
Thanks for your time and for the help ![]()
Last edited by Hidan0 (2021-06-15 22:29:28)
Offline
'nvidia' instead of 'nvidia-lts' - yes.
You can uninstall the nvidia package unless you intend to use the main kernel (as well)
You do not need xf86-video-intel, the driver is in a weird semi-zombie limbo state and the canonical recommendation is to use the modesetting driver instead.
There may however be cases and times when the intel driver provides better features or stability, but unless you've problems w/ the modesetting driver, use the modesetting driver.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
'nvidia' instead of 'nvidia-lts' - yes.
You can uninstall the nvidia package unless you intend to use the main kernel (as well)You do not need xf86-video-intel, the driver is in a weird semi-zombie limbo state and the canonical recommendation is to use the modesetting driver instead.
There may however be cases and times when the intel driver provides better features or stability, but unless you've problems w/ the modesetting driver, use the modesetting driver.Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Thanks again for the help and the infos, have a nice day!
Offline
@hidan hey im using the same daily driver but i have loads of issues with my setup while getting it back up after sleep
Offline
Please don't necrobump - the OP hasn't been on the forum since 2021 and it's incredibly unlikely that you're facing whatever the situation was back then.
Continue at https://bbs.archlinux.org/viewtopic.php?id=307391, the my last self-quote.
Offline
Closing this old thread.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1
Topic closed