You are not logged in.

#1 2022-05-09 12:15:41

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Can't use nouveau to load into xorg.

I'm currently trying to get linux-libre to work. I blacklisted radeon and amdgpu modules, because they rely on non-free blobs and i should use nouveau. However, even though i tried to make it load with nouveau, it doesn't. I followed this article: https://wiki.archlinux.org/title/nouvea … _early_KMS to make it work, tho it didn't help. Here's the xorg log:

[    22.279] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    22.280] Current Operating System: Linux arch 5.17.3-gnu-1 #1 SMP PREEMPT Wed, 27 Apr 2022 15:49:30 +0000 x86_64
[    22.280] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-libre root=UUID=b174f517-1978-437a-a0d9-b1883048c1a8 rw loglevel=3 quiet fbcon=nodefer
[    22.280]  
[    22.280] Current version of pixman: 0.40.0
[    22.280] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.280] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.280] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May  8 21:19:21 2022
[    22.282] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    22.282] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.283] (==) No Layout section.  Using the first Screen section.
[    22.283] (==) No screen section available. Using defaults.
[    22.283] (**) |-->Screen "Default Screen Section" (0)
[    22.283] (**) |   |-->Monitor "<default monitor>"
[    22.283] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    22.283] (==) Automatically adding devices
[    22.283] (==) Automatically enabling devices
[    22.283] (==) Automatically adding GPU devices
[    22.283] (==) Automatically binding GPU devices
[    22.283] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    22.284] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    22.284] 	Entry deleted from font path.
[    22.284] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    22.284] 	Entry deleted from font path.
[    22.285] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    22.285] (==) ModulePath set to "/usr/lib/xorg/modules"
[    22.285] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.285] (II) Module ABI versions:
[    22.285] 	X.Org ANSI C Emulation: 0.4
[    22.285] 	X.Org Video Driver: 25.2
[    22.285] 	X.Org XInput driver : 24.4
[    22.285] 	X.Org Server Extension : 10.0
[    22.285] (++) using VT number 2

[    22.286] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    22.290] (--) PCI: (1@0:0:0) 10de:1f99:1025:1447 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    22.290] (--) PCI:*(5@0:0:0) 1002:1636:1025:1455 rev 198, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256
[    22.290] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.291] (II) LoadModule: "glx"
[    22.291] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.295] (II) Module glx: vendor="X.Org Foundation"
[    22.295] 	compiled for 1.21.1.3, module version = 1.0.0
[    22.295] 	ABI class: X.Org Server Extension, version 10.0
[    22.295] (==) Matched ati as autoconfigured driver 0
[    22.295] (==) Matched modesetting as autoconfigured driver 1
[    22.295] (==) Matched fbdev as autoconfigured driver 2
[    22.295] (==) Matched vesa as autoconfigured driver 3
[    22.295] (==) Assigned the driver to the xf86ConfigLayout
[    22.295] (II) LoadModule: "ati"
[    22.295] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    22.295] (II) Module ati: vendor="X.Org Foundation"
[    22.295] 	compiled for 1.21.1.1, module version = 19.1.0
[    22.295] 	Module class: X.Org Video Driver
[    22.295] 	ABI class: X.Org Video Driver, version 25.2
[    22.295] (II) LoadModule: "radeon"
[    22.296] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    22.298] (II) Module radeon: vendor="X.Org Foundation"
[    22.298] 	compiled for 1.21.1.1, module version = 19.1.0
[    22.298] 	Module class: X.Org Video Driver
[    22.298] 	ABI class: X.Org Video Driver, version 25.2
[    22.298] (II) LoadModule: "modesetting"
[    22.298] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    22.298] (II) Module modesetting: vendor="X.Org Foundation"
[    22.298] 	compiled for 1.21.1.3, module version = 1.21.1
[    22.298] 	Module class: X.Org Video Driver
[    22.298] 	ABI class: X.Org Video Driver, version 25.2
[    22.298] (II) LoadModule: "fbdev"
[    22.298] (WW) Warning, couldn't open module fbdev
[    22.298] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    22.298] (II) LoadModule: "vesa"
[    22.298] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    22.298] (II) Module vesa: vendor="X.Org Foundation"
[    22.298] 	compiled for 1.21.1.1, module version = 2.5.0
[    22.298] 	Module class: X.Org Video Driver
[    22.298] 	ABI class: X.Org Video Driver, version 25.2
[    22.298] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    22.299] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    22.299] (II) VESA: driver for VESA chipsets: vesa
[    22.299] (EE) open /dev/dri/card0: No such file or directory
[    22.299] (WW) Falling back to old probe method for modesetting
[    22.299] (EE) open /dev/dri/card0: No such file or directory
[    22.299] vesa: Refusing to run on UEFI
[    22.299] (EE) Screen 0 deleted because of no matching config section.
[    22.299] (II) UnloadModule: "modesetting"
[    22.299] (EE) Device(s) detected, but none match those in the config file.
[    22.299] (EE) 
Fatal server error:
[    22.299] (EE) no screens found(EE) 
[    22.299] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    22.299] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    22.299] (EE) 
[    22.303] (EE) Server terminated with error (1). Closing log file.

I assume it tries to load amd drivers, but i dunno how to prevent that behaivour

Offline

#2 2022-05-09 13:14:56

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

[    22.299] (EE) open /dev/dri/card0: No such file or directory

make it work, tho it didn't

lsinitcpio /boot/initramfs-linux-libre.img | grep nouveau
lsmod | grep nouveau
lspci -k
sudo journalctl -b

Offline

#3 2022-05-10 06:54:15

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

[    22.299] (EE) open /dev/dri/card0: No such file or directory

make it work, tho it didn't

lsinitcpio /boot/initramfs-linux-libre.img | grep nouveau
lsmod | grep nouveau
lspci -k
sudo journalctl -b

That's the output when tested in xorg on linux kernel

 sudo !!
sudo lsinitcpio /boot/initramfs-linux-libre.img | grep nouveau
usr/lib/modules/5.17.3-gnu-1/kernel/nouveau.ko

~                                                        0.12s user@arch
 lsmod | grep nouveau
nouveau              2719744  0
video                  57344  2 acer_wmi,nouveau
drm_ttm_helper         16384  2 amdgpu,nouveau
ttm                    86016  3 amdgpu,drm_ttm_helper,nouveau
mxm_wmi                16384  1 nouveau
wmi                    40960  4 acer_wmi,wmi_bmof,mxm_wmi,nouveau

~                                                        0.03s user@arch
 lspci -k
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Ro
ot Complex
        Subsystem: Acer Incorporated [ALI] Device 1455
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne IOMMU
        Subsystem: Acer Incorporated [ALI] Device 1455
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge
        Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
        Kernel driver in use: pcieport
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
        Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
        Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
        Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
        Kernel driver in use: pcieport
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
        Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
        Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
        Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
        Kernel driver in use: pcieport
00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
        Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
        Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: piix4_smbus
        Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
        Subsystem: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 3
        Kernel driver in use: k10temp
        Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 7
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M (rev a1)
        Subsystem: Acer Incorporated [ALI] Device 1447
        Kernel driver in use: nouveau
        Kernel modules: nouveau
01:00.1 Audio device: NVIDIA Corporation Device 10fa (rev a1)
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
02:00.0 Non-Volatile memory controller: Sandisk Corp WD Blue SN550 NVMe SSD (rev 01)
        Subsystem: Sandisk Corp WD Blue SN550 NVMe SSD
        Kernel driver in use: nvme
        Kernel modules: nvme
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. Device 2600 (rev 21)
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: r8169
        Kernel modules: r8169
04:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
        Subsystem: Intel Corporation Wi-Fi 6 AX200NGW
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu
05:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: ccp
        Kernel modules: ccp
05:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
05:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
05:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor (rev 01)
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, snd_pci_acp6x, snd_sof_amd_renoir
05:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
06:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81)
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: ahci
06:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81)
        Subsystem: Acer Incorporated [ALI] Device 1455
        Kernel driver in use: ahci

~                                                        1.93s user@arch
 sudo journalctl -b
May 09 15:38:00 arch kernel: Linux version 5.17.5-arch1-1 (linux@archlin>
May 09 15:38:00 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linu>
May 09 15:38:00 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x>
May 09 15:38:00 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'S>
May 09 15:38:00 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'A>
May 09 15:38:00 arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_siz>
May 09 15:38:00 arch kernel: x86/fpu: Enabled xstate features 0x7, conte>
May 09 15:38:00 arch kernel: signal: max sigframe size: 1776
May 09 15:38:00 arch kernel: BIOS-provided physical RAM map:
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x000000000009f000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x0000000009b00000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x0000000009e00000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x0000000009f00000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x0000000009f0d000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000bab69000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000bbd69000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000c9f7f000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000caf7f000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000ccf7f000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000cdf7f000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000cdfff000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000ce000000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000f8000000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000fde00000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000fec10000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000fed80000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000>
May 09 15:38:00 arch kernel: BIOS-e820: [mem 0x000000040f340000-0x000000>
May 09 15:38:00 arch kernel: NX (Execute Disable) protection: active
May 09 15:38:00 arch kernel: efi: EFI v2.70 by INSYDE Corp.
May 09 15:38:00 arch kernel: efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TP>
May 09 15:38:00 arch kernel: SMBIOS 3.2.0 present.
May 09 15:38:00 arch kernel: DMI: Acer Nitro AN515-44/Stonic_RNS, BIOS V>
lines 1-38

Offline

#4 2022-05-10 07:08:11

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

sudo journalctl -b

Don't copy and paste out of the pager - that's onoly the first cuple of lines and they're horizontally capped.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

However, this is a hybrid system and the primary card (that fails) is the AMDGPU one (and the nvidia chip doesn't even seem to be configured)

lsinitcpio /boot/initramfs-linux-libre.img | grep amdgpu

Also the bits of the journal you posted are from a different kernel than the previous xorg log, so check

lsinitcpio /boot/initramfs-linux.img | grep -E '(nouveau|amdgpu)'

Offline

#5 2022-05-10 11:51:16

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

sudo journalctl -b

Don't copy and paste out of the pager - that's onoly the first cuple of lines and they're horizontally capped.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

http://0x0.st/omQ2.txt

However, this is a hybrid system and the primary card (that fails) is the AMDGPU one (and the nvidia chip doesn't even seem to be configured)

lsinitcpio /boot/initramfs-linux-libre.img | grep amdgpu

Doesn't return anything

Also the bits of the journal you posted are from a different kernel than the previous xorg log, so check

lsinitcpio /boot/initramfs-linux.img | grep -E '(nouveau|amdgpu)'

usr/lib/modules/5.17.5-arch1-1/kernel/nouveau.ko

Forgot to mention, I'm currently using vanilla linux kernel to boot, and xorg runs in it. Please note when i need to execute commands from linux-libre

Last edited by WeebSpirit (2022-05-10 11:52:33)

Offline

#6 2022-05-10 12:11:18

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

You need to inspect the initramfs for the kernel that you are/want to boot/ing.
The amdgpu module is at least not in the initramfs for the vanilla kernel, but since it's the primary GPU and attempted to be used by the x11 server, you might very much run in the the https://wiki.archlinux.org/title/Kernel … _KMS_start situation here.
The journal you posted shows that you ran gnome-shell.

Please clarify
1. what are your intentions here? Do you want to run gnome
a) on X11 or wayland?
b) the amd or nvidia chip?
c) or in a hybrid fashion (where you invoke the nvidia chip only for more demanding clients)?

For context:

I blacklisted radeon and amdgpu modules, because they rely on non-free blobs

That's bullshit.
1. You *are* loading the amdgpu kernel module, so you didn't blacklist it (and the radeon module doesn't support your GPU anyway)
2. They don't rely on "non-free blobs" any more or less than nouveau (in particular the GPUs firmware and afaiu it's even more of a hassle w/ nouveau as you've to extract the firmware from the binary driver release)

If you regardless want to run gnome/X11/anything on the nouveau driver, please elaborate on how you attempted that and make sure to check https://wiki.archlinux.org/title/NVIDIA_Optimus

Offline

#7 2022-05-10 12:52:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: Can't use nouveau to load into xorg.

WeebSpirit wrote:

I blacklisted radeon and amdgpu modules, because they rely on non-free blobs ...

Your CPU relies on non-free blobs, too. Better disabled that.

Offline

#8 2022-05-10 18:29:07

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

You need to inspect the initramfs for the kernel that you are/want to boot/ing.
The amdgpu module is at least not in the initramfs for the vanilla kernel, but since it's the primary GPU and attempted to be used by the x11 server, you might very much run in the the https://wiki.archlinux.org/title/Kernel … _KMS_start situation here.
The journal you posted shows that you ran gnome-shell.

Please clarify
1. what are your intentions here? Do you want to run gnome
a) on X11 or wayland?
b) the amd or nvidia chip?
c) or in a hybrid fashion (where you invoke the nvidia chip only for more demanding clients)?

For context:

I blacklisted radeon and amdgpu modules, because they rely on non-free blobs

That's bullshit.
1. You *are* loading the amdgpu kernel module, so you didn't blacklist it (and the radeon module doesn't support your GPU anyway)
2. They don't rely on "non-free blobs" any more or less than nouveau (in particular the GPUs firmware and afaiu it's even more of a hassle w/ nouveau as you've to extract the firmware from the binary driver release)

If you regardless want to run gnome/X11/anything on the nouveau driver, please elaborate on how you attempted that and make sure to check https://wiki.archlinux.org/title/NVIDIA_Optimus


The module probably loaded because i sent the logs from a wrong kernel. I ran gnome just once, had to showcase one thing. But i kept the log of when i tried to use it with linux-libre in a separate file. I wish to run bspwm, via xorg, only using nouveau as it is a true free driver. I was trying to get linux-libre to work for some time, but it didn't, right after i blacklisted amdgpu and radeon it ran properly, one gentleman from #fsf on irc.libera.chat helped me to make it work, and linked the following article: [link]https://www.mail-archive.com/linux-libr … 03314.html[/link]. Also, i'd recommend reading this article written by Richard Stallman [link]https://stallman.org/to-4chan.html[/link]

Offline

#9 2022-05-10 20:38:10

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

Unless you added the module to the initramfs (what's not indicated) but not the blacklisting modprobe configlet, you did not blacklist the kernel for oen but the other.
Please explain what you think you did to this effect.

as it is a true free driver

Once again: you're mistaken about this. Where did you get this nonsense?

[link]

https://bbs.archlinux.org/help.php#bbcode

right after i blacklisted amdgpu and radeon it ran properly

So X11 is now starting as desired?

i'd recommend reading this article written by Richard Stallman

Did you notice the date on that article?
lmq:

the ATI drivers use nonfree microcode blobs, whereas most of nVidia's products (excepting the most recent ones) work ok with Nouveau, which is entirely free and has no blobs

"The most recent ones" of 2013 …

https://aur.archlinux.org/packages/nouveau-fw
https://wiki.archlinux.org/title/Hardwa … ion#NVIDIA
https://wiki.archlinux.org/title/Nouvea … management

Offline

#10 2022-05-11 08:33:51

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

Unless you added the module to the initramfs (what's not indicated) but not the blacklisting modprobe configlet, you did not blacklist the kernel for oen but the other.
Please explain what you think you did to this effect.

as it is a true free driver

Once again: you're mistaken about this. Where did you get this nonsense?

linux-libre can't boot, unless i create a file in /etc/modprobe.d/amd.conf<or any other name ending with .conf> and add those two lines:

blacklist amdgpu
blacklist radeon

One gentleman on #fsf on irc.libera.chat helped me with this, linking the following:https://www.mail-archive.com/linux-libr … 03314.html

[link]

https://bbs.archlinux.org/help.php#bbcode

right after i blacklisted amdgpu and radeon it ran properly

So X11 is now starting as desired?

I'm sorry, should've specified that i talked about linux-libre kernel.

i'd recommend reading this article written by Richard Stallman

Did you notice the date on that article?
lmq:

the ATI drivers use nonfree microcode blobs, whereas most of nVidia's products (excepting the most recent ones) work ok with Nouveau, which is entirely free and has no blobs
"The most recent ones" of 2013 …

https://aur.archlinux.org/packages/nouveau-fw
https://wiki.archlinux.org/title/Hardwa … ion#NVIDIA
https://wiki.archlinux.org/title/Nouvea … management

Last edited by WeebSpirit (2022-05-11 10:01:51)

Offline

#11 2022-05-11 09:20:06

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

Can you please revisit your posts and fix the quoting attempts so that others won't have to scan the full quotes for the tiny comment you hid in the quote?

I'm sorry, should've specified that i talked about linux-libre kernel.

That doesn't explain your situation.
* Does X11 start as desired or not.
* Does it depend on the kernel you use?
* If X11 fails for a kernel you intend to use, please post xorg log and system journal for an attempt on that kernel.

Offline

#12 2022-05-11 09:55:08

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

Can you please revisit your posts and fix the quoting attempts so that others won't have to scan the full quotes for the tiny comment you hid in the quote?

I'm sorry, should've specified that i talked about linux-libre kernel.

That doesn't explain your situation.
* Does X11 start as desired or not.
* Does it depend on the kernel you use?
* If X11 fails for a kernel you intend to use, please post xorg log and system journal for an attempt on that kernel.

X11 Doesn't start, not desired. It doesn't depend on the kernel, rather the driver. It launches if amdgpu and radeon aren't blacklisted, but doesn't start when they are. Here's the xorg log from linux-libre:

[    22.279] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    22.280] Current Operating System: Linux arch 5.17.3-gnu-1 #1 SMP PREEMPT Wed, 27 Apr 2022 15:49:30 +0000 x86_64
[    22.280] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-libre root=UUID=b174f517-1978-437a-a0d9-b1883048c1a8 rw loglevel=3 quiet fbcon=nodefer
[    22.280]  
[    22.280] Current version of pixman: 0.40.0
[    22.280] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.280] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.280] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May  8 21:19:21 2022
[    22.282] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    22.282] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.283] (==) No Layout section.  Using the first Screen section.
[    22.283] (==) No screen section available. Using defaults.
[    22.283] (**) |-->Screen "Default Screen Section" (0)
[    22.283] (**) |   |-->Monitor "<default monitor>"
[    22.283] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    22.283] (==) Automatically adding devices
[    22.283] (==) Automatically enabling devices
[    22.283] (==) Automatically adding GPU devices
[    22.283] (==) Automatically binding GPU devices
[    22.283] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    22.284] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    22.284] 	Entry deleted from font path.
[    22.284] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    22.284] 	Entry deleted from font path.
[    22.285] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    22.285] (==) ModulePath set to "/usr/lib/xorg/modules"
[    22.285] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.285] (II) Module ABI versions:
[    22.285] 	X.Org ANSI C Emulation: 0.4
[    22.285] 	X.Org Video Driver: 25.2
[    22.285] 	X.Org XInput driver : 24.4
[    22.285] 	X.Org Server Extension : 10.0
[    22.285] (++) using VT number 2

[    22.286] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    22.290] (--) PCI: (1@0:0:0) 10de:1f99:1025:1447 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    22.290] (--) PCI:*(5@0:0:0) 1002:1636:1025:1455 rev 198, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256
[    22.290] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.291] (II) LoadModule: "glx"
[    22.291] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.295] (II) Module glx: vendor="X.Org Foundation"
[    22.295] 	compiled for 1.21.1.3, module version = 1.0.0
[    22.295] 	ABI class: X.Org Server Extension, version 10.0
[    22.295] (==) Matched ati as autoconfigured driver 0
[    22.295] (==) Matched modesetting as autoconfigured driver 1
[    22.295] (==) Matched fbdev as autoconfigured driver 2
[    22.295] (==) Matched vesa as autoconfigured driver 3
[    22.295] (==) Assigned the driver to the xf86ConfigLayout
[    22.295] (II) LoadModule: "ati"
[    22.295] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    22.295] (II) Module ati: vendor="X.Org Foundation"
[    22.295] 	compiled for 1.21.1.1, module version = 19.1.0
[    22.295] 	Module class: X.Org Video Driver
[    22.295] 	ABI class: X.Org Video Driver, version 25.2
[    22.295] (II) LoadModule: "radeon"
[    22.296] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    22.298] (II) Module radeon: vendor="X.Org Foundation"
[    22.298] 	compiled for 1.21.1.1, module version = 19.1.0
[    22.298] 	Module class: X.Org Video Driver
[    22.298] 	ABI class: X.Org Video Driver, version 25.2
[    22.298] (II) LoadModule: "modesetting"
[    22.298] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    22.298] (II) Module modesetting: vendor="X.Org Foundation"
[    22.298] 	compiled for 1.21.1.3, module version = 1.21.1
[    22.298] 	Module class: X.Org Video Driver
[    22.298] 	ABI class: X.Org Video Driver, version 25.2
[    22.298] (II) LoadModule: "fbdev"
[    22.298] (WW) Warning, couldn't open module fbdev
[    22.298] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    22.298] (II) LoadModule: "vesa"
[    22.298] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    22.298] (II) Module vesa: vendor="X.Org Foundation"
[    22.298] 	compiled for 1.21.1.1, module version = 2.5.0
[    22.298] 	Module class: X.Org Video Driver
[    22.298] 	ABI class: X.Org Video Driver, version 25.2
[    22.298] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    22.299] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    22.299] (II) VESA: driver for VESA chipsets: vesa
[    22.299] (EE) open /dev/dri/card0: No such file or directory
[    22.299] (WW) Falling back to old probe method for modesetting
[    22.299] (EE) open /dev/dri/card0: No such file or directory
[    22.299] vesa: Refusing to run on UEFI
[    22.299] (EE) Screen 0 deleted because of no matching config section.
[    22.299] (II) UnloadModule: "modesetting"
[    22.299] (EE) Device(s) detected, but none match those in the config file.
[    22.299] (EE) 
Fatal server error:
[    22.299] (EE) no screens found(EE) 
[    22.299] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    22.299] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    22.299] (EE) 
[    22.303] (EE) Server terminated with error (1). Closing log file.

Offline

#13 2022-05-11 10:03:38

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

The server tries to use the AMD GPU for which there's no DRM device.
1. System journal is pending
2. Explain how you blacklist the modules
3. There's no effort/X11 configlet to prefer the nvidia GPU
4. If you have no intention to use the amdgpu chip, remove xf86-video-amdgpu and xf86-video-ati

Offline

#14 2022-05-11 12:48:40

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

The server tries to use the AMD GPU for which there's no DRM device.
1. System journal is pending
2. Explain how you blacklist the modules
3. There's no effort/X11 configlet to prefer the nvidia GPU
4. If you have no intention to use the amdgpu chip, remove xf86-video-amdgpu and xf86-video-ati

Tried to remove xf86-video-amdgpu and xf86-video-ati. Didn't really help. I already explained how i blacklisted modules. /etc/modprobe.d/amd.conf and there

blacklist amdgpu
blacklist radeon

Also, now, after removing those packages, my system just powers off after trying to startx. Here's the log:

[    11.172] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    11.172] Current Operating System: Linux arch 5.17.3-gnu-1 #1 SMP PREEMPT Wed, 27 Apr 2022 15:49:30 +0000 x86_64
[    11.172] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-libre root=UUID=b174f517-1978-437a-a0d9-b1883048c1a8 rw loglevel=3 quiet fbcon=nodefer
[    11.172]  
[    11.172] Current version of pixman: 0.40.0
[    11.172] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.172] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.172] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 11 15:41:14 2022
[    11.175] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.175] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.176] (==) No Layout section.  Using the first Screen section.
[    11.176] (==) No screen section available. Using defaults.
[    11.176] (**) |-->Screen "Default Screen Section" (0)
[    11.176] (**) |   |-->Monitor "<default monitor>"
[    11.176] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    11.176] (==) Automatically adding devices
[    11.176] (==) Automatically enabling devices
[    11.176] (==) Automatically adding GPU devices
[    11.176] (==) Automatically binding GPU devices
[    11.176] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.177] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    11.177] 	Entry deleted from font path.
[    11.177] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.177] 	Entry deleted from font path.
[    11.178] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    11.178] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.178] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.178] (II) Module ABI versions:
[    11.178] 	X.Org ANSI C Emulation: 0.4
[    11.178] 	X.Org Video Driver: 25.2
[    11.178] 	X.Org XInput driver : 24.4
[    11.178] 	X.Org Server Extension : 10.0
[    11.180] (++) using VT number 1

[    11.190] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    11.191] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.191] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card0
[    11.191] (EE) systemd-logind: failed to take device /dev/dri/card0: Invalid argument
[    13.221] (--) PCI: (1@0:0:0) 10de:1f99:1025:1447 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    13.221] (--) PCI:*(5@0:0:0) 1002:1636:1025:1455 rev 198, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256
[    13.222] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    13.222] (II) LoadModule: "glx"
[    13.232] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.236] (II) Module glx: vendor="X.Org Foundation"
[    13.236] 	compiled for 1.21.1.3, module version = 1.0.0
[    13.236] 	ABI class: X.Org Server Extension, version 10.0
[    13.236] (==) Matched ati as autoconfigured driver 0
[    13.237] (==) Matched modesetting as autoconfigured driver 1
[    13.237] (==) Matched fbdev as autoconfigured driver 2
[    13.237] (==) Matched vesa as autoconfigured driver 3
[    13.237] (==) Assigned the driver to the xf86ConfigLayout
[    13.237] (II) LoadModule: "ati"
[    13.237] (WW) Warning, couldn't open module ati
[    13.237] (EE) Failed to load module "ati" (module does not exist, 0)
[    13.237] (II) LoadModule: "modesetting"
[    13.237] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    13.238] (II) Module modesetting: vendor="X.Org Foundation"
[    13.238] 	compiled for 1.21.1.3, module version = 1.21.1
[    13.238] 	Module class: X.Org Video Driver
[    13.238] 	ABI class: X.Org Video Driver, version 25.2
[    13.238] (II) LoadModule: "fbdev"
[    13.238] (WW) Warning, couldn't open module fbdev
[    13.238] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    13.238] (II) LoadModule: "vesa"
[    13.238] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    13.239] (II) Module vesa: vendor="X.Org Foundation"
[    13.239] 	compiled for 1.21.1.1, module version = 2.5.0
[    13.239] 	Module class: X.Org Video Driver
[    13.239] 	ABI class: X.Org Video Driver, version 25.2
[    13.239] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    13.239] (II) VESA: driver for VESA chipsets: vesa
[    13.239] (EE) open /dev/dri/card0: Invalid argument
[    13.239] (WW) Falling back to old probe method for modesetting
[    13.239] (EE) open /dev/dri/card0: Invalid argument
[    13.239] vesa: Refusing to run on UEFI
[    13.239] (EE) Screen 0 deleted because of no matching config section.
[    13.239] (II) UnloadModule: "modesetting"
[    13.239] (EE) Device(s) detected, but none match those in the config file.
[    13.239] (EE) 
Fatal server error:
[    13.239] (EE) no screens found(EE) 
[    13.239] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    13.239] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    13.239] (EE) 
[    13.243] (EE) Server terminated with error (1). Closing log file.

I already checked https://wiki.archlinux.org/title/nouvea … _early_KMS but i didn't notice the section which tells how to force nouveau, i'll now try and reboot with that setting. Will edit then.
Edit: didn't help, my system still powers off, also i checked it on vanilla linux kernel, which gives the following output:

[    18.213] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    18.214] Current Operating System: Linux arch 5.17.5-arch1-1 #1 SMP PREEMPT Wed, 27 Apr 2022 20:56:11 +0000 x86_64
[    18.214] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b174f517-1978-437a-a0d9-b1883048c1a8 rw loglevel=3 quiet fbcon=nodefer
[    18.214]  
[    18.214] Current version of pixman: 0.40.0
[    18.214] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.214] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.214] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 11 15:51:53 2022
[    18.216] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    18.216] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.218] (==) No Layout section.  Using the first Screen section.
[    18.218] (==) No screen section available. Using defaults.
[    18.218] (**) |-->Screen "Default Screen Section" (0)
[    18.218] (**) |   |-->Monitor "<default monitor>"
[    18.218] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    18.218] (**) |   |-->Device "Nvidia card"
[    18.218] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    18.218] (==) Automatically adding devices
[    18.218] (==) Automatically enabling devices
[    18.218] (==) Automatically adding GPU devices
[    18.218] (==) Automatically binding GPU devices
[    18.218] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.219] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    18.219] 	Entry deleted from font path.
[    18.219] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    18.219] 	Entry deleted from font path.
[    18.219] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    18.219] (==) ModulePath set to "/usr/lib/xorg/modules"
[    18.219] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.219] (II) Module ABI versions:
[    18.219] 	X.Org ANSI C Emulation: 0.4
[    18.219] 	X.Org Video Driver: 25.2
[    18.219] 	X.Org XInput driver : 24.4
[    18.219] 	X.Org Server Extension : 10.0
[    18.220] (++) using VT number 1

[    18.220] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    18.221] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.221] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card0
[    18.221] (EE) systemd-logind: failed to take device /dev/dri/card0: Invalid argument
[    20.226] (--) PCI: (1@0:0:0) 10de:1f99:1025:1447 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    20.226] (--) PCI:*(5@0:0:0) 1002:1636:1025:1455 rev 198, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256
[    20.226] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    20.226] (II) LoadModule: "glx"
[    20.237] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    20.243] (II) Module glx: vendor="X.Org Foundation"
[    20.243] 	compiled for 1.21.1.3, module version = 1.0.0
[    20.243] 	ABI class: X.Org Server Extension, version 10.0
[    20.243] (II) LoadModule: "nouveau"
[    20.243] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    20.244] (II) Module nouveau: vendor="X.Org Foundation"
[    20.244] 	compiled for 1.21.1.1, module version = 1.0.17
[    20.244] 	Module class: X.Org Video Driver
[    20.244] 	ABI class: X.Org Video Driver, version 25.2
[    20.244] (II) NOUVEAU driver 
[    20.244] (II) NOUVEAU driver for NVIDIA chipset families :
[    20.244] 	RIVA TNT            (NV04)
[    20.244] 	RIVA TNT2           (NV05)
[    20.244] 	GeForce 256         (NV10)
[    20.244] 	GeForce 2           (NV11, NV15)
[    20.244] 	GeForce 4MX         (NV17, NV18)
[    20.244] 	GeForce 3           (NV20)
[    20.244] 	GeForce 4Ti         (NV25, NV28)
[    20.244] 	GeForce FX          (NV3x)
[    20.244] 	GeForce 6           (NV4x)
[    20.244] 	GeForce 7           (G7x)
[    20.244] 	GeForce 8           (G8x)
[    20.244] 	GeForce 9           (G9x)
[    20.244] 	GeForce GTX 2xx/3xx (GT2xx)
[    20.244] 	GeForce GTX 4xx/5xx (GFxxx)
[    20.244] 	GeForce GTX 6xx/7xx (GKxxx)
[    20.244] 	GeForce GTX 9xx     (GMxxx)
[    20.244] 	GeForce GTX 10xx    (GPxxx)
[    20.244] (EE) No devices detected.
[    20.244] (EE) 
Fatal server error:
[    20.244] (EE) no screens found(EE) 
[    20.244] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    20.245] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    20.245] (EE) 
[    20.248] (EE) Server terminated with error (1). Closing log file.

Also, when i again booted into vanilla linux kernel, using amdgpu driver, xorg wasn't launching, until i removed /etc/X11/xorg.conf.d/20-nouveau.conf which i made to prefer nouveau before. The contents of it can be found here: https://wiki.archlinux.org/title/nouvea … and_tricks

Last edited by WeebSpirit (2022-05-11 12:58:04)

Offline

#15 2022-05-11 13:22:08

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

I already explained how i blacklisted modules.

That's why I asked you to clean up your quotes…

We're still missing the system journal (for the linux-libre kernel, when X11 doesn't start)

Offline

#16 2022-05-11 13:29:21

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

I already explained how i blacklisted modules.

That's why I asked you to clean up your quotes…

I think i already did

We're still missing the system journal (for the linux-libre kernel, when X11 doesn't start)

Here you go

May 11 16:24:19 arch kernel: Linux version 5.17.3-gnu-1 (linux-libre@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed, 27 Apr 2022 15:49:30 +0000
May 11 16:24:19 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-libre root=UUID=b174f517-1978-437a-a0d9-b1883048c1a8 rw loglevel=3 quiet fbcon=nodefer
May 11 16:24:19 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 11 16:24:19 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 11 16:24:19 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 11 16:24:19 arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 11 16:24:19 arch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
May 11 16:24:19 arch kernel: signal: max sigframe size: 1776
May 11 16:24:19 arch kernel: BIOS-provided physical RAM map:
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000bab68fff] usable
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000c9f7f000-0x00000000caf7efff] type 20
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000caf7f000-0x00000000ccf7efff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
May 11 16:24:19 arch kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
May 11 16:24:19 arch kernel: NX (Execute Disable) protection: active
May 11 16:24:19 arch kernel: efi: EFI v2.70 by INSYDE Corp.
May 11 16:24:19 arch kernel: efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdedd000 ESRT=0xcb70d798 SMBIOS=0xcb70b000 SMBIOS 3.0=0xcb709000 MEMATTR=0xb5371018 
May 11 16:24:19 arch kernel: SMBIOS 3.2.0 present.
May 11 16:24:19 arch kernel: DMI: Acer Nitro AN515-44/Stonic_RNS, BIOS V1.04 02/04/2021
May 11 16:24:19 arch kernel: tsc: Fast TSC calibration using PIT
May 11 16:24:19 arch kernel: tsc: Detected 2894.555 MHz processor
May 11 16:24:19 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 11 16:24:19 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 11 16:24:19 arch kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
May 11 16:24:19 arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 11 16:24:19 arch kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
May 11 16:24:19 arch kernel: esrt: Reserving ESRT space from 0x00000000cb70d798 to 0x00000000cb70d7d0.
May 11 16:24:19 arch kernel: Using GB pages for direct mapping
May 11 16:24:19 arch kernel: Secure boot disabled
May 11 16:24:19 arch kernel: RAMDISK: [mem 0x36c3d000-0x37615fff]
May 11 16:24:19 arch kernel: ACPI: Early table checksum verification disabled
May 11 16:24:19 arch kernel: ACPI: RSDP 0x00000000CDFFE014 000024 (v02 ACRSYS)
May 11 16:24:19 arch kernel: ACPI: XSDT 0x00000000CDFC3188 000114 (v01 ACRSYS ACRPRDCT 00000002      01000013)
May 11 16:24:19 arch kernel: ACPI: FACP 0x00000000CDFED000 00010C (v05 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: DSDT 0x00000000CDFE2000 006A46 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: FACS 0x00000000CDED9000 000040
May 11 16:24:19 arch kernel: ACPI: UEFI 0x00000000CDF7E000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFF5000 007216 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: IVRS 0x00000000CDFF4000 0001A4 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFF3000 000228 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFF1000 00047E (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: TPM2 0x00000000CDFF0000 000034 (v04 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: ASF! 0x00000000CDFEF000 0000A5 (v32 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: BOOT 0x00000000CDFEE000 000028 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: HPET 0x00000000CDFEC000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: APIC 0x00000000CDFEB000 000138 (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: MCFG 0x00000000CDFEA000 00003C (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFE1000 000080 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFDA000 006925 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFD8000 00106F (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: VFCT 0x00000000CDFCA000 00D484 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFE9000 0000F8 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFC6000 0039F4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: CRAT 0x00000000CDFC5000 000F28 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: CDIT 0x00000000CDFC4000 000029 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFFD000 00028D (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFC2000 0000B9 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFC1000 000D37 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFBF000 0010AC (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFBB000 0030C8 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: FPDT 0x00000000CDFBA000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: WSMT 0x00000000CDFB8000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFB7000 00007D (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: SSDT 0x00000000CDFB6000 000517 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: BGRT 0x00000000CDFB9000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
May 11 16:24:19 arch kernel: ACPI: Reserving FACP table memory at [mem 0xcdfed000-0xcdfed10b]
May 11 16:24:19 arch kernel: ACPI: Reserving DSDT table memory at [mem 0xcdfe2000-0xcdfe8a45]
May 11 16:24:19 arch kernel: ACPI: Reserving FACS table memory at [mem 0xcded9000-0xcded903f]
May 11 16:24:19 arch kernel: ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff5000-0xcdffc215]
May 11 16:24:19 arch kernel: ACPI: Reserving IVRS table memory at [mem 0xcdff4000-0xcdff41a3]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff3000-0xcdff3227]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff1000-0xcdff147d]
May 11 16:24:19 arch kernel: ACPI: Reserving TPM2 table memory at [mem 0xcdff0000-0xcdff0033]
May 11 16:24:19 arch kernel: ACPI: Reserving ASF! table memory at [mem 0xcdfef000-0xcdfef0a4]
May 11 16:24:19 arch kernel: ACPI: Reserving BOOT table memory at [mem 0xcdfee000-0xcdfee027]
May 11 16:24:19 arch kernel: ACPI: Reserving HPET table memory at [mem 0xcdfec000-0xcdfec037]
May 11 16:24:19 arch kernel: ACPI: Reserving APIC table memory at [mem 0xcdfeb000-0xcdfeb137]
May 11 16:24:19 arch kernel: ACPI: Reserving MCFG table memory at [mem 0xcdfea000-0xcdfea03b]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfe1000-0xcdfe107f]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfda000-0xcdfe0924]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfd8000-0xcdfd906e]
May 11 16:24:19 arch kernel: ACPI: Reserving VFCT table memory at [mem 0xcdfca000-0xcdfd7483]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfe9000-0xcdfe90f7]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc6000-0xcdfc99f3]
May 11 16:24:19 arch kernel: ACPI: Reserving CRAT table memory at [mem 0xcdfc5000-0xcdfc5f27]
May 11 16:24:19 arch kernel: ACPI: Reserving CDIT table memory at [mem 0xcdfc4000-0xcdfc4028]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdffd000-0xcdffd28c]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc2000-0xcdfc20b8]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc1000-0xcdfc1d36]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfbf000-0xcdfc00ab]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfbb000-0xcdfbe0c7]
May 11 16:24:19 arch kernel: ACPI: Reserving FPDT table memory at [mem 0xcdfba000-0xcdfba043]
May 11 16:24:19 arch kernel: ACPI: Reserving WSMT table memory at [mem 0xcdfb8000-0xcdfb8027]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb7000-0xcdfb707c]
May 11 16:24:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb6000-0xcdfb6516]
May 11 16:24:19 arch kernel: ACPI: Reserving BGRT table memory at [mem 0xcdfb9000-0xcdfb9037]
May 11 16:24:19 arch kernel: No NUMA configuration found
May 11 16:24:19 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
May 11 16:24:19 arch kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
May 11 16:24:19 arch kernel: Zone ranges:
May 11 16:24:19 arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 11 16:24:19 arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 11 16:24:19 arch kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
May 11 16:24:19 arch kernel:   Device   empty
May 11 16:24:19 arch kernel: Movable zone start for each node
May 11 16:24:19 arch kernel: Early memory node ranges
May 11 16:24:19 arch kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
May 11 16:24:19 arch kernel:   node   0: [mem 0x0000000000100000-0x0000000009afffff]
May 11 16:24:19 arch kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
May 11 16:24:19 arch kernel:   node   0: [mem 0x0000000009f0d000-0x00000000bab68fff]
May 11 16:24:19 arch kernel:   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
May 11 16:24:19 arch kernel:   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
May 11 16:24:19 arch kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
May 11 16:24:19 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
May 11 16:24:19 arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
May 11 16:24:19 arch kernel: On node 0, zone DMA: 97 pages in unavailable ranges
May 11 16:24:19 arch kernel: On node 0, zone DMA32: 768 pages in unavailable ranges
May 11 16:24:19 arch kernel: On node 0, zone DMA32: 13 pages in unavailable ranges
May 11 16:24:19 arch kernel: On node 0, zone DMA32: 4608 pages in unavailable ranges
May 11 16:24:19 arch kernel: On node 0, zone DMA32: 16512 pages in unavailable ranges
May 11 16:24:19 arch kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
May 11 16:24:19 arch kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
May 11 16:24:19 arch kernel: ACPI: PM-Timer IO Port: 0x408
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
May 11 16:24:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
May 11 16:24:19 arch kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
May 11 16:24:19 arch kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
May 11 16:24:19 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 11 16:24:19 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
May 11 16:24:19 arch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
May 11 16:24:19 arch kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
May 11 16:24:19 arch kernel: e820: update [mem 0xb593c000-0xb5a2ffff] usable ==> reserved
May 11 16:24:19 arch kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xb593c000-0xb5a2ffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xcaf7efff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcaf7f000-0xccf7efff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xceffffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xf7ffffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfdf00000-0xfebfffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xfff1ffff]
May 11 16:24:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfff20000-0xffffffff]
May 11 16:24:19 arch kernel: [mem 0xcf000000-0xf7ffffff] available for PCI devices
May 11 16:24:19 arch kernel: Booting paravirtualized kernel on bare hardware
May 11 16:24:19 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 11 16:24:19 arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
May 11 16:24:19 arch kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
May 11 16:24:19 arch kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
May 11 16:24:19 arch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
May 11 16:24:19 arch kernel: Fallback order for Node 0: 0 
May 11 16:24:19 arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3966652
May 11 16:24:19 arch kernel: Policy zone: Normal
May 11 16:24:19 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-libre root=UUID=b174f517-1978-437a-a0d9-b1883048c1a8 rw loglevel=3 quiet fbcon=nodefer
May 11 16:24:19 arch kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-libre", will be passed to user space.
May 11 16:24:19 arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
May 11 16:24:19 arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
May 11 16:24:19 arch kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
May 11 16:24:19 arch kernel: Memory: 15667444K/16119108K available (14343K kernel code, 2092K rwdata, 10936K rodata, 1792K init, 3852K bss, 451404K reserved, 0K cma-reserved)
May 11 16:24:19 arch kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x550 with crng_init=0
May 11 16:24:19 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
May 11 16:24:19 arch kernel: ftrace: allocating 44931 entries in 176 pages
May 11 16:24:19 arch kernel: ftrace: allocated 176 pages with 3 groups
May 11 16:24:19 arch kernel: Dynamic Preempt: full
May 11 16:24:19 arch kernel: rcu: Preemptible hierarchical RCU implementation.
May 11 16:24:19 arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
May 11 16:24:19 arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 11 16:24:19 arch kernel:         Trampoline variant of Tasks RCU enabled.
May 11 16:24:19 arch kernel:         Rude variant of Tasks RCU enabled.
May 11 16:24:19 arch kernel:         Tracing variant of Tasks RCU enabled.
May 11 16:24:19 arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 11 16:24:19 arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
May 11 16:24:19 arch kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
May 11 16:24:19 arch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
May 11 16:24:19 arch kernel: random: crng init done (trusting CPU's manufacturer)
May 11 16:24:19 arch kernel: Console: colour dummy device 80x25
May 11 16:24:19 arch kernel: printk: console [tty0] enabled
May 11 16:24:19 arch kernel: ACPI: Core revision 20211217
May 11 16:24:19 arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
May 11 16:24:19 arch kernel: APIC: Switch to symmetric I/O mode setup
May 11 16:24:19 arch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
May 11 16:24:19 arch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
May 11 16:24:19 arch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
May 11 16:24:19 arch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
May 11 16:24:19 arch kernel: Switched APIC routing to physical flat.
May 11 16:24:19 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 11 16:24:19 arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b92b25302, max_idle_ns: 440795248315 ns
May 11 16:24:19 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5791.32 BogoMIPS (lpj=9648516)
May 11 16:24:19 arch kernel: pid_max: default: 32768 minimum: 301
May 11 16:24:19 arch kernel: LSM: Security Framework initializing
May 11 16:24:19 arch kernel: landlock: Up and running.
May 11 16:24:19 arch kernel: Yama: becoming mindful.
May 11 16:24:19 arch kernel: LSM support for eBPF active
May 11 16:24:19 arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
May 11 16:24:19 arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
May 11 16:24:19 arch kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
May 11 16:24:19 arch kernel: LVT offset 1 assigned for vector 0xf9
May 11 16:24:19 arch kernel: LVT offset 2 assigned for vector 0xf4
May 11 16:24:19 arch kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
May 11 16:24:19 arch kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
May 11 16:24:19 arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 11 16:24:19 arch kernel: Spectre V2 : Mitigation: Retpolines
May 11 16:24:19 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 11 16:24:19 arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
May 11 16:24:19 arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
May 11 16:24:19 arch kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
May 11 16:24:19 arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
May 11 16:24:19 arch kernel: Freeing SMP alternatives memory: 36K
May 11 16:24:19 arch kernel: smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
May 11 16:24:19 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
May 11 16:24:19 arch kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
May 11 16:24:19 arch kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
May 11 16:24:19 arch kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
May 11 16:24:19 arch kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
May 11 16:24:19 arch kernel: ... version:                0
May 11 16:24:19 arch kernel: ... bit width:              48
May 11 16:24:19 arch kernel: ... generic registers:      6
May 11 16:24:19 arch kernel: ... value mask:             0000ffffffffffff
May 11 16:24:19 arch kernel: ... max period:             00007fffffffffff
May 11 16:24:19 arch kernel: ... fixed-purpose events:   0
May 11 16:24:19 arch kernel: ... event mask:             000000000000003f
May 11 16:24:19 arch kernel: rcu: Hierarchical SRCU implementation.
May 11 16:24:19 arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 11 16:24:19 arch kernel: smp: Bringing up secondary CPUs ...
May 11 16:24:19 arch kernel: x86: Booting SMP configuration:
May 11 16:24:19 arch kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
May 11 16:24:19 arch kernel: TSC synchronization [CPU#0 -> CPU#8]:
May 11 16:24:19 arch kernel: Measured 4321 cycles TSC warp between CPUs, turning off TSC clock.
May 11 16:24:19 arch kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
May 11 16:24:19 arch kernel:   #9 #10 #11 #12 #13 #14 #15
May 11 16:24:19 arch kernel: smp: Brought up 1 node, 16 CPUs
May 11 16:24:19 arch kernel: smpboot: Max logical packages: 1
May 11 16:24:19 arch kernel: smpboot: Total of 16 processors activated (92662.16 BogoMIPS)
May 11 16:24:19 arch kernel: devtmpfs: initialized
May 11 16:24:19 arch kernel: x86/mm: Memory block size: 128MB
May 11 16:24:19 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
May 11 16:24:19 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
May 11 16:24:19 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 11 16:24:19 arch kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
May 11 16:24:19 arch kernel: pinctrl core: initialized pinctrl subsystem
May 11 16:24:19 arch kernel: PM: RTC time: 13:24:18, date: 2022-05-11
May 11 16:24:19 arch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
May 11 16:24:19 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
May 11 16:24:19 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 11 16:24:19 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 11 16:24:19 arch kernel: audit: initializing netlink subsys (disabled)
May 11 16:24:19 arch kernel: audit: type=2000 audit(1652275458.156:1): state=initialized audit_enabled=0 res=1
May 11 16:24:19 arch kernel: thermal_sys: Registered thermal governor 'fair_share'
May 11 16:24:19 arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 11 16:24:19 arch kernel: thermal_sys: Registered thermal governor 'step_wise'
May 11 16:24:19 arch kernel: thermal_sys: Registered thermal governor 'user_space'
May 11 16:24:19 arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 11 16:24:19 arch kernel: cpuidle: using governor ladder
May 11 16:24:19 arch kernel: cpuidle: using governor menu
May 11 16:24:19 arch kernel: Simple Boot Flag at 0x44 set to 0x1
May 11 16:24:19 arch kernel: HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
May 11 16:24:19 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 11 16:24:19 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
May 11 16:24:19 arch kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
May 11 16:24:19 arch kernel: PCI: Using configuration type 1 for base access
May 11 16:24:19 arch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
May 11 16:24:19 arch kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
May 11 16:24:19 arch kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 11 16:24:19 arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 11 16:24:19 arch kernel: ACPI: Added _OSI(Module Device)
May 11 16:24:19 arch kernel: ACPI: Added _OSI(Processor Device)
May 11 16:24:19 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 11 16:24:19 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 11 16:24:19 arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 11 16:24:19 arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 11 16:24:19 arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 11 16:24:19 arch kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20211217/dswload2-162)
May 11 16:24:19 arch kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
May 11 16:24:19 arch kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
May 11 16:24:19 arch kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
May 11 16:24:19 arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
May 11 16:24:19 arch kernel: ACPI: EC: EC started
May 11 16:24:19 arch kernel: ACPI: EC: interrupt blocked
May 11 16:24:19 arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 11 16:24:19 arch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
May 11 16:24:19 arch kernel: ACPI: Interpreter enabled
May 11 16:24:19 arch kernel: ACPI: PM: (supports S0 S3 S4 S5)
May 11 16:24:19 arch kernel: ACPI: Using IOAPIC for interrupt routing
May 11 16:24:19 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 11 16:24:19 arch kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
May 11 16:24:19 arch kernel: ACPI: PM: Power Resource [PG00]
May 11 16:24:19 arch kernel: ACPI: PM: Power Resource [WRST]
May 11 16:24:19 arch kernel: ACPI: PM: Power Resource [P0S0]
May 11 16:24:19 arch kernel: ACPI: PM: Power Resource [P3S0]
May 11 16:24:19 arch kernel: ACPI: PM: Power Resource [P0S1]
May 11 16:24:19 arch kernel: ACPI: PM: Power Resource [P3S1]
May 11 16:24:19 arch kernel: ACPI: PM: Power Resource [PRWL]
May 11 16:24:19 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 11 16:24:19 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
May 11 16:24:19 arch kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
May 11 16:24:19 arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
May 11 16:24:19 arch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
May 11 16:24:19 arch kernel: PCI host bridge to bus 0000:00
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0x450200000-0xfcffffffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
May 11 16:24:19 arch kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
May 11 16:24:19 arch kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
May 11 16:24:19 arch kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
May 11 16:24:19 arch kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
May 11 16:24:19 arch kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
May 11 16:24:19 arch kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
May 11 16:24:19 arch kernel: pci 0000:00:08.1: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
May 11 16:24:19 arch kernel: pci 0000:00:08.2: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
May 11 16:24:19 arch kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
May 11 16:24:19 arch kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
May 11 16:24:19 arch kernel: pci 0000:01:00.0: [10de:1f99] type 00 class 0x030000
May 11 16:24:19 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
May 11 16:24:19 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xfcc0000000-0xfccfffffff 64bit pref]
May 11 16:24:19 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xfcd0000000-0xfcd1ffffff 64bit pref]
May 11 16:24:19 arch kernel: pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
May 11 16:24:19 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
May 11 16:24:19 arch kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
May 11 16:24:19 arch kernel: pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
May 11 16:24:19 arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
May 11 16:24:19 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
May 11 16:24:19 arch kernel: pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
May 11 16:24:19 arch kernel: pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
May 11 16:24:19 arch kernel: pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
May 11 16:24:19 arch kernel: pci 0000:02:00.0: [15b7:5009] type 00 class 0x010802
May 11 16:24:19 arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd1800000-0xd1803fff 64bit]
May 11 16:24:19 arch kernel: pci 0000:02:00.0: reg 0x20: [mem 0xd1804000-0xd18040ff 64bit]
May 11 16:24:19 arch kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
May 11 16:24:19 arch kernel: pci 0000:00:01.2:   bridge window [mem 0xd1800000-0xd18fffff]
May 11 16:24:19 arch kernel: pci 0000:03:00.0: [10ec:2600] type 00 class 0x020000
May 11 16:24:19 arch kernel: pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
May 11 16:24:19 arch kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd1704000-0xd1704fff 64bit]
May 11 16:24:19 arch kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd1700000-0xd1703fff 64bit]
May 11 16:24:19 arch kernel: pci 0000:03:00.0: supports D1 D2
May 11 16:24:19 arch kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
May 11 16:24:19 arch kernel: pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
May 11 16:24:19 arch kernel: pci 0000:00:02.1:   bridge window [mem 0xd1700000-0xd17fffff]
May 11 16:24:19 arch kernel: pci 0000:04:00.0: [8086:2723] type 00 class 0x028000
May 11 16:24:19 arch kernel: pci 0000:04:00.0: reg 0x10: [mem 0xd1600000-0xd1603fff 64bit]
May 11 16:24:19 arch kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
May 11 16:24:19 arch kernel: pci 0000:00:02.2:   bridge window [mem 0xd1600000-0xd16fffff]
May 11 16:24:19 arch kernel: pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
May 11 16:24:19 arch kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref]
May 11 16:24:19 arch kernel: pci 0000:05:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref]
May 11 16:24:19 arch kernel: pci 0000:05:00.0: reg 0x20: [io  0x1000-0x10ff]
May 11 16:24:19 arch kernel: pci 0000:05:00.0: reg 0x24: [mem 0xd1500000-0xd157ffff]
May 11 16:24:19 arch kernel: pci 0000:05:00.0: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:05:00.0: BAR 0: assigned to efifb
May 11 16:24:19 arch kernel: pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
May 11 16:24:19 arch kernel: pci 0000:05:00.2: reg 0x18: [mem 0xd1400000-0xd14fffff]
May 11 16:24:19 arch kernel: pci 0000:05:00.2: reg 0x24: [mem 0xd15c8000-0xd15c9fff]
May 11 16:24:19 arch kernel: pci 0000:05:00.2: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
May 11 16:24:19 arch kernel: pci 0000:05:00.3: reg 0x10: [mem 0xd1300000-0xd13fffff 64bit]
May 11 16:24:19 arch kernel: pci 0000:05:00.3: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
May 11 16:24:19 arch kernel: pci 0000:05:00.4: reg 0x10: [mem 0xd1200000-0xd12fffff 64bit]
May 11 16:24:19 arch kernel: pci 0000:05:00.4: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
May 11 16:24:19 arch kernel: pci 0000:05:00.5: reg 0x10: [mem 0xd1580000-0xd15bffff]
May 11 16:24:19 arch kernel: pci 0000:05:00.5: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
May 11 16:24:19 arch kernel: pci 0000:05:00.6: reg 0x10: [mem 0xd15c0000-0xd15c7fff]
May 11 16:24:19 arch kernel: pci 0000:05:00.6: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
May 11 16:24:19 arch kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
May 11 16:24:19 arch kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
May 11 16:24:19 arch kernel: pci 0000:00:08.1:   bridge window [mem 0xd1200000-0xd15fffff]
May 11 16:24:19 arch kernel: pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
May 11 16:24:19 arch kernel: pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
May 11 16:24:19 arch kernel: pci 0000:06:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
May 11 16:24:19 arch kernel: pci 0000:06:00.0: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
May 11 16:24:19 arch kernel: pci 0000:06:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
May 11 16:24:19 arch kernel: pci 0000:06:00.1: enabling Extended Tags
May 11 16:24:19 arch kernel: pci 0000:00:08.2: PCI bridge to [bus 06]
May 11 16:24:19 arch kernel: pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKA disabled
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKB disabled
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKC disabled
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKD disabled
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKE disabled
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKF disabled
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKG disabled
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
May 11 16:24:19 arch kernel: ACPI: PCI: Interrupt link LNKH disabled
May 11 16:24:19 arch kernel: ACPI: EC: interrupt unblocked
May 11 16:24:19 arch kernel: ACPI: EC: event unblocked
May 11 16:24:19 arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 11 16:24:19 arch kernel: ACPI: EC: GPE=0x3
May 11 16:24:19 arch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
May 11 16:24:19 arch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
May 11 16:24:19 arch kernel: iommu: Default domain type: Translated 
May 11 16:24:19 arch kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
May 11 16:24:19 arch kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
May 11 16:24:19 arch kernel: pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
May 11 16:24:19 arch kernel: pci 0000:01:00.0: vgaarb: bridge control possible
May 11 16:24:19 arch kernel: pci 0000:05:00.0: vgaarb: bridge control possible
May 11 16:24:19 arch kernel: pci 0000:05:00.0: vgaarb: setting as boot device
May 11 16:24:19 arch kernel: vgaarb: loaded
May 11 16:24:19 arch kernel: SCSI subsystem initialized
May 11 16:24:19 arch kernel: libata version 3.00 loaded.
May 11 16:24:19 arch kernel: ACPI: bus type USB registered
May 11 16:24:19 arch kernel: usbcore: registered new interface driver usbfs
May 11 16:24:19 arch kernel: usbcore: registered new interface driver hub
May 11 16:24:19 arch kernel: usbcore: registered new device driver usb
May 11 16:24:19 arch kernel: pps_core: LinuxPPS API ver. 1 registered
May 11 16:24:19 arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 11 16:24:19 arch kernel: PTP clock support registered
May 11 16:24:19 arch kernel: EDAC MC: Ver: 3.0.0
May 11 16:24:19 arch kernel: Registered efivars operations
May 11 16:24:19 arch kernel: NetLabel: Initializing
May 11 16:24:19 arch kernel: NetLabel:  domain hash size = 128
May 11 16:24:19 arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 11 16:24:19 arch kernel: NetLabel:  unlabeled traffic allowed by default
May 11 16:24:19 arch kernel: mctp: management component transport protocol core
May 11 16:24:19 arch kernel: NET: Registered PF_MCTP protocol family
May 11 16:24:19 arch kernel: PCI: Using ACPI for IRQ routing
May 11 16:24:19 arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 11 16:24:19 arch kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
May 11 16:24:19 arch kernel: e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
May 11 16:24:19 arch kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
May 11 16:24:19 arch kernel: e820: reserve RAM buffer [mem 0xb593c000-0xb7ffffff]
May 11 16:24:19 arch kernel: e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
May 11 16:24:19 arch kernel: e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
May 11 16:24:19 arch kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
May 11 16:24:19 arch kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
May 11 16:24:19 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 11 16:24:19 arch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
May 11 16:24:19 arch kernel: clocksource: Switched to clocksource hpet
May 11 16:24:19 arch kernel: VFS: Disk quotas dquot_6.6.0
May 11 16:24:19 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 11 16:24:19 arch kernel: pnp: PnP ACPI init
May 11 16:24:19 arch kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
May 11 16:24:19 arch kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
May 11 16:24:19 arch kernel: system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x0400-0x04cf] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x04d6] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x0c14] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x0c50-0x0c52] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x0c6c] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x0c6f] has been reserved
May 11 16:24:19 arch kernel: system 00:03: [io  0x0cd0-0x0cdb] has been reserved
May 11 16:24:19 arch kernel: system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
May 11 16:24:19 arch kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
May 11 16:24:19 arch kernel: pnp: PnP ACPI: found 5 devices
May 11 16:24:19 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 11 16:24:19 arch kernel: NET: Registered PF_INET protocol family
May 11 16:24:19 arch kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
May 11 16:24:19 arch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
May 11 16:24:19 arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 11 16:24:19 arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
May 11 16:24:19 arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
May 11 16:24:19 arch kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
May 11 16:24:19 arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
May 11 16:24:19 arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
May 11 16:24:19 arch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
May 11 16:24:19 arch kernel: NET: Registered PF_XDP protocol family
May 11 16:24:19 arch kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
May 11 16:24:19 arch kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
May 11 16:24:19 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
May 11 16:24:19 arch kernel: pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
May 11 16:24:19 arch kernel: pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
May 11 16:24:19 arch kernel: pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
May 11 16:24:19 arch kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
May 11 16:24:19 arch kernel: pci 0000:00:01.2:   bridge window [mem 0xd1800000-0xd18fffff]
May 11 16:24:19 arch kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
May 11 16:24:19 arch kernel: pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
May 11 16:24:19 arch kernel: pci 0000:00:02.1:   bridge window [mem 0xd1700000-0xd17fffff]
May 11 16:24:19 arch kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
May 11 16:24:19 arch kernel: pci 0000:00:02.2:   bridge window [mem 0xd1600000-0xd16fffff]
May 11 16:24:19 arch kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
May 11 16:24:19 arch kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
May 11 16:24:19 arch kernel: pci 0000:00:08.1:   bridge window [mem 0xd1200000-0xd15fffff]
May 11 16:24:19 arch kernel: pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
May 11 16:24:19 arch kernel: pci 0000:00:08.2: PCI bridge to [bus 06]
May 11 16:24:19 arch kernel: pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
May 11 16:24:19 arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:00: resource 11 [mem 0x450200000-0xfcffffffff window]
May 11 16:24:19 arch kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
May 11 16:24:19 arch kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
May 11 16:24:19 arch kernel: pci_bus 0000:01: resource 2 [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
May 11 16:24:19 arch kernel: pci_bus 0000:02: resource 1 [mem 0xd1800000-0xd18fffff]
May 11 16:24:19 arch kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
May 11 16:24:19 arch kernel: pci_bus 0000:03: resource 1 [mem 0xd1700000-0xd17fffff]
May 11 16:24:19 arch kernel: pci_bus 0000:04: resource 1 [mem 0xd1600000-0xd16fffff]
May 11 16:24:19 arch kernel: pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
May 11 16:24:19 arch kernel: pci_bus 0000:05: resource 1 [mem 0xd1200000-0xd15fffff]
May 11 16:24:19 arch kernel: pci_bus 0000:05: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref]
May 11 16:24:19 arch kernel: pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
May 11 16:24:19 arch kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
May 11 16:24:19 arch kernel: pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
May 11 16:24:19 arch kernel: pci 0000:05:00.3: quirk_usb_early_handoff+0x0/0x750 took 12216 usecs
May 11 16:24:19 arch kernel: pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
May 11 16:24:19 arch kernel: pci 0000:05:00.4: quirk_usb_early_handoff+0x0/0x750 took 29253 usecs
May 11 16:24:19 arch kernel: PCI: CLS 64 bytes, default 64
May 11 16:24:19 arch kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
May 11 16:24:19 arch kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
May 11 16:24:19 arch kernel: pci 0000:00:00.2: PCI INT A: not connected
May 11 16:24:19 arch kernel: pci 0000:00:01.0: Adding to iommu group 0
May 11 16:24:19 arch kernel: Trying to unpack rootfs image as initramfs...
May 11 16:24:19 arch kernel: pci 0000:00:01.1: Adding to iommu group 1
May 11 16:24:19 arch kernel: pci 0000:00:01.2: Adding to iommu group 2
May 11 16:24:19 arch kernel: pci 0000:00:02.0: Adding to iommu group 3
May 11 16:24:19 arch kernel: pci 0000:00:02.1: Adding to iommu group 4
May 11 16:24:19 arch kernel: pci 0000:00:02.2: Adding to iommu group 5
May 11 16:24:19 arch kernel: pci 0000:00:08.0: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:00:08.1: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:00:08.2: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:00:14.0: Adding to iommu group 7
May 11 16:24:19 arch kernel: pci 0000:00:14.3: Adding to iommu group 7
May 11 16:24:19 arch kernel: pci 0000:00:18.0: Adding to iommu group 8
May 11 16:24:19 arch kernel: pci 0000:00:18.1: Adding to iommu group 8
May 11 16:24:19 arch kernel: pci 0000:00:18.2: Adding to iommu group 8
May 11 16:24:19 arch kernel: pci 0000:00:18.3: Adding to iommu group 8
May 11 16:24:19 arch kernel: pci 0000:00:18.4: Adding to iommu group 8
May 11 16:24:19 arch kernel: pci 0000:00:18.5: Adding to iommu group 8
May 11 16:24:19 arch kernel: pci 0000:00:18.6: Adding to iommu group 8
May 11 16:24:19 arch kernel: pci 0000:00:18.7: Adding to iommu group 8
May 11 16:24:19 arch kernel: pci 0000:01:00.0: Adding to iommu group 9
May 11 16:24:19 arch kernel: pci 0000:01:00.1: Adding to iommu group 9
May 11 16:24:19 arch kernel: pci 0000:02:00.0: Adding to iommu group 10
May 11 16:24:19 arch kernel: pci 0000:03:00.0: Adding to iommu group 11
May 11 16:24:19 arch kernel: pci 0000:04:00.0: Adding to iommu group 12
May 11 16:24:19 arch kernel: pci 0000:05:00.0: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:05:00.2: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:05:00.3: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:05:00.4: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:05:00.5: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:05:00.6: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:06:00.0: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:06:00.1: Adding to iommu group 6
May 11 16:24:19 arch kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
May 11 16:24:19 arch kernel: AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
May 11 16:24:19 arch kernel: AMD-Vi: Interrupt remapping enabled
May 11 16:24:19 arch kernel: AMD-Vi: Virtual APIC enabled
May 11 16:24:19 arch kernel: AMD-Vi: X2APIC enabled
May 11 16:24:19 arch kernel: software IO TLB: tearing down default memory pool
May 11 16:24:19 arch kernel: LVT offset 0 assigned for vector 0x400
May 11 16:24:19 arch kernel: perf: AMD IBS detected (0x000003ff)
May 11 16:24:19 arch kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
May 11 16:24:19 arch kernel: Initialise system trusted keyrings
May 11 16:24:19 arch kernel: Key type blacklist registered
May 11 16:24:19 arch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
May 11 16:24:19 arch kernel: zbud: loaded
May 11 16:24:19 arch kernel: Key type asymmetric registered
May 11 16:24:19 arch kernel: Asymmetric key parser 'x509' registered
May 11 16:24:19 arch kernel: Freeing initrd memory: 10084K
May 11 16:24:19 arch kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
May 11 16:24:19 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
May 11 16:24:19 arch kernel: io scheduler mq-deadline registered
May 11 16:24:19 arch kernel: io scheduler kyber registered
May 11 16:24:19 arch kernel: io scheduler bfq registered
May 11 16:24:19 arch kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
May 11 16:24:19 arch kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 27
May 11 16:24:19 arch kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 28
May 11 16:24:19 arch kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 29
May 11 16:24:19 arch kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
May 11 16:24:19 arch kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 31
May 11 16:24:19 arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 11 16:24:19 arch kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
May 11 16:24:19 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
May 11 16:24:19 arch kernel: ACPI: button: Power Button [PWRB]
May 11 16:24:19 arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
May 11 16:24:19 arch kernel: ACPI: button: Sleep Button [SLPB]
May 11 16:24:19 arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2d/PNP0C0D:00/input/input2
May 11 16:24:19 arch kernel: ACPI: button: Lid Switch [LID0]
May 11 16:24:19 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
May 11 16:24:19 arch kernel: ACPI: button: Power Button [PWRF]
May 11 16:24:19 arch kernel: Monitor-Mwait will be used to enter C-1 state
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
May 11 16:24:19 arch kernel: ACPI: FW issue: working around C-state latencies out of order
May 11 16:24:19 arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 11 16:24:19 arch kernel: ACPI: battery: Slot [BAT1] (battery present)
May 11 16:24:19 arch kernel: Non-volatile memory driver v1.3
May 11 16:24:19 arch kernel: Linux agpgart interface v0.103
May 11 16:24:19 arch kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
May 11 16:24:19 arch kernel: ACPI: bus type drm_connector registered
May 11 16:24:19 arch kernel: ahci 0000:06:00.0: version 3.0
May 11 16:24:19 arch kernel: ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
May 11 16:24:19 arch kernel: ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
May 11 16:24:19 arch kernel: scsi host0: ahci
May 11 16:24:19 arch kernel: ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 33
May 11 16:24:19 arch kernel: ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
May 11 16:24:19 arch kernel: ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
May 11 16:24:19 arch kernel: scsi host1: ahci
May 11 16:24:19 arch kernel: ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 35
May 11 16:24:19 arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 11 16:24:19 arch kernel: ehci-pci: EHCI PCI platform driver
May 11 16:24:19 arch kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 11 16:24:19 arch kernel: ohci-pci: OHCI PCI platform driver
May 11 16:24:19 arch kernel: uhci_hcd: USB Universal Host Controller Interface driver
May 11 16:24:19 arch kernel: usbcore: registered new interface driver usbserial_generic
May 11 16:24:19 arch kernel: usbserial: USB Serial support registered for generic
May 11 16:24:19 arch kernel: rtc_cmos 00:01: RTC can wake from S4
May 11 16:24:19 arch kernel: rtc_cmos 00:01: registered as rtc0
May 11 16:24:19 arch kernel: rtc_cmos 00:01: setting system clock to 2022-05-11T13:24:18 UTC (1652275458)
May 11 16:24:19 arch kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
May 11 16:24:19 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 11 16:24:19 arch kernel: efifb: probing for efifb
May 11 16:24:19 arch kernel: efifb: showing boot graphics
May 11 16:24:19 arch kernel: efifb: framebuffer at 0xfce0000000, using 8128k, total 8128k
May 11 16:24:19 arch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
May 11 16:24:19 arch kernel: efifb: scrolling: redraw
May 11 16:24:19 arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 11 16:24:19 arch kernel: Console: switching to colour frame buffer device 240x67
May 11 16:24:19 arch kernel: fb0: EFI VGA frame buffer device
May 11 16:24:19 arch kernel: hid: raw HID events driver (C) Jiri Kosina
May 11 16:24:19 arch kernel: drop_monitor: Initializing network drop monitor service
May 11 16:24:19 arch kernel: Initializing XFRM netlink socket
May 11 16:24:19 arch kernel: NET: Registered PF_INET6 protocol family
May 11 16:24:19 arch kernel: Segment Routing with IPv6
May 11 16:24:19 arch kernel: RPL Segment Routing with IPv6
May 11 16:24:19 arch kernel: In-situ OAM (IOAM) with IPv6
May 11 16:24:19 arch kernel: NET: Registered PF_PACKET protocol family
May 11 16:24:19 arch kernel: microcode: CPU0: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU1: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU2: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU3: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU4: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU5: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU6: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU7: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU8: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU9: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU10: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU11: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU12: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU13: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU14: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: CPU15: patch_level=0x08600103
May 11 16:24:19 arch kernel: microcode: Microcode Update Driver: v2.2.
May 11 16:24:19 arch kernel: resctrl: L3 allocation detected
May 11 16:24:19 arch kernel: resctrl: MB allocation detected
May 11 16:24:19 arch kernel: resctrl: L3 monitoring detected
May 11 16:24:19 arch kernel: IPI shorthand broadcast: enabled
May 11 16:24:19 arch kernel: registered taskstats version 1
May 11 16:24:19 arch kernel: Loading compiled-in X.509 certificates
May 11 16:24:19 arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 831718b3e11620c1f27213a304d78f099695d3c0'
May 11 16:24:19 arch kernel: zswap: loaded using pool lz4/z3fold
May 11 16:24:19 arch kernel: Key type ._fscrypt registered
May 11 16:24:19 arch kernel: Key type .fscrypt registered
May 11 16:24:19 arch kernel: Key type fscrypt-provisioning registered
May 11 16:24:19 arch kernel: PM:   Magic number: 6:572:432
May 11 16:24:19 arch kernel: pci 0000:04:00.0: hash matches
May 11 16:24:19 arch kernel: RAS: Correctable Errors collector initialized.
May 11 16:24:19 arch kernel: Unstable clock detected, switching default tracing clock to "global"
                             If you want to keep using the local clock, then add:
                               "trace_clock=local"
                             on the kernel command line
May 11 16:24:19 arch kernel: ata1: SATA link down (SStatus 0 SControl 300)
May 11 16:24:19 arch kernel: ata2: SATA link down (SStatus 0 SControl 300)
May 11 16:24:19 arch kernel: Freeing unused decrypted memory: 2036K
May 11 16:24:19 arch kernel: Freeing unused kernel image (initmem) memory: 1792K
May 11 16:24:19 arch kernel: Write protecting the kernel read-only data: 28672k
May 11 16:24:19 arch kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
May 11 16:24:19 arch kernel: Freeing unused kernel image (rodata/data gap) memory: 1352K
May 11 16:24:19 arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 11 16:24:19 arch kernel: rodata_test: all tests were successful
May 11 16:24:19 arch kernel: Run /init as init process
May 11 16:24:19 arch kernel:   with arguments:
May 11 16:24:19 arch kernel:     /init
May 11 16:24:19 arch kernel:   with environment:
May 11 16:24:19 arch kernel:     HOME=/
May 11 16:24:19 arch kernel:     TERM=linux
May 11 16:24:19 arch kernel:     BOOT_IMAGE=/boot/vmlinuz-linux-libre
May 11 16:24:19 arch kernel: wmi_bus wmi_bus-PNP0C14:02: WQ data block query control method not found
May 11 16:24:19 arch kernel: wmi_bus wmi_bus-PNP0C14:02: WQ data block query control method not found
May 11 16:24:19 arch kernel: wmi_bus wmi_bus-PNP0C14:02: WQ data block query control method not found
May 11 16:24:19 arch kernel: wmi_bus wmi_bus-PNP0C14:02: WQ data block query control method not found
May 11 16:24:19 arch kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
May 11 16:24:19 arch kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
May 11 16:24:19 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4
May 11 16:24:19 arch kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
May 11 16:24:19 arch kernel: acpi device:10: registered as cooling_device16
May 11 16:24:19 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0f/LNXVIDEO:01/input/input5
May 11 16:24:19 arch kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20211217/nsarguments-61)
May 11 16:24:19 arch kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
May 11 16:24:19 arch kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.GPP0.PEGP handle
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: enabling device (0100 -> 0103)
May 11 16:24:19 arch kernel: checking generic (fce0000000 7f0000) vs hw (d0000000 1000000)
May 11 16:24:19 arch kernel: checking generic (fce0000000 7f0000) vs hw (fcc0000000 10000000)
May 11 16:24:19 arch kernel: checking generic (fce0000000 7f0000) vs hw (fcd0000000 2000000)
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: NVIDIA TU117 (167000a1)
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: bios: version 90.17.48.00.0f
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: pmu: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: gr: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: sec2: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: fb: 4096 MiB GDDR6
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: fb: VPR locked, but no scrubber binary!
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: BIT table 'A' not found
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: BIT table 'L' not found
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: TMDS table version 2.0
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB version 4.1
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB outp 00: 02002f52 00020010
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB conn 02: 00010261
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: failed to create kernel channel, -22
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
May 11 16:24:19 arch kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
May 11 16:24:19 arch kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
May 11 16:24:19 arch kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
May 11 16:24:19 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
May 11 16:24:19 arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
May 11 16:24:19 arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 11 16:24:19 arch kernel: usb usb1: Product: xHCI Host Controller
May 11 16:24:19 arch kernel: usb usb1: Manufacturer: Linux 5.17.3-gnu-1 xhci-hcd
May 11 16:24:19 arch kernel: usb usb1: SerialNumber: 0000:05:00.3
May 11 16:24:19 arch kernel: hub 1-0:1.0: USB hub found
May 11 16:24:19 arch kernel: hub 1-0:1.0: 4 ports detected
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
May 11 16:24:19 arch kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
May 11 16:24:19 arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
May 11 16:24:19 arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 11 16:24:19 arch kernel: usb usb2: Product: xHCI Host Controller
May 11 16:24:19 arch kernel: usb usb2: Manufacturer: Linux 5.17.3-gnu-1 xhci-hcd
May 11 16:24:19 arch kernel: usb usb2: SerialNumber: 0000:05:00.3
May 11 16:24:19 arch kernel: hub 2-0:1.0: USB hub found
May 11 16:24:19 arch kernel: hub 2-0:1.0: 2 ports detected
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
May 11 16:24:19 arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
May 11 16:24:19 arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 11 16:24:19 arch kernel: usb usb3: Product: xHCI Host Controller
May 11 16:24:19 arch kernel: usb usb3: Manufacturer: Linux 5.17.3-gnu-1 xhci-hcd
May 11 16:24:19 arch kernel: usb usb3: SerialNumber: 0000:05:00.4
May 11 16:24:19 arch kernel: hub 3-0:1.0: USB hub found
May 11 16:24:19 arch kernel: hub 3-0:1.0: 4 ports detected
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
May 11 16:24:19 arch kernel: xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
May 11 16:24:19 arch kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
May 11 16:24:19 arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
May 11 16:24:19 arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 11 16:24:19 arch kernel: usb usb4: Product: xHCI Host Controller
May 11 16:24:19 arch kernel: usb usb4: Manufacturer: Linux 5.17.3-gnu-1 xhci-hcd
May 11 16:24:19 arch kernel: usb usb4: SerialNumber: 0000:05:00.4
May 11 16:24:19 arch kernel: hub 4-0:1.0: USB hub found
May 11 16:24:19 arch kernel: hub 4-0:1.0: 2 ports detected
May 11 16:24:19 arch kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
May 11 16:24:19 arch kernel: nvme nvme0: pci function 0000:02:00.0
May 11 16:24:19 arch kernel: nvme nvme0: allocated 32 MiB host memory buffer.
May 11 16:24:19 arch kernel: nvme nvme0: 16/0/0 default/read/poll queues
May 11 16:24:19 arch kernel:  nvme0n1: p1 p2 p3
May 11 16:24:19 arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6
May 11 16:24:19 arch kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none.
May 11 16:24:19 arch kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
May 11 16:24:19 arch kernel: usb 1-4: new full-speed USB device number 2 using xhci_hcd
May 11 16:24:19 arch systemd[1]: systemd 250.5-1-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 -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
May 11 16:24:19 arch systemd[1]: Detected architecture x86-64.
May 11 16:24:19 arch systemd[1]: Hostname set to <arch>.
May 11 16:24:19 arch kernel: usb 3-1: New USB device found, idVendor=046d, idProduct=c084, bcdDevice= 7.03
May 11 16:24:19 arch kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 11 16:24:19 arch kernel: usb 3-1: Product: G102 Prodigy Gaming Mouse
May 11 16:24:19 arch kernel: usb 3-1: Manufacturer: Logitech
May 11 16:24:19 arch kernel: usb 3-1: SerialNumber: 0F6B39543731
May 11 16:24:19 arch kernel: usb 1-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
May 11 16:24:19 arch kernel: usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 11 16:24:19 arch systemd[1]: Queued start job for default target Graphical Interface.
May 11 16:24:19 arch systemd[1]: Created slice Virtual Machine and Container Slice.
May 11 16:24:19 arch systemd[1]: Created slice Slice /system/getty.
May 11 16:24:19 arch systemd[1]: Created slice Slice /system/modprobe.
May 11 16:24:19 arch systemd[1]: Created slice Slice /system/systemd-fsck.
May 11 16:24:19 arch systemd[1]: Created slice User and Session Slice.
May 11 16:24:19 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 11 16:24:19 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 11 16:24:19 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 11 16:24:19 arch systemd[1]: Reached target Local Encrypted Volumes.
May 11 16:24:19 arch systemd[1]: Reached target Local Integrity Protected Volumes.
May 11 16:24:19 arch systemd[1]: Reached target Path Units.
May 11 16:24:19 arch systemd[1]: Reached target Remote File Systems.
May 11 16:24:19 arch systemd[1]: Reached target Slice Units.
May 11 16:24:19 arch systemd[1]: Reached target Local Verity Protected Volumes.
May 11 16:24:19 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 11 16:24:19 arch systemd[1]: Listening on LVM2 poll daemon socket.
May 11 16:24:19 arch systemd[1]: Listening on Process Core Dump Socket.
May 11 16:24:19 arch systemd[1]: Listening on Journal Audit Socket.
May 11 16:24:19 arch systemd[1]: Listening on Journal Socket (/dev/log).
May 11 16:24:19 arch systemd[1]: Listening on Journal Socket.
May 11 16:24:19 arch systemd[1]: Listening on udev Control Socket.
May 11 16:24:19 arch systemd[1]: Listening on udev Kernel Socket.
May 11 16:24:19 arch systemd[1]: Mounting Huge Pages File System...
May 11 16:24:19 arch systemd[1]: Mounting POSIX Message Queue File System...
May 11 16:24:19 arch systemd[1]: Mounting Kernel Debug File System...
May 11 16:24:19 arch systemd[1]: Mounting Kernel Trace File System...
May 11 16:24:19 arch systemd[1]: Starting Create List of Static Device Nodes...
May 11 16:24:19 arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
May 11 16:24:19 arch systemd[1]: Starting Load Kernel Module configfs...
May 11 16:24:19 arch systemd[1]: Starting Load Kernel Module drm...
May 11 16:24:19 arch systemd[1]: Starting Load Kernel Module fuse...
May 11 16:24:19 arch systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
May 11 16:24:19 arch systemd[1]: Starting Journal Service...
May 11 16:24:19 arch systemd[1]: Starting Load Kernel Modules...
May 11 16:24:19 arch systemd[1]: Starting Remount Root and Kernel File Systems...
May 11 16:24:19 arch systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
May 11 16:24:19 arch systemd[1]: Starting Coldplug All udev Devices...
May 11 16:24:19 arch systemd[1]: Mounted Huge Pages File System.
May 11 16:24:19 arch systemd[1]: Mounted POSIX Message Queue File System.
May 11 16:24:19 arch systemd[1]: Mounted Kernel Debug File System.
May 11 16:24:19 arch systemd[1]: Mounted Kernel Trace File System.
May 11 16:24:19 arch systemd[1]: Finished Create List of Static Device Nodes.
May 11 16:24:19 arch systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 11 16:24:19 arch systemd[1]: Finished Load Kernel Module configfs.
May 11 16:24:19 arch systemd[1]: modprobe@drm.service: Deactivated successfully.
May 11 16:24:19 arch systemd[1]: Finished Load Kernel Module drm.
May 11 16:24:19 arch systemd[1]: Mounting Kernel Configuration File System...
May 11 16:24:19 arch kernel: EXT4-fs (nvme0n1p3): re-mounted. Quota mode: none.
May 11 16:24:19 arch systemd[1]: Finished Remount Root and Kernel File Systems.
May 11 16:24:19 arch systemd[1]: Mounted Kernel Configuration File System.
May 11 16:24:19 arch systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
May 11 16:24:19 arch systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
May 11 16:24:19 arch kernel: fuse: init (API version 7.36)
May 11 16:24:19 arch systemd[1]: Starting Load/Save Random Seed...
May 11 16:24:19 arch systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
May 11 16:24:19 arch systemd[1]: Starting Create Static Device Nodes in /dev...
May 11 16:24:19 arch systemd[1]: modprobe@fuse.service: Deactivated successfully.
May 11 16:24:19 arch systemd[1]: Finished Load Kernel Module fuse.
May 11 16:24:19 arch systemd[1]: Mounting FUSE Control File System...
May 11 16:24:19 arch systemd[1]: Mounted FUSE Control File System.
May 11 16:24:19 arch systemd[1]: Finished Load/Save Random Seed.
May 11 16:24:19 arch kernel: audit: type=1130 audit(1652275459.653:2): 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'
May 11 16:24:19 arch systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
May 11 16:24:19 arch systemd[1]: Finished Load Kernel Modules.
May 11 16:24:19 arch kernel: audit: type=1130 audit(1652275459.656: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'
May 11 16:24:19 arch systemd[1]: Starting Apply Kernel Variables...
May 11 16:24:19 arch systemd[1]: Finished Apply Kernel Variables.
May 11 16:24:19 arch kernel: audit: type=1130 audit(1652275459.659:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:19 arch systemd[1]: Finished Create Static Device Nodes in /dev.
May 11 16:24:19 arch kernel: audit: type=1130 audit(1652275459.666:5): 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'
May 11 16:24:19 arch kernel: audit: type=1334 audit(1652275459.666:6): prog-id=13 op=LOAD
May 11 16:24:19 arch kernel: audit: type=1334 audit(1652275459.666:7): prog-id=14 op=LOAD
May 11 16:24:19 arch kernel: audit: type=1334 audit(1652275459.669:8): prog-id=15 op=LOAD
May 11 16:24:19 arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 11 16:24:19 arch kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
May 11 16:24:19 arch systemd-journald[337]: Journal started
May 11 16:24:19 arch systemd-journald[337]: Runtime Journal (/run/log/journal/0055b974517649deafe0a07797d27475) is 8.0M, max 771.4M, 763.4M free.
May 11 16:24:19 arch 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'
May 11 16:24:19 arch 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'
May 11 16:24:19 arch 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'
May 11 16:24:19 arch 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'
May 11 16:24:19 arch audit: BPF prog-id=13 op=LOAD
May 11 16:24:19 arch audit: BPF prog-id=14 op=LOAD
May 11 16:24:19 arch audit: BPF prog-id=15 op=LOAD
May 11 16:24:19 arch 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'
May 11 16:24:19 arch systemd-modules-load[338]: Inserted module 'crypto_user'
May 11 16:24:19 arch systemd-modules-load[338]: Inserted module 'sg'
May 11 16:24:19 arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 11 16:24:19 arch systemd[1]: Started Journal Service.
May 11 16:24:19 arch kernel: audit: type=1130 audit(1652275459.679:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:19 arch systemd-journald[337]: Time spent on flushing to /var/log/journal/0055b974517649deafe0a07797d27475 is 103.126ms for 983 entries.
May 11 16:24:19 arch systemd-journald[337]: System Journal (/var/log/journal/0055b974517649deafe0a07797d27475) is 2.0G, max 4.0G, 1.9G free.
May 11 16:24:19 arch systemd-journald[337]: Received client request to flush runtime journal.
May 11 16:24:19 arch kernel: audit: type=1130 audit(1652275459.686:10): 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'
May 11 16:24:19 arch kernel: usb 2-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
May 11 16:24:19 arch kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 11 16:24:19 arch kernel: usb 2-2: Product: DataTraveler 3.0
May 11 16:24:19 arch kernel: usb 2-2: Manufacturer: Kingston
May 11 16:24:19 arch kernel: usb 2-2: SerialNumber: 408D5C1654FDE460993951C3
May 11 16:24:19 arch kernel: usb 3-3: new high-speed USB device number 3 using xhci_hcd
May 11 16:24:19 arch kernel: input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/10251229:00/input/input7
May 11 16:24:19 arch kernel: acpi_cpufreq: overriding BIOS provided _PSD data
May 11 16:24:19 arch kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
May 11 16:24:19 arch kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
May 11 16:24:19 arch kernel: ccp 0000:05:00.2: enabling device (0000 -> 0002)
May 11 16:24:19 arch kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
May 11 16:24:19 arch kernel: ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
May 11 16:24:19 arch kernel: ccp 0000:05:00.2: tee enabled
May 11 16:24:19 arch kernel: ccp 0000:05:00.2: psp enabled
May 11 16:24:19 arch kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
May 11 16:24:19 arch kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
May 11 16:24:19 arch 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'
May 11 16:24:19 arch 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'
May 11 16:24:19 arch 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'
May 11 16:24:19 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:19 arch systemd[1]: Finished Coldplug All udev Devices.
May 11 16:24:19 arch systemd[1]: Started Rule-based Manager for Device Events and Files.
May 11 16:24:19 arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 11 16:24:19 arch 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'
May 11 16:24:19 arch systemd[1]: Reached target Preparation for Local File Systems.
May 11 16:24:19 arch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
May 11 16:24:19 arch systemd[1]: Created slice Slice /system/systemd-backlight.
May 11 16:24:19 arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
May 11 16:24:19 arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
May 11 16:24:19 arch systemd[1]: Finished Flush Journal to Persistent Storage.
May 11 16:24:19 arch kernel: input: ELAN050A:01 04F3:3158 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN050A:01/0018:04F3:3158.0001/input/input8
May 11 16:24:19 arch kernel: input: ELAN050A:01 04F3:3158 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN050A:01/0018:04F3:3158.0001/input/input10
May 11 16:24:19 arch kernel: hid-generic 0018:04F3:3158.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN050A:01 04F3:3158] on i2c-ELAN050A:01
May 11 16:24:19 arch systemd[1]: Found device WDC PC SN530 SDBPNPZ-512G-1014 1.
May 11 16:24:19 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/A9A4-1D4D...
May 11 16:24:19 arch kernel: usb 3-3: New USB device found, idVendor=04f2, idProduct=b72b, bcdDevice=27.46
May 11 16:24:19 arch kernel: usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
May 11 16:24:19 arch kernel: usb 3-3: Product: HD User Facing
May 11 16:24:19 arch kernel: usb 3-3: Manufacturer: Chicony Electronics Co.,Ltd.
May 11 16:24:19 arch kernel: usb 3-3: SerialNumber: 200901010001
May 11 16:24:19 arch systemd-fsck[416]: Seek to 1073741312:Invalid argument
May 11 16:24:19 arch systemd-fsck[416]: fsck.fat 4.2 (2021-01-31)
May 11 16:24:19 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/A9A4-1D4D.
May 11 16:24:19 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-A9A4\x2d1D4D comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:19 arch systemd[1]: Mounting /efi...
May 11 16:24:19 arch mtp-probe[418]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1"
May 11 16:24:19 arch mtp-probe[418]: bus: 3, device: 2 was not an MTP device
May 11 16:24:19 arch systemd[1]: Found device WDC PC SN530 SDBPNPZ-512G-1014 2.
May 11 16:24:19 arch systemd[1]: Activating swap /dev/disk/by-uuid/e1b76519-03ee-45b7-92e1-1dcfa110687e...
May 11 16:24:19 arch kernel: Adding 1048572k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:1048572k SSFS
May 11 16:24:19 arch systemd[1]: Activated swap /dev/disk/by-uuid/e1b76519-03ee-45b7-92e1-1dcfa110687e.
May 11 16:24:19 arch systemd[1]: Reached target Swaps.
May 11 16:24:19 arch systemd[1]: Mounting Temporary Directory /tmp...
May 11 16:24:19 arch systemd[1]: Mounted Temporary Directory /tmp.
May 11 16:24:19 arch kernel: cryptd: max_cpu_qlen set to 1000
May 11 16:24:19 arch kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
May 11 16:24:19 arch kernel: input: Logitech G102 Prodigy Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1:1.0/0003:046D:C084.0002/input/input11
May 11 16:24:19 arch kernel: snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
May 11 16:24:19 arch kernel: hid-generic 0003:046D:C084.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech G102 Prodigy Gaming Mouse] on usb-0000:05:00.4-1/input0
May 11 16:24:19 arch kernel: AVX2 version of gcm_enc/dec engaged.
May 11 16:24:19 arch kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
May 11 16:24:19 arch kernel: AES CTR mode by8 optimization enabled
May 11 16:24:19 arch kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
May 11 16:24:19 arch kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
May 11 16:24:19 arch kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
May 11 16:24:19 arch kernel: acer_wmi: Function bitmap for Communication Button: 0x801
May 11 16:24:19 arch kernel: input: Acer WMI hotkeys as /devices/virtual/input/input12
May 11 16:24:19 arch systemd[1]: Mounted /efi.
May 11 16:24:19 arch systemd[1]: Reached target Local File Systems.
May 11 16:24:19 arch systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
May 11 16:24:19 arch systemd[1]: Starting Set Up Additional Binary Formats...
May 11 16:24:19 arch systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
May 11 16:24:19 arch systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
May 11 16:24:19 arch systemd[1]: Starting Create Volatile Files and Directories...
May 11 16:24:19 arch kernel: input: Logitech G102 Prodigy Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1:1.1/0003:046D:C084.0003/input/input13
May 11 16:24:19 arch kernel: Bluetooth: Core ver 2.22
May 11 16:24:19 arch kernel: NET: Registered PF_BLUETOOTH protocol family
May 11 16:24:19 arch kernel: Bluetooth: HCI device and connection manager initialized
May 11 16:24:19 arch kernel: Bluetooth: HCI socket layer initialized
May 11 16:24:19 arch kernel: Bluetooth: L2CAP socket layer initialized
May 11 16:24:19 arch kernel: Bluetooth: SCO socket layer initialized
May 11 16:24:19 arch systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 446 (systemd-binfmt)
May 11 16:24:20 arch kernel: microcode: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch systemd[1]: Finished Create Volatile Files and Directories.
May 11 16:24:20 arch 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'
May 11 16:24:20 arch systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
May 11 16:24:20 arch audit: BPF prog-id=16 op=LOAD
May 11 16:24:20 arch systemd[1]: Starting Network Time Synchronization...
May 11 16:24:20 arch systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
May 11 16:24:20 arch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
May 11 16:24:20 arch audit[454]: SYSTEM_BOOT pid=454 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 11 16:24:20 arch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
May 11 16:24:20 arch 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'
May 11 16:24:20 arch mtp-probe[458]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb2/2-2"
May 11 16:24:20 arch mtp-probe[458]: bus: 2, device: 2 was not an MTP device
May 11 16:24:20 arch kernel: hid-generic 0003:046D:C084.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [Logitech G102 Prodigy Gaming Mouse] on usb-0000:05:00.4-1/input1
May 11 16:24:20 arch kernel: usbcore: registered new interface driver usbhid
May 11 16:24:20 arch kernel: usbhid: USB HID core driver
May 11 16:24:20 arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 11 16:24:20 arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 11 16:24:20 arch mtp-probe[466]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3"
May 11 16:24:20 arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 11 16:24:20 arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 11 16:24:20 arch kernel: cfg80211: failed to load regulatory.db
May 11 16:24:20 arch systemd[1]: Starting Load/Save RF Kill Switch Status...
May 11 16:24:20 arch mtp-probe[466]: bus: 3, device: 3 was not an MTP device
May 11 16:24:20 arch systemd[1]: Started Load/Save RF Kill Switch Status.
May 11 16:24:20 arch 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'
May 11 16:24:20 arch kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
May 11 16:24:20 arch kernel: scsi host2: usb-storage 2-2:1.0
May 11 16:24:20 arch kernel: usbcore: registered new interface driver usb-storage
May 11 16:24:20 arch kernel: mousedev: PS/2 mouse device common for all mice
May 11 16:24:20 arch kernel: mc: Linux media interface: v0.10
May 11 16:24:20 arch kernel: usbcore: registered new interface driver uas
May 11 16:24:20 arch kernel: videodev: Linux video capture interface: v2.00
May 11 16:24:20 arch kernel: r8169 0000:03:00.0: enabling device (0000 -> 0003)
May 11 16:24:20 arch kernel: usbcore: registered new interface driver btusb
May 11 16:24:20 arch mtp-probe[481]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb2/2-2"
May 11 16:24:20 arch mtp-probe[481]: bus: 2, device: 2 was not an MTP device
May 11 16:24:20 arch kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
May 11 16:24:20 arch kernel: Bluetooth: hci0: Device revision is 1
May 11 16:24:20 arch kernel: Bluetooth: hci0: Secure boot is enabled
May 11 16:24:20 arch kernel: Bluetooth: hci0: OTP lock is enabled
May 11 16:24:20 arch kernel: Bluetooth: hci0: API lock is enabled
May 11 16:24:20 arch kernel: Bluetooth: hci0: Debug lock is disabled
May 11 16:24:20 arch kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
May 11 16:24:20 arch kernel: Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-20-1-3.sfi (-2)
May 11 16:24:20 arch kernel: Bluetooth: hci0: MSFT supported features length mismatch
May 11 16:24:20 arch kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
May 11 16:24:20 arch kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
May 11 16:24:20 arch kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
May 11 16:24:20 arch kernel: snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
May 11 16:24:20 arch kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, 08:8f:c3:07:b6:d0, XID 541, IRQ 78
May 11 16:24:20 arch kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
May 11 16:24:20 arch systemd-udevd[362]: Using default interface naming scheme 'v250'.
May 11 16:24:20 arch systemd[1]: Reached target Bluetooth Support.
May 11 16:24:20 arch kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
May 11 16:24:20 arch kernel: input: ELAN050A:01 04F3:3158 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN050A:01/0018:04F3:3158.0001/input/input16
May 11 16:24:20 arch kernel: input: ELAN050A:01 04F3:3158 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN050A:01/0018:04F3:3158.0001/input/input18
May 11 16:24:20 arch kernel: hid-multitouch 0018:04F3:3158.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN050A:01 04F3:3158] on i2c-ELAN050A:01
May 11 16:24:20 arch kernel: Intel(R) Wireless WiFi driver for Linux
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
May 11 16:24:20 arch kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
May 11 16:24:20 arch kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input19
May 11 16:24:20 arch kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input20
May 11 16:24:20 arch kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input21
May 11 16:24:20 arch kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input22
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: no suitable firmware found!
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: minimum version required: /*(DEBLOBBED)*/39
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: maximum version supported: /*(DEBLOBBED)*/69
May 11 16:24:20 arch kernel: iwlwifi 0000:04:00.0: check /*(DEBLOBBED)*/
May 11 16:24:20 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:20 arch systemd[1]: Reached target Sound Card.
May 11 16:24:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC295: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
May 11 16:24:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 11 16:24:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
May 11 16:24:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
May 11 16:24:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
May 11 16:24:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x12
May 11 16:24:20 arch kernel: MCE: In-kernel MCE decoding enabled.
May 11 16:24:20 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:20 arch kernel: usb 3-3: Found UVC 1.10 device HD User Facing (04f2:b72b)
May 11 16:24:20 arch mtp-probe[510]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3"
May 11 16:24:20 arch kernel: input: HD User Facing: HD User Facing as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3/3-3:1.0/input/input23
May 11 16:24:20 arch kernel: usbcore: registered new interface driver uvcvideo
May 11 16:24:20 arch mtp-probe[510]: bus: 3, device: 3 was not an MTP device
May 11 16:24:20 arch systemd[1]: Mounting Arbitrary Executable File Formats File System...
May 11 16:24:20 arch systemd[1]: Mounted Arbitrary Executable File Formats File System.
May 11 16:24:20 arch systemd[1]: Finished Set Up Additional Binary Formats.
May 11 16:24:20 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:20 arch systemd[1]: Started Network Time Synchronization.
May 11 16:24:20 arch systemd[1]: Reached target System Initialization.
May 11 16:24:20 arch 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'
May 11 16:24:20 arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 11 16:24:20 arch systemd[1]: Reached target System Time Set.
May 11 16:24:20 arch systemd[1]: Started Daily man-db regeneration.
May 11 16:24:20 arch systemd[1]: Started Daily verification of password and group files.
May 11 16:24:20 arch systemd[1]: Reached target Timer Units.
May 11 16:24:20 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 11 16:24:20 arch systemd[1]: Listening on Libvirt local socket.
May 11 16:24:20 arch systemd[1]: Listening on Libvirt admin socket.
May 11 16:24:20 arch systemd[1]: Listening on Libvirt local read-only socket.
May 11 16:24:20 arch systemd[1]: Listening on Virtual machine lock manager socket.
May 11 16:24:20 arch systemd[1]: Listening on Virtual machine log manager socket.
May 11 16:24:20 arch systemd[1]: Reached target Socket Units.
May 11 16:24:20 arch systemd[1]: Reached target Basic System.
May 11 16:24:20 arch systemd[1]: Starting D-Bus System Message Bus...
May 11 16:24:20 arch audit: BPF prog-id=17 op=LOAD
May 11 16:24:20 arch audit: BPF prog-id=18 op=LOAD
May 11 16:24:20 arch audit: BPF prog-id=19 op=LOAD
May 11 16:24:20 arch systemd[1]: Starting User Login Management...
May 11 16:24:20 arch audit: BPF prog-id=20 op=LOAD
May 11 16:24:20 arch audit: BPF prog-id=21 op=LOAD
May 11 16:24:20 arch systemd[1]: Starting Virtual Machine and Container Registration Service...
May 11 16:24:20 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:20 arch systemd[1]: Started D-Bus System Message Bus.
May 11 16:24:20 arch kernel: intel_rapl_common: Found RAPL domain package
May 11 16:24:20 arch kernel: intel_rapl_common: Found RAPL domain core
May 11 16:24:20 arch 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'
May 11 16:24:20 arch dbus-daemon[521]: [system] Successfully activated service 'org.freedesktop.systemd1'
May 11 16:24:20 arch systemd[1]: Starting Network Manager...
May 11 16:24:20 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:20 arch systemd[1]: Started Virtual Machine and Container Registration Service.
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.7527] NetworkManager (version 1.36.4-1) is starting... (for the first time)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.7528] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
May 11 16:24:20 arch systemd[1]: Started Network Manager.
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.7553] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
May 11 16:24:20 arch 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'
May 11 16:24:20 arch systemd[1]: Reached target Network.
May 11 16:24:20 arch systemd[1]: Started Jackett Daemon.
May 11 16:24:20 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=jackett comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:20 arch systemd[1]: Starting Permit User Sessions...
May 11 16:24:20 arch systemd-logind[522]: New seat seat0.
May 11 16:24:20 arch systemd-logind[522]: Watching system buttons on /dev/input/event3 (Power Button)
May 11 16:24:20 arch 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'
May 11 16:24:20 arch systemd[1]: Finished Permit User Sessions.
May 11 16:24:20 arch systemd-logind[522]: Watching system buttons on /dev/input/event2 (Lid Switch)
May 11 16:24:20 arch systemd-logind[522]: Watching system buttons on /dev/input/event0 (Power Button)
May 11 16:24:20 arch systemd-logind[522]: Watching system buttons on /dev/input/event1 (Sleep Button)
May 11 16:24:20 arch systemd-logind[522]: Watching system buttons on /dev/input/event12 (Logitech G102 Prodigy Gaming Mouse Keyboard)
May 11 16:24:20 arch systemd-logind[522]: Watching system buttons on /dev/input/event6 (AT Translated Set 2 keyboard)
May 11 16:24:20 arch systemd-logind[522]: Watching system buttons on /dev/input/event11 (Acer WMI hotkeys)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.7629] manager[0x55717c9ca000]: monitoring kernel firmware directory '/lib/firmware'.
May 11 16:24:20 arch systemd[1]: Started Getty on tty1.
May 11 16:24:20 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:20 arch systemd[1]: Reached target Login Prompts.
May 11 16:24:20 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=526 comm="/usr/bin/NetworkManager --no-daemon")
May 11 16:24:20 arch systemd[1]: Started User Login Management.
May 11 16:24:20 arch 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'
May 11 16:24:20 arch systemd[1]: Starting Virtualization daemon...
May 11 16:24:20 arch audit: BPF prog-id=22 op=LOAD
May 11 16:24:20 arch audit: BPF prog-id=23 op=LOAD
May 11 16:24:20 arch audit: BPF prog-id=24 op=LOAD
May 11 16:24:20 arch systemd[1]: Starting Hostname Service...
May 11 16:24:20 arch dbus-daemon[521]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 11 16:24:20 arch systemd[1]: Started Hostname Service.
May 11 16:24:20 arch 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'
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8084] hostname: hostname: using hostnamed
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8085] hostname: static hostname changed from (none) to "arch"
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8090] dns-mgr[0x55717c99c250]: init: dns=default,systemd-resolved rc-manager=immutable
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8101] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/acer-wmi/rfkill/rfkill0) (platform driver acer-wmi)
May 11 16:24:20 arch systemd[1]: Started Virtualization daemon.
May 11 16:24:20 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:20 arch systemd[1]: Reached target Multi-User System.
May 11 16:24:20 arch systemd[1]: Reached target Graphical Interface.
May 11 16:24:20 arch systemd[1]: Startup finished in 5.111s (firmware) + 1.073s (loader) + 1.308s (kernel) + 1.400s (userspace) = 8.893s.
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8214] manager[0x55717c9ca000]: rfkill: Wi-Fi hardware radio set enabled
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8215] manager[0x55717c9ca000]: rfkill: WWAN hardware radio set enabled
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8255] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-wifi.so)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8290] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-bluetooth.so)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8295] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-adsl.so)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8352] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-team.so)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8355] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-wwan.so)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8360] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-ovs.so)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8361] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8362] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8362] manager: Networking is enabled by state file
May 11 16:24:20 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=526 comm="/usr/bin/NetworkManager --no-daemon")
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8371] settings: Loaded settings plugin: keyfile (internal)
May 11 16:24:20 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8400] dhcp-init: Using DHCP client 'internal'
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8400] device (lo): carrier: link connected
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8401] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8406] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8412] settings: (enp3s0): created default wired connection 'Wired connection 1'
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.8412] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 11 16:24:20 arch kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
May 11 16:24:20 arch kernel: r8169 0000:03:00.0: Unable to load firmware /*(DEBLOBBED)*/ (-2)
May 11 16:24:20 arch dbus-daemon[521]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 11 16:24:20 arch systemd[1]: Started Network Manager Script Dispatcher Service.
May 11 16:24:20 arch 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'
May 11 16:24:20 arch libvirtd[544]: libvirt version: 8.2.0
May 11 16:24:20 arch libvirtd[544]: hostname: arch
May 11 16:24:20 arch libvirtd[544]: cannot open directory '/run/media/user/Ventoy': No such file or directory
May 11 16:24:20 arch libvirtd[544]: internal error: Failed to autostart storage pool 'Ventoy': cannot open directory '/run/media/user/Ventoy': No such file or directory
May 11 16:24:20 arch libvirtd[544]: cannot open directory '/run/media/user/Ventoy1': No such file or directory
May 11 16:24:20 arch libvirtd[544]: internal error: Failed to autostart storage pool 'Ventoy1': cannot open directory '/run/media/user/Ventoy1': No such file or directory
May 11 16:24:20 arch libvirtd[544]: Cannot find 'dmidecode' in path: No such file or directory
May 11 16:24:20 arch kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
May 11 16:24:20 arch libvirtd[544]: Unable to open /dev/kvm: No such file or directory
May 11 16:24:20 arch libvirtd[544]: Cannot find 'dmidecode' in path: No such file or directory
May 11 16:24:20 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:20 arch NetworkManager[526]: <info>  [1652275460.9931] ovsdb: disconnected from ovsdb
May 11 16:24:20 arch kernel: r8169 0000:03:00.0 enp3s0: Link is Down
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Starting Jackett v0.20.1043
May 11 16:24:21 arch kernel: scsi 2:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
May 11 16:24:21 arch kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
May 11 16:24:21 arch kernel: sd 2:0:0:0: [sda] 121110528 512-byte logical blocks: (62.0 GB/57.8 GiB)
May 11 16:24:21 arch kernel: sd 2:0:0:0: [sda] Write Protect is off
May 11 16:24:21 arch kernel: sd 2:0:0:0: [sda] Mode Sense: 45 00 00 00
May 11 16:24:21 arch kernel: sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
May 11 16:24:21 arch kernel:  sda: sda1 sda2
May 11 16:24:21 arch kernel: sd 2:0:0:0: [sda] Attached SCSI removable disk
May 11 16:24:21 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:21 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Environment version: 6.0.4 (/home/user/jackett/Jackett/)
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info OS version: Unix 5.17.3.1 (64bit OS) (64bit process)
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Jackett variant: CoreLinuxAmdx64
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info File /etc/issue: Arch Linux \r (\l)
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Running in Docker: No
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info ThreadPool MaxThreads: 32767 workerThreads, 1000 completionPortThreads
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info App config/log directory: /home/user/.config/Jackett
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Using proxy: Disabled
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Using FlareSolverr: No
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Using HTTP Client: HttpWebClient2
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Loading Native indexers ...
May 11 16:24:21 arch kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input24
May 11 16:24:21 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Loaded 82 Native indexers: abnormal, alpharatio, anidex, anidub, animebytes, Animedia, animetorrents, anthelion, avistaz, bakabt, bb, beyond-hd-api, bithdtv, bjshare, broadcasthenet, brokenstones, cgpeers, cinecalidad, cinemaz, darmowetorenty, divxtotal, dontorrent, epublibre, erai-raws, exoticaz, filelist, funfile, fuzer, gazellegames, gimmepeers, greatposterwall, hdbitsapi, hdspace, hdtorrents, hebits, immortalseed, iptorrents, libble, lostfilm, magnetico, mejortorrent, myanonamouse, ncore, nebulance, norbits, oppaitime, orpheus, partis, passthepopcorn, piratethenet, pixelhd, polishtracker, pornolab, pretome, privatehd, rarbg, redacted, retroflix, revolutiontt, rutracker, scenehd, scenetime, secretcinema, sharewoodapi, shazbat, ShizaProject, speedapp, speedcd, subsplease, toloka, torrentbytes, torrentday, torrentech, torrentheaven, torrentnetwork, torrentscsv, torrentsyndikat, tvstore, xspeeds, zonaq, animetosho, morethantv-api
May 11 16:24:21 arch jackett[543]: 05-11 16:24:21 Info Loading Cardigann indexers from: /home/user/.config/cardigann/definitions/, /etc/xdg/cardigan/definitions/, /home/user/jackett/Jackett/Definitions
May 11 16:24:21 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:21 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:22 arch kernel: kvm: support for 'kvm_amd' disabled by bios
May 11 16:24:22 arch jackett[543]: 05-11 16:24:22 Info Loaded 502 Cardigann indexers: ebooks-shares, linkomanija, RockBox, netcosmo, torrentoyunindir, lepornoinfo, potuk, bitbr, extremlymtorrents, diablotorrent, aidoruonline, anilibria, myspleen, skipthecommercials-api, arenabg, aussierules, ftuapps, pornforall, dreamtracker, concertos, hdai, hdsky, anime-free, 1ptbar, korsar, ccfbits, scenepalace, torrentproject2, torrentfunk, hdolimpo-api, btnext, brsociety-api, torrentseeds-api, torrentgalaxy, torrentqq, crnaberza, cpasbien, lesaloon, polishsource, datascene-api, sktorrent, romanianmetaltorrents, megapeer, tekno3d, digitalcore, pornotorrent, xxxtor, hdarea, torrentsectorcrew, linuxtracker, peersfm, danishbytes-api, glodls, teracod, aftershock, empornium2fa, muziekfabriek, elitetorrent-biz, 24rolika, torrentmasters, xwtclassics, tellytorrent-api, concen, slosoul, isohunt2, cryptichaven, ptfiles, ibit, sexypics, internetarchive, pornoslab, bibliotik, torrentwhiz, uniongang, torrentbd, ebookparadijs, mma-torrents, teamhd, torrent-turk, parnuxi, sugoimusic, rainbowtracker, torrentccf, totallykids, r3vwtf, springsunday, resurrectthenet, immortuos, torrentview, mousebits, dragonworldreloaded, jav-torrent, kinonavse100, nethd, torrentparadise, hdatmos, mediamaatjes, zooqle, turktorrent, bigfangroup, femdomcult, 3dtorrents, yts, mixtapetorrent, theempire, torrentsir, ourbits, hdforever, yourbittorrent, crazyhd, piratbit, crazyspirits, btschool, estone, crt2fa, hidden-palace, booktracker, hdmonkey, esharenet, acgrip, megamixtracker, soulvoice, hdtorrentsit, krazyzone, mypornclub, proaudiotorrents, rudub, sporthd, fantasticheaven, hdchina, frozenlayer, newstudio, theshow, anisource, trancetraffic, opencd, gamestorrents, xiteme, insanetracker, byrutor, rapidzona, turktracker, torrentland-api, bitru, themixingbowl, redstartorrent, hdcztorrent, rptorrents, pier720, opensharing, magicheaven, bithorlo, sportscult, torrent9clone, greekdiamond, extremetorrents, riperam, fantastiko, hd4fans, movietorrent, zamundanet, hdc, backups, pterclub, swarmazon, torrentkitty, amigosshare, 0magnet, btdigg, chdbits, 52pt, bangumi-moe, brasiltracker, ydypt, libranet, torlook, p2pbg, turkseed, bitspyder, demonoid, selezen, movietorrentz, dxp, noname-club, torrentz2eu, hellastz, ztracker, ilcorsaroverde, omgwtftrackr, blutopia-api, microbit, twilight, oxtorrent, byrbt, beitai, uhdbits, asiancinema, borgzelle, file-tracker, tjupt, losslessclub, nyaasi, piratbitl, soundpark, hawke-uno, deildu, freshmeat, mteamtp, extratorrent-st, cinematik, xxxadulttorrent, rutor, superbits, acgsou, racingforme, carpathians, sktorrent-org, vizuk, aither-api, hdhome, mnv, gigatorrents, wihd, metaltracker, fouducinema, bitsearch, datatalli, speedmasterhd, thefallingangels, cinemageddon, thevault, coastalcrew, filelisting, vsttorrents, cinemamovies, skipthetrailers, nipponsei, oshenpt, torlock, finelite, lemonhd, girotorrent, xbit, hdcenter, pttime, Bittorrentfiles, unionfansub, underverse, theshinning, noname-clubl, spiritofrevolution, kinozal, netlab, nntt, pornotor, dariustracker, pornbits, shanaproject, madsrevolution, zomb, torrentleech, pussytorrents, hdbitscom, nitro, putao, ps4-torrent, indietorrents, learnbits, legittorrents, kinorun, gay-torrents, hdbits, carphunter, dimeadozen, torrenthr, moviesdvdr, jpopsuki, ptmsg, tribalmixes, limetorrents, mononokebt, showrss, aniRena, mircrew, fenyarnyek-tracker, punkshorror, haitang, hdroute, torrentby, fanoin, scenerush, 4thd, sdbits, greekteam, rustorka, mactorrentsdownload, cpasbienclone, pthome, 2fast4you, underversel, redbits-api, lastfiles, pixelcove, thesceneplace, audiobookbay, magico, ehentai, newstudiol, thepiratebay, torrentdownloads, funkytorrents, onejav, ceskeforum, falkonvisionteam, torrentv, woot, itorrent, rintor, xthor-api, iv-torrents, arabp2p, alleenretail, genesismovement, discfan, torrentleech-pl, hdu, pornleech, hdzone, bitcityreloaded, the-crazy-ones, kickasstorrents-ws, learnflakes, torrent9, acidlounge, bestcore, mikan, seedoff, huntorrent, rus-media, gay-torrentsorg, acrossthetasman, crackingpatching, jme-reunit3d-api, totheglorycookie, bitsexy, 1337x, reelflix-api, empornium, hqsource, bitbazis, cartoonchaos, audiences, ilcorsaronero, milkie, totheglory, teamctgame, puurhollands, broadcity, u2, finvip, dmhy, shareisland-api, uniondht, film-paleis, wdt, rgfootball, animeworld-api, hdspain, bitded, eniahd, limetorrentsclone, prostylex, sukebeinyaasi, rintornet, siambit, badasstorrents, 0daykiev, mesevilag, bithumen, theaudioscene, extremebits, bluebirdhd, chilebt, bluesbrothers, dark-shadow, comicat, generationfree-api, newpct-me, animeclipse, docspedia, bitturk, pornolive, lat-team-api, tasmanit, gtorrentpro, miobt, pctorrent, teamos, happyfappy, arabafenice, theplace, tvroad, whiteangel, xxxtorrents, pwtorrents, keepfriends, boxingtorrents, gaytorrentru, theleachzone, hdcity, torrentdb, purovicio, trezzor, ptsbao, thehorrorcharnel, hdonly, tokyotosho, moviesite, torrentdownload, audionews, bwtorrents, torrentslocal, bootytape, hdturk, hdme, trupornolabs, idope, sosulki, snowpt, firebit, tapochek, rutracker-ru, classix, thenewfun, tvchaosuk, racing4everyone-api, kufirc, desitorrents-api, hdtime, haidan, tmghub, zelkaorg, peerjunkies, unlimitz, catorrent, hddolby, animelayer, btetree, mvgroupforum, theoccult, puntotorrent, gfxpeers, torrenting, zetorrents, majomparade, xwtorrents, beyond-hd, exttorrents, yggtorrent, proporno, hamsterstudio, kickasstorrents-to, mteamtp2fa, spidertk, vsthouse, abtorrents, pornbay, gktorrent, tlfbits, ilcorsaroblu, hdgalaktik, btsow, thegeeks, exkinoray, xbytesv2, solidtorrents, peeratiko, mvgroupmain, leech24, cathoderaytube, piratadigital, sharewood, torrent-explosiv, yggcookie, karagarga, divteam, torrentlt, p2pelite, bt4g, marinetracker, eztv, torrentsurf, portugas, speedtorrentreloaded, 3changtrai, seedfile, newretro, jptv, anaschcc, torrent-pirat, twilightszoom, houseofdevil
May 11 16:24:22 arch jackett[543]: 05-11 16:24:22 Info Loaded 584 indexers in total
May 11 16:24:22 arch jackett[543]: 05-11 16:24:22 Info Adding aggregate indexer ('all' indexer) ...
May 11 16:24:22 arch jackett[543]: 05-11 16:24:22 Info Adding filter indexer ('type:public' indexer) ...
May 11 16:24:22 arch jackett[543]: 05-11 16:24:22 Info Adding filter indexer ('type:private' indexer) ...
May 11 16:24:22 arch jackett[543]: 05-11 16:24:22 Info Adding filter indexer ('type:semi-public' indexer) ...
May 11 16:24:22 arch jackett[543]: 05-11 16:24:22 Info Jackett startup finished in 2.231 s
May 11 16:24:22 arch jackett[543]: Hosting environment: Production
May 11 16:24:22 arch jackett[543]: Content root path: /home/user/jackett/Jackett/Content
May 11 16:24:22 arch jackett[543]: Now listening on: http://[::]:9117
May 11 16:24:22 arch jackett[543]: Application started. Press Ctrl+C to shut down.
May 11 16:24:22 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=540 comm="/bin/login -p --     ")
May 11 16:24:22 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:24:22 arch login[540]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:24:25 arch audit[540]: USER_AUTH pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="user" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:24:25 arch kernel: kauditd_printk_skb: 30 callbacks suppressed
May 11 16:24:25 arch kernel: audit: type=1100 audit(1652275465.063:41): pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="user" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:24:25 arch audit[540]: USER_ACCT pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:24:25 arch kernel: audit: type=1101 audit(1652275465.073:42): pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:24:25 arch audit[540]: CRED_ACQ pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="user" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:24:25 arch audit[540]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd7d0270e0 a2=4 a3=0 items=0 ppid=1 pid=540 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
May 11 16:24:25 arch audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
May 11 16:24:25 arch login[540]: pam_unix(login:session): session opened for user user(uid=1000) by LOGIN(uid=0)
May 11 16:24:25 arch kernel: audit: type=1103 audit(1652275465.076:43): pid=540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="user" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:24:25 arch kernel: audit: type=1006 audit(1652275465.076:44): pid=540 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
May 11 16:24:25 arch kernel: audit: type=1300 audit(1652275465.076:44): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd7d0270e0 a2=4 a3=0 items=0 ppid=1 pid=540 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
May 11 16:24:25 arch kernel: audit: type=1327 audit(1652275465.076:44): proctitle=2F62696E2F6C6F67696E002D70002D2D
May 11 16:24:25 arch systemd[1]: Created slice User Slice of UID 1000.
May 11 16:24:25 arch systemd[1]: Starting User Runtime Directory /run/user/1000...
May 11 16:24:25 arch systemd-logind[522]: New session 1 of user user.
May 11 16:24:25 arch systemd[1]: Finished User Runtime Directory /run/user/1000.
May 11 16:24:25 arch 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'
May 11 16:24:25 arch systemd[1]: Starting User Manager for UID 1000...
May 11 16:24:25 arch kernel: audit: type=1130 audit(1652275465.096:45): 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'
May 11 16:24:25 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=593 comm="(systemd)")
May 11 16:24:25 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:24:25 arch audit[593]: USER_ACCT pid=593 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="user" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:25 arch audit[593]: CRED_ACQ pid=593 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="user" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 11 16:24:25 arch audit[593]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fffe62055a0 a2=4 a3=0 items=0 ppid=1 pid=593 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
May 11 16:24:25 arch audit: PROCTITLE proctitle="(systemd)"
May 11 16:24:25 arch systemd[593]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:24:25 arch systemd[593]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[user] ruser=[<unknown>] rhost=[<unknown>]
May 11 16:24:25 arch kernel: audit: type=1101 audit(1652275465.099:46): pid=593 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="user" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:25 arch kernel: audit: type=1103 audit(1652275465.099:47): pid=593 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="user" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 11 16:24:25 arch kernel: audit: type=1006 audit(1652275465.099:48): pid=593 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
May 11 16:24:25 arch systemd[593]: pam_unix(systemd-user:session): session opened for user user(uid=1000) by (uid=0)
May 11 16:24:25 arch systemd[593]: pam_env(systemd-user:session): deprecated reading of user environment enabled
May 11 16:24:25 arch audit[593]: USER_START pid=593 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="user" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:25 arch systemd[593]: Queued start job for default target Main User Target.
May 11 16:24:25 arch systemd[593]: Created slice User Application Slice.
May 11 16:24:25 arch systemd[593]: Reached target Paths.
May 11 16:24:25 arch systemd[593]: Reached target Timers.
May 11 16:24:25 arch systemd[593]: Starting D-Bus User Message Bus Socket...
May 11 16:24:25 arch systemd[593]: Listening on GnuPG network certificate management daemon.
May 11 16:24:25 arch systemd[593]: Listening on GCR ssh-agent wrapper.
May 11 16:24:25 arch systemd[593]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 11 16:24:25 arch systemd[593]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 11 16:24:25 arch systemd[593]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 11 16:24:25 arch systemd[593]: Listening on GnuPG cryptographic agent and passphrase cache.
May 11 16:24:25 arch systemd[593]: Listening on p11-kit server.
May 11 16:24:25 arch systemd[593]: Listening on PipeWire PulseAudio.
May 11 16:24:25 arch systemd[593]: Listening on PipeWire Multimedia System Socket.
May 11 16:24:25 arch systemd[593]: Listening on D-Bus User Message Bus Socket.
May 11 16:24:25 arch systemd[593]: Reached target Sockets.
May 11 16:24:25 arch systemd[593]: Reached target Basic System.
May 11 16:24:25 arch 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'
May 11 16:24:25 arch systemd[1]: Started User Manager for UID 1000.
May 11 16:24:25 arch systemd[593]: Starting Music Player Daemon...
May 11 16:24:25 arch systemd[1]: Started Session 1 of User user.
May 11 16:24:25 arch systemd[593]: Started OpenTabletDriver Daemon.
May 11 16:24:25 arch systemd[593]: Starting Update XDG user dir configuration...
May 11 16:24:25 arch systemd[593]: Finished Update XDG user dir configuration.
May 11 16:24:25 arch login[540]: pam_env(login:session): deprecated reading of user environment enabled
May 11 16:24:25 arch audit[540]: USER_START pid=540 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="user" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:24:25 arch audit[540]: CRED_REFR pid=540 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="user" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:24:25 arch login[540]: LOGIN ON tty1 BY user
May 11 16:24:25 arch otd[602]: DISPLAY and/or WAYLAND_DISPLAY is not set
May 11 16:24:25 arch systemd[593]: opentabletdriver.service: Main process exited, code=exited, status=64/USAGE
May 11 16:24:25 arch systemd[593]: opentabletdriver.service: Failed with result 'exit-code'.
May 11 16:24:25 arch systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 11 16:24:25 arch 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'
May 11 16:24:25 arch mpd[601]: server_socket: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address already in use
May 11 16:24:25 arch mpd[601]: exception: Failed to access /home/user/Music/Dream Theater/: No such file or directory
May 11 16:24:25 arch mpd[601]: decoder: Decoder plugin 'wildmidi' is unavailable: configuration file does not exist: /etc/timidity/timidity.cfg
May 11 16:24:25 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.12' (uid=1000 pid=601 comm="/usr/bin/mpd --systemd")
May 11 16:24:25 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 11 16:24:25 arch systemd[593]: Started Music Player Daemon.
May 11 16:24:25 arch systemd[593]: Reached target Main User Target.
May 11 16:24:25 arch systemd[593]: Startup finished in 232ms.
May 11 16:24:26 arch NetworkManager[526]: <info>  [1652275466.9941] manager: startup complete
May 11 16:24:30 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 11 16:24:30 arch 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'
May 11 16:24:30 arch kernel: kauditd_printk_skb: 7 callbacks suppressed
May 11 16:24:30 arch kernel: audit: type=1131 audit(1652275470.869:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:33 arch systemd[593]: opentabletdriver.service: Scheduled restart job, restart counter is at 1.
May 11 16:24:33 arch systemd[593]: Stopped OpenTabletDriver Daemon.
May 11 16:24:33 arch systemd[593]: Started OpenTabletDriver Daemon.
May 11 16:24:33 arch otd[716]: DISPLAY and/or WAYLAND_DISPLAY is not set
May 11 16:24:33 arch systemd[593]: opentabletdriver.service: Main process exited, code=exited, status=64/USAGE
May 11 16:24:33 arch systemd[593]: opentabletdriver.service: Failed with result 'exit-code'.
May 11 16:24:41 arch systemd[593]: opentabletdriver.service: Scheduled restart job, restart counter is at 2.
May 11 16:24:41 arch systemd[593]: Stopped OpenTabletDriver Daemon.
May 11 16:24:41 arch systemd[593]: Started OpenTabletDriver Daemon.
May 11 16:24:41 arch otd[740]: DISPLAY and/or WAYLAND_DISPLAY is not set
May 11 16:24:41 arch systemd[593]: opentabletdriver.service: Main process exited, code=exited, status=64/USAGE
May 11 16:24:41 arch systemd[593]: opentabletdriver.service: Failed with result 'exit-code'.
May 11 16:24:49 arch systemd[593]: opentabletdriver.service: Scheduled restart job, restart counter is at 3.
May 11 16:24:49 arch systemd[593]: Stopped OpenTabletDriver Daemon.
May 11 16:24:49 arch systemd[593]: Started OpenTabletDriver Daemon.
May 11 16:24:49 arch otd[759]: DISPLAY and/or WAYLAND_DISPLAY is not set
May 11 16:24:49 arch systemd[593]: opentabletdriver.service: Main process exited, code=exited, status=64/USAGE
May 11 16:24:49 arch systemd[593]: opentabletdriver.service: Failed with result 'exit-code'.
May 11 16:24:50 arch systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 11 16:24:50 arch 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'
May 11 16:24:50 arch kernel: audit: type=1131 audit(1652275490.839:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 11 16:24:51 arch audit: BPF prog-id=0 op=UNLOAD
May 11 16:24:51 arch audit: BPF prog-id=0 op=UNLOAD
May 11 16:24:51 arch audit: BPF prog-id=0 op=UNLOAD
May 11 16:24:51 arch kernel: audit: type=1334 audit(1652275491.039:56): prog-id=0 op=UNLOAD
May 11 16:24:51 arch kernel: audit: type=1334 audit(1652275491.039:57): prog-id=0 op=UNLOAD
May 11 16:24:51 arch kernel: audit: type=1334 audit(1652275491.039:58): prog-id=0 op=UNLOAD
May 11 16:24:58 arch systemd[593]: opentabletdriver.service: Scheduled restart job, restart counter is at 4.
May 11 16:24:58 arch systemd[593]: Stopped OpenTabletDriver Daemon.
May 11 16:24:58 arch systemd[593]: Started OpenTabletDriver Daemon.
May 11 16:24:58 arch otd[776]: DISPLAY and/or WAYLAND_DISPLAY is not set
May 11 16:24:58 arch systemd[593]: opentabletdriver.service: Main process exited, code=exited, status=64/USAGE
May 11 16:24:58 arch systemd[593]: opentabletdriver.service: Failed with result 'exit-code'.
May 11 16:25:06 arch systemd[593]: opentabletdriver.service: Scheduled restart job, restart counter is at 5.
May 11 16:25:06 arch systemd[593]: Stopped OpenTabletDriver Daemon.
May 11 16:25:06 arch systemd[593]: opentabletdriver.service: Start request repeated too quickly.
May 11 16:25:06 arch systemd[593]: opentabletdriver.service: Failed with result 'exit-code'.
May 11 16:25:06 arch systemd[593]: Failed to start OpenTabletDriver Daemon.
May 11 16:25:12 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=792 comm="sudo journalctl -b")
May 11 16:25:12 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:12 arch sudo[792]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:12 arch audit[792]: USER_ACCT pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch kernel: audit: type=1101 audit(1652275512.919:59): pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch sudo[792]:     user : TTY=tty1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 11 16:25:12 arch audit[792]: CRED_REFR pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch kernel: audit: type=1110 audit(1652275512.923:60): pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch audit[792]: USER_START pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch sudo[792]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
May 11 16:25:12 arch kernel: audit: type=1105 audit(1652275512.926:61): pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch sudo[792]: pam_unix(sudo:session): session closed for user root
May 11 16:25:12 arch audit[792]: USER_END pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch audit[792]: CRED_DISP pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch kernel: audit: type=1106 audit(1652275512.983:62): pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:12 arch kernel: audit: type=1104 audit(1652275512.983:63): pid=792 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=851 comm="sudo journalctl -b")
May 11 16:25:31 arch audit[851]: USER_ACCT pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:31 arch sudo[851]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:31 arch sudo[851]:     user : TTY=tty1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 11 16:25:31 arch audit[851]: CRED_REFR pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch kernel: audit: type=1101 audit(1652275531.189:64): pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch kernel: audit: type=1110 audit(1652275531.189:65): pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch sudo[851]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
May 11 16:25:31 arch audit[851]: USER_START pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch kernel: audit: type=1105 audit(1652275531.196:66): pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch sudo[851]: pam_unix(sudo:session): session closed for user root
May 11 16:25:31 arch audit[851]: USER_END pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch audit[851]: CRED_DISP pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch kernel: audit: type=1106 audit(1652275531.202:67): pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:31 arch kernel: audit: type=1104 audit(1652275531.202:68): pid=851 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=917 comm="sudo journalctl -b")
May 11 16:25:46 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:46 arch audit[917]: USER_ACCT pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch sudo[917]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:46 arch sudo[917]:     user : TTY=tty1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 11 16:25:46 arch audit[917]: CRED_REFR pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch kernel: audit: type=1101 audit(1652275546.802:69): pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch kernel: audit: type=1110 audit(1652275546.802:70): pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch sudo[917]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
May 11 16:25:46 arch kernel: audit: type=1105 audit(1652275546.806:71): pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch audit[917]: USER_START pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch sudo[917]: pam_unix(sudo:session): session closed for user root
May 11 16:25:46 arch kernel: audit: type=1106 audit(1652275546.812:72): pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch kernel: audit: type=1104 audit(1652275546.812:73): pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch audit[917]: USER_END pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:46 arch audit[917]: CRED_DISP pid=917 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:51 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=948 comm="sudo journalctl -b")
May 11 16:25:51 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:51 arch sudo[948]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:51 arch audit[948]: USER_ACCT pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:51 arch sudo[948]:     user : TTY=tty1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 11 16:25:51 arch audit[948]: CRED_REFR pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:51 arch kernel: audit: type=1101 audit(1652275551.649:74): pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:51 arch kernel: audit: type=1110 audit(1652275551.649:75): pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:51 arch sudo[948]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
May 11 16:25:51 arch audit[948]: USER_START pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:51 arch kernel: audit: type=1105 audit(1652275551.656:76): pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:52 arch sudo[948]: pam_unix(sudo:session): session closed for user root
May 11 16:25:52 arch audit[948]: USER_END pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:52 arch audit[948]: CRED_DISP pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:52 arch kernel: audit: type=1106 audit(1652275552.832:77): pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:52 arch kernel: audit: type=1104 audit(1652275552.832:78): pid=948 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17' (uid=0 pid=952 comm="sudo journalctl -b")
May 11 16:25:54 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:54 arch audit[952]: USER_ACCT pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch sudo[952]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:25:54 arch sudo[952]:     user : TTY=tty1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 11 16:25:54 arch audit[952]: CRED_REFR pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch kernel: audit: type=1101 audit(1652275554.156:79): pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch kernel: audit: type=1110 audit(1652275554.156:80): pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch sudo[952]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
May 11 16:25:54 arch audit[952]: USER_START pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch kernel: audit: type=1105 audit(1652275554.159:81): pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch sudo[952]: pam_unix(sudo:session): session closed for user root
May 11 16:25:54 arch audit[952]: USER_END pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch audit[952]: CRED_DISP pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch kernel: audit: type=1106 audit(1652275554.166:82): pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:25:54 arch kernel: audit: type=1104 audit(1652275554.166:83): pid=952 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=982 comm="sudo journalctl -b")
May 11 16:26:09 arch audit[982]: USER_ACCT pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:26:09 arch sudo[982]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:26:09 arch sudo[982]:     user : TTY=tty1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 11 16:26:09 arch kernel: audit: type=1101 audit(1652275569.269:84): pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch kernel: audit: type=1110 audit(1652275569.272:85): pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch audit[982]: CRED_REFR pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch sudo[982]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
May 11 16:26:09 arch audit[982]: USER_START pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch kernel: audit: type=1105 audit(1652275569.276:86): pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch sudo[982]: pam_unix(sudo:session): session closed for user root
May 11 16:26:09 arch audit[982]: USER_END pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch audit[982]: CRED_DISP pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch kernel: audit: type=1106 audit(1652275569.279:87): pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:09 arch kernel: audit: type=1104 audit(1652275569.279:88): pid=982 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:18 arch dbus-daemon[521]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.19' (uid=0 pid=1007 comm="sudo journalctl -b")
May 11 16:26:18 arch dbus-daemon[521]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 11 16:26:18 arch sudo[1007]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 11 16:26:18 arch kernel: audit: type=1101 audit(1652275578.799:89): pid=1007 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:18 arch audit[1007]: USER_ACCT pid=1007 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="user" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:18 arch sudo[1007]:     user : TTY=tty1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 11 16:26:18 arch audit[1007]: CRED_REFR pid=1007 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:18 arch kernel: audit: type=1110 audit(1652275578.802:90): pid=1007 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:18 arch sudo[1007]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
May 11 16:26:18 arch audit[1007]: USER_START pid=1007 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'
May 11 16:26:18 arch kernel: audit: type=1105 audit(1652275578.806:91): pid=1007 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=arch addr=? terminal=/dev/tty1 res=success'

Offline

#17 2022-05-11 13:48:12

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

I think i already did

Yes… the point is that your previous explanation was stashed in the quote and I didn't see it…

May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: NVIDIA TU117 (167000a1)
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: bios: version 90.17.48.00.0f
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: pmu: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: gr: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: sec2: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: fb: 4096 MiB GDDR6
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: fb: VPR locked, but no scrubber binary!
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: BIT table 'A' not found
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: BIT table 'L' not found
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: TMDS table version 2.0
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB version 4.1
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB outp 00: 02002f52 00020010
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB conn 02: 00010261
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: failed to create kernel channel, -22
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
May 11 16:24:19 arch kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
pacman -Qs linux-firmware

Offline

#18 2022-05-11 13:57:34

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

I think i already did

Yes… the point is that your previous explanation was stashed in the quote and I didn't see it…

May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: NVIDIA TU117 (167000a1)
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: bios: version 90.17.48.00.0f
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: pmu: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: gr: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: sec2: firmware unavailable
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: fb: 4096 MiB GDDR6
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: fb: VPR locked, but no scrubber binary!
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: BIT table 'A' not found
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: BIT table 'L' not found
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: TMDS table version 2.0
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB version 4.1
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB outp 00: 02002f52 00020010
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: DCB conn 02: 00010261
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: failed to create kernel channel, -22
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
May 11 16:24:19 arch kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
May 11 16:24:19 arch kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
pacman -Qs linux-firmware

Oh, I forgot that linux-libre-firmware on aur is broken... Thus, it isn't installed. I tried reporting it, tho i haven't gotten any response: https://aur.archlinux.org/packages/linux-libre-firmware. linux-firmware is installed, but linux-libre uses linux-libre-firmware, and not linux-firmware

Offline

#19 2022-05-11 14:03:58

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

When you blacklist amdgpu and boot the regular-ass linux kernel (w/ linux-firmware installed) then nouveau works?
Cause linux-libre-firmware doesn't seem to provide a whole lot of firmware anyway and there's no nvidia firmware included at all and again: "2013"…

Offline

#20 2022-05-11 14:15:32

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

When you blacklist amdgpu and boot the regular-ass linux kernel (w/ linux-firmware installed) then nouveau works?
Cause linux-libre-firmware doesn't seem to provide a whole lot of firmware anyway and there's no nvidia firmware included at all and again: "2013"…

Actually it doesn't, i've always had linux-firmware, and i've already sent some logs from regular linux kernel before, where it doesn't boot with nouveau

Offline

#21 2022-05-11 14:27:14

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

Ah, yeah.
That journal has nouveau constantly crashing

May 10 11:53:33 arch kernel: nouveau 0000:01:00.0: timeout
May 10 11:53:33 arch kernel: WARNING: CPU: 2 PID: 411 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
May 10 11:53:33 arch kernel: Modules linked in: ccm snd_sof_amd_renoir snd_acp_config snd_sof_amd_acp snd_sof_pci snd_sof uvcvideo videobuf2_vmalloc snd_soc_acpi videobuf2_memops intel_rapl_msr intel_rapl_common videobuf2_v4l2 iwlmvm snd_soc_core snd_compress videobuf2_common mac80211 ac97_bus snd_pcm_dmaengine edac_mce_amd amdgpu libarc4 uas videodev snd_pci_acp6x snd_hda_codec_realtek usb_storage snd_pci_acp5x mc snd_hda_codec_generic snd_rn_pci_acp3x joydev gpu_sched ledtrig_audio snd_pci_acp3x mousedev snd_hda_codec_hdmi snd_hda_intel iwlwifi snd_intel_dspcfg ccp iwlmei snd_intel_sdw_acpi kvm snd_hda_codec btusb snd_hda_core hid_multitouch usbhid irqbypass btrtl snd_hwdep r8169 cfg80211 snd_pcm crct10dif_pclmul btbcm crc32_pclmul snd_timer ghash_clmulni_intel tpm_crb realtek sp5100_tco btintel vfat snd mdio_devres acer_wmi tpm_tis btmtk fat aesni_intel crypto_simd cryptd rapl tpm_tis_core sparse_keymap mei wmi_bmof k10temp i2c_piix4 libphy soundcore bluetooth i2c_hid_acpi tpm i2c_hid rng_core
May 10 11:53:33 arch kernel:  acpi_cpufreq pinctrl_amd mac_hid acer_wireless ecdh_generic rfkill sg fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 nvme crc32c_intel xhci_pci nvme_core xhci_pci_renesas i8042 serio nouveau video drm_ttm_helper ttm mxm_wmi wmi
May 10 11:53:33 arch kernel: CPU: 2 PID: 411 Comm: kworker/2:2 Not tainted 5.17.5-arch1-1 #1 bff91b48f6c3cb8d3bfd68f772f9c0a96e684769
May 10 11:53:33 arch kernel: Hardware name: Acer Nitro AN515-44/Stonic_RNS, BIOS V1.04 02/04/2021
May 10 11:53:33 arch kernel: Workqueue: pm pm_runtime_work
May 10 11:53:33 arch kernel: RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
May 10 11:53:33 arch kernel: Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 c8 fd e7 4c 89 ea 48 c7 c7 87 af 50 c0 48 89 c6 e8 76 9c 38 e8 <0f> 0b eb a8 e8 5d 28 3e e8 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
May 10 11:53:33 arch kernel: RSP: 0018:ffffc0030201ba58 EFLAGS: 00010082
May 10 11:53:33 arch kernel: RAX: 0000000000000000 RBX: ffff99b5065e7c00 RCX: 0000000000000027
May 10 11:53:33 arch kernel: RDX: ffff99b7ff6a16e8 RSI: 0000000000000001 RDI: ffff99b7ff6a16e0
May 10 11:53:33 arch kernel: RBP: ffff99b503590f58 R08: 0000000000000000 R09: ffffc0030201b888
May 10 11:53:33 arch kernel: R10: ffffc0030201b880 R11: ffffffffa98cab88 R12: 0000000000000246
May 10 11:53:33 arch kernel: R13: ffff99b501809150 R14: 0000000000000000 R15: 00000003cb32b311
May 10 11:53:33 arch kernel: FS:  0000000000000000(0000) GS:ffff99b7ff680000(0000) knlGS:0000000000000000
May 10 11:53:33 arch kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
May 10 11:53:33 arch kernel: CR2: 00007f7e91be07d0 CR3: 000000011a11c000 CR4: 0000000000350ee0
May 10 11:53:33 arch kernel: Call Trace:
May 10 11:53:33 arch kernel:  <TASK>
May 10 11:53:33 arch kernel:  nv50_instobj_release+0x32/0xc0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_instobj_load+0x4f/0xa0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_instmem_init+0x2c/0x80 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_subdev_init+0x92/0xd0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  ? ktime_get+0x38/0x90
May 10 11:53:33 arch kernel:  nvkm_device_init+0x11f/0x1b0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_udevice_init+0x41/0x60 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_object_init+0x3e/0x110 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_object_init+0x73/0x110 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_object_init+0x73/0x110 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nouveau_do_resume+0x2b/0xd0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  pci_pm_runtime_resume+0xaa/0xc0
May 10 11:53:33 arch kernel:  ? pci_pm_freeze_noirq+0x100/0x100
May 10 11:53:33 arch kernel:  __rpm_callback+0x44/0x150
May 10 11:53:33 arch kernel:  ? pci_pm_freeze_noirq+0x100/0x100
May 10 11:53:33 arch kernel:  rpm_callback+0x59/0x70
May 10 11:53:33 arch kernel:  rpm_resume+0x561/0x800
May 10 11:53:33 arch kernel:  __pm_runtime_resume+0x4a/0x80
May 10 11:53:33 arch kernel:  rpm_get_suppliers+0x3c/0xc0
May 10 11:53:33 arch kernel:  ? pci_pm_freeze_noirq+0x100/0x100
May 10 11:53:33 arch kernel:  __rpm_callback+0xa2/0x150
May 10 11:53:33 arch kernel:  ? pci_pm_freeze_noirq+0x100/0x100
May 10 11:53:33 arch kernel:  rpm_callback+0x59/0x70
May 10 11:53:33 arch kernel:  rpm_resume+0x561/0x800
May 10 11:53:33 arch kernel:  pm_runtime_work+0x6c/0xa0
May 10 11:53:33 arch kernel:  process_one_work+0x1e5/0x3b0
May 10 11:53:33 arch kernel:  ? rescuer_thread+0x3a0/0x3a0
May 10 11:53:33 arch kernel:  worker_thread+0x50/0x3a0
May 10 11:53:33 arch kernel:  ? rescuer_thread+0x3a0/0x3a0
May 10 11:53:33 arch kernel:  kthread+0xd8/0x100
May 10 11:53:33 arch kernel:  ? kthread_complete_and_exit+0x20/0x20
May 10 11:53:33 arch kernel:  ret_from_fork+0x22/0x30
May 10 11:53:33 arch kernel:  </TASK>
May 10 11:53:33 arch kernel: ---[ end trace 0000000000000000 ]---
May 10 11:53:33 arch kernel: nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff

Also matches https://bugzilla.redhat.com/show_bug.cgi?id=2012526
=> Disable runtime power management for the device, https://wiki.archlinux.org/title/Power_ … Management

Offline

#22 2022-05-11 15:15:00

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

Ah, yeah.
That journal has nouveau constantly crashing

May 10 11:53:33 arch kernel: nouveau 0000:01:00.0: timeout
May 10 11:53:33 arch kernel: WARNING: CPU: 2 PID: 411 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
May 10 11:53:33 arch kernel: Modules linked in: ccm snd_sof_amd_renoir snd_acp_config snd_sof_amd_acp snd_sof_pci snd_sof uvcvideo videobuf2_vmalloc snd_soc_acpi videobuf2_memops intel_rapl_msr intel_rapl_common videobuf2_v4l2 iwlmvm snd_soc_core snd_compress videobuf2_common mac80211 ac97_bus snd_pcm_dmaengine edac_mce_amd amdgpu libarc4 uas videodev snd_pci_acp6x snd_hda_codec_realtek usb_storage snd_pci_acp5x mc snd_hda_codec_generic snd_rn_pci_acp3x joydev gpu_sched ledtrig_audio snd_pci_acp3x mousedev snd_hda_codec_hdmi snd_hda_intel iwlwifi snd_intel_dspcfg ccp iwlmei snd_intel_sdw_acpi kvm snd_hda_codec btusb snd_hda_core hid_multitouch usbhid irqbypass btrtl snd_hwdep r8169 cfg80211 snd_pcm crct10dif_pclmul btbcm crc32_pclmul snd_timer ghash_clmulni_intel tpm_crb realtek sp5100_tco btintel vfat snd mdio_devres acer_wmi tpm_tis btmtk fat aesni_intel crypto_simd cryptd rapl tpm_tis_core sparse_keymap mei wmi_bmof k10temp i2c_piix4 libphy soundcore bluetooth i2c_hid_acpi tpm i2c_hid rng_core
May 10 11:53:33 arch kernel:  acpi_cpufreq pinctrl_amd mac_hid acer_wireless ecdh_generic rfkill sg fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 nvme crc32c_intel xhci_pci nvme_core xhci_pci_renesas i8042 serio nouveau video drm_ttm_helper ttm mxm_wmi wmi
May 10 11:53:33 arch kernel: CPU: 2 PID: 411 Comm: kworker/2:2 Not tainted 5.17.5-arch1-1 #1 bff91b48f6c3cb8d3bfd68f772f9c0a96e684769
May 10 11:53:33 arch kernel: Hardware name: Acer Nitro AN515-44/Stonic_RNS, BIOS V1.04 02/04/2021
May 10 11:53:33 arch kernel: Workqueue: pm pm_runtime_work
May 10 11:53:33 arch kernel: RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
May 10 11:53:33 arch kernel: Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 c8 fd e7 4c 89 ea 48 c7 c7 87 af 50 c0 48 89 c6 e8 76 9c 38 e8 <0f> 0b eb a8 e8 5d 28 3e e8 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
May 10 11:53:33 arch kernel: RSP: 0018:ffffc0030201ba58 EFLAGS: 00010082
May 10 11:53:33 arch kernel: RAX: 0000000000000000 RBX: ffff99b5065e7c00 RCX: 0000000000000027
May 10 11:53:33 arch kernel: RDX: ffff99b7ff6a16e8 RSI: 0000000000000001 RDI: ffff99b7ff6a16e0
May 10 11:53:33 arch kernel: RBP: ffff99b503590f58 R08: 0000000000000000 R09: ffffc0030201b888
May 10 11:53:33 arch kernel: R10: ffffc0030201b880 R11: ffffffffa98cab88 R12: 0000000000000246
May 10 11:53:33 arch kernel: R13: ffff99b501809150 R14: 0000000000000000 R15: 00000003cb32b311
May 10 11:53:33 arch kernel: FS:  0000000000000000(0000) GS:ffff99b7ff680000(0000) knlGS:0000000000000000
May 10 11:53:33 arch kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
May 10 11:53:33 arch kernel: CR2: 00007f7e91be07d0 CR3: 000000011a11c000 CR4: 0000000000350ee0
May 10 11:53:33 arch kernel: Call Trace:
May 10 11:53:33 arch kernel:  <TASK>
May 10 11:53:33 arch kernel:  nv50_instobj_release+0x32/0xc0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_instobj_load+0x4f/0xa0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_instmem_init+0x2c/0x80 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_subdev_init+0x92/0xd0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  ? ktime_get+0x38/0x90
May 10 11:53:33 arch kernel:  nvkm_device_init+0x11f/0x1b0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_udevice_init+0x41/0x60 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_object_init+0x3e/0x110 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_object_init+0x73/0x110 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nvkm_object_init+0x73/0x110 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nouveau_do_resume+0x2b/0xd0 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau dda73a2a4301da3fb3b846a856af7065b0ecca27]
May 10 11:53:33 arch kernel:  pci_pm_runtime_resume+0xaa/0xc0
May 10 11:53:33 arch kernel:  ? pci_pm_freeze_noirq+0x100/0x100
May 10 11:53:33 arch kernel:  __rpm_callback+0x44/0x150
May 10 11:53:33 arch kernel:  ? pci_pm_freeze_noirq+0x100/0x100
May 10 11:53:33 arch kernel:  rpm_callback+0x59/0x70
May 10 11:53:33 arch kernel:  rpm_resume+0x561/0x800
May 10 11:53:33 arch kernel:  __pm_runtime_resume+0x4a/0x80
May 10 11:53:33 arch kernel:  rpm_get_suppliers+0x3c/0xc0
May 10 11:53:33 arch kernel:  ? pci_pm_freeze_noirq+0x100/0x100
May 10 11:53:33 arch kernel:  __rpm_callback+0xa2/0x150
May 10 11:53:33 arch kernel:  ? pci_pm_freeze_noirq+0x100/0x100
May 10 11:53:33 arch kernel:  rpm_callback+0x59/0x70
May 10 11:53:33 arch kernel:  rpm_resume+0x561/0x800
May 10 11:53:33 arch kernel:  pm_runtime_work+0x6c/0xa0
May 10 11:53:33 arch kernel:  process_one_work+0x1e5/0x3b0
May 10 11:53:33 arch kernel:  ? rescuer_thread+0x3a0/0x3a0
May 10 11:53:33 arch kernel:  worker_thread+0x50/0x3a0
May 10 11:53:33 arch kernel:  ? rescuer_thread+0x3a0/0x3a0
May 10 11:53:33 arch kernel:  kthread+0xd8/0x100
May 10 11:53:33 arch kernel:  ? kthread_complete_and_exit+0x20/0x20
May 10 11:53:33 arch kernel:  ret_from_fork+0x22/0x30
May 10 11:53:33 arch kernel:  </TASK>
May 10 11:53:33 arch kernel: ---[ end trace 0000000000000000 ]---
May 10 11:53:33 arch kernel: nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff

Also matches https://bugzilla.redhat.com/show_bug.cgi?id=2012526
=> Disable runtime power management for the device, https://wiki.archlinux.org/title/Power_ … Management

Maybe i'm not worthy enough to use arch, but i tried to find out how to do it via reading that article, tho i couldn't understand, i found another solution, which had adding 'nouveau. runpm=0' to kernel parameters, but it didn't help.

Offline

#23 2022-05-11 19:02:32

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

That's not "another solution" but sth. entirely different.

What in the section following

Alternatively, to blacklist devices that are not working with PCI runtime power management and enable it for all other devices:

do you not understand?
You need power/control to be (always) "on", not "auto" for the nvidia chip (at least, we'll see whether there're remaining issues)

The vendor and product IDs are listed by "lspci -nn"

Offline

#24 2022-05-12 07:09:55

WeebSpirit
Member
Registered: 2021-10-27
Posts: 91

Re: Can't use nouveau to load into xorg.

seth wrote:

That's not "another solution" but sth. entirely different.

What in the section following

Alternatively, to blacklist devices that are not working with PCI runtime power management and enable it for all other devices:

do you not understand?
You need power/control to be (always) "on", not "auto" for the nvidia chip (at least, we'll see whether there're remaining issues)

The vendor and product IDs are listed by "lspci -nn"

So is it like this?

SUBSYSTEM=="pci", ATTR{VGA compatible controller [0300]}=="0x1234", ATTR{NVIDIA Corporation TU117M}=="0x1234", ATTR{power}="on"

Offline

#25 2022-05-12 07:58:39

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Can't use nouveau to load into xorg.

No.
The generic placeholder is 0x1234, not the attribute.

Offline

Board footer

Powered by FluxBB