Thinkpad E13 G3 WiFi Drivers

Hey,

i recently reinstalled manjaro linux and tried to install the wifi drivers. I already did this 2 times before when installing manjaro, but this time i cant get it working.

Iam using a 20Y7003XGE Thinkpad E14 G3

Driver i tried to install: rtl8821ce-dkms-git

What i did:
sudo pacman -Syu dkms linux515-headers
pamac build rtl8821ce-dkms-git
reboot

The Interface is not showing up nor are any wifi connections listed under networks

and whats the output from:
inxi -xxN

Output:

Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: Lenovo driver: r8168 v: 8.049.02-NAPI pcie: speed: 2.5 GT/s
    lanes: 1 port: 3000 bus-ID: 02:00.0 chip-ID: 10ec:8168
  Device-2: Realtek RTL8852AE 802.11ax PCIe Wireless Network Adapter
    vendor: Lenovo driver: N/A pcie: speed: 2.5 GT/s lanes: 1 port: 2000
    bus-ID: 03:00.0 chip-ID: 10ec:8852

uninstall the rtl8821ce-dkms-git
and install this:
rtw89-dkms-git
reboot and test

The driver is already provided by the kernel. Why are you trying to install drivers from the AUR?

Isnt this the driver for the ethernet? For the Wireless Network Adapter it cant find the driver. “Lenovo driver: N/A”

Oops. Sorry, was distracted.

Try rtw89-dkms-git in the AUR:

❯ pamac search 8852
rtw89-dkms-git                                                                                                                                                         1:r148.4dc5371-3  AUR 
    Driver for Realtek 8852AE, an 802.11ax device
1 Like

I just tried the rtw89 driver, it doesnt work also.

Removing the old driver:
pamac remove rtl8821ce-dkms-git
sudo dkms remove rtl8821ce/v5.5.2_34066.20200325

Installing the new one:
pamac build rtw89-dkms-git
reboot

Edit:

pamac search 8852                                                                              ✔ 
rtw89-dkms-git                                                                 [Installed] 1:r176.da9d01e-1   
    Driver for Realtek 8852AE, an 802.11ax device

The driver is there right?

modinfo rtw89-core
modinfo rtw89-pci

Is it loaded?

lsmod | grep rtw89
inxi -Nazy
modinfo rtw89core                                                                              ✔ 
filename:       /lib/modules/5.15.41-1-MANJARO/updates/dkms/rtw89core.ko.xz
license:        Dual BSD/GPL
description:    Realtek 802.11ax wireless core module
author:         Realtek Corporation
srcversion:     A9F82B11C8D1312DBAA391B
depends:        mac80211,cfg80211
retpoline:      Y
name:           rtw89core
vermagic:       5.15.41-1-MANJARO SMP preempt mod_unload 
parm:           debug_mask:Debugging mask (uint)
parm:           disable_ps_mode:Set Y to disable low power mode (bool)
modinfo rtw89pci                                                                               ✔ 
filename:       /lib/modules/5.15.41-1-MANJARO/updates/dkms/rtw89pci.ko.xz
license:        Dual BSD/GPL
description:    Realtek 802.11ax wireless PCI driver
author:         Realtek Corporation
srcversion:     5F18D2B3333DF111288DB86
depends:        rtw89core,mac80211
retpoline:      Y
name:           rtw89pci
vermagic:       5.15.41-1-MANJARO SMP preempt mod_unload 
parm:           disable_clkreq:Set Y to disable PCI clkreq support (bool)
parm:           disable_aspm_l1:Set Y to disable PCI ASPM L1 support (bool)
parm:           disable_aspm_l1ss:Set Y to disable PCI L1SS support (bool)

executes fine but returns nothing in console.

nxi -Nazy                                                                                 0|1 ✘ 
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: Lenovo driver: r8168 v: 8.049.02-NAPI modules: r8169 pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 port: 3000 bus-ID: 02:00.0 chip-ID: 10ec:8168
    class-ID: 0200
  Device-2: Realtek RTL8852AE 802.11ax PCIe Wireless Network Adapter
    vendor: Lenovo driver: N/A pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: 2000
    bus-ID: 03:00.0 chip-ID: 10ec:8852 class-ID: 0280

Try this:

sudo modprobe -v rtw89pci
lsmod | grep rtw89
inxi -Nazy
sudo modprobe -v rtw89pci                                                                                  ✔ 
[sudo] password for xyz: 
insmod /lib/modules/5.15.41-1-MANJARO/kernel/net/wireless/cfg80211.ko.xz 
insmod /lib/modules/5.15.41-1-MANJARO/kernel/lib/crypto/libarc4.ko.xz 
insmod /lib/modules/5.15.41-1-MANJARO/kernel/net/mac80211/mac80211.ko.xz 
insmod /lib/modules/5.15.41-1-MANJARO/updates/dkms/rtw89core.ko.xz 
insmod /lib/modules/5.15.41-1-MANJARO/updates/dkms/rtw89pci.ko.xz 

lsmod | grep rtw89                                                                                  ✔  4s  
rtw89pci               65536  0
rtw89core             421888  1 rtw89pci
mac80211             1236992  2 rtw89pci,rtw89core
cfg80211             1069056  2 rtw89core,mac80211
inxi -Nazy                                                                                                 ✔ 
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: Lenovo driver: r8168 v: 8.049.02-NAPI modules: r8169 pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 port: 3000 bus-ID: 02:00.0 chip-ID: 10ec:8168
    class-ID: 0200
  Device-2: Realtek RTL8852AE 802.11ax PCIe Wireless Network Adapter
    vendor: Lenovo driver: N/A pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: 2000
    bus-ID: 03:00.0 chip-ID: 10ec:8852 class-ID: 0280

What happens at the kernel messages?

sudo dmesg
[    0.307747] pci 0000:00:02.2:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.307820] pci 0000:03:00.0: [10ec:8852] type 00 class 0x028000
[    0.307838] pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.307861] pci 0000:03:00.0: reg 0x18: [mem 0xfd400000-0xfd4fffff 64bit]
[    0.307973] pci 0000:03:00.0: supports D1 D2
[    0.307974] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.308112] pci 0000:00:02.3: PCI bridge to [bus 03]
[    0.308114] pci 0000:00:02.3:   bridge window [io  0x2000-0x2fff]
[    0.308116] pci 0000:00:02.3:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.308182] pci 0000:04:00.0: [1002:164c] type 00 class 0x030000
[    0.308192] pci 0000:04:00.0: reg 0x10: [mem 0x460000000-0x46fffffff 64bit pref]
[    0.308199] pci 0000:04:00.0: reg 0x18: [mem 0x470000000-0x4701fffff 64bit pref]
[    0.308203] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.308208] pci 0000:04:00.0: reg 0x24: [mem 0xfd300000-0xfd37ffff]
[    0.308216] pci 0000:04:00.0: enabling Extended Tags
[    0.308226] pci 0000:04:00.0: BAR 0: assigned to efifb
[    0.308261] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.308292] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.308343] pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
[    0.308350] pci 0000:04:00.1: reg 0x10: [mem 0xfd3c8000-0xfd3cbfff]
[    0.308369] pci 0000:04:00.1: enabling Extended Tags
[    0.308395] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.308450] pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
[    0.308462] pci 0000:04:00.2: reg 0x18: [mem 0xfd200000-0xfd2fffff]
[    0.308471] pci 0000:04:00.2: reg 0x24: [mem 0xfd3cc000-0xfd3cdfff]
[    0.308477] pci 0000:04:00.2: enabling Extended Tags
[    0.308558] pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
[    0.308567] pci 0000:04:00.3: reg 0x10: [mem 0xfd000000-0xfd0fffff 64bit]
[    0.308589] pci 0000:04:00.3: enabling Extended Tags
[    0.308616] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    0.308670] pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
[    0.308680] pci 0000:04:00.4: reg 0x10: [mem 0xfd100000-0xfd1fffff 64bit]
[    0.308702] pci 0000:04:00.4: enabling Extended Tags
[    0.308729] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[    0.308784] pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
[    0.308791] pci 0000:04:00.5: reg 0x10: [mem 0xfd380000-0xfd3bffff]
[    0.308810] pci 0000:04:00.5: enabling Extended Tags
[    0.308835] pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
[    0.308888] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[    0.308895] pci 0000:04:00.6: reg 0x10: [mem 0xfd3c0000-0xfd3c7fff]
[    0.308914] pci 0000:04:00.6: enabling Extended Tags
[    0.308939] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[    0.308994] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.308997] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.308998] pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
[    0.309001] pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
[    0.309108] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.309163] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.309199] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.309249] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.309294] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.309328] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.309362] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.309397] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.309940] ACPI: EC: interrupt unblocked
[    0.309941] ACPI: EC: event unblocked
[    0.309946] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.309947] ACPI: EC: GPE=0x3
[    0.309948] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.309949] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.309986] iommu: Default domain type: Translated 
[    0.309987] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.309996] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.309996] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.309996] pci 0000:04:00.0: vgaarb: setting as boot device
[    0.309996] vgaarb: loaded
[    0.309996] SCSI subsystem initialized
[    0.309996] libata version 3.00 loaded.
[    0.309996] ACPI: bus type USB registered
[    0.309996] usbcore: registered new interface driver usbfs
[    0.309996] usbcore: registered new interface driver hub
[    0.309996] usbcore: registered new device driver usb
[    0.309996] pps_core: LinuxPPS API ver. 1 registered
[    0.309996] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.309996] PTP clock support registered
[    0.309996] EDAC MC: Ver: 3.0.0
[    0.309996] Registered efivars operations
[    0.309996] NetLabel: Initializing
[    0.309996] NetLabel:  domain hash size = 128
[    0.309996] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.309996] NetLabel:  unlabeled traffic allowed by default
[    0.309996] PCI: Using ACPI for IRQ routing
[    0.312839] PCI: pci_cache_line_size set to 64 bytes
[    0.313041] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.313042] e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
[    0.313043] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.313044] e820: reserve RAM buffer [mem 0xc0cd5000-0xc3ffffff]
[    0.313045] e820: reserve RAM buffer [mem 0xc3235000-0xc3ffffff]
[    0.313045] e820: reserve RAM buffer [mem 0xc4b7e000-0xc7ffffff]
[    0.313046] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
[    0.313047] e820: reserve RAM buffer [mem 0x3ee300000-0x3efffffff]
[    0.313076] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.313076] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.314598] clocksource: Switched to clocksource tsc-early
[    0.318164] VFS: Disk quotas dquot_6.6.0
[    0.318179] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.318266] AppArmor: AppArmor Filesystem Enabled
[    0.318305] pnp: PnP ACPI init
[    0.318494] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.318499] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.318500] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.318674] system 00:02: [io  0x0400-0x04cf] has been reserved
[    0.318675] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.318676] system 00:02: [io  0x04d6] has been reserved
[    0.318677] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.318678] system 00:02: [io  0x0c14] has been reserved
[    0.318678] system 00:02: [io  0x0c50-0x0c52] has been reserved
[    0.318679] system 00:02: [io  0x0c6c] has been reserved
[    0.318680] system 00:02: [io  0x0c6f] has been reserved
[    0.318681] system 00:02: [io  0x0cd0-0x0cdb] has been reserved
[    0.318730] system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.318731] system 00:03: [mem 0x00000000-0x01ffffff] could not be reserved
[    0.318733] system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.318734] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.318735] system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
[    0.318736] system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
[    0.318979] pnp: PnP ACPI: found 6 devices
[    0.326330] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.326445] NET: Registered PF_INET protocol family
[    0.326714] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.329064] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.329199] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.329394] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.329456] TCP: Hash tables configured (established 131072 bind 65536)
[    0.329563] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.329610] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.329654] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.329744] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.329750] NET: Registered PF_XDP protocol family
[    0.329765] pci 0000:00:02.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    0.329789] pci 0000:00:02.3: BAR 15: assigned [mem 0x430000000-0x4301fffff 64bit pref]
[    0.329793] pci 0000:00:02.1: PCI bridge to [bus 01]
[    0.329797] pci 0000:00:02.1:   bridge window [mem 0xfd600000-0xfd6fffff]
[    0.329801] pci 0000:00:02.2: PCI bridge to [bus 02]
[    0.329802] pci 0000:00:02.2:   bridge window [io  0x3000-0x3fff]
[    0.329805] pci 0000:00:02.2:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.329809] pci 0000:00:02.3: PCI bridge to [bus 03]
[    0.329810] pci 0000:00:02.3:   bridge window [io  0x2000-0x2fff]
[    0.329812] pci 0000:00:02.3:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.329814] pci 0000:00:02.3:   bridge window [mem 0x430000000-0x4301fffff 64bit pref]
[    0.329828] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.329829] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.329831] pci 0000:00:08.1:   bridge window [mem 0xfd000000-0xfd3fffff]
[    0.329833] pci 0000:00:08.1:   bridge window [mem 0x460000000-0x4701fffff 64bit pref]
[    0.329837] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.329838] pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
[    0.329839] pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
[    0.329839] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
[    0.329840] pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
[    0.329841] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
[    0.329842] pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
[    0.329843] pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
[    0.329843] pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
[    0.329844] pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
[    0.329845] pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
[    0.329846] pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
[    0.329847] pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
[    0.329847] pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
[    0.329848] pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
[    0.329849] pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
[    0.329850] pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
[    0.329851] pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
[    0.329852] pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
[    0.329853] pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
[    0.329853] pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
[    0.329854] pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
[    0.329855] pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
[    0.329856] pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
[    0.329857] pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
[    0.329858] pci_bus 0000:00: resource 29 [mem 0xd0000000-0xf7ffffff window]
[    0.329859] pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
[    0.329860] pci_bus 0000:00: resource 31 [mem 0x430000000-0xffffffffff window]
[    0.329861] pci_bus 0000:00: resource 32 [io  0x0000-0x0cf7 window]
[    0.329861] pci_bus 0000:00: resource 33 [io  0x0d00-0xffff window]
[    0.329863] pci_bus 0000:01: resource 1 [mem 0xfd600000-0xfd6fffff]
[    0.329864] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.329865] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.329866] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.329867] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
[    0.329867] pci_bus 0000:03: resource 2 [mem 0x430000000-0x4301fffff 64bit pref]
[    0.329869] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.329869] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd3fffff]
[    0.329870] pci_bus 0000:04: resource 2 [mem 0x460000000-0x4701fffff 64bit pref]
[    0.330162] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    0.330191] pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
[    0.330412] pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
[    0.330484] PCI: CLS 32 bytes, default 64
[    0.330495] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.330557] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.330558] pci 0000:00:00.2: PCI INT A: not connected
[    0.330571] pci 0000:00:01.0: Adding to iommu group 0
[    0.330576] Trying to unpack rootfs image as initramfs...
[    0.330581] pci 0000:00:02.0: Adding to iommu group 1
[    0.330587] pci 0000:00:02.1: Adding to iommu group 2
[    0.330594] pci 0000:00:02.2: Adding to iommu group 3
[    0.330600] pci 0000:00:02.3: Adding to iommu group 4
[    0.330611] pci 0000:00:08.0: Adding to iommu group 5
[    0.330615] pci 0000:00:08.1: Adding to iommu group 5
[    0.330624] pci 0000:00:14.0: Adding to iommu group 6
[    0.330629] pci 0000:00:14.3: Adding to iommu group 6
[    0.330647] pci 0000:00:18.0: Adding to iommu group 7
[    0.330652] pci 0000:00:18.1: Adding to iommu group 7
[    0.330657] pci 0000:00:18.2: Adding to iommu group 7
[    0.330664] pci 0000:00:18.3: Adding to iommu group 7
[    0.330668] pci 0000:00:18.4: Adding to iommu group 7
[    0.330674] pci 0000:00:18.5: Adding to iommu group 7
[    0.330678] pci 0000:00:18.6: Adding to iommu group 7
[    0.330683] pci 0000:00:18.7: Adding to iommu group 7
[    0.330693] pci 0000:01:00.0: Adding to iommu group 8
[    0.330699] pci 0000:02:00.0: Adding to iommu group 9
[    0.330705] pci 0000:03:00.0: Adding to iommu group 10
[    0.330716] pci 0000:04:00.0: Adding to iommu group 5
[    0.330719] pci 0000:04:00.1: Adding to iommu group 5
[    0.330722] pci 0000:04:00.2: Adding to iommu group 5
[    0.330725] pci 0000:04:00.3: Adding to iommu group 5
[    0.330728] pci 0000:04:00.4: Adding to iommu group 5
[    0.330730] pci 0000:04:00.5: Adding to iommu group 5
[    0.330734] pci 0000:04:00.6: Adding to iommu group 5
[    0.332050] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.332055] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.332059] AMD-Vi: Interrupt remapping enabled
[    0.332060] AMD-Vi: Virtual APIC enabled
[    0.332060] AMD-Vi: X2APIC enabled
[    0.332246] software IO TLB: tearing down default memory pool
[    0.332918] LVT offset 0 assigned for vector 0x400
[    0.341904] perf: AMD IBS detected (0x000003ff)
[    0.341914] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.344560] Initialise system trusted keyrings
[    0.344572] Key type blacklist registered
[    0.344625] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.345256] zbud: loaded
[    0.347897] Key type asymmetric registered
[    0.347898] Asymmetric key parser 'x509' registered
[    0.347912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.347980] io scheduler mq-deadline registered
[    0.347982] io scheduler kyber registered
[    0.348005] io scheduler bfq registered
[    0.348564] pcieport 0000:00:02.1: PME: Signaling with IRQ 26
[    0.348656] pcieport 0000:00:02.2: PME: Signaling with IRQ 27
[    0.348736] pcieport 0000:00:02.3: PME: Signaling with IRQ 28
[    0.348749] pcieport 0000:00:02.3: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.348935] pcieport 0000:00:08.1: PME: Signaling with IRQ 29
[    0.349001] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.351095] ACPI: AC: AC Adapter [AC] (off-line)
[    0.351124] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.351137] ACPI: button: Power Button [PWRB]
[    0.351155] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.356203] ACPI: button: Lid Switch [LID]
[    0.356284] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.356427] ACPI: button: Sleep Button [SLPB]
[    0.356505] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.356620] ACPI: button: Power Button [PWRF]
[    0.356861] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1755
[    0.356892] Monitor-Mwait will be used to enter C-1 state
[    0.356902] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.357106] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.357261] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.357412] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.357669] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.357975] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.358238] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.358578] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.358788] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.359025] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.359216] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.359501] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.359768] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.359924] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.360184] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.360459] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.360953] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.361421] ACPI: battery: Slot [BAT0] (battery present)
[    0.362006] Non-volatile memory driver v1.3
[    0.362009] Linux agpgart interface v0.103
[    0.362113] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.363650] nvme 0000:01:00.0: platform quirk: setting simple suspend
[    0.363684] nvme nvme0: pci function 0000:01:00.0
[    0.363725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.363730] ehci-pci: EHCI PCI platform driver
[    0.363737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.363739] ohci-pci: OHCI PCI platform driver
[    0.363743] uhci_hcd: USB Universal Host Controller Interface driver
[    0.363765] usbcore: registered new interface driver usbserial_generic
[    0.363767] usbserial: USB Serial support registered for generic
[    0.363969] rtc_cmos 00:01: RTC can wake from S4
[    0.364186] rtc_cmos 00:01: registered as rtc0
[    0.364216] rtc_cmos 00:01: setting system clock to 2022-06-03T21:25:24 UTC (1654291524)
[    0.364225] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.364866] ledtrig-cpu: registered to indicate activity on CPUs
[    0.365016] efifb: probing for efifb
[    0.365028] efifb: showing boot graphics
[    0.366309] efifb: framebuffer at 0x460000000, using 8128k, total 8128k
[    0.366313] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.366314] efifb: scrolling: redraw
[    0.366314] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.366385] fbcon: Deferring console take-over
[    0.366387] fb0: EFI VGA frame buffer device
[    0.366423] hid: raw HID events driver (C) Jiri Kosina
[    0.366513] ashmem: initialized
[    0.366600] drop_monitor: Initializing network drop monitor service
[    0.366647] Initializing XFRM netlink socket
[    0.366697] NET: Registered PF_INET6 protocol family
[    0.408458] Freeing initrd memory: 8552K
[    0.415883] Segment Routing with IPv6
[    0.415888] RPL Segment Routing with IPv6
[    0.415922] In-situ OAM (IOAM) with IPv6
[    0.415972] NET: Registered PF_PACKET protocol family
[    0.418503] microcode: CPU0: patch_level=0x08608103
[    0.418520] microcode: CPU1: patch_level=0x08608103
[    0.418551] microcode: CPU2: patch_level=0x08608103
[    0.418563] microcode: CPU3: patch_level=0x08608103
[    0.418593] microcode: CPU4: patch_level=0x08608103
[    0.418608] microcode: CPU5: patch_level=0x08608103
[    0.418638] microcode: CPU6: patch_level=0x08608103
[    0.418655] microcode: CPU7: patch_level=0x08608103
[    0.418675] microcode: CPU8: patch_level=0x08608103
[    0.418692] microcode: CPU9: patch_level=0x08608103
[    0.418696] microcode: CPU10: patch_level=0x08608103
[    0.418706] microcode: CPU11: patch_level=0x08608103
[    0.418733] microcode: CPU12: patch_level=0x08608103
[    0.418756] microcode: CPU13: patch_level=0x08608103
[    0.418783] microcode: CPU14: patch_level=0x08608103
[    0.418796] microcode: CPU15: patch_level=0x08608103
[    0.418809] microcode: Microcode Update Driver: v2.2.
[    0.419431] resctrl: L3 allocation detected
[    0.419435] resctrl: MB allocation detected
[    0.419435] resctrl: L3 monitoring detected
[    0.419441] IPI shorthand broadcast: enabled
[    0.419453] sched_clock: Marking stable (418982934, 423028)->(424912286, -5506324)
[    0.419941] registered taskstats version 1
[    0.420762] Loading compiled-in X.509 certificates
[    0.422872] Loaded X.509 cert 'Build time autogenerated kernel key: 44e1c42abf17943da1f3658949e0d628601db193'
[    0.426459] zswap: loaded using pool zstd/z3fold
[    0.427983] Key type ._fscrypt registered
[    0.427986] Key type .fscrypt registered
[    0.427987] Key type fscrypt-provisioning registered
[    0.428032] AppArmor: AppArmor sha1 policy hashing enabled
[    0.428250] PM:   Magic number: 10:826:448
[    0.428526] RAS: Correctable Errors collector initialized.
[    0.463726] nvme nvme0: 16/0/0 default/read/poll queues
[    0.477402]  nvme0n1: p1 p2
[    0.479310] Freeing unused decrypted memory: 2036K
[    0.479631] Freeing unused kernel image (initmem) memory: 1864K
[    0.489954] Write protecting the kernel read-only data: 28672k
[    0.490972] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.491375] Freeing unused kernel image (rodata/data gap) memory: 1396K
[    0.519724] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.519730] rodata_test: all tests were successful
[    0.519736] Run /init as init process
[    0.519737]   with arguments:
[    0.519738]     /init
[    0.519738]   with environment:
[    0.519739]     HOME=/
[    0.519739]     TERM=linux
[    0.519740]     BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64
[    0.635590] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    0.635632] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
[    0.635760] xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.636111] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.636113] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.636114] usb usb1: Product: xHCI Host Controller
[    0.636115] usb usb1: Manufacturer: Linux 5.15.41-1-MANJARO xhci-hcd
[    0.636116] usb usb1: SerialNumber: 0000:04:00.3
[    0.636286] hub 1-0:1.0: USB hub found
[    0.636292] hub 1-0:1.0: 4 ports detected
[    0.636540] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    0.636545] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
[    0.636549] xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.636569] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.636584] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.636586] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.636587] usb usb2: Product: xHCI Host Controller
[    0.636588] usb usb2: Manufacturer: Linux 5.15.41-1-MANJARO xhci-hcd
[    0.636589] usb usb2: SerialNumber: 0000:04:00.3
[    0.636708] hub 2-0:1.0: USB hub found
[    0.636712] hub 2-0:1.0: 2 ports detected
[    0.637082] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.637093] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
[    0.637184] xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    0.637569] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.637572] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.637574] usb usb3: Product: xHCI Host Controller
[    0.637575] usb usb3: Manufacturer: Linux 5.15.41-1-MANJARO xhci-hcd
[    0.637576] usb usb3: SerialNumber: 0000:04:00.4
[    0.637814] hub 3-0:1.0: USB hub found
[    0.637821] hub 3-0:1.0: 4 ports detected
[    0.638066] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.638072] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
[    0.638075] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.638105] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.638119] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.638121] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.638122] usb usb4: Product: xHCI Host Controller
[    0.638123] usb usb4: Manufacturer: Linux 5.15.41-1-MANJARO xhci-hcd
[    0.638124] usb usb4: SerialNumber: 0000:04:00.4
[    0.638244] hub 4-0:1.0: USB hub found
[    0.638249] hub 4-0:1.0: 2 ports detected
[    0.639243] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.642068] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.642100] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.658925] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.806770] fbcon: Taking over console
[    0.807002] Console: switching to colour frame buffer device 240x67
[    0.855789] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    0.888191] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    0.888208] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    0.932287] random: fast init done
[    0.948946] systemd[1]: systemd 250.5-1-manjaro 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)
[    0.949167] systemd[1]: Detected architecture x86-64.
[    0.950853] systemd[1]: Hostname set to <Laptop>.
[    1.032892] usb 1-3: New USB device found, idVendor=13d3, idProduct=56fb, bcdDevice=20.04
[    1.032902] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.032906] usb 1-3: Product: Integrated Camera
[    1.032908] usb 1-3: Manufacturer: Azurewave
[    1.032911] usb 1-3: SerialNumber: 0000
[    1.063217] usb 3-3: New USB device found, idVendor=04f3, idProduct=0c4b, bcdDevice=27.01
[    1.063227] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.063231] usb 3-3: Product: ELAN:Fingerprint
[    1.063234] usb 3-3: Manufacturer: ELAN
[    1.158759] systemd[1]: Queued start job for default target Graphical Interface.
[    1.159990] systemd[1]: Created slice Slice /system/getty.
[    1.160204] systemd[1]: Created slice Slice /system/modprobe.
[    1.160354] systemd[1]: Created slice Slice /system/systemd-fsck.
[    1.160447] systemd[1]: Created slice User and Session Slice.
[    1.160485] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.160507] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.160607] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.160629] systemd[1]: Reached target Local Encrypted Volumes.
[    1.160640] systemd[1]: Reached target Login Prompts.
[    1.160650] systemd[1]: Reached target Local Integrity Protected Volumes.
[    1.160666] systemd[1]: Reached target Remote File Systems.
[    1.160674] systemd[1]: Reached target Slice Units.
[    1.160690] systemd[1]: Reached target Swaps.
[    1.160702] systemd[1]: Reached target Local Verity Protected Volumes.
[    1.160742] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.160897] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.161567] systemd[1]: Listening on Process Core Dump Socket.
[    1.161643] systemd[1]: Listening on Journal Audit Socket.
[    1.161689] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.161735] systemd[1]: Listening on Journal Socket.
[    1.162208] systemd[1]: Listening on udev Control Socket.
[    1.162248] systemd[1]: Listening on udev Kernel Socket.
[    1.162751] systemd[1]: Mounting Huge Pages File System...
[    1.163400] systemd[1]: Mounting POSIX Message Queue File System...
[    1.163778] systemd[1]: Mounting Kernel Debug File System...
[    1.164171] systemd[1]: Mounting Kernel Trace File System...
[    1.164774] systemd[1]: Starting Load AppArmor profiles...
[    1.165555] systemd[1]: Starting Create List of Static Device Nodes...
[    1.166757] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.167946] systemd[1]: Starting Load Kernel Module configfs...
[    1.168476] systemd[1]: Starting Load Kernel Module drm...
[    1.169124] systemd[1]: Starting Load Kernel Module fuse...
[    1.169241] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    1.170644] systemd[1]: Starting Load Kernel Modules...
[    1.171224] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.171274] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    1.171890] systemd[1]: Starting Coldplug All udev Devices...
[    1.173039] systemd[1]: Mounted Huge Pages File System.
[    1.173109] systemd[1]: Mounted POSIX Message Queue File System.
[    1.173144] systemd[1]: Mounted Kernel Debug File System.
[    1.173181] systemd[1]: Mounted Kernel Trace File System.
[    1.173287] systemd[1]: Finished Create List of Static Device Nodes.
[    1.173573] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.173658] systemd[1]: Finished Load Kernel Module configfs.
[    1.173875] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.173971] systemd[1]: Finished Load Kernel Module drm.
[    1.174713] systemd[1]: Mounting Kernel Configuration File System...
[    1.176343] systemd[1]: Mounted Kernel Configuration File System.
[    1.176950] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
[    1.177276] random: lvm: uninitialized urandom read (4 bytes read)
[    1.178075] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.178222] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    1.179709] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.180685] systemd[1]: Starting Load/Save Random Seed...
[    1.180748] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    1.181831] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.182522] usb 3-4: new full-speed USB device number 3 using xhci_hcd
[    1.184023] fuse: init (API version 7.34)
[    1.184753] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.184898] systemd[1]: Finished Load Kernel Module fuse.
[    1.186036] systemd[1]: Mounting FUSE Control File System...
[    1.188627] systemd[1]: Mounted FUSE Control File System.
[    1.195560] IPMI message handler: version 39.2
[    1.196737] audit: type=1400 audit(1654291525.329:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=357 comm="apparmor_parser"
[    1.196746] audit: type=1400 audit(1654291525.329:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=357 comm="apparmor_parser"
[    1.200803] ipmi device interface
[    1.201906] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.201992] systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6).
[    1.203709] systemd[1]: Starting Journal Service...
[    1.205359] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.207635] systemd[1]: Finished Load Kernel Modules.
[    1.208930] systemd[1]: Starting Apply Kernel Variables...
[    1.215254] systemd[1]: Finished Apply Kernel Variables.
[    1.231643] systemd[1]: Finished Coldplug All udev Devices.
[    1.231707] audit: type=1130 audit(1654291525.363:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.242573] audit: type=1400 audit(1654291525.373:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=353 comm="apparmor_parser"
[    1.243298] audit: type=1400 audit(1654291525.376:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=353 comm="apparmor_parser"
[    1.243962] audit: type=1400 audit(1654291525.376:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=352 comm="apparmor_parser"
[    1.247358] systemd[1]: Started Journal Service.
[    1.247460] audit: type=1130 audit(1654291525.379:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.252250] audit: type=1130 audit(1654291525.383:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.252793] systemd-journald[361]: Received client request to flush runtime journal.
[    1.268005] audit: type=1130 audit(1654291525.399:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.312996] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.341319] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    1.344724] acpi device:0b: registered as cooling_device16
[    1.345146] usb 3-4: New USB device found, idVendor=0bda, idProduct=4852, bcdDevice= 0.00
[    1.345151] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.345152] usb 3-4: Product: Bluetooth Radio
[    1.345154] usb 3-4: Manufacturer: Realtek
[    1.345155] usb 3-4: SerialNumber: 00e04c000001
[    1.345903] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:00/input/input6
[    1.348935] tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[    1.355831] tsc: Refined TSC clocksource calibration: 1810.456 MHz
[    1.355843] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1a18bf2831c, max_idle_ns: 440795293610 ns
[    1.355880] clocksource: Switched to clocksource tsc
[    1.365055] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.365132] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.365176] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.365217] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.367443] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.413097] r8168: loading out-of-tree module taints kernel.
[    1.440855] r8168: module verification failed: signature and/or required key missing - tainting kernel
[    1.441033] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    1.441679] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.441684] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.441809] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.442942] mc: Linux media interface: v0.10
[    1.443324] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    1.443328] RAPL PMU: hw unit of domain package 2^-16 Joules
[    1.444100] ccp 0000:04:00.2: enabling device (0000 -> 0002)
[    1.444270] ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    1.444881] snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
[    1.454452] ccp 0000:04:00.2: tee enabled
[    1.454479] ccp 0000:04:00.2: psp enabled
[    1.471816] r8168 Gigabit Ethernet driver 8.049.02-NAPI loaded
[    1.477805] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    1.477930] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    1.478021] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    1.478873] cryptd: max_cpu_qlen set to 1000
[    1.490260] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    1.502967] r8168  Copyright (C) 2021 Realtek NIC software team <nicfae@realtek.com> 
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    1.548697] AVX2 version of gcm_enc/dec engaged.
[    1.548748] AES CTR mode by8 optimization enabled
[    1.550117] videodev: Linux video capture interface: v2.00
[    1.586885] r8168 0000:02:00.0 enp2s0: renamed from eth0
[    1.589822] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    1.589827] thinkpad_acpi: http://ibm-acpi.sf.net/
[    1.589829] thinkpad_acpi: ThinkPad BIOS R1OET28W (1.07 ), EC R1OHT28W
[    1.589831] thinkpad_acpi: Lenovo ThinkPad E14 Gen 3, model 20Y7003XGE
[    1.593319] thinkpad_acpi: radio switch found; radios are enabled
[    1.593336] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    1.593337] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    1.597670] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    1.679830] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[    1.689627] ACPI Error: No handler for Region [ECSI] (00000000478193e1) [EmbeddedControl] (20210730/evregion-130)
[    1.689637] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20210730/exfldio-261)
[    1.689651] ACPI Error: Aborting method \_SB.UBTC.ECRD due to previous error (AE_NOT_EXIST) (20210730/psparse-529)
[    1.690038] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[    1.690248] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[    1.690572] ACPI Error: Aborting method \_SB.UBTC._DSM due to previous error (AE_NOT_EXIST) (20210730/psparse-529)
[    1.691643] ACPI: \_SB_.UBTC: failed to evaluate _DSM (0x6)
[    1.691648] ucsi_acpi USBC000:00: ucsi_acpi_dsm: failed to evaluate _DSM 2
[    1.714237] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input10
[    1.714290] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input11
[    1.714328] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input12
[    1.729215] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    1.818760] Bluetooth: Core ver 2.22
[    1.818799] NET: Registered PF_BLUETOOTH protocol family
[    1.818801] Bluetooth: HCI device and connection manager initialized
[    1.818805] Bluetooth: HCI socket layer initialized
[    1.818808] Bluetooth: L2CAP socket layer initialized
[    1.818811] Bluetooth: SCO socket layer initialized
[    1.822244] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    1.822250] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.822252] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    1.822254] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    1.822255] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    1.822256] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    1.822257] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    1.833493] usb 1-3: Found UVC 1.10 device Integrated Camera (13d3:56fb)
[    1.844208] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/input/input13
[    1.845707] usb 1-3: Found UVC 1.50 device Integrated Camera (13d3:56fb)
[    1.849042] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/input/input14
[    1.849566] usbcore: registered new interface driver uvcvideo
[    1.852025] thinkpad_acpi: battery 1 registered (start 90, stop 95)
[    1.852037] ACPI: battery: new extension: ThinkPad Battery Extension
[    1.855035] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
[    1.865707] kvm: Nested Virtualization enabled
[    1.865711] SVM: kvm: Nested Paging enabled
[    1.865722] SVM: Virtual VMLOAD VMSAVE supported
[    1.865723] SVM: Virtual GIF supported
[    1.903685] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input15
[    1.903760] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input16
[    1.936986] MCE: In-kernel MCE decoding enabled.
[    1.971273] usbcore: registered new interface driver btusb
[    1.971435] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=dbb7 lmp_ver=0b lmp_subver=c1d9
[    1.971443] Bluetooth: hci0: RTL: unknown IC info, lmp subver c1d9, hci rev dbb7, hci ver 000b
[    1.971445] Bluetooth: hci0: RTL: assuming no firmware upload needed
[    2.028813] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
[    2.041720] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x0d.
[    2.055315] psmouse serio1: elantech: Elan sample query result 00, 0d, a7
[    2.068411] psmouse serio1: elantech: Elan ic body: 0x11, current fw version: 0x4
[    2.080318] [drm] amdgpu kernel modesetting enabled.
[    2.113119] intel_rapl_common: Found RAPL domain package
[    2.113126] intel_rapl_common: Found RAPL domain core
[    2.129421] clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large:
[    2.129430] clocksource:                       'hpet' wd_nsec: 510596877 wd_now: 1bba8ea wd_last: 14c1b08 mask: ffffffff
[    2.129434] clocksource:                       'tsc' cs_nsec: 506696151 cs_now: 5da3121e8 cs_last: 5a3837708 mask: ffffffffffffffff
[    2.129437] clocksource:                       'tsc' is current clocksource.
[    2.129445] tsc: Marking TSC unstable due to clocksource watchdog
[    2.129460] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    2.129462] sched_clock: Marking unstable (2129037025, 423007)<-(2134966184, -5506324)
[    2.129789] clocksource: Checking clocksource tsc synchronization from CPU 3 to CPUs 0,4,7,10,14-15.
[    2.129988] clocksource: Switched to clocksource hpet
[    2.140723] psmouse serio1: elantech: Trying to set up SMBus access
[    2.140770] psmouse serio1: elantech: SMbus companion is not ready yet
[    2.169680] input: ETPS/2 Elantech TrackPoint as /devices/platform/i8042/serio1/input/input17
[    2.186411] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
[    2.187698] random: avahi-daemon: uninitialized urandom read (4 bytes read)
[    2.190498] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    2.206402] random: polkitd: uninitialized urandom read (8 bytes read)
[    2.222735] mousedev: PS/2 mouse device common for all mice
[    2.228165] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.228169] Bluetooth: BNEP filters: protocol multicast
[    2.228173] Bluetooth: BNEP socket layer initialized
[    2.263618] NET: Registered PF_ALG protocol family
[    2.309566] enp2s0: 0xffffa37ec0339000, 90:2e:16:2f:85:7c, IRQ 69
[    2.312250] amdgpu: Virtual CRAT table created for CPU
[    2.312267] amdgpu: Topology: Add CPU node
[    2.312353] checking generic (460000000 7f0000) vs hw (460000000 10000000)
[    2.312356] checking generic (460000000 7f0000) vs hw (460000000 10000000)
[    2.312357] fb0: switching to amdgpu from EFI VGA
[    2.312510] Console: switching to colour dummy device 80x25
[    2.312595] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
[    2.312658] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
[    2.313371] [drm] initializing kernel modesetting (RENOIR 0x1002:0x164C 0x17AA:0x5097 0xC1).
[    2.313378] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    2.314363] [drm] register mmio base: 0xFD300000
[    2.314369] [drm] register mmio size: 524288
[    2.314372] [drm] PCIE atomic ops is not supported
[    2.315474] [drm] add ip block number 0 <soc15_common>
[    2.315479] [drm] add ip block number 1 <gmc_v9_0>
[    2.315480] [drm] add ip block number 2 <vega10_ih>
[    2.315481] [drm] add ip block number 3 <psp>
[    2.315482] [drm] add ip block number 4 <smu>
[    2.315483] [drm] add ip block number 5 <gfx_v9_0>
[    2.315484] [drm] add ip block number 6 <sdma_v4_0>
[    2.315485] [drm] add ip block number 7 <dm>
[    2.315486] [drm] add ip block number 8 <vcn_v2_0>
[    2.315487] [drm] add ip block number 9 <jpeg_v2_0>
[    2.315505] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
[    2.315508] amdgpu: ATOM BIOS: 113-LUCIENNE-016
[    2.315928] [drm] VCN decode is enabled in VM mode
[    2.315931] [drm] VCN encode is enabled in VM mode
[    2.315931] [drm] JPEG decode is enabled in VM mode
[    2.315970] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    2.315976] amdgpu 0000:04:00.0: amdgpu: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
[    2.315979] amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    2.315980] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    2.315985] [drm] Detected VRAM RAM=1024M, BAR=1024M
[    2.315985] [drm] RAM width 128bits DDR4
[    2.316031] [drm] amdgpu: 1024M of VRAM memory ready
[    2.316032] [drm] amdgpu: 3072M of GTT memory ready.
[    2.316037] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    2.316156] [drm] PCIE GART of 1024M enabled.
[    2.316157] [drm] PTB located at 0x000000F400900000
[    2.317302] amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
[    2.322182] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    2.322863] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    2.322877] amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
[    2.417568] loop: module loaded
[    2.418297] loop0: detected capacity change from 0 to 8
[    2.419049] NET: Registered PF_QIPCRTR protocol family
[    2.425627] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.822943] ucsi_acpi: probe of USBC000:00 failed with error -5
[    3.083923] [drm] reserve 0x400000 from 0xf43f800000 for PSP TMR
[    3.109151] random: crng init done
[    3.109154] random: 6 urandom warning(s) missed due to ratelimiting
[    3.173602] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    3.183185] amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    3.183192] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    3.183736] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
[    3.185077] [drm] kiq ring mec 2 pipe 1 q 0
[    3.186192] [drm] Display Core initialized with v3.2.149!
[    3.186719] [drm] DMUB hardware initialized: version=0x0101001F
[    3.207839] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    3.389654] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    3.389675] [drm] JPEG decode initialized successfully.
[    3.391434] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    3.429224] memmap_init_zone_device initialised 262144 pages in 4ms
[    3.429262] amdgpu: HMM registered 1024MB device memory
[    3.429392] amdgpu: SRAT table not found
[    3.429396] amdgpu: Virtual CRAT table created for GPU
[    3.429566] amdgpu: Topology: Add dGPU node [0x164c:0x1002]
[    3.429570] kfd kfd: amdgpu: added device 1002:164c
[    3.429604] amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[    3.432285] [drm] fb mappable at 0x3F0CD3000
[    3.432289] [drm] vram apper at 0x3F0000000
[    3.432290] [drm] size 8294400
[    3.432291] [drm] fb depth is 24
[    3.432291] [drm]    pitch is 7680
[    3.432640] fbcon: amdgpudrmfb (fb0) is primary device
[    3.491580] Console: switching to colour frame buffer device 240x67
[    3.510701] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    3.523867] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    3.523875] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    3.523878] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    3.523880] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    3.523882] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    3.523884] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    3.523885] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    3.523887] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    3.523889] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    3.523891] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    3.523894] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    3.523896] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    3.523898] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    3.523900] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    3.523902] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    3.526909] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:04:00.0 on minor 0
[    4.399371] r8168: enp2s0: link up
[    4.405889] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[    5.271813] kauditd_printk_skb: 60 callbacks suppressed
[    5.271821] audit: type=1130 audit(1654291529.402:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.276632] audit: type=1334 audit(1654291529.409:66): prog-id=20 op=LOAD
[    5.276918] audit: type=1334 audit(1654291529.409:67): prog-id=21 op=LOAD
[    5.335020] audit: type=1130 audit(1654291529.465:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.982268] audit: type=1131 audit(1654291531.115:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.333598] audit: type=1131 audit(1654291536.465:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.458404] audit: type=1131 audit(1654291541.589:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.935018] audit: type=1100 audit(1654291547.065:72): pid=737 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="jakob" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   22.935210] audit: type=1101 audit(1654291547.065:73): pid=737 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jakob" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   22.936113] audit: type=1103 audit(1654291547.068:74): pid=737 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="jakob" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   22.936282] audit: type=1006 audit(1654291547.068:75): pid=737 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   22.936291] audit: type=1300 audit(1654291547.068:75): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffe67c48510 a2=4 a3=7ffe67c48224 items=0 ppid=569 pid=737 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" subj==unconfined key=(null)
[   22.936295] audit: type=1327 audit(1654291547.068:75): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746839393631346339392D376533392D346132382D626436662D373130306466316337636135002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
[   22.966611] audit: type=1130 audit(1654291547.098:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.975409] audit: type=1101 audit(1654291547.105:77): pid=739 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jakob" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.975417] audit: type=1103 audit(1654291547.105:78): pid=739 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="jakob" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   22.975473] audit: type=1006 audit(1654291547.105:79): pid=739 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   24.956812] Bluetooth: RFCOMM TTY layer initialized
[   24.956836] Bluetooth: RFCOMM socket layer initialized
[   24.956847] Bluetooth: RFCOMM ver 1.11
[   32.464933] kauditd_printk_skb: 12 callbacks suppressed
[   32.464937] audit: type=1131 audit(1654291556.595:88): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.504607] audit: type=1131 audit(1654291556.635:89): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.529623] audit: type=1334 audit(1654291556.662:90): prog-id=0 op=UNLOAD
[   32.529636] audit: type=1334 audit(1654291556.662:91): prog-id=0 op=UNLOAD
[   32.529639] audit: type=1334 audit(1654291556.662:92): prog-id=0 op=UNLOAD
[   32.552700] audit: type=1334 audit(1654291556.685:93): prog-id=0 op=UNLOAD
[   32.552709] audit: type=1334 audit(1654291556.685:94): prog-id=0 op=UNLOAD
[   32.552712] audit: type=1334 audit(1654291556.685:95): prog-id=0 op=UNLOAD
[   33.340956] audit: type=1131 audit(1654291557.472:96): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@963 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.349957] audit: type=1131 audit(1654291557.482:97): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@963 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.328775] kauditd_printk_skb: 1 callbacks suppressed
[   38.328782] audit: type=1111 audit(1654291562.458:99): pid=546 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=statistics interface="enp2s0" ifindex=2 args=0 pid=895 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[   62.084393] audit: type=1111 audit(1654291586.215:100): pid=546 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=statistics interface="enp2s0" ifindex=2 args=2000 pid=895 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[   63.346754] audit: type=1111 audit(1654291587.478:101): pid=546 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=statistics interface="enp2s0" ifindex=2 args=0 pid=895 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[  642.087512] [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
[  936.843081] audit: type=1130 audit(1654292460.977:102): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  936.843095] audit: type=1131 audit(1654292460.977:103): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  941.834842] PM: suspend entry (deep)
[  941.837834] Filesystems sync: 0.002 seconds
[  941.838251] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  941.840385] OOM killer disabled.
[  941.840386] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  941.841955] printk: Suspending console(s) (use no_console_suspend to debug)
[  941.975390] [drm] free PSP TMR buffer
[  942.334768] ACPI: EC: interrupt blocked
[  942.349422] amdgpu 0000:04:00.0: amdgpu: MODE2 reset
[  942.366229] ACPI: PM: Preparing to enter system sleep state S3
[  942.367562] ACPI: EC: event blocked
[  942.367564] ACPI: EC: EC stopped
[  942.367565] ACPI: PM: Saving platform NVS memory
[  942.367902] Disabling non-boot CPUs ...
[  942.371628] smpboot: CPU 1 is now offline
[  942.375388] smpboot: CPU 2 is now offline
[  942.379109] smpboot: CPU 3 is now offline
[  942.382676] smpboot: CPU 4 is now offline
[  942.385842] smpboot: CPU 5 is now offline
[  942.389222] smpboot: CPU 6 is now offline
[  942.392185] smpboot: CPU 7 is now offline
[  942.396104] smpboot: CPU 8 is now offline
[  942.399225] smpboot: CPU 9 is now offline
[  942.402157] smpboot: CPU 10 is now offline
[  942.405057] smpboot: CPU 11 is now offline
[  942.407697] smpboot: CPU 12 is now offline
[  942.410404] smpboot: CPU 13 is now offline
[  942.413980] smpboot: CPU 14 is now offline
[  942.416315] smpboot: CPU 15 is now offline
[  942.416508] ACPI: PM: Low-level resume complete
[  942.416508] ACPI: EC: EC started
[  942.416508] ACPI: PM: Restoring platform NVS memory
[  942.416508] LVT offset 0 assigned for vector 0x400
[  942.416508] Enabling non-boot CPUs ...
[  942.416508] x86: Booting SMP configuration:
[  942.416508] smpboot: Booting Node 0 Processor 1 APIC 0x1
[  942.371430] microcode: CPU1: patch_level=0x08608103
[  942.417554] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[  942.417991] CPU1 is up
[  942.418150] smpboot: Booting Node 0 Processor 2 APIC 0x2
[  942.417406] microcode: CPU2: patch_level=0x08608103
[  942.418675] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[  942.419159] CPU2 is up
[  942.419398] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  942.418394] microcode: CPU3: patch_level=0x08608103
[  942.420142] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[  942.420622] CPU3 is up
[  942.420852] smpboot: Booting Node 0 Processor 4 APIC 0x4
[  942.419768] microcode: CPU4: patch_level=0x08608103
[  942.421905] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[  942.422562] CPU4 is up
[  942.422769] smpboot: Booting Node 0 Processor 5 APIC 0x5
[  942.385816] microcode: CPU5: patch_level=0x08608103
[  942.423379] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[  942.423924] CPU5 is up
[  942.424102] smpboot: Booting Node 0 Processor 6 APIC 0x6
[  942.389064] microcode: CPU6: patch_level=0x08608103
[  942.424863] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[  942.425765] CPU6 is up
[  942.425942] smpboot: Booting Node 0 Processor 7 APIC 0x7
[  942.424433] microcode: CPU7: patch_level=0x08608103
[  942.426410] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[  942.427023] CPU7 is up
[  942.427189] smpboot: Booting Node 0 Processor 8 APIC 0x8
[  942.396098] microcode: CPU8: patch_level=0x08608103
[  942.428287] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[  942.429548] CPU8 is up
[  942.429740] smpboot: Booting Node 0 Processor 9 APIC 0x9
[  942.427782] microcode: CPU9: patch_level=0x08608103
[  942.430401] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[  942.431256] CPU9 is up
[  942.431418] smpboot: Booting Node 0 Processor 10 APIC 0xa
[  942.430055] microcode: CPU10: patch_level=0x08608103
[  942.432288] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[  942.433469] CPU10 is up
[  942.433618] smpboot: Booting Node 0 Processor 11 APIC 0xb
[  942.431884] microcode: CPU11: patch_level=0x08608103
[  942.434169] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[  942.435116] CPU11 is up
[  942.435278] smpboot: Booting Node 0 Processor 12 APIC 0xc
[  942.433867] microcode: CPU12: patch_level=0x08608103
[  942.436294] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[  942.437320] CPU12 is up
[  942.437480] smpboot: Booting Node 0 Processor 13 APIC 0xd
[  942.435824] microcode: CPU13: patch_level=0x08608103
[  942.437954] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[  942.438910] CPU13 is up
[  942.439214] smpboot: Booting Node 0 Processor 14 APIC 0xe
[  942.437782] microcode: CPU14: patch_level=0x08608103
[  942.440159] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[  942.441415] CPU14 is up
[  942.441562] smpboot: Booting Node 0 Processor 15 APIC 0xf
[  942.439704] microcode: CPU15: patch_level=0x08608103
[  942.442008] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[  942.443183] CPU15 is up
[  942.444418] ACPI: PM: Waking up from system sleep state S3
[  942.468515] ACPI: EC: interrupt unblocked
[  942.500278] ACPI: EC: event unblocked
[  942.500754] [drm] PCIE GART of 1024M enabled.
[  942.500761] [drm] PTB located at 0x000000F400900000
[  942.500776] [drm] PSP is resuming...
[  942.501154] pci 0000:00:00.2: can't derive routing for PCI INT A
[  942.501163] pci 0000:00:00.2: PCI INT A: no GSI
[  942.521039] [drm] reserve 0x400000 from 0xf43f800000 for PSP TMR
[  942.632459] nvme nvme0: 16/0/0 default/read/poll queues
[  942.637958] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  942.648941] amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
[  942.648943] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  942.648946] amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
[  942.649098] amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
[  942.650142] amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
[  942.651423] [drm] kiq ring mec 2 pipe 1 q 0
[  942.652564] [drm] DMUB hardware initialized: version=0x0101001F
[  942.655004] [drm] REG_WAIT timeout 1us * 1000 tries - dcn20_dsc_pg_control line:363
[  942.657242] [drm] REG_WAIT timeout 1us * 1000 tries - dcn20_dsc_pg_control line:371
[  942.659478] [drm] REG_WAIT timeout 1us * 1000 tries - dcn20_dsc_pg_control line:379
[  942.749762] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
[  942.761915] usb 3-4: reset full-speed USB device number 3 using xhci_hcd
[  942.775431] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  942.775483] [drm] JPEG decode initialized successfully.
[  942.775683] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[  942.775685] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  942.775709] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  942.775710] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  942.775711] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  942.775711] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  942.775712] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  942.775713] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  942.775713] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  942.775714] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  942.775716] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[  942.775717] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[  942.775717] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[  942.775718] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[  942.775719] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[  942.918987] OOM killer enabled.
[  942.918990] Restarting tasks ... 
[  942.919845] usb 3-3: USB disconnect, device number 2
[  942.920058] pci_bus 0000:01: Allocating resources
[  942.920071] pcieport 0000:00:02.1: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[  942.920081] pcieport 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[  942.920095] pci_bus 0000:02: Allocating resources
[  942.920106] done.
[  942.920433] pcieport 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[  942.920444] pci_bus 0000:03: Allocating resources
[  942.920488] pcieport 0000:00:02.1: BAR 15: assigned [mem 0x430200000-0x4303fffff 64bit pref]
[  942.920513] pcieport 0000:00:02.2: BAR 15: assigned [mem 0x430400000-0x4305fffff 64bit pref]
[  942.920525] pcieport 0000:00:02.1: BAR 13: assigned [io  0x4000-0x4fff]
[  942.921612] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000a lmp_ver=0b lmp_subver=8852
[  942.921962] PM: suspend exit
[  942.922160] pci_bus 0000:04: Allocating resources
[  942.923692] Bluetooth: hci0: RTL: rom_version status=0 version=1
[  942.923701] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_fw.bin
[  942.925356] audit: type=1130 audit(1654292966.503:104): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  942.925364] audit: type=1131 audit(1654292966.503:105): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  942.926197] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin
[  942.926472] Bluetooth: hci0: RTL: cfg_sz 6, total sz 46379
[  943.022470] audit: type=1334 audit(1654292966.603:106): prog-id=0 op=UNLOAD
[  943.042384] usb 3-3: new full-speed USB device number 4 using xhci_hcd
[  943.064204] enp2s0: 0xffffa37ec0339000, 90:2e:16:2f:85:7c, IRQ 69
[  943.075535] audit: type=1130 audit(1654292966.653:107): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  943.199690] usb 3-3: New USB device found, idVendor=04f3, idProduct=0c4b, bcdDevice=27.01
[  943.199701] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  943.199705] usb 3-3: Product: ELAN:Fingerprint
[  943.199708] usb 3-3: Manufacturer: ELAN
[  943.233478] audit: type=1130 audit(1654292966.813:108): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  943.318687] Bluetooth: hci0: RTL: fw version 0xdbb7c1d9
[  945.149121] r8168: enp2s0: link up
[  945.149121] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[  945.225017] audit: type=1334 audit(1654292968.803:109): prog-id=23 op=LOAD
[  945.225034] audit: type=1300 audit(1654292968.803:109): arch=c000003e syscall=321 success=yes exit=25 a0=5 a1=7ffdd664ec90 a2=90 a3=16 items=0 ppid=1 pid=546 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="NetworkManager" exe="/usr/bin/NetworkManager" subj==unconfined key=(null)
[  945.225040] audit: type=1327 audit(1654292968.803:109): proctitle=2F7573722F62696E2F4E6574776F726B4D616E61676572002D2D6E6F2D6461656D6F6E
[  946.646463] audit: type=1100 audit(1654292970.226:110): pid=1847 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:unix_chkpwd acct="jakob" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[  948.239089] audit: type=1131 audit(1654292971.816:111): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  953.086149] audit: type=1131 audit(1654292976.666:112): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  965.675471] audit: type=1100 audit(1654292989.253:113): pid=1937 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jakob" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  965.675501] audit: type=1101 audit(1654292989.253:114): pid=1937 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jakob" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  965.677089] audit: type=1110 audit(1654292989.256:115): pid=1937 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  965.679054] audit: type=1105 audit(1654292989.256:116): pid=1937 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  965.695109] audit: type=1106 audit(1654292989.273:117): pid=1937 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  965.695184] audit: type=1104 audit(1654292989.273:118): pid=1937 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  983.897044] audit: type=1101 audit(1654293007.476:119): pid=1971 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jakob" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  983.898116] audit: type=1110 audit(1654293007.476:120): pid=1971 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  983.901302] audit: type=1105 audit(1654293007.479:121): pid=1971 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

Looks like for bluetooth it loads the wrong firmware? Should be rtl8852ae_fw.bin and not rtl8852au_fw.bin… hm… no idea.

At least here is device:

Bump, any ideas?

if you search for RTL8852AE in this forum, youll see that people with the same wifi have already drivers available from the kernel… so why dont you have it? try switching kernels, install 5.10 and 5.17 and test with them …

linux 5.17 Kernel has the drivers preinstalled, wifi works fine now.
Thanks to everyone for your effort

:information_source: Bumping your own post is bad forum etiquette and against the Forum Rules

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.