You are not logged in.

#1 2024-07-11 15:27:03

Jijio608
Member
Registered: 2024-07-11
Posts: 8

[SOLVED]Dual Boot Limited Connectivity

Hello everyone, I'm new to Linux in general and yesterday I set up Arch on dual boot with my Windows 11.
For the first few hours everything worked fine, but then for some reason the wifi connection basically died and the limited connectivity warning popped up, and now it doesn't work at all. I can't browse, download packages, or do anything related to the use of a wifi connection.
I also tried to use my phone as hotspot but had the same problem. When I log into the windows system, everything works perfectly, so the problem is not the wifi connection itself.
I installed Network Manager, rebooted it, checked the interface status (I setted it to "down" and then "up" again), I also disabled Fast boot since I read a thread about how it creates problems but nothing changed. I'm out of ideas so any advice would be greatly appreciated !!\

Edit : I actually noticed that when I ran the

ip link

command, the interface mode is set to DORMANT, although even after changing it to DEFAULT, it still didn't work, plus every time I restart NetworkManager it gets back to DORMANT.

Last edited by Jijio608 (2024-07-12 20:24:13)

Offline

#2 2024-07-11 15:58:23

c00ter
Member
From: Alaskan in Washington State
Registered: 2014-08-28
Posts: 421

Re: [SOLVED]Dual Boot Limited Connectivity

How did you install Arch? Did you follow the Arch Wiki? https://wiki.archlinux.org/title/Installation_guide

Generally speaking, Arch may NOT be a good fit for Linux newbies. It usually boils down to nomenclature--if you can read, follow, and understand the Wiki.


UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Offline

#3 2024-07-11 17:13:09

Jijio608
Member
Registered: 2024-07-11
Posts: 8

Re: [SOLVED]Dual Boot Limited Connectivity

I started by watching a youtube video (I know, not the smartest thing to do), because I wasn't quite sure where to start off. Then by reading the wiki I understood at what point I got to and used it to finalize the process. I used Ubuntu on a VM for a little while, but I wanted to go with a dual boot to actually use it more often and gradually improve myself. Though as of now as long as I don't fix issues, I can't really do much.

Offline

#4 2024-07-11 21:32:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,939

Re: [SOLVED]Dual Boot Limited Connectivity

1. "fast boot" is a feature found in the BIOS to skip some self checks, it's irrelevant here. For windows "fast start", see the 3rd link below. Mandatory.
Disable it and reboot windows and linux twice for voodo reasons. Also reboot the router in case it kept a stale lease.

2. Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

3. Please post your complete system journal for the boot:

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

If the wifi is your only internet option, you can redirect it into a file "sudo journalctl -b > /tmp/journal.txt", copy that to a usb key and upload it with windows.

Offline

#5 2024-07-11 23:22:18

Jijio608
Member
Registered: 2024-07-11
Posts: 8

Re: [SOLVED]Dual Boot Limited Connectivity

Hey, thank you for your answer !
I had already disabled the fast start but did it again just to be sure, whereas for the other two parts,

this is the output for

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

:

bluetooth.service                        | bluetooth.target.wants
dbus-org.bluez.service                   | system
dbus-org.freedesktop.nm-dispatcher.service | system
display-manager.service                  | system
getty@tty1.service                       | getty.target.wants
NetworkManager.service                   | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
p11-kit-server.socket                    | sockets.target.wants
pipewire-pulse.socket                    | sockets.target.wants
pipewire-session-manager.service         | user
pipewire.socket                          | sockets.target.wants
remote-fs.target                         | multi-user.target.wants
systemd-userdbd.socket                   | sockets.target.wants
wireplumber.service                      | pipewire.service.wants
xdg-user-dirs-update.service             | default.target.wants

And this is the content of the journal.txt file I created :

 Jul 12 02:54:36 aletheia kernel: Linux version 6.9.8-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 05 Jul 2024 22:11:24 +0000
Jul 12 02:54:36 aletheia kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=eb2e9c51-a3e6-4e70-8fef-f4097f329be6 rw loglevel=3 quiet
Jul 12 02:54:36 aletheia kernel: BIOS-provided physical RAM map:
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009cfefff] usable
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x0000000009cff000-0x000000000a000fff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x000000000a20f000-0x00000000bb1c5fff] usable
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000bb1c6000-0x00000000bc747fff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000bc748000-0x00000000bc7a7fff] ACPI data
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000bc7a8000-0x00000000bc95ffff] ACPI NVS
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000bc960000-0x00000000bd1fefff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000bd1ff000-0x00000000bdffffff] usable
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041e2fffff] usable
Jul 12 02:54:36 aletheia kernel: BIOS-e820: [mem 0x000000041e300000-0x000000043fffffff] reserved
Jul 12 02:54:36 aletheia kernel: NX (Execute Disable) protection: active
Jul 12 02:54:36 aletheia kernel: APIC: Static calls initialized
Jul 12 02:54:36 aletheia kernel: e820: update [mem 0xaf8bd018-0xaf8ca857] usable ==> usable
Jul 12 02:54:36 aletheia kernel: extended physical RAM map:
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009cfefff] usable
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x0000000009cff000-0x000000000a000fff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x000000000a20f000-0x00000000af8bd017] usable
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000af8bd018-0x00000000af8ca857] usable
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000af8ca858-0x00000000bb1c5fff] usable
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000bb1c6000-0x00000000bc747fff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000bc748000-0x00000000bc7a7fff] ACPI data
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000bc7a8000-0x00000000bc95ffff] ACPI NVS
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000bc960000-0x00000000bd1fefff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000bd1ff000-0x00000000bdffffff] usable
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x0000000100000000-0x000000041e2fffff] usable
Jul 12 02:54:36 aletheia kernel: reserve setup_data: [mem 0x000000041e300000-0x000000043fffffff] reserved
Jul 12 02:54:36 aletheia kernel: efi: EFI v2.7 by American Megatrends
Jul 12 02:54:36 aletheia kernel: efi: ACPI=0xbc7a7000 ACPI 2.0=0xbc7a7014 TPMFinalLog=0xbc915000 SMBIOS=0xbcfed000 SMBIOS 3.0=0xbcfec000 MEMATTR=0xb7263018 ESRT=0xba034298 INITRD=0xb6d02a98 RNG=0xbc75a018 TPMEventLog=0xaf8cb018 
Jul 12 02:54:36 aletheia kernel: random: crng init done
Jul 12 02:54:36 aletheia kernel: efi: Remove mem57: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Jul 12 02:54:36 aletheia kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Jul 12 02:54:36 aletheia kernel: efi: Remove mem58: MMIO range=[0xfd000000-0xfdffffff] (16MB) from e820 map
Jul 12 02:54:36 aletheia kernel: e820: remove [mem 0xfd000000-0xfdffffff] reserved
Jul 12 02:54:36 aletheia kernel: efi: Remove mem59: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Jul 12 02:54:36 aletheia kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Jul 12 02:54:36 aletheia kernel: efi: Not removing mem60: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Jul 12 02:54:36 aletheia kernel: efi: Not removing mem61: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Jul 12 02:54:36 aletheia kernel: efi: Not removing mem62: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Jul 12 02:54:36 aletheia kernel: efi: Not removing mem63: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Jul 12 02:54:36 aletheia kernel: efi: Not removing mem64: MMIO range=[0xfedc4000-0xfedc9fff] (24KB) from e820 map
Jul 12 02:54:36 aletheia kernel: efi: Not removing mem65: MMIO range=[0xfedcc000-0xfedcefff] (12KB) from e820 map
Jul 12 02:54:36 aletheia kernel: efi: Not removing mem66: MMIO range=[0xfedd5000-0xfedd5fff] (4KB) from e820 map
Jul 12 02:54:36 aletheia kernel: efi: Remove mem67: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jul 12 02:54:36 aletheia kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jul 12 02:54:36 aletheia kernel: SMBIOS 3.3.0 present.
Jul 12 02:54:36 aletheia kernel: DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop M1702QA_M1702QA/M1702QA, BIOS M1702QA.304 11/21/2022
Jul 12 02:54:36 aletheia kernel: tsc: Fast TSC calibration using PIT
Jul 12 02:54:36 aletheia kernel: tsc: Detected 3193.941 MHz processor
Jul 12 02:54:36 aletheia kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 12 02:54:36 aletheia kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 12 02:54:36 aletheia kernel: last_pfn = 0x41e300 max_arch_pfn = 0x400000000
Jul 12 02:54:36 aletheia kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
Jul 12 02:54:36 aletheia kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jul 12 02:54:36 aletheia kernel: last_pfn = 0xbe000 max_arch_pfn = 0x400000000
Jul 12 02:54:36 aletheia kernel: esrt: Reserving ESRT space from 0x00000000ba034298 to 0x00000000ba0342d0.
Jul 12 02:54:36 aletheia kernel: e820: update [mem 0xba034000-0xba034fff] usable ==> reserved
Jul 12 02:54:36 aletheia kernel: Using GB pages for direct mapping
Jul 12 02:54:36 aletheia kernel: Secure boot disabled
Jul 12 02:54:36 aletheia kernel: RAMDISK: [mem 0xb0bd9000-0xb2d58fff]
Jul 12 02:54:36 aletheia kernel: ACPI: Early table checksum verification disabled
Jul 12 02:54:36 aletheia kernel: ACPI: RSDP 0x00000000BC7A7014 000024 (v02 _ASUS_)
Jul 12 02:54:36 aletheia kernel: ACPI: XSDT 0x00000000BC7A6728 00010C (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Jul 12 02:54:36 aletheia kernel: ACPI: FACP 0x00000000BC797000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
Jul 12 02:54:36 aletheia kernel: ACPI: DSDT 0x00000000BC78A000 00C38B (v02 _ASUS_ Notebook 01072009 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: FACS 0x00000000BC913000 000040
Jul 12 02:54:36 aletheia kernel: ACPI: MSDM 0x00000000BC7A5000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC79D000 0072B0 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Jul 12 02:54:36 aletheia kernel: ACPI: IVRS 0x00000000BC79C000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC798000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: FIDT 0x00000000BC789000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Jul 12 02:54:36 aletheia kernel: ACPI: ECDT 0x00000000BC788000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Jul 12 02:54:36 aletheia kernel: ACPI: MCFG 0x00000000BC787000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
Jul 12 02:54:36 aletheia kernel: ACPI: HPET 0x00000000BC786000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
Jul 12 02:54:36 aletheia kernel: ACPI: FPDT 0x00000000BC785000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC77F000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
Jul 12 02:54:36 aletheia kernel: ACPI: CRAT 0x00000000BC77E000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
Jul 12 02:54:36 aletheia kernel: ACPI: CDIT 0x00000000BC77D000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Jul 12 02:54:36 aletheia kernel: ACPI: VFCT 0x00000000BC76F000 00D884 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
Jul 12 02:54:36 aletheia kernel: ACPI: BGRT 0x00000000BC76E000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Jul 12 02:54:36 aletheia kernel: ACPI: TPM2 0x00000000BC76D000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC76C000 000149 (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC76A000 00148E (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC768000 00151E (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC767000 0007C3 (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC763000 00386E (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: WSMT 0x00000000BC762000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Jul 12 02:54:36 aletheia kernel: ACPI: APIC 0x00000000BC761000 0000DE (v04 _ASUS_ Notebook 01072009 AMI  00010013)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC760000 00008D (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC75F000 0008F0 (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC75E000 000057 (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC75D000 000241 (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC75C000 0006C6 (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: SSDT 0x00000000BC75B000 000791 (v01 AMD    AmdTable 00000001 INTL 20200717)
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving FACP table memory at [mem 0xbc797000-0xbc797113]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving DSDT table memory at [mem 0xbc78a000-0xbc79638a]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving FACS table memory at [mem 0xbc913000-0xbc91303f]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving MSDM table memory at [mem 0xbc7a5000-0xbc7a5054]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc79d000-0xbc7a42af]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving IVRS table memory at [mem 0xbc79c000-0xbc79c1a3]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc798000-0xbc79ba20]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving FIDT table memory at [mem 0xbc789000-0xbc78909b]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving ECDT table memory at [mem 0xbc788000-0xbc7880c0]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving MCFG table memory at [mem 0xbc787000-0xbc78703b]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving HPET table memory at [mem 0xbc786000-0xbc786037]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving FPDT table memory at [mem 0xbc785000-0xbc785043]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc77f000-0xbc784353]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving CRAT table memory at [mem 0xbc77e000-0xbc77eee7]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving CDIT table memory at [mem 0xbc77d000-0xbc77d028]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving VFCT table memory at [mem 0xbc76f000-0xbc77c883]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving BGRT table memory at [mem 0xbc76e000-0xbc76e037]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving TPM2 table memory at [mem 0xbc76d000-0xbc76d04b]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc76c000-0xbc76c148]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc76a000-0xbc76b48d]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc768000-0xbc76951d]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc767000-0xbc7677c2]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc763000-0xbc76686d]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving WSMT table memory at [mem 0xbc762000-0xbc762027]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving APIC table memory at [mem 0xbc761000-0xbc7610dd]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc760000-0xbc76008c]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc75f000-0xbc75f8ef]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc75e000-0xbc75e056]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc75d000-0xbc75d240]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc75c000-0xbc75c6c5]
Jul 12 02:54:36 aletheia kernel: ACPI: Reserving SSDT table memory at [mem 0xbc75b000-0xbc75b790]
Jul 12 02:54:36 aletheia kernel: No NUMA configuration found
Jul 12 02:54:36 aletheia kernel: Faking a node at [mem 0x0000000000000000-0x000000041e2fffff]
Jul 12 02:54:36 aletheia kernel: NODE_DATA(0) allocated [mem 0x41e2fb000-0x41e2fffff]
Jul 12 02:54:36 aletheia kernel: Zone ranges:
Jul 12 02:54:36 aletheia kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 12 02:54:36 aletheia kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jul 12 02:54:36 aletheia kernel:   Normal   [mem 0x0000000100000000-0x000000041e2fffff]
Jul 12 02:54:36 aletheia kernel:   Device   empty
Jul 12 02:54:36 aletheia kernel: Movable zone start for each node
Jul 12 02:54:36 aletheia kernel: Early memory node ranges
Jul 12 02:54:36 aletheia kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Jul 12 02:54:36 aletheia kernel:   node   0: [mem 0x0000000000100000-0x0000000009cfefff]
Jul 12 02:54:36 aletheia kernel:   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
Jul 12 02:54:36 aletheia kernel:   node   0: [mem 0x000000000a20f000-0x00000000bb1c5fff]
Jul 12 02:54:36 aletheia kernel:   node   0: [mem 0x00000000bd1ff000-0x00000000bdffffff]
Jul 12 02:54:36 aletheia kernel:   node   0: [mem 0x0000000100000000-0x000000041e2fffff]
Jul 12 02:54:36 aletheia kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000041e2fffff]
Jul 12 02:54:36 aletheia kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 12 02:54:36 aletheia kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jul 12 02:54:36 aletheia kernel: On node 0, zone DMA32: 770 pages in unavailable ranges
Jul 12 02:54:36 aletheia kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Jul 12 02:54:36 aletheia kernel: On node 0, zone DMA32: 8249 pages in unavailable ranges
Jul 12 02:54:36 aletheia kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Jul 12 02:54:36 aletheia kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Jul 12 02:54:36 aletheia kernel: ACPI: PM-Timer IO Port: 0x808
Jul 12 02:54:36 aletheia kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jul 12 02:54:36 aletheia kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Jul 12 02:54:36 aletheia kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Jul 12 02:54:36 aletheia kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 12 02:54:36 aletheia kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jul 12 02:54:36 aletheia kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 12 02:54:36 aletheia kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Jul 12 02:54:36 aletheia kernel: e820: update [mem 0xb7f98000-0xb7fc6fff] usable ==> reserved
Jul 12 02:54:36 aletheia kernel: CPU topo: Max. logical packages:   1
Jul 12 02:54:36 aletheia kernel: CPU topo: Max. logical dies:       1
Jul 12 02:54:36 aletheia kernel: CPU topo: Max. dies per package:   1
Jul 12 02:54:36 aletheia kernel: CPU topo: Max. threads per core:   2
Jul 12 02:54:36 aletheia kernel: CPU topo: Num. cores per package:     8
Jul 12 02:54:36 aletheia kernel: CPU topo: Num. threads per package:  16
Jul 12 02:54:36 aletheia kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0x09cff000-0x0a000fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xaf8bd000-0xaf8bdfff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xaf8ca000-0xaf8cafff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xb7f98000-0xb7fc6fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xba034000-0xba034fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xbb1c6000-0xbc747fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xbc748000-0xbc7a7fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xbc7a8000-0xbc95ffff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xbc960000-0xbd1fefff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfec0ffff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
Jul 12 02:54:36 aletheia kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Jul 12 02:54:36 aletheia kernel: [mem 0xc0000000-0xfec0ffff] available for PCI devices
Jul 12 02:54:36 aletheia kernel: Booting paravirtualized kernel on bare hardware
Jul 12 02:54:36 aletheia kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jul 12 02:54:36 aletheia kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Jul 12 02:54:36 aletheia kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Jul 12 02:54:36 aletheia kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Jul 12 02:54:36 aletheia kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Jul 12 02:54:36 aletheia kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
Jul 12 02:54:36 aletheia kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=eb2e9c51-a3e6-4e70-8fef-f4097f329be6 rw loglevel=3 quiet
Jul 12 02:54:36 aletheia kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jul 12 02:54:36 aletheia kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jul 12 02:54:36 aletheia kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jul 12 02:54:36 aletheia kernel: Fallback order for Node 0: 0 
Jul 12 02:54:36 aletheia kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3975223
Jul 12 02:54:36 aletheia kernel: Policy zone: Normal
Jul 12 02:54:36 aletheia kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 12 02:54:36 aletheia kernel: software IO TLB: area num 16.
Jul 12 02:54:36 aletheia kernel: Memory: 15687860K/16153940K available (18432K kernel code, 2165K rwdata, 13260K rodata, 3420K init, 3600K bss, 465820K reserved, 0K cma-reserved)
Jul 12 02:54:36 aletheia kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jul 12 02:54:36 aletheia kernel: ftrace: allocating 50028 entries in 196 pages
Jul 12 02:54:36 aletheia kernel: ftrace: allocated 196 pages with 3 groups
Jul 12 02:54:36 aletheia kernel: Dynamic Preempt: full
Jul 12 02:54:36 aletheia kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 12 02:54:36 aletheia kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jul 12 02:54:36 aletheia kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jul 12 02:54:36 aletheia kernel:         Trampoline variant of Tasks RCU enabled.
Jul 12 02:54:36 aletheia kernel:         Rude variant of Tasks RCU enabled.
Jul 12 02:54:36 aletheia kernel:         Tracing variant of Tasks RCU enabled.
Jul 12 02:54:36 aletheia kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jul 12 02:54:36 aletheia kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jul 12 02:54:36 aletheia kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jul 12 02:54:36 aletheia kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jul 12 02:54:36 aletheia kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jul 12 02:54:36 aletheia kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Jul 12 02:54:36 aletheia kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 12 02:54:36 aletheia kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 12 02:54:36 aletheia kernel: Console: colour dummy device 80x25
Jul 12 02:54:36 aletheia kernel: printk: legacy console [tty0] enabled
Jul 12 02:54:36 aletheia kernel: ACPI: Core revision 20230628
Jul 12 02:54:36 aletheia kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jul 12 02:54:36 aletheia kernel: APIC: Switch to symmetric I/O mode setup
Jul 12 02:54:36 aletheia kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Jul 12 02:54:36 aletheia kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Jul 12 02:54:36 aletheia kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Jul 12 02:54:36 aletheia kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Jul 12 02:54:36 aletheia kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Jul 12 02:54:36 aletheia kernel: APIC: Switched APIC routing to: physical flat
Jul 12 02:54:36 aletheia kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 12 02:54:36 aletheia kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e09ee79772, max_idle_ns: 440795348229 ns
Jul 12 02:54:36 aletheia kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.04 BogoMIPS (lpj=10646470)
Jul 12 02:54:36 aletheia kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jul 12 02:54:36 aletheia kernel: LVT offset 1 assigned for vector 0xf9
Jul 12 02:54:36 aletheia kernel: LVT offset 2 assigned for vector 0xf4
Jul 12 02:54:36 aletheia kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Jul 12 02:54:36 aletheia kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Jul 12 02:54:36 aletheia kernel: process: using mwait in idle threads
Jul 12 02:54:36 aletheia kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 12 02:54:36 aletheia kernel: Spectre V2 : Mitigation: Retpolines
Jul 12 02:54:36 aletheia kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 12 02:54:36 aletheia kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jul 12 02:54:36 aletheia kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jul 12 02:54:36 aletheia kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jul 12 02:54:36 aletheia kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Jul 12 02:54:36 aletheia kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jul 12 02:54:36 aletheia kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
Jul 12 02:54:36 aletheia kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
Jul 12 02:54:36 aletheia kernel: Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
Jul 12 02:54:36 aletheia kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 12 02:54:36 aletheia kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 12 02:54:36 aletheia kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 12 02:54:36 aletheia kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jul 12 02:54:36 aletheia kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Jul 12 02:54:36 aletheia kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jul 12 02:54:36 aletheia kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jul 12 02:54:36 aletheia kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
Jul 12 02:54:36 aletheia kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Jul 12 02:54:36 aletheia kernel: Freeing SMP alternatives memory: 40K
Jul 12 02:54:36 aletheia kernel: pid_max: default: 32768 minimum: 301
Jul 12 02:54:36 aletheia kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jul 12 02:54:36 aletheia kernel: landlock: Up and running.
Jul 12 02:54:36 aletheia kernel: Yama: becoming mindful.
Jul 12 02:54:36 aletheia kernel: LSM support for eBPF active
Jul 12 02:54:36 aletheia kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 12 02:54:36 aletheia kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 12 02:54:36 aletheia kernel: smpboot: CPU0: AMD Ryzen 7 5800HS with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Jul 12 02:54:36 aletheia kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Jul 12 02:54:36 aletheia kernel: ... version:                0
Jul 12 02:54:36 aletheia kernel: ... bit width:              48
Jul 12 02:54:36 aletheia kernel: ... generic registers:      6
Jul 12 02:54:36 aletheia kernel: ... value mask:             0000ffffffffffff
Jul 12 02:54:36 aletheia kernel: ... max period:             00007fffffffffff
Jul 12 02:54:36 aletheia kernel: ... fixed-purpose events:   0
Jul 12 02:54:36 aletheia kernel: ... event mask:             000000000000003f
Jul 12 02:54:36 aletheia kernel: signal: max sigframe size: 3376
Jul 12 02:54:36 aletheia kernel: rcu: Hierarchical SRCU implementation.
Jul 12 02:54:36 aletheia kernel: rcu:         Max phase no-delay instances is 1000.
Jul 12 02:54:36 aletheia kernel: MCE: In-kernel MCE decoding enabled.
Jul 12 02:54:36 aletheia kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 12 02:54:36 aletheia kernel: smp: Bringing up secondary CPUs ...
Jul 12 02:54:36 aletheia kernel: smpboot: x86: Booting SMP configuration:
Jul 12 02:54:36 aletheia kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14  #1  #3  #5  #7  #9 #11 #13 #15
Jul 12 02:54:36 aletheia kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Jul 12 02:54:36 aletheia kernel: smp: Brought up 1 node, 16 CPUs
Jul 12 02:54:36 aletheia kernel: smpboot: Total of 16 processors activated (102247.70 BogoMIPS)
Jul 12 02:54:36 aletheia kernel: devtmpfs: initialized
Jul 12 02:54:36 aletheia kernel: x86/mm: Memory block size: 128MB
Jul 12 02:54:36 aletheia kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
Jul 12 02:54:36 aletheia kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbc7a8000-0xbc95ffff] (1802240 bytes)
Jul 12 02:54:36 aletheia kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jul 12 02:54:36 aletheia kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jul 12 02:54:36 aletheia kernel: pinctrl core: initialized pinctrl subsystem
Jul 12 02:54:36 aletheia kernel: PM: RTC time: 00:54:32, date: 2024-07-12
Jul 12 02:54:36 aletheia kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 12 02:54:36 aletheia kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jul 12 02:54:36 aletheia kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 12 02:54:36 aletheia kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 12 02:54:36 aletheia kernel: audit: initializing netlink subsys (disabled)
Jul 12 02:54:36 aletheia kernel: audit: type=2000 audit(1720745672.186:1): state=initialized audit_enabled=0 res=1
Jul 12 02:54:36 aletheia kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 12 02:54:36 aletheia kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 12 02:54:36 aletheia kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 12 02:54:36 aletheia kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 12 02:54:36 aletheia kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 12 02:54:36 aletheia kernel: cpuidle: using governor ladder
Jul 12 02:54:36 aletheia kernel: cpuidle: using governor menu
Jul 12 02:54:36 aletheia kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jul 12 02:54:36 aletheia kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 12 02:54:36 aletheia kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
Jul 12 02:54:36 aletheia kernel: PCI: Using configuration type 1 for base access
Jul 12 02:54:36 aletheia kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 12 02:54:36 aletheia kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jul 12 02:54:36 aletheia kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jul 12 02:54:36 aletheia kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 12 02:54:36 aletheia kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 12 02:54:36 aletheia kernel: Demotion targets for Node 0: null
Jul 12 02:54:36 aletheia kernel: ACPI: Added _OSI(Module Device)
Jul 12 02:54:36 aletheia kernel: ACPI: Added _OSI(Processor Device)
Jul 12 02:54:36 aletheia kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 12 02:54:36 aletheia kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 12 02:54:36 aletheia kernel: ACPI: 15 ACPI AML tables successfully acquired and loaded
Jul 12 02:54:36 aletheia kernel: ACPI: EC: EC started
Jul 12 02:54:36 aletheia kernel: ACPI: EC: interrupt blocked
Jul 12 02:54:36 aletheia kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 12 02:54:36 aletheia kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jul 12 02:54:36 aletheia kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jul 12 02:54:36 aletheia kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Jul 12 02:54:36 aletheia kernel: ACPI: Interpreter enabled
Jul 12 02:54:36 aletheia kernel: ACPI: PM: (supports S0 S4 S5)
Jul 12 02:54:36 aletheia kernel: ACPI: Using IOAPIC for interrupt routing
Jul 12 02:54:36 aletheia kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 12 02:54:36 aletheia kernel: PCI: Using E820 reservations for host bridge windows
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.PRT2.BTPR: New power resource
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.GP18.SATA.P0SA: New power resource
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.GP18.SAT1.P0SA: New power resource
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PRWL: New power resource
Jul 12 02:54:36 aletheia kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 12 02:54:36 aletheia kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jul 12 02:54:36 aletheia kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Jul 12 02:54:36 aletheia kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jul 12 02:54:36 aletheia kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jul 12 02:54:36 aletheia kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
Jul 12 02:54:36 aletheia kernel: PCI host bridge to bus 0000:00
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: root bus resource [mem 0x440000000-0xffffffffff window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400 PCIe Root Port
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.2: PCI bridge to [bus 01]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.2:   bridge window [mem 0xfff0300000-0xfff04fffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400 PCIe Root Port
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4: PCI bridge to [bus 02]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4:   bridge window [mem 0xfcf00000-0xfcffffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400 PCIe Root Port
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1: PCI bridge to [bus 03]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1:   bridge window [io  0xf000-0xffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1:   bridge window [mem 0xfcb00000-0xfcefffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1:   bridge window [mem 0xffe0000000-0xfff01fffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000 conventional PCI endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:01:00.0: [14c3:7961] type 00 class 0x028000 PCIe Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:01:00.0: BAR 0 [mem 0xfff0300000-0xfff03fffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:01:00.0: BAR 2 [mem 0xfff0400000-0xfff0403fff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:01:00.0: BAR 4 [mem 0xfff0404000-0xfff0404fff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:01:00.0: supports D1 D2
Jul 12 02:54:36 aletheia kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.2: PCI bridge to [bus 01]
Jul 12 02:54:36 aletheia kernel: pci 0000:02:00.0: [8086:f1a8] type 00 class 0x010802 PCIe Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:02:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4: PCI bridge to [bus 02]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: [1002:1638] type 00 class 0x030000 PCIe Legacy Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: BAR 0 [mem 0xffe0000000-0xffefffffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: BAR 2 [mem 0xfff0000000-0xfff01fffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: BAR 4 [io  0xf000-0xf0ff]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: BAR 5 [mem 0xfce00000-0xfce7ffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:03: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)
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.1: [1002:1637] type 00 class 0x040300 PCIe Legacy Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.1: BAR 0 [mem 0xfcec8000-0xfcecbfff]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.1: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.2: [1022:15df] type 00 class 0x108000 PCIe Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.2: BAR 2 [mem 0xfcd00000-0xfcdfffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.2: BAR 5 [mem 0xfcecc000-0xfcecdfff]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.2: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.3: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.3: BAR 0 [mem 0xfcc00000-0xfccfffff 64bit]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.3: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.4: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.4: BAR 0 [mem 0xfcb00000-0xfcbfffff 64bit]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.4: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.4: PME# supported from D0 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.5: BAR 0 [mem 0xfce80000-0xfcebffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.5: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.5: PME# supported from D0 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.6: BAR 0 [mem 0xfcec0000-0xfcec7fff]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.6: enabling Extended Tags
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.6: PME# supported from D0 D3hot D3cold
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1: PCI bridge to [bus 03]
Jul 12 02:54:36 aletheia kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jul 12 02:54:36 aletheia kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jul 12 02:54:36 aletheia kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jul 12 02:54:36 aletheia kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jul 12 02:54:36 aletheia kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jul 12 02:54:36 aletheia kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jul 12 02:54:36 aletheia kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jul 12 02:54:36 aletheia kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jul 12 02:54:36 aletheia kernel: Low-power S0 idle used by default for system suspend
Jul 12 02:54:36 aletheia kernel: ACPI: EC: interrupt unblocked
Jul 12 02:54:36 aletheia kernel: ACPI: EC: event unblocked
Jul 12 02:54:36 aletheia kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 12 02:54:36 aletheia kernel: ACPI: EC: GPE=0x3
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Jul 12 02:54:36 aletheia kernel: iommu: Default domain type: Translated
Jul 12 02:54:36 aletheia kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jul 12 02:54:36 aletheia kernel: SCSI subsystem initialized
Jul 12 02:54:36 aletheia kernel: libata version 3.00 loaded.
Jul 12 02:54:36 aletheia kernel: ACPI: bus type USB registered
Jul 12 02:54:36 aletheia kernel: usbcore: registered new interface driver usbfs
Jul 12 02:54:36 aletheia kernel: usbcore: registered new interface driver hub
Jul 12 02:54:36 aletheia kernel: usbcore: registered new device driver usb
Jul 12 02:54:36 aletheia kernel: EDAC MC: Ver: 3.0.0
Jul 12 02:54:36 aletheia kernel: efivars: Registered efivars operations
Jul 12 02:54:36 aletheia kernel: NetLabel: Initializing
Jul 12 02:54:36 aletheia kernel: NetLabel:  domain hash size = 128
Jul 12 02:54:36 aletheia kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jul 12 02:54:36 aletheia kernel: NetLabel:  unlabeled traffic allowed by default
Jul 12 02:54:36 aletheia kernel: mctp: management component transport protocol core
Jul 12 02:54:36 aletheia kernel: NET: Registered PF_MCTP protocol family
Jul 12 02:54:36 aletheia kernel: PCI: Using ACPI for IRQ routing
Jul 12 02:54:36 aletheia kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 12 02:54:36 aletheia kernel: e820: reserve RAM buffer [mem 0x09cff000-0x0bffffff]
Jul 12 02:54:36 aletheia kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Jul 12 02:54:36 aletheia kernel: e820: reserve RAM buffer [mem 0xaf8bd018-0xafffffff]
Jul 12 02:54:36 aletheia kernel: e820: reserve RAM buffer [mem 0xb7f98000-0xb7ffffff]
Jul 12 02:54:36 aletheia kernel: e820: reserve RAM buffer [mem 0xba034000-0xbbffffff]
Jul 12 02:54:36 aletheia kernel: e820: reserve RAM buffer [mem 0xbb1c6000-0xbbffffff]
Jul 12 02:54:36 aletheia kernel: e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
Jul 12 02:54:36 aletheia kernel: e820: reserve RAM buffer [mem 0x41e300000-0x41fffffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jul 12 02:54:36 aletheia kernel: vgaarb: loaded
Jul 12 02:54:36 aletheia kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jul 12 02:54:36 aletheia kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jul 12 02:54:36 aletheia kernel: clocksource: Switched to clocksource tsc-early
Jul 12 02:54:36 aletheia kernel: VFS: Disk quotas dquot_6.6.0
Jul 12 02:54:36 aletheia kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 12 02:54:36 aletheia kernel: pnp: PnP ACPI init
Jul 12 02:54:36 aletheia kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x040b] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x04d6] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0c14] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0c50-0x0c51] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0c52] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0c6c] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0c6f] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0cd8-0x0cdf] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0800-0x089f] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0b00-0x0b0f] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0b20-0x0b3f] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0900-0x090f] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [io  0x0910-0x091f] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Jul 12 02:54:36 aletheia kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Jul 12 02:54:36 aletheia kernel: pnp: PnP ACPI: found 4 devices
Jul 12 02:54:36 aletheia kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 12 02:54:36 aletheia kernel: NET: Registered PF_INET protocol family
Jul 12 02:54:36 aletheia kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 12 02:54:36 aletheia kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jul 12 02:54:36 aletheia kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 12 02:54:36 aletheia kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 12 02:54:36 aletheia kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 12 02:54:36 aletheia kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 12 02:54:36 aletheia kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jul 12 02:54:36 aletheia kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 12 02:54:36 aletheia kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 12 02:54:36 aletheia kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 12 02:54:36 aletheia kernel: NET: Registered PF_XDP protocol family
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.2: PCI bridge to [bus 01]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.2:   bridge window [mem 0xfff0300000-0xfff04fffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4: PCI bridge to [bus 02]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4:   bridge window [mem 0xfcf00000-0xfcffffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1: PCI bridge to [bus 03]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1:   bridge window [io  0xf000-0xffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1:   bridge window [mem 0xfcb00000-0xfcefffff]
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1:   bridge window [mem 0xffe0000000-0xfff01fffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:00: resource 10 [mem 0x440000000-0xffffffffff window]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:01: resource 2 [mem 0xfff0300000-0xfff04fffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:02: resource 1 [mem 0xfcf00000-0xfcffffff]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:03: resource 1 [mem 0xfcb00000-0xfcefffff]
Jul 12 02:54:36 aletheia kernel: pci_bus 0000:03: resource 2 [mem 0xffe0000000-0xfff01fffff 64bit pref]
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.3: extending delay after power-on from D3hot to 20 msec
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.4: extending delay after power-on from D3hot to 20 msec
Jul 12 02:54:36 aletheia kernel: PCI: CLS 64 bytes, default 64
Jul 12 02:54:36 aletheia kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Jul 12 02:54:36 aletheia kernel: pci 0000:00:01.0: Adding to iommu group 0
Jul 12 02:54:36 aletheia kernel: Trying to unpack rootfs image as initramfs...
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.0: Adding to iommu group 1
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.2: Adding to iommu group 2
Jul 12 02:54:36 aletheia kernel: pci 0000:00:02.4: Adding to iommu group 3
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.0: Adding to iommu group 4
Jul 12 02:54:36 aletheia kernel: pci 0000:00:08.1: Adding to iommu group 5
Jul 12 02:54:36 aletheia kernel: pci 0000:00:14.0: Adding to iommu group 6
Jul 12 02:54:36 aletheia kernel: pci 0000:00:14.3: Adding to iommu group 6
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.0: Adding to iommu group 7
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.1: Adding to iommu group 7
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.2: Adding to iommu group 7
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.3: Adding to iommu group 7
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.4: Adding to iommu group 7
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.5: Adding to iommu group 7
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.6: Adding to iommu group 7
Jul 12 02:54:36 aletheia kernel: pci 0000:00:18.7: Adding to iommu group 7
Jul 12 02:54:36 aletheia kernel: pci 0000:01:00.0: Adding to iommu group 8
Jul 12 02:54:36 aletheia kernel: pci 0000:02:00.0: Adding to iommu group 9
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.0: Adding to iommu group 10
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.1: Adding to iommu group 11
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.2: Adding to iommu group 12
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.3: Adding to iommu group 13
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.4: Adding to iommu group 14
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.5: Adding to iommu group 15
Jul 12 02:54:36 aletheia kernel: pci 0000:03:00.6: Adding to iommu group 16
Jul 12 02:54:36 aletheia kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Jul 12 02:54:36 aletheia kernel: AMD-Vi: Interrupt remapping enabled
Jul 12 02:54:36 aletheia kernel: AMD-Vi: X2APIC enabled
Jul 12 02:54:36 aletheia kernel: AMD-Vi: Virtual APIC enabled
Jul 12 02:54:36 aletheia kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 12 02:54:36 aletheia kernel: software IO TLB: mapped [mem 0x00000000ab8bd000-0x00000000af8bd000] (64MB)
Jul 12 02:54:36 aletheia kernel: LVT offset 0 assigned for vector 0x400
Jul 12 02:54:36 aletheia kernel: perf: AMD IBS detected (0x000003ff)
Jul 12 02:54:36 aletheia kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Jul 12 02:54:36 aletheia kernel: Initialise system trusted keyrings
Jul 12 02:54:36 aletheia kernel: Key type blacklist registered
Jul 12 02:54:36 aletheia kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jul 12 02:54:36 aletheia kernel: zbud: loaded
Jul 12 02:54:36 aletheia kernel: fuse: init (API version 7.40)
Jul 12 02:54:36 aletheia kernel: integrity: Platform Keyring initialized
Jul 12 02:54:36 aletheia kernel: integrity: Machine keyring initialized
Jul 12 02:54:36 aletheia kernel: Key type asymmetric registered
Jul 12 02:54:36 aletheia kernel: Asymmetric key parser 'x509' registered
Jul 12 02:54:36 aletheia kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jul 12 02:54:36 aletheia kernel: io scheduler mq-deadline registered
Jul 12 02:54:36 aletheia kernel: io scheduler kyber registered
Jul 12 02:54:36 aletheia kernel: io scheduler bfq registered
Jul 12 02:54:36 aletheia kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 37
Jul 12 02:54:36 aletheia kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 38
Jul 12 02:54:36 aletheia kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 39
Jul 12 02:54:36 aletheia kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 12 02:54:36 aletheia kernel: ACPI: AC: AC Adapter [AC0] (off-line)
Jul 12 02:54:36 aletheia kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/PNP0C09:00/PNP0C0D:00/input/input0
Jul 12 02:54:36 aletheia kernel: ACPI: button: Lid Switch [LID]
Jul 12 02:54:36 aletheia kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 12 02:54:36 aletheia kernel: ACPI: button: Power Button [PWRB]
Jul 12 02:54:36 aletheia kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1226
Jul 12 02:54:36 aletheia kernel: Monitor-Mwait will be used to enter C-1 state
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P000: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P008: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P009: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P00A: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P00B: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P00C: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P00D: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P00E: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: ACPI: \_SB_.PLTF.P00F: Found 3 idle states
Jul 12 02:54:36 aletheia kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jul 12 02:54:36 aletheia kernel: ACPI: thermal: Thermal Zone [THRM] (54 C)
Jul 12 02:54:36 aletheia kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 12 02:54:36 aletheia kernel: Non-volatile memory driver v1.3
Jul 12 02:54:36 aletheia kernel: Linux agpgart interface v0.103
Jul 12 02:54:36 aletheia kernel: ACPI: battery: Slot [BAT0] (battery present)
Jul 12 02:54:36 aletheia kernel: Freeing initrd memory: 34304K
Jul 12 02:54:36 aletheia kernel: tpm_crb MSFT0101:00: Disabling hwrng
Jul 12 02:54:36 aletheia kernel: ACPI: bus type drm_connector registered
Jul 12 02:54:36 aletheia kernel: usbcore: registered new interface driver usbserial_generic
Jul 12 02:54:36 aletheia kernel: usbserial: USB Serial support registered for generic
Jul 12 02:54:36 aletheia kernel: rtc_cmos 00:01: RTC can wake from S4
Jul 12 02:54:36 aletheia kernel: rtc_cmos 00:01: registered as rtc0
Jul 12 02:54:36 aletheia kernel: rtc_cmos 00:01: setting system clock to 2024-07-12T00:54:32 UTC (1720745672)
Jul 12 02:54:36 aletheia kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
Jul 12 02:54:36 aletheia kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 12 02:54:36 aletheia kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jul 12 02:54:36 aletheia kernel: fbcon: Deferring console take-over
Jul 12 02:54:36 aletheia kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jul 12 02:54:36 aletheia kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 12 02:54:36 aletheia kernel: drop_monitor: Initializing network drop monitor service
Jul 12 02:54:36 aletheia kernel: NET: Registered PF_INET6 protocol family
Jul 12 02:54:36 aletheia kernel: Segment Routing with IPv6
Jul 12 02:54:36 aletheia kernel: RPL Segment Routing with IPv6
Jul 12 02:54:36 aletheia kernel: In-situ OAM (IOAM) with IPv6
Jul 12 02:54:36 aletheia kernel: NET: Registered PF_PACKET protocol family
Jul 12 02:54:36 aletheia kernel: microcode: Current revision: 0x0a50000d
Jul 12 02:54:36 aletheia kernel: resctrl: L3 allocation detected
Jul 12 02:54:36 aletheia kernel: resctrl: MB allocation detected
Jul 12 02:54:36 aletheia kernel: resctrl: L3 monitoring detected
Jul 12 02:54:36 aletheia kernel: IPI shorthand broadcast: enabled
Jul 12 02:54:36 aletheia kernel: sched_clock: Marking stable (445642491, 305811)->(448810314, -2862012)
Jul 12 02:54:36 aletheia kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Jul 12 02:54:36 aletheia kernel: registered taskstats version 1
Jul 12 02:54:36 aletheia kernel: Loading compiled-in X.509 certificates
Jul 12 02:54:36 aletheia kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1fd87654365b7055e36ecd8b139222a42672df32'
Jul 12 02:54:36 aletheia kernel: zswap: loaded using pool zstd/zsmalloc
Jul 12 02:54:36 aletheia kernel: Key type .fscrypt registered
Jul 12 02:54:36 aletheia kernel: Key type fscrypt-provisioning registered
Jul 12 02:54:36 aletheia kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 12 02:54:36 aletheia kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Jul 12 02:54:36 aletheia kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 12 02:54:36 aletheia kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Jul 12 02:54:36 aletheia kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 12 02:54:36 aletheia kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jul 12 02:54:36 aletheia kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 12 02:54:36 aletheia kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jul 12 02:54:36 aletheia kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 12 02:54:36 aletheia kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Jul 12 02:54:36 aletheia kernel: PM:   Magic number: 0:794:910
Jul 12 02:54:36 aletheia kernel: port serial8250:0.4: hash matches
Jul 12 02:54:36 aletheia kernel: RAS: Correctable Errors collector initialized.
Jul 12 02:54:36 aletheia kernel: clk: Disabling unused clocks
Jul 12 02:54:36 aletheia kernel: PM: genpd: Disabling unused power domains
Jul 12 02:54:36 aletheia kernel: Freeing unused decrypted memory: 2028K
Jul 12 02:54:36 aletheia kernel: Freeing unused kernel image (initmem) memory: 3420K
Jul 12 02:54:36 aletheia kernel: Write protecting the kernel read-only data: 32768k
Jul 12 02:54:36 aletheia kernel: Freeing unused kernel image (rodata/data gap) memory: 1076K
Jul 12 02:54:36 aletheia kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 12 02:54:36 aletheia kernel: rodata_test: all tests were successful
Jul 12 02:54:36 aletheia kernel: Run /init as init process
Jul 12 02:54:36 aletheia kernel:   with arguments:
Jul 12 02:54:36 aletheia kernel:     /init
Jul 12 02:54:36 aletheia kernel:   with environment:
Jul 12 02:54:36 aletheia kernel:     HOME=/
Jul 12 02:54:36 aletheia kernel:     TERM=linux
Jul 12 02:54:36 aletheia kernel:     BOOT_IMAGE=/vmlinuz-linux
Jul 12 02:54:36 aletheia kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Jul 12 02:54:36 aletheia kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:00/input/input2
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.3: xHCI Host Controller
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000010
Jul 12 02:54:36 aletheia kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Jul 12 02:54:36 aletheia kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.3: xHCI Host Controller
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jul 12 02:54:36 aletheia kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jul 12 02:54:36 aletheia kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 12 02:54:36 aletheia kernel: usb usb1: Product: xHCI Host Controller
Jul 12 02:54:36 aletheia kernel: usb usb1: Manufacturer: Linux 6.9.8-arch1-1 xhci-hcd
Jul 12 02:54:36 aletheia kernel: usb usb1: SerialNumber: 0000:03:00.3
Jul 12 02:54:36 aletheia kernel: hub 1-0:1.0: USB hub found
Jul 12 02:54:36 aletheia kernel: hub 1-0:1.0: 4 ports detected
Jul 12 02:54:36 aletheia kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jul 12 02:54:36 aletheia kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jul 12 02:54:36 aletheia kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jul 12 02:54:36 aletheia kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 12 02:54:36 aletheia kernel: usb usb2: Product: xHCI Host Controller
Jul 12 02:54:36 aletheia kernel: usb usb2: Manufacturer: Linux 6.9.8-arch1-1 xhci-hcd
Jul 12 02:54:36 aletheia kernel: usb usb2: SerialNumber: 0000:03:00.3
Jul 12 02:54:36 aletheia kernel: hub 2-0:1.0: USB hub found
Jul 12 02:54:36 aletheia kernel: hub 2-0:1.0: 2 ports detected
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.4: xHCI Host Controller
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 3
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000010
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.4: xHCI Host Controller
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 4
Jul 12 02:54:36 aletheia kernel: xhci_hcd 0000:03:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jul 12 02:54:36 aletheia kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jul 12 02:54:36 aletheia kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 12 02:54:36 aletheia kernel: usb usb3: Product: xHCI Host Controller
Jul 12 02:54:36 aletheia kernel: usb usb3: Manufacturer: Linux 6.9.8-arch1-1 xhci-hcd
Jul 12 02:54:36 aletheia kernel: usb usb3: SerialNumber: 0000:03:00.4
Jul 12 02:54:36 aletheia kernel: hub 3-0:1.0: USB hub found
Jul 12 02:54:36 aletheia kernel: hub 3-0:1.0: 4 ports detected
Jul 12 02:54:36 aletheia kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jul 12 02:54:36 aletheia kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jul 12 02:54:36 aletheia kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 12 02:54:36 aletheia kernel: usb usb4: Product: xHCI Host Controller
Jul 12 02:54:36 aletheia kernel: usb usb4: Manufacturer: Linux 6.9.8-arch1-1 xhci-hcd
Jul 12 02:54:36 aletheia kernel: usb usb4: SerialNumber: 0000:03:00.4
Jul 12 02:54:36 aletheia kernel: hub 4-0:1.0: USB hub found
Jul 12 02:54:36 aletheia kernel: hub 4-0:1.0: 2 ports detected
Jul 12 02:54:36 aletheia kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jul 12 02:54:36 aletheia kernel: nvme nvme0: pci function 0000:02:00.0
Jul 12 02:54:36 aletheia kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jul 12 02:54:36 aletheia kernel: nvme nvme0: 8/0/0 default/read/poll queues
Jul 12 02:54:36 aletheia kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Jul 12 02:54:36 aletheia kernel: usb 3-2: new high-speed USB device number 2 using xhci_hcd
Jul 12 02:54:36 aletheia kernel: usb 3-2: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
Jul 12 02:54:36 aletheia kernel: usb 3-2: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Jul 12 02:54:36 aletheia kernel: usb 3-2: Product: Wireless_Device
Jul 12 02:54:36 aletheia kernel: usb 3-2: Manufacturer: MediaTek Inc.
Jul 12 02:54:36 aletheia kernel: usb 3-2: SerialNumber: 000000000
Jul 12 02:54:36 aletheia kernel: usb 3-3: new high-speed USB device number 3 using xhci_hcd
Jul 12 02:54:36 aletheia kernel: usb 3-3: New USB device found, idVendor=3277, idProduct=0029, bcdDevice= 0.02
Jul 12 02:54:36 aletheia kernel: usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Jul 12 02:54:36 aletheia kernel: usb 3-3: Product: USB2.0 HD UVC WebCam
Jul 12 02:54:36 aletheia kernel: usb 3-3: Manufacturer: Shine-optics
Jul 12 02:54:36 aletheia kernel: usb 3-3: SerialNumber: 0001
Jul 12 02:54:36 aletheia kernel: tsc: Refined TSC clocksource calibration: 3194.012 MHz
Jul 12 02:54:36 aletheia kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a31bf5c6, max_idle_ns: 440795370318 ns
Jul 12 02:54:36 aletheia kernel: clocksource: Switched to clocksource tsc
Jul 12 02:54:36 aletheia kernel: [drm] amdgpu kernel modesetting enabled.
Jul 12 02:54:36 aletheia kernel: amdgpu: Virtual CRAT table created for CPU
Jul 12 02:54:36 aletheia kernel: amdgpu: Topology: Add CPU node
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
Jul 12 02:54:36 aletheia kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x12BD 0xC5).
Jul 12 02:54:36 aletheia kernel: [drm] register mmio base: 0xFCE00000
Jul 12 02:54:36 aletheia kernel: [drm] register mmio size: 524288
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 0 <soc15_common>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 1 <gmc_v9_0>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 2 <vega10_ih>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 3 <psp>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 4 <smu>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 5 <dm>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 6 <gfx_v9_0>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 7 <sdma_v4_0>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 8 <vcn_v2_0>
Jul 12 02:54:36 aletheia kernel: [drm] add ip block number 9 <jpeg_v2_0>
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
Jul 12 02:54:36 aletheia kernel: amdgpu: ATOM BIOS: 113-CEZANNE-021
Jul 12 02:54:36 aletheia kernel: [drm] VCN decode is enabled in VM mode
Jul 12 02:54:36 aletheia kernel: [drm] VCN encode is enabled in VM mode
Jul 12 02:54:36 aletheia kernel: [drm] JPEG decode is enabled in VM mode
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: MODE2 reset
Jul 12 02:54:36 aletheia kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Jul 12 02:54:36 aletheia kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Jul 12 02:54:36 aletheia kernel: [drm] RAM width 128bits DDR4
Jul 12 02:54:36 aletheia kernel: [drm] amdgpu: 512M of VRAM memory ready
Jul 12 02:54:36 aletheia kernel: [drm] amdgpu: 7695M of GTT memory ready.
Jul 12 02:54:36 aletheia kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Jul 12 02:54:36 aletheia kernel: [drm] PCIE GART of 1024M enabled.
Jul 12 02:54:36 aletheia kernel: [drm] PTB located at 0x000000F41FC00000
Jul 12 02:54:36 aletheia kernel: [drm] Loading DMUB firmware via PSP: version=0x01010028
Jul 12 02:54:36 aletheia kernel: [drm] Found VCN firmware Version ENC: 1.21 DEC: 7 VEP: 0 Revision: 3
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: reserve 0x400000 from 0xf41f800000 for PSP TMR
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Jul 12 02:54:36 aletheia kernel: [drm] Display Core v3.2.273 initialized on DCN 2.1
Jul 12 02:54:36 aletheia kernel: [drm] DP-HDMI FRL PCON supported
Jul 12 02:54:36 aletheia kernel: [drm] DMUB hardware initialized: version=0x01010028
Jul 12 02:54:36 aletheia kernel: [drm] kiq ring mec 2 pipe 1 q 0
Jul 12 02:54:36 aletheia kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Jul 12 02:54:36 aletheia kernel: [drm] JPEG decode initialized successfully.
Jul 12 02:54:36 aletheia kernel: amdgpu: HMM registered 512MB device memory
Jul 12 02:54:36 aletheia kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Jul 12 02:54:36 aletheia kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Jul 12 02:54:36 aletheia kernel: amdgpu: Virtual CRAT table created for GPU
Jul 12 02:54:36 aletheia kernel: amdgpu: Topology: Add dGPU node [0x1638:0x1002]
Jul 12 02:54:36 aletheia kernel: kfd kfd: amdgpu: added device 1002:1638
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Jul 12 02:54:36 aletheia kernel: [drm] Initialized amdgpu 3.57.0 20150101 for 0000:03:00.0 on minor 1
Jul 12 02:54:36 aletheia kernel: fbcon: amdgpudrmfb (fb0) is primary device
Jul 12 02:54:36 aletheia kernel: fbcon: Deferring console take-over
Jul 12 02:54:36 aletheia kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Jul 12 02:54:36 aletheia kernel: fbcon: Taking over console
Jul 12 02:54:36 aletheia kernel: [drm] DSC precompute is not needed.
Jul 12 02:54:36 aletheia kernel: Console: switching to colour frame buffer device 240x67
Jul 12 02:54:36 aletheia kernel: EXT4-fs (nvme0n1p7): mounted filesystem eb2e9c51-a3e6-4e70-8fef-f4097f329be6 r/w with ordered data mode. Quota mode: none.
Jul 12 02:54:36 aletheia systemd[1]: systemd 256.2-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 +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Jul 12 02:54:36 aletheia systemd[1]: Detected architecture x86-64.
Jul 12 02:54:36 aletheia systemd[1]: Hostname set to <aletheia>.
Jul 12 02:54:36 aletheia systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jul 12 02:54:36 aletheia systemd[1]: Queued start job for default target Graphical Interface.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/dirmngr.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/getty.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/gpg-agent.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/keyboxd.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/modprobe.
Jul 12 02:54:36 aletheia systemd[1]: Created slice Slice /system/systemd-fsck.
Jul 12 02:54:36 aletheia systemd[1]: Created slice User and Session Slice.
Jul 12 02:54:36 aletheia systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jul 12 02:54:36 aletheia systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 12 02:54:36 aletheia systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 12 02:54:36 aletheia systemd[1]: Expecting device /dev/disk/by-uuid/4BDE-8569...
Jul 12 02:54:36 aletheia systemd[1]: Expecting device /dev/disk/by-uuid/a1fa1584-f1c1-4ac5-afd6-9f41d2940612...
Jul 12 02:54:36 aletheia systemd[1]: Reached target Local Encrypted Volumes.
Jul 12 02:54:36 aletheia systemd[1]: Reached target Login Prompts.
Jul 12 02:54:36 aletheia systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 12 02:54:36 aletheia systemd[1]: Reached target Path Units.
Jul 12 02:54:36 aletheia systemd[1]: Reached target Remote File Systems.
Jul 12 02:54:36 aletheia systemd[1]: Reached target Slice Units.
Jul 12 02:54:36 aletheia systemd[1]: Reached target Local Verity Protected Volumes.
Jul 12 02:54:36 aletheia systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 12 02:54:36 aletheia systemd[1]: Listening on Process Core Dump Socket.
Jul 12 02:54:36 aletheia systemd[1]: Listening on Credential Encryption/Decryption.
Jul 12 02:54:36 aletheia systemd[1]: Listening on Journal Socket (/dev/log).
Jul 12 02:54:36 aletheia systemd[1]: Listening on Journal Sockets.
Jul 12 02:54:36 aletheia systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:36 aletheia systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:36 aletheia systemd[1]: Listening on udev Control Socket.
Jul 12 02:54:36 aletheia systemd[1]: Listening on udev Kernel Socket.
Jul 12 02:54:36 aletheia systemd[1]: Listening on User Database Manager Socket.
Jul 12 02:54:36 aletheia systemd[1]: Mounting Huge Pages File System...
Jul 12 02:54:36 aletheia systemd[1]: Mounting POSIX Message Queue File System...
Jul 12 02:54:36 aletheia systemd[1]: Mounting Kernel Debug File System...
Jul 12 02:54:36 aletheia systemd[1]: Mounting Kernel Trace File System...
Jul 12 02:54:36 aletheia systemd[1]: Starting Create List of Static Device Nodes...
Jul 12 02:54:36 aletheia systemd[1]: Starting Load Kernel Module configfs...
Jul 12 02:54:36 aletheia systemd[1]: Starting Load Kernel Module dm_mod...
Jul 12 02:54:36 aletheia systemd[1]: Starting Load Kernel Module drm...
Jul 12 02:54:36 aletheia systemd[1]: Starting Load Kernel Module fuse...
Jul 12 02:54:36 aletheia systemd[1]: Starting Load Kernel Module loop...
Jul 12 02:54:36 aletheia systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 12 02:54:36 aletheia systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jul 12 02:54:36 aletheia systemd[1]: Starting Journal Service...
Jul 12 02:54:36 aletheia systemd[1]: Starting Load Kernel Modules...
Jul 12 02:54:36 aletheia systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:36 aletheia systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 12 02:54:36 aletheia systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:36 aletheia systemd[1]: Starting Load udev Rules from Credentials...
Jul 12 02:54:36 aletheia systemd[1]: Starting Coldplug All udev Devices...
Jul 12 02:54:36 aletheia systemd[1]: Mounted Huge Pages File System.
Jul 12 02:54:36 aletheia systemd[1]: Mounted POSIX Message Queue File System.
Jul 12 02:54:36 aletheia systemd[1]: Mounted Kernel Debug File System.
Jul 12 02:54:36 aletheia systemd[1]: Mounted Kernel Trace File System.
Jul 12 02:54:36 aletheia systemd[1]: Finished Create List of Static Device Nodes.
Jul 12 02:54:36 aletheia systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 12 02:54:36 aletheia systemd[1]: Finished Load Kernel Module configfs.
Jul 12 02:54:36 aletheia systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 12 02:54:36 aletheia systemd[1]: Finished Load Kernel Module drm.
Jul 12 02:54:36 aletheia systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 12 02:54:36 aletheia systemd[1]: Finished Load Kernel Module fuse.
Jul 12 02:54:36 aletheia kernel: loop: module loaded
Jul 12 02:54:36 aletheia systemd[1]: Mounting FUSE Control File System...
Jul 12 02:54:36 aletheia systemd[1]: Mounting Kernel Configuration File System...
Jul 12 02:54:36 aletheia systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jul 12 02:54:36 aletheia systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 12 02:54:36 aletheia systemd[1]: Finished Load Kernel Module loop.
Jul 12 02:54:36 aletheia systemd[1]: Finished Load udev Rules from Credentials.
Jul 12 02:54:36 aletheia systemd[1]: Mounted FUSE Control File System.
Jul 12 02:54:36 aletheia kernel: device-mapper: uevent: version 1.0.3
Jul 12 02:54:36 aletheia kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Jul 12 02:54:36 aletheia systemd[1]: Mounted Kernel Configuration File System.
Jul 12 02:54:36 aletheia systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 12 02:54:36 aletheia systemd[1]: Finished Load Kernel Module dm_mod.
Jul 12 02:54:36 aletheia systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 12 02:54:36 aletheia systemd-journald[384]: Collecting audit messages is disabled.
Jul 12 02:54:36 aletheia kernel: i2c_dev: i2c /dev entries driver
Jul 12 02:54:36 aletheia systemd[1]: Finished Load Kernel Modules.
Jul 12 02:54:36 aletheia systemd[1]: Starting Apply Kernel Variables...
Jul 12 02:54:36 aletheia systemd[1]: Starting User Database Manager...
Jul 12 02:54:36 aletheia systemd[1]: Finished Apply Kernel Variables.
Jul 12 02:54:36 aletheia kernel: EXT4-fs (nvme0n1p7): re-mounted eb2e9c51-a3e6-4e70-8fef-f4097f329be6 r/w. Quota mode: none.
Jul 12 02:54:36 aletheia systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 12 02:54:36 aletheia systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jul 12 02:54:36 aletheia systemd[1]: Starting Load/Save OS Random Seed...
Jul 12 02:54:36 aletheia systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:36 aletheia systemd-journald[384]: Journal started
Jul 12 02:54:36 aletheia systemd-journald[384]: Runtime Journal (/run/log/journal/7e7e6b0323704e298e2635c0c285af45) is 8M, max 769.5M, 761.5M free.
Jul 12 02:54:36 aletheia systemd-modules-load[385]: Inserted module 'crypto_user'
Jul 12 02:54:36 aletheia systemd-modules-load[385]: Inserted module 'i2c_dev'
Jul 12 02:54:36 aletheia systemd[1]: Finished Load/Save OS Random Seed.
Jul 12 02:54:36 aletheia systemd[1]: Started Journal Service.
Jul 12 02:54:36 aletheia systemd[1]: Started User Database Manager.
Jul 12 02:54:36 aletheia systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 12 02:54:36 aletheia systemd-journald[384]: Time spent on flushing to /var/log/journal/7e7e6b0323704e298e2635c0c285af45 is 77.513ms for 976 entries.
Jul 12 02:54:36 aletheia systemd-journald[384]: System Journal (/var/log/journal/7e7e6b0323704e298e2635c0c285af45) is 40M, max 4G, 3.9G free.
Jul 12 02:54:37 aletheia systemd-journald[384]: Received client request to flush runtime journal.
Jul 12 02:54:36 aletheia systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jul 12 02:54:36 aletheia systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jul 12 02:54:36 aletheia systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 12 02:54:36 aletheia systemd[1]: Finished Create Static Device Nodes in /dev.
Jul 12 02:54:36 aletheia systemd[1]: Reached target Preparation for Local File Systems.
Jul 12 02:54:36 aletheia systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jul 12 02:54:37 aletheia systemd-udevd[427]: Using default interface naming scheme 'v255'.
Jul 12 02:54:37 aletheia systemd[1]: Finished Coldplug All udev Devices.
Jul 12 02:54:37 aletheia systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 12 02:54:37 aletheia systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 12 02:54:37 aletheia systemd[1]: Reached target Trusted Platform Module.
Jul 12 02:54:37 aletheia kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Jul 12 02:54:37 aletheia kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Jul 12 02:54:37 aletheia kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Jul 12 02:54:37 aletheia kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Jul 12 02:54:37 aletheia kernel: ccp 0000:03:00.2: enabling device (0000 -> 0002)
Jul 12 02:54:37 aletheia kernel: ccp 0000:03:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Jul 12 02:54:37 aletheia kernel: ccp 0000:03:00.2: tee enabled
Jul 12 02:54:37 aletheia kernel: ccp 0000:03:00.2: psp enabled
Jul 12 02:54:37 aletheia mtp-probe[486]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-2"
Jul 12 02:54:37 aletheia mtp-probe[485]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-3"
Jul 12 02:54:37 aletheia mtp-probe[485]: bus: 3, device: 3 was not an MTP device
Jul 12 02:54:37 aletheia kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Jul 12 02:54:37 aletheia kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jul 12 02:54:37 aletheia mtp-probe[486]: bus: 3, device: 2 was not an MTP device
Jul 12 02:54:37 aletheia kernel: mc: Linux media interface: v0.10
Jul 12 02:54:37 aletheia systemd[1]: Found device INTEL SSDPEKNW010T8 8.
Jul 12 02:54:37 aletheia systemd[1]: Found device INTEL SSDPEKNW010T8 6.
Jul 12 02:54:37 aletheia systemd[1]: Created slice Slice /system/systemd-backlight.
Jul 12 02:54:37 aletheia systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 12 02:54:37 aletheia systemd[1]: Activating swap /dev/disk/by-uuid/a1fa1584-f1c1-4ac5-afd6-9f41d2940612...
Jul 12 02:54:37 aletheia systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Jul 12 02:54:37 aletheia systemd[1]: Starting File System Check on /dev/disk/by-uuid/4BDE-8569...
Jul 12 02:54:37 aletheia systemd[1]: Starting Virtual Console Setup...
Jul 12 02:54:37 aletheia systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Jul 12 02:54:37 aletheia kernel: Adding 28508156k swap on /dev/nvme0n1p8.  Priority:-2 extents:1 across:28508156k SS
Jul 12 02:54:37 aletheia systemd[1]: Activated swap /dev/disk/by-uuid/a1fa1584-f1c1-4ac5-afd6-9f41d2940612.
Jul 12 02:54:37 aletheia systemd[1]: Reached target Swaps.
Jul 12 02:54:37 aletheia systemd[1]: Finished Virtual Console Setup.
Jul 12 02:54:37 aletheia systemd-fsck[505]: fsck.fat 4.2 (2021-01-31)
Jul 12 02:54:37 aletheia systemd-fsck[505]: /dev/nvme0n1p6: 373 files, 43208/204396 clusters
Jul 12 02:54:37 aletheia systemd[1]: Finished File System Check on /dev/disk/by-uuid/4BDE-8569.
Jul 12 02:54:37 aletheia kernel: input: ASUE120B:00 04F3:3257 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ASUE120B:00/0018:04F3:3257.0001/input/input5
Jul 12 02:54:37 aletheia kernel: input: ASUE120B:00 04F3:3257 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ASUE120B:00/0018:04F3:3257.0001/input/input6
Jul 12 02:54:37 aletheia kernel: hid-generic 0018:04F3:3257.0001: input,hidraw0: I2C HID v1.00 Mouse [ASUE120B:00 04F3:3257] on i2c-ASUE120B:00
Jul 12 02:54:37 aletheia kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jul 12 02:54:37 aletheia kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Jul 12 02:54:37 aletheia kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Jul 12 02:54:37 aletheia kernel: cryptd: max_cpu_qlen set to 1000
Jul 12 02:54:37 aletheia kernel: Bluetooth: Core ver 2.22
Jul 12 02:54:37 aletheia kernel: NET: Registered PF_BLUETOOTH protocol family
Jul 12 02:54:37 aletheia kernel: Bluetooth: HCI device and connection manager initialized
Jul 12 02:54:37 aletheia kernel: Bluetooth: HCI socket layer initialized
Jul 12 02:54:37 aletheia kernel: Bluetooth: L2CAP socket layer initialized
Jul 12 02:54:37 aletheia kernel: Bluetooth: SCO socket layer initialized
Jul 12 02:54:37 aletheia kernel: videodev: Linux video capture interface: v2.00
Jul 12 02:54:37 aletheia kernel: asus_wmi: ASUS WMI generic driver loaded
Jul 12 02:54:37 aletheia kernel: snd_rn_pci_acp3x 0000:03:00.5: enabling device (0000 -> 0002)
Jul 12 02:54:37 aletheia kernel: AVX2 version of gcm_enc/dec engaged.
Jul 12 02:54:37 aletheia kernel: AES CTR mode by8 optimization enabled
Jul 12 02:54:37 aletheia kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 12 02:54:37 aletheia kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 12 02:54:37 aletheia kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jul 12 02:54:37 aletheia kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 12 02:54:37 aletheia kernel: cfg80211: failed to load regulatory.db
Jul 12 02:54:37 aletheia kernel: asus_wmi: Initialization: 0x1
Jul 12 02:54:37 aletheia kernel: asus_wmi: BIOS WMI version: 9.0
Jul 12 02:54:37 aletheia kernel: asus_wmi: SFUN value: 0x21
Jul 12 02:54:37 aletheia kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Jul 12 02:54:37 aletheia kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input7
Jul 12 02:54:37 aletheia kernel: usbcore: registered new interface driver btusb
Jul 12 02:54:37 aletheia kernel: Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20240219111427
Jul 12 02:54:37 aletheia kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Jul 12 02:54:37 aletheia kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Jul 12 02:54:37 aletheia kernel: asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
Jul 12 02:54:37 aletheia kernel: ACPI: battery: new extension: ASUS Battery Extension
Jul 12 02:54:37 aletheia systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 12 02:54:37 aletheia systemd[1]: Starting Load Kernel Module dm_mod...
Jul 12 02:54:37 aletheia systemd[1]: Starting Load Kernel Module loop...
Jul 12 02:54:37 aletheia systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 12 02:54:37 aletheia systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jul 12 02:54:37 aletheia systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jul 12 02:54:37 aletheia systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:37 aletheia systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jul 12 02:54:37 aletheia systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:37 aletheia systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:37 aletheia systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Jul 12 02:54:37 aletheia systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 12 02:54:37 aletheia systemd[1]: Finished Load Kernel Module dm_mod.
Jul 12 02:54:37 aletheia systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 12 02:54:37 aletheia kernel: usb 3-3: Found UVC 1.10 device USB2.0 HD UVC WebCam (3277:0029)
Jul 12 02:54:37 aletheia kernel: usbcore: registered new interface driver uvcvideo
Jul 12 02:54:37 aletheia systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 12 02:54:37 aletheia systemd[1]: Finished Load Kernel Module loop.
Jul 12 02:54:37 aletheia systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 12 02:54:37 aletheia systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Jul 12 02:54:37 aletheia kernel: input: ASUE120B:00 04F3:3257 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ASUE120B:00/0018:04F3:3257.0001/input/input8
Jul 12 02:54:37 aletheia kernel: input: ASUE120B:00 04F3:3257 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ASUE120B:00/0018:04F3:3257.0001/input/input9
Jul 12 02:54:37 aletheia kernel: hid-multitouch 0018:04F3:3257.0001: input,hidraw0: I2C HID v1.00 Mouse [ASUE120B:00 04F3:3257] on i2c-ASUE120B:00
Jul 12 02:54:37 aletheia kernel: mousedev: PS/2 mouse device common for all mice
Jul 12 02:54:37 aletheia kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
Jul 12 02:54:37 aletheia kernel: snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
Jul 12 02:54:37 aletheia kernel: snd_hda_intel 0000:03:00.6: enabling device (0000 -> 0002)
Jul 12 02:54:37 aletheia kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jul 12 02:54:37 aletheia kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:03:00.1/sound/card0/input10
Jul 12 02:54:37 aletheia systemd[1]: Reached target Sound Card.
Jul 12 02:54:37 aletheia kernel: Bluetooth: hci0: Device setup in 139134 usecs
Jul 12 02:54:37 aletheia kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Jul 12 02:54:37 aletheia kernel: mt7921e 0000:01:00.0: enabling device (0000 -> 0002)
Jul 12 02:54:37 aletheia kernel: kvm_amd: TSC scaling supported
Jul 12 02:54:37 aletheia kernel: kvm_amd: Nested Virtualization enabled
Jul 12 02:54:37 aletheia kernel: kvm_amd: Nested Paging enabled
Jul 12 02:54:37 aletheia kernel: kvm_amd: LBR virtualization supported
Jul 12 02:54:37 aletheia kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Jul 12 02:54:37 aletheia kernel: kvm_amd: Virtual GIF supported
Jul 12 02:54:37 aletheia kernel: mt7921e 0000:01:00.0: ASIC revision: 79610010
Jul 12 02:54:37 aletheia kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jul 12 02:54:38 aletheia kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 12 02:54:38 aletheia kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jul 12 02:54:38 aletheia kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Jul 12 02:54:38 aletheia kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Jul 12 02:54:38 aletheia kernel: snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x19
Jul 12 02:54:38 aletheia kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Jul 12 02:54:38 aletheia kernel: mt7921e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20240219110958a
Jul 12 02:54:38 aletheia kernel: mt7921e 0000:01:00.0: WM Firmware Version: ____010000, Build Time: 20240219111038
Jul 12 02:54:38 aletheia kernel: intel_rapl_common: Found RAPL domain package
Jul 12 02:54:38 aletheia kernel: intel_rapl_common: Found RAPL domain core
Jul 12 02:54:38 aletheia kernel: AMD Address Translation Library initialized
Jul 12 02:54:38 aletheia kernel: Bluetooth: hci0: AOSP extensions version v0.96
Jul 12 02:54:38 aletheia kernel: Bluetooth: hci0: AOSP quality report is not supported
Jul 12 02:54:38 aletheia kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul 12 02:54:38 aletheia kernel: Bluetooth: BNEP filters: protocol multicast
Jul 12 02:54:38 aletheia kernel: Bluetooth: BNEP socket layer initialized
Jul 12 02:54:38 aletheia kernel: Bluetooth: MGMT ver 1.22
Jul 12 02:54:38 aletheia kernel: NET: Registered PF_ALG protocol family
Jul 12 02:54:38 aletheia kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1/input11
Jul 12 02:54:38 aletheia bluetoothd[554]: Bluetooth daemon 5.77
Jul 12 02:54:37 aletheia systemd[1]: Mounting /boot...
Jul 12 02:54:38 aletheia bluetoothd[554]: Starting SDP server
Jul 12 02:54:37 aletheia systemd[1]: Mounting Temporary Directory /tmp...
Jul 12 02:54:38 aletheia bluetoothd[554]: src/plugin.c:init_plugin() System does not support bap plugin
Jul 12 02:54:37 aletheia systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 12 02:54:38 aletheia bluetoothd[554]: src/plugin.c:init_plugin() System does not support bass plugin
Jul 12 02:54:37 aletheia systemd[1]: Mounted Temporary Directory /tmp.
Jul 12 02:54:38 aletheia bluetoothd[554]: src/plugin.c:init_plugin() System does not support mcp plugin
Jul 12 02:54:37 aletheia systemd[1]: Mounted /boot.
Jul 12 02:54:38 aletheia bluetoothd[554]: src/plugin.c:init_plugin() System does not support vcp plugin
Jul 12 02:54:37 aletheia systemd[1]: Reached target Local File Systems.
Jul 12 02:54:38 aletheia bluetoothd[554]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Jul 12 02:54:37 aletheia systemd[1]: Listening on Boot Entries Service Socket.
Jul 12 02:54:38 aletheia bluetoothd[554]: src/plugin.c:init_plugin() System does not support micp plugin
Jul 12 02:54:37 aletheia systemd[1]: Listening on System Extension Image Management.
Jul 12 02:54:38 aletheia bluetoothd[554]: src/plugin.c:init_plugin() System does not support ccp plugin
Jul 12 02:54:37 aletheia systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jul 12 02:54:38 aletheia bluetoothd[554]: src/plugin.c:init_plugin() System does not support csip plugin
Jul 12 02:54:37 aletheia systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 12 02:54:38 aletheia bluetoothd[554]: src/plugin.c:init_plugin() System does not support asha plugin
Jul 12 02:54:37 aletheia systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 12 02:54:38 aletheia bluetoothd[554]: Bluetooth management interface 1.22 initialized
Jul 12 02:54:37 aletheia systemd[1]: Starting Create System Files and Directories...
Jul 12 02:54:38 aletheia bluetoothd[554]: Battery Provider Manager created
Jul 12 02:54:38 aletheia systemd[1]: Finished Create System Files and Directories.
Jul 12 02:54:38 aletheia systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 12 02:54:38 aletheia systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 12 02:54:38 aletheia systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jul 12 02:54:38 aletheia systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 12 02:54:38 aletheia systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jul 12 02:54:38 aletheia systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 12 02:54:38 aletheia systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 12 02:54:38 aletheia systemd[1]: Reached target System Initialization.
Jul 12 02:54:38 aletheia systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 12 02:54:38 aletheia systemd[1]: Started Daily man-db regeneration.
Jul 12 02:54:38 aletheia systemd[1]: Started Daily verification of password and group files.
Jul 12 02:54:38 aletheia systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 12 02:54:38 aletheia systemd[1]: Reached target Timer Units.
Jul 12 02:54:38 aletheia systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 12 02:54:38 aletheia systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jul 12 02:54:38 aletheia systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jul 12 02:54:38 aletheia systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jul 12 02:54:38 aletheia systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jul 12 02:54:38 aletheia systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jul 12 02:54:38 aletheia systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jul 12 02:54:38 aletheia systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jul 12 02:54:38 aletheia systemd[1]: Listening on Hostname Service Socket.
Jul 12 02:54:38 aletheia systemd[1]: Reached target Socket Units.
Jul 12 02:54:38 aletheia systemd[1]: Starting D-Bus System Message Bus...
Jul 12 02:54:38 aletheia systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:38 aletheia systemd[1]: Started D-Bus System Message Bus.
Jul 12 02:54:38 aletheia systemd[1]: Reached target Basic System.
Jul 12 02:54:38 aletheia systemd[1]: Starting Network Manager...
Jul 12 02:54:38 aletheia systemd[1]: Starting Bluetooth service...
Jul 12 02:54:38 aletheia systemd[1]: Starting User Login Management...
Jul 12 02:54:38 aletheia systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 02:54:38 aletheia dbus-broker-launch[551]: Ready
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1254] NetworkManager (version 1.48.4-1) is starting... (boot:07644742-e6df-478e-8ef2-481149e60b34)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1255] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jul 12 02:54:38 aletheia systemd[1]: Started Bluetooth service.
Jul 12 02:54:38 aletheia systemd[1]: Reached target Bluetooth Support.
Jul 12 02:54:38 aletheia systemd-logind[555]: New seat seat0.
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1320] manager[0x5981a29ae5d0]: monitoring kernel firmware directory '/lib/firmware'.
Jul 12 02:54:38 aletheia systemd[1]: Starting Hostname Service...
Jul 12 02:54:38 aletheia systemd-logind[555]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jul 12 02:54:38 aletheia systemd-logind[555]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 12 02:54:38 aletheia systemd-logind[555]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Jul 12 02:54:38 aletheia systemd[1]: Started User Login Management.
Jul 12 02:54:38 aletheia systemd[1]: Started Hostname Service.
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1822] hostname: hostname: using hostnamed
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1822] hostname: static hostname changed from (none) to "aletheia"
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1827] dns-mgr: init: dns=systemd-resolved rc-manager=symlink, plugin=systemd-resolved
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1841] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/platform/asus-nb-wmi/rfkill/rfkill1) (platform driver asus-nb-wmi)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1846] manager[0x5981a29ae5d0]: rfkill: Wi-Fi hardware radio set enabled
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1847] manager[0x5981a29ae5d0]: rfkill: WWAN hardware radio set enabled
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1935] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-bluetooth.so)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1944] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wifi.so)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1948] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-adsl.so)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1961] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-ovs.so)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1965] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wwan.so)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2104] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-team.so)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2106] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2106] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2106] manager: Networking is enabled by state file
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2112] settings: Loaded settings plugin: keyfile (internal)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2129] dhcp: init: Using DHCP client 'internal'
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2130] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2135] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 12 02:54:38 aletheia systemd[1]: Started Network Manager.
Jul 12 02:54:38 aletheia systemd[1]: Reached target Network.
Jul 12 02:54:38 aletheia systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2147] ovsdb: disconnected from ovsdb
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.2147] manager: startup complete
Jul 12 02:54:38 aletheia systemd[1]: Starting Permit User Sessions...
Jul 12 02:54:38 aletheia systemd[1]: Finished Permit User Sessions.
Jul 12 02:54:38 aletheia systemd[1]: Reached target Multi-User System.
Jul 12 02:54:38 aletheia systemd[1]: Started Simple Desktop Display Manager.
Jul 12 02:54:38 aletheia systemd[1]: Reached target Graphical Interface.
Jul 12 02:54:38 aletheia systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 12 02:54:38 aletheia systemd[1]: Startup finished in 4.785s (firmware) + 3.367s (loader) + 4.048s (kernel) + 2.148s (userspace) = 14.349s.
Jul 12 02:54:38 aletheia sddm[580]: Initializing...
Jul 12 02:54:38 aletheia sddm[580]: Starting...
Jul 12 02:54:38 aletheia sddm[580]: Logind interface found
Jul 12 02:54:38 aletheia sddm[580]: Adding new display...
Jul 12 02:54:38 aletheia sddm[580]: Loaded empty theme configuration
Jul 12 02:54:38 aletheia sddm[580]: Xauthority path: "/run/sddm/xauth_YHaOnY"
Jul 12 02:54:38 aletheia sddm[580]: Using VT 2
Jul 12 02:54:38 aletheia sddm[580]: Display server starting...
Jul 12 02:54:38 aletheia sddm[580]: Writing cookie to "/run/sddm/xauth_YHaOnY"
Jul 12 02:54:38 aletheia sddm[580]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_YHaOnY -noreset -displayfd 16
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.4460] device (wlan0): driver supports Access Point (AP) mode
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.4465] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.4470] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:01:00.0/ieee80211/phy0/rfkill3) (driver mt7921e)
Jul 12 02:54:38 aletheia kernel: mt7921e 0000:01:00.0 wlp1s0: renamed from wlan0
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.4490] device (wlan0): interface index 2 renamed iface from 'wlan0' to 'wlp1s0'
Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.4546] device (wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 12 02:54:39 aletheia sddm[580]: Setting default cursor
Jul 12 02:54:39 aletheia NetworkManager[553]: <info>  [1720745679.0286] device (wlp1s0): set-hw-addr: set MAC address to CA:9D:8C:83:DC:B1 (scanning)
Jul 12 02:54:39 aletheia sddm[580]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Jul 12 02:54:39 aletheia sddm[580]: Display server started.
Jul 12 02:54:39 aletheia sddm[580]: Socket server starting...
Jul 12 02:54:39 aletheia sddm[580]: Socket server started.
Jul 12 02:54:39 aletheia sddm[580]: Loaded empty theme configuration
Jul 12 02:54:39 aletheia sddm[580]: Greeter starting...
Jul 12 02:54:39 aletheia systemd[1]: Starting WPA supplicant...
Jul 12 02:54:39 aletheia sddm-helper[611]: [PAM] Starting...
Jul 12 02:54:39 aletheia sddm-helper[611]: [PAM] Authenticating...
Jul 12 02:54:39 aletheia sddm-helper[611]: [PAM] returning.
Jul 12 02:54:39 aletheia sddm-helper[611]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=966) by (uid=0)
Jul 12 02:54:39 aletheia sddm-helper[611]: pam_systemd(sddm-greeter:session): New sd-bus connection (system-bus-pam-systemd-611) opened.
Jul 12 02:54:39 aletheia systemd-logind[555]: New session c1 of user sddm.
Jul 12 02:54:39 aletheia systemd[1]: Created slice User Slice of UID 966.
Jul 12 02:54:39 aletheia systemd[1]: Starting User Runtime Directory /run/user/966...
Jul 12 02:54:39 aletheia wpa_supplicant[612]: Successfully initialized wpa_supplicant
Jul 12 02:54:39 aletheia systemd[1]: Finished User Runtime Directory /run/user/966.
Jul 12 02:54:39 aletheia systemd[1]: Started WPA supplicant.
Jul 12 02:54:39 aletheia systemd[1]: Starting User Manager for UID 966...
Jul 12 02:54:39 aletheia dbus-broker-launch[551]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jul 12 02:54:39 aletheia (systemd)[616]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Jul 12 02:54:39 aletheia (systemd)[616]: pam_unix(systemd-user:session): session opened for user sddm(uid=966) by sddm(uid=0)
Jul 12 02:54:39 aletheia systemd-logind[555]: New session 1 of user sddm.
Jul 12 02:54:39 aletheia NetworkManager[553]: <info>  [1720745679.1538] device (wlp1s0): supplicant interface state: internal-starting -> disconnected
Jul 12 02:54:39 aletheia NetworkManager[553]: <info>  [1720745679.1539] Wi-Fi P2P device controlled by interface wlp1s0 created
Jul 12 02:54:39 aletheia NetworkManager[553]: <info>  [1720745679.1541] manager: (p2p-dev-wlp1s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/3)
Jul 12 02:54:39 aletheia NetworkManager[553]: <info>  [1720745679.1543] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 12 02:54:39 aletheia systemd[616]: Queued start job for default target Main User Target.
Jul 12 02:54:39 aletheia systemd[616]: Created slice User Application Slice.
Jul 12 02:54:39 aletheia systemd[616]: Started Submitting pending crash events (file monitor).
Jul 12 02:54:39 aletheia systemd[616]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Jul 12 02:54:39 aletheia systemd[616]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Jul 12 02:54:39 aletheia systemd[616]: Reached target Paths.
Jul 12 02:54:39 aletheia systemd[616]: Reached target Timers.
Jul 12 02:54:39 aletheia systemd[616]: Starting D-Bus User Message Bus Socket...
Jul 12 02:54:39 aletheia systemd[616]: Listening on GnuPG network certificate management daemon.
Jul 12 02:54:39 aletheia systemd[616]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Jul 12 02:54:39 aletheia systemd[616]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 12 02:54:39 aletheia systemd[616]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 12 02:54:39 aletheia systemd[616]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 12 02:54:39 aletheia systemd[616]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 12 02:54:39 aletheia systemd[616]: Listening on GnuPG public key management service.
Jul 12 02:54:39 aletheia systemd[616]: Listening on p11-kit server.
Jul 12 02:54:39 aletheia systemd[616]: Listening on PipeWire PulseAudio.
Jul 12 02:54:39 aletheia systemd[616]: Listening on PipeWire Multimedia System Sockets.
Jul 12 02:54:39 aletheia systemd[616]: Listening on D-Bus User Message Bus Socket.
Jul 12 02:54:39 aletheia systemd[616]: Reached target Sockets.
Jul 12 02:54:39 aletheia systemd[616]: Reached target Basic System.
Jul 12 02:54:39 aletheia systemd[616]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Jul 12 02:54:39 aletheia systemd[1]: Started User Manager for UID 966.
Jul 12 02:54:39 aletheia systemd[616]: Starting Update XDG user dir configuration...
Jul 12 02:54:39 aletheia systemd[1]: Started Session c1 of User sddm.
Jul 12 02:54:39 aletheia sddm-helper[611]: Writing cookie to "/tmp/xauth_LADgTs"
Jul 12 02:54:39 aletheia sddm-helper[611]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-NOkCIh"
Jul 12 02:54:39 aletheia systemd[616]: Finished Update XDG user dir configuration.
Jul 12 02:54:39 aletheia systemd[616]: Reached target Main User Target.
Jul 12 02:54:39 aletheia systemd[616]: Startup finished in 186ms.
Jul 12 02:54:39 aletheia sddm[580]: Greeter session started successfully
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: High-DPI autoscaling Enabled
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Reading from "/usr/local/share/wayland-sessions/hyprland.desktop"
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Loading theme configuration from "qrc:/theme/theme.conf"
Jul 12 02:54:39 aletheia systemd[616]: Created slice User Core Session Slice.
Jul 12 02:54:39 aletheia systemd[616]: Starting D-Bus User Message Bus...
Jul 12 02:54:39 aletheia dbus-broker-launch[631]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jul 12 02:54:39 aletheia dbus-broker-launch[631]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Jul 12 02:54:39 aletheia dbus-broker-launch[631]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 12 02:54:39 aletheia dbus-broker-launch[631]: Service file '/usr/share//dbus-1/services/org.knopwob.dunst.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 12 02:54:39 aletheia dbus-broker-launch[631]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.knopwob.dunst.service'
Jul 12 02:54:39 aletheia dbus-broker-launch[631]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jul 12 02:54:39 aletheia dbus-broker-launch[631]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jul 12 02:54:39 aletheia systemd[616]: Started D-Bus User Message Bus.
Jul 12 02:54:39 aletheia dbus-broker-launch[631]: Ready
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Connected to the daemon.
Jul 12 02:54:39 aletheia sddm[580]: Message received from greeter: Connect
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Loading qrc:/theme/Main.qml...
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: file:///usr/lib/qt6/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: file:///usr/lib/qt6/qml/SddmComponents/ComboBox.qml:105:9: QML Image: Cannot open: file:///usr/lib/qt6/qml/SddmComponents/angle-down.png
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: file:///usr/lib/qt6/qml/SddmComponents/ComboBox.qml:105:9: QML Image: Cannot open: file:///usr/lib/qt6/qml/SddmComponents/angle-down.png
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Adding view for "eDP-1" QRect(0,0 1920x1080)
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Message received from daemon: Capabilities
Jul 12 02:54:39 aletheia sddm-greeter-qt6[627]: Message received from daemon: HostName
Jul 12 02:54:39 aletheia wpa_supplicant[612]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 12 02:54:39 aletheia wpa_supplicant[612]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.2452] policy: auto-activating connection 'FibreBox_X6-1CCDF7' (6599a3d5-eabb-48cb-a6de-6648fb371eb9)
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.2455] device (wlp1s0): Activation: starting connection 'FibreBox_X6-1CCDF7' (6599a3d5-eabb-48cb-a6de-6648fb371eb9)
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.2455] device (wlp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.2456] manager: NetworkManager state is now CONNECTING
Jul 12 02:54:41 aletheia sddm-greeter-qt6[627]: file:///usr/lib/qt6/qml/SddmComponents/PictureBox.qml:106:13 Parameter "event" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3054] device (wlp1s0): set-hw-addr: reset MAC address to 90:E8:68:4C:83:0D (preserve)
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3355] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3361] device (wlp1s0): Activation: (wifi) access point 'FibreBox_X6-1CCDF7' has security, but secrets are required.
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3361] device (wlp1s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3363] sup-iface[e59b153e00138208,0,wlp1s0]: wps: type pbc start...
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3364] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3365] device (p2p-dev-wlp1s0): supplicant management interface state: disconnected -> interface_disabled
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3368] device (wlp1s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3369] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3370] device (wlp1s0): Activation: (wifi) connection 'FibreBox_X6-1CCDF7' has security, and secrets exist.  No new secrets needed.
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3370] Config: added 'ssid' value 'FibreBox_X6-1CCDF7'
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3371] Config: added 'scan_ssid' value '1'
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3371] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3371] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3371] Config: added 'auth_alg' value 'OPEN'
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3371] Config: added 'psk' value '<hidden>'
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: WPS-CANCEL
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3639] device (wlp1s0): supplicant interface state: interface_disabled -> inactive
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.3640] device (p2p-dev-wlp1s0): supplicant management interface state: interface_disabled -> inactive
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: SME: Trying to authenticate with 36:53:d2:fd:26:24 (SSID='FibreBox_X6-1CCDF7' freq=5180 MHz)
Jul 12 02:54:41 aletheia kernel: wlp1s0: authenticate with 36:53:d2:fd:26:24 (local address=90:e8:68:4c:83:0d)
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5372] device (wlp1s0): supplicant interface state: inactive -> authenticating
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5373] device (p2p-dev-wlp1s0): supplicant management interface state: inactive -> authenticating
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: Trying to associate with 36:53:d2:fd:26:24 (SSID='FibreBox_X6-1CCDF7' freq=5180 MHz)
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5388] device (wlp1s0): supplicant interface state: authenticating -> associating
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5389] device (p2p-dev-wlp1s0): supplicant management interface state: authenticating -> associating
Jul 12 02:54:41 aletheia kernel: wlp1s0: send auth to 36:53:d2:fd:26:24 (try 1/3)
Jul 12 02:54:41 aletheia kernel: wlp1s0: authenticated
Jul 12 02:54:41 aletheia kernel: wlp1s0: associate with 36:53:d2:fd:26:24 (try 1/3)
Jul 12 02:54:41 aletheia kernel: wlp1s0: RX AssocResp from 36:53:d2:fd:26:24 (capab=0x1011 status=0 aid=10)
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: Associated with 36:53:d2:fd:26:24
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 12 02:54:41 aletheia kernel: wlp1s0: associated
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5571] device (wlp1s0): supplicant interface state: associating -> 4way_handshake
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5572] device (p2p-dev-wlp1s0): supplicant management interface state: associating -> 4way_handshake
Jul 12 02:54:41 aletheia kernel: wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 36:53:d2:fd:26:24
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: WPA: Key negotiation completed with 36:53:d2:fd:26:24 [PTK=CCMP GTK=CCMP]
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: CTRL-EVENT-CONNECTED - Connection to 36:53:d2:fd:26:24 completed [id=0 id_str=]
Jul 12 02:54:41 aletheia wpa_supplicant[612]: bgscan simple: Failed to enable signal strength monitoring
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8550] device (wlp1s0): supplicant interface state: 4way_handshake -> completed
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8551] device (wlp1s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "FibreBox_X6-1CCDF7"
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8552] device (p2p-dev-wlp1s0): supplicant management interface state: 4way_handshake -> completed
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8553] device (wlp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8557] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.0781] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.101, acd pending
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2426] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.101
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2432] policy: set 'FibreBox_X6-1CCDF7' (wlp1s0) as default for IPv4 routing and DNS
Jul 12 02:54:42 aletheia dbus-broker-launch[551]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2536] device (wlp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2546] device (wlp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2547] device (wlp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2548] manager: NetworkManager state is now CONNECTED_SITE
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2550] device (wlp1s0): Activation: successful, device activated.
Jul 12 02:54:43 aletheia systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jul 12 02:54:43 aletheia NetworkManager[553]: <info>  [1720745683.4659] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Jul 12 02:54:43 aletheia sddm-greeter-qt6[627]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Jul 12 02:54:43 aletheia sddm[580]: Message received from greeter: Login
Jul 12 02:54:43 aletheia sddm[580]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Jul 12 02:54:43 aletheia sddm[580]: Session "/usr/share/wayland-sessions/plasma.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 1
Jul 12 02:54:43 aletheia sddm-helper[664]: [PAM] Starting...
Jul 12 02:54:43 aletheia sddm-helper[664]: [PAM] Authenticating...
Jul 12 02:54:43 aletheia sddm-helper[664]: pam_systemd_home(sddm:auth): New sd-bus connection (system-bus-pam-systemd-home-664) opened.
Jul 12 02:54:43 aletheia sddm-helper[664]: [PAM] Preparing to converse...
Jul 12 02:54:43 aletheia sddm-helper[664]: [PAM] Conversation with 1 messages
Jul 12 02:54:43 aletheia sddm-helper[664]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Jul 12 02:54:43 aletheia sddm-helper[664]: [PAM] returning.
Jul 12 02:54:43 aletheia sddm[580]: Authentication for user  "LiamZ"  successful
Jul 12 02:54:43 aletheia sddm-greeter-qt6[627]: Message received from daemon: LoginSucceeded
Jul 12 02:54:43 aletheia sddm-helper[664]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Jul 12 02:54:43 aletheia sddm-helper[664]: pam_unix(sddm:session): session opened for user LiamZ(uid=1000) by LiamZ(uid=0)
Jul 12 02:54:43 aletheia sddm-helper[664]: pam_systemd(sddm:session): New sd-bus connection (system-bus-pam-systemd-664) opened.
Jul 12 02:54:43 aletheia systemd-logind[555]: New session 2 of user LiamZ.
Jul 12 02:54:43 aletheia systemd[1]: Created slice User Slice of UID 1000.
Jul 12 02:54:43 aletheia systemd[1]: Starting User Runtime Directory /run/user/1000...
Jul 12 02:54:43 aletheia sddm-helper[611]: [PAM] Closing session
Jul 12 02:54:43 aletheia sddm-helper[611]: pam_unix(sddm-greeter:session): session closed for user sddm
Jul 12 02:54:43 aletheia sddm-helper[611]: pam_systemd(sddm-greeter:session): New sd-bus connection (system-bus-pam-systemd-611) opened.
Jul 12 02:54:43 aletheia sddm-helper[611]: [PAM] Ended.
Jul 12 02:54:43 aletheia sddm[580]: Auth: sddm-helper exited successfully
Jul 12 02:54:43 aletheia sddm[580]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Jul 12 02:54:43 aletheia systemd[1]: session-c1.scope: Deactivated successfully.
Jul 12 02:54:43 aletheia systemd-logind[555]: Session c1 logged out. Waiting for processes to exit.
Jul 12 02:54:43 aletheia systemd-logind[555]: Removed session c1.
Jul 12 02:54:43 aletheia systemd[1]: Finished User Runtime Directory /run/user/1000.
Jul 12 02:54:43 aletheia systemd[1]: Starting User Manager for UID 1000...
Jul 12 02:54:43 aletheia (systemd)[671]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[LiamZ] ruser=[<unknown>] rhost=[<unknown>]
Jul 12 02:54:43 aletheia (systemd)[671]: pam_unix(systemd-user:session): session opened for user LiamZ(uid=1000) by LiamZ(uid=0)
Jul 12 02:54:43 aletheia systemd-logind[555]: New session 3 of user LiamZ.
Jul 12 02:54:43 aletheia systemd[671]: Queued start job for default target Main User Target.
Jul 12 02:54:43 aletheia systemd[671]: Created slice User Application Slice.
Jul 12 02:54:43 aletheia systemd[671]: Started Submitting pending crash events (file monitor).
Jul 12 02:54:43 aletheia systemd[671]: Started Cleanup lingering KCrash metadata.
Jul 12 02:54:43 aletheia systemd[671]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/LiamZ/.cache/drkonqi/sentry-envelopes/*).
Jul 12 02:54:43 aletheia systemd[671]: Reached target Paths.
Jul 12 02:54:43 aletheia systemd[671]: Reached target Timers.
Jul 12 02:54:43 aletheia systemd[671]: Starting D-Bus User Message Bus Socket...
Jul 12 02:54:43 aletheia systemd[671]: Listening on GnuPG network certificate management daemon.
Jul 12 02:54:43 aletheia systemd[671]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Jul 12 02:54:43 aletheia systemd[671]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 12 02:54:43 aletheia systemd[671]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 12 02:54:43 aletheia systemd[671]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 12 02:54:43 aletheia systemd[671]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 12 02:54:43 aletheia systemd[671]: Listening on GnuPG public key management service.
Jul 12 02:54:43 aletheia systemd[671]: Listening on p11-kit server.
Jul 12 02:54:43 aletheia systemd[671]: Listening on PipeWire PulseAudio.
Jul 12 02:54:43 aletheia systemd[671]: Listening on PipeWire Multimedia System Sockets.
Jul 12 02:54:43 aletheia systemd[671]: Listening on D-Bus User Message Bus Socket.
Jul 12 02:54:43 aletheia systemd[671]: Reached target Sockets.
Jul 12 02:54:43 aletheia systemd[671]: Reached target Basic System.
Jul 12 02:54:43 aletheia systemd[1]: Started User Manager for UID 1000.
Jul 12 02:54:43 aletheia sddm-helper[664]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Jul 12 02:54:43 aletheia systemd[671]: Started Cleanup lingering KCrash metadata.
Jul 12 02:54:43 aletheia systemd[1]: Started Session 2 of User LiamZ.
Jul 12 02:54:43 aletheia systemd[671]: Starting Update XDG user dir configuration...
Jul 12 02:54:43 aletheia systemd[671]: Finished Update XDG user dir configuration.
Jul 12 02:54:43 aletheia systemd[671]: Reached target Main User Target.
Jul 12 02:54:43 aletheia systemd[671]: Startup finished in 147ms.
Jul 12 02:54:43 aletheia sddm-helper[687]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Jul 12 02:54:43 aletheia sddm-helper[664]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
Jul 12 02:54:43 aletheia sddm-helper[689]: Jumping to VT 1
Jul 12 02:54:43 aletheia sddm-helper[689]: VT mode didn't need to be fixed
Jul 12 02:54:44 aletheia sddm[580]: Session started true
Jul 12 02:54:44 aletheia systemd[1]: Starting Locale Service...
Jul 12 02:54:44 aletheia systemd[1]: Started Locale Service.
Jul 12 02:54:44 aletheia systemd[671]: Created slice User Core Session Slice.
Jul 12 02:54:44 aletheia systemd[671]: Starting D-Bus User Message Bus...
Jul 12 02:54:44 aletheia dbus-broker-launch[701]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jul 12 02:54:44 aletheia dbus-broker-launch[701]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Jul 12 02:54:44 aletheia dbus-broker-launch[701]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jul 12 02:54:44 aletheia dbus-broker-launch[701]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jul 12 02:54:44 aletheia dbus-broker-launch[701]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 12 02:54:44 aletheia dbus-broker-launch[701]: Service file '/usr/share//dbus-1/services/org.knopwob.dunst.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 12 02:54:44 aletheia dbus-broker-launch[701]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.knopwob.dunst.service'
Jul 12 02:54:44 aletheia systemd[671]: Started D-Bus User Message Bus.
Jul 12 02:54:44 aletheia dbus-broker-launch[701]: Ready
Jul 12 02:54:44 aletheia systemd[671]: Reload requested from client PID 689 ('startplasma-way')...
Jul 12 02:54:44 aletheia systemd[671]: Reloading...
Jul 12 02:54:44 aletheia systemd[671]: Reloading finished in 129 ms.
Jul 12 02:54:44 aletheia systemd[671]: Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
Jul 12 02:54:44 aletheia systemd[671]: Started dbus-:1.2-org.kde.KSplash@0.service.
Jul 12 02:54:44 aletheia systemd[671]: Created slice User Background Tasks Slice.
Jul 12 02:54:44 aletheia systemd[671]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/LiamZ/.cache/drkonqi/sentry-envelopes/*).
Jul 12 02:54:44 aletheia systemd[671]: Reached target Session services which should run early before the graphical session is brought up.
Jul 12 02:54:44 aletheia systemd[671]: Starting KDE Global Shortcuts Server...
Jul 12 02:54:44 aletheia systemd[671]: Starting KDE Window Manager...
Jul 12 02:54:44 aletheia systemd[671]: Starting Baloo File Indexer Daemon...
Jul 12 02:54:44 aletheia systemd[671]: Started KDE Window Manager.
Jul 12 02:54:44 aletheia systemd[671]: Starting KDE Config Module Initialization...
Jul 12 02:54:44 aletheia systemd[671]: Starting Splash screen shown during boot...
Jul 12 02:54:44 aletheia systemd[671]: Started Baloo File Indexer Daemon.
Jul 12 02:54:44 aletheia systemd[671]: Starting Portal service...
Jul 12 02:54:44 aletheia systemd[1]: Starting Disk Manager...
Jul 12 02:54:44 aletheia systemd[671]: Started KDE Global Shortcuts Server.
Jul 12 02:54:44 aletheia udisksd[723]: udisks daemon version 2.10.1 starting
Jul 12 02:54:44 aletheia systemd[671]: Starting flatpak document portal service...
Jul 12 02:54:44 aletheia systemd[671]: Starting sandboxed app permission store...
Jul 12 02:54:44 aletheia systemd[1]: Starting Authorization Manager...
Jul 12 02:54:44 aletheia systemd[671]: Started sandboxed app permission store.
Jul 12 02:54:44 aletheia systemd[671]: Started flatpak document portal service.
Jul 12 02:54:44 aletheia systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jul 12 02:54:44 aletheia systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Successfully called chroot.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Successfully dropped privileges.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Successfully limited resources.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Running.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Canary thread running.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Watchdog thread running.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 02:54:44 aletheia rtkit-daemon[751]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 02:54:44 aletheia polkitd[739]: Started polkitd version 124
Jul 12 02:54:44 aletheia polkitd[739]: Loading rules from directory /etc/polkit-1/rules.d
Jul 12 02:54:44 aletheia polkitd[739]: Loading rules from directory /usr/share/polkit-1/rules.d
Jul 12 02:54:44 aletheia polkitd[739]: Finished loading, compiling and executing 5 rules
Jul 12 02:54:44 aletheia polkitd[739]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jul 12 02:54:44 aletheia systemd[1]: Started Authorization Manager.
Jul 12 02:54:44 aletheia kernel: block nvme0n1: No UUID available providing old NGUID
Jul 12 02:54:44 aletheia systemd[1]: Started Disk Manager.
Jul 12 02:54:44 aletheia udisksd[723]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jul 12 02:54:44 aletheia systemd[1]: Starting Daemon for power management...
Jul 12 02:54:44 aletheia kwin_wayland[715]: No backend specified, automatically choosing drm
Jul 12 02:54:45 aletheia systemd[1]: Started Daemon for power management.
Jul 12 02:54:45 aletheia systemd[671]: Started PipeWire Multimedia Service.
Jul 12 02:54:45 aletheia systemd[671]: Started Multimedia Service Session Manager.
Jul 12 02:54:45 aletheia baloo_file[713]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.25'
Jul 12 02:54:45 aletheia baloo_file[713]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.30'
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Successfully made thread 785 of process 785 owned by '1000' high priority at nice level -11.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 1 threads of 1 processes of 1 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Successfully made thread 795 of process 785 owned by '1000' RT at priority 20.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 2 threads of 1 processes of 1 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 2 threads of 1 processes of 1 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 2 threads of 1 processes of 1 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 2 threads of 1 processes of 1 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Successfully made thread 786 of process 786 owned by '1000' high priority at nice level -11.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 3 threads of 2 processes of 1 users.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Successfully made thread 803 of process 786 owned by '1000' RT at priority 20.
Jul 12 02:54:45 aletheia rtkit-daemon[751]: Supervising 4 threads of 2 processes of 1 users.
Jul 12 02:54:45 aletheia kcminit_startup[719]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Jul 12 02:54:45 aletheia kernel: Bluetooth: RFCOMM TTY layer initialized
Jul 12 02:54:45 aletheia kernel: Bluetooth: RFCOMM socket layer initialized
Jul 12 02:54:45 aletheia kernel: Bluetooth: RFCOMM ver 1.11
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/ldac
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/aptx_hd
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_hd
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/aptx
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/aac
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aac
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/opus_g
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/opus_g
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/sbc
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/sbc
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/faststream
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/faststream_duplex
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/opus_05
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/opus_05
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Jul 12 02:54:45 aletheia bluetoothd[554]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Jul 12 02:54:45 aletheia kwin_wayland_wrapper[862]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jul 12 02:54:45 aletheia kwin_wayland_wrapper[862]: > Warning:          Unsupported maximum keycode 708, clipping.
Jul 12 02:54:45 aletheia kwin_wayland_wrapper[862]: >                   X11 cannot support keycodes above 255.
Jul 12 02:54:45 aletheia kwin_wayland_wrapper[862]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Jul 12 02:54:45 aletheia kwin_wayland_wrapper[862]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Jul 12 02:54:45 aletheia kwin_wayland_wrapper[862]: Errors from xkbcomp are not fatal to the X server
Jul 12 02:54:45 aletheia wireplumber[786]: [0:00:13.550476546] [786] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Jul 12 02:54:45 aletheia wireplumber[786]: [0:00:13.550495612] [786] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Jul 12 02:54:45 aletheia wireplumber[786]: [0:00:13.550527942] [786]  INFO Camera camera_manager.cpp:313 libcamera v0.3.0
Jul 12 02:54:45 aletheia kcminit_startup[719]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jul 12 02:54:45 aletheia kcminit_startup[719]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Jul 12 02:54:45 aletheia kcminit[863]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Jul 12 02:54:45 aletheia kcminit[863]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Jul 12 02:54:45 aletheia systemd[671]: Started KDE Config Module Initialization.
Jul 12 02:54:45 aletheia systemd[671]: Starting KDE Session Management Server...
Jul 12 02:54:45 aletheia systemd[671]: Started Unlock kwallet from pam credentials.
Jul 12 02:54:45 aletheia systemd[671]: Starting KDE Daemon 6...
Jul 12 02:54:45 aletheia pam_kwallet_init[881]: 2024/07/12 02:54:45 socat[881] W address is opened in read-write mode but only supports read-only
Jul 12 02:54:46 aletheia systemd[671]: Started KDE Daemon 6.
Jul 12 02:54:46 aletheia systemd[671]: Starting KDE Configuration Module Initialization (Phase 1)...
Jul 12 02:54:46 aletheia kded6[879]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Jul 12 02:54:46 aletheia kded6[879]: colord: X11 not detect disabling
Jul 12 02:54:46 aletheia systemd[671]: Starting User preferences database...
Jul 12 02:54:46 aletheia kcminit_startup[719]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so"
Jul 12 02:54:46 aletheia systemd[671]: Started User preferences database.
Jul 12 02:54:46 aletheia kded6[879]: kf.coreaddons: The plugin "/usr/lib/qt6/plugins/kaccounts/daemonplugins/gdrive.so" explicitly states an Id in the embedded metadata, which is different from the one derived from the filename The Id field from the KPlugin object in the metadata should be removed
Jul 12 02:54:46 aletheia systemd[671]: Started KDE Session Management Server.
Jul 12 02:54:46 aletheia systemd[671]: Starting KDE Plasma Workspace...
Jul 12 02:54:46 aletheia kcminit_startup[719]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jul 12 02:54:46 aletheia systemd[671]: Finished KDE Configuration Module Initialization (Phase 1).
Jul 12 02:54:46 aletheia systemd[671]: Started PipeWire PulseAudio.
Jul 12 02:54:46 aletheia rtkit-daemon[751]: Supervising 4 threads of 2 processes of 1 users.
Jul 12 02:54:46 aletheia rtkit-daemon[751]: Supervising 4 threads of 2 processes of 1 users.
Jul 12 02:54:46 aletheia rtkit-daemon[751]: Supervising 4 threads of 2 processes of 1 users.
Jul 12 02:54:46 aletheia rtkit-daemon[751]: Successfully made thread 952 of process 952 owned by '1000' high priority at nice level -11.
Jul 12 02:54:46 aletheia rtkit-daemon[751]: Supervising 5 threads of 3 processes of 1 users.
Jul 12 02:54:46 aletheia rtkit-daemon[751]: Successfully made thread 956 of process 952 owned by '1000' RT at priority 20.
Jul 12 02:54:46 aletheia rtkit-daemon[751]: Supervising 6 threads of 3 processes of 1 users.
Jul 12 02:54:46 aletheia kded6[879]: QDBusObjectPath: invalid path "/modules/kded_plasma-welcome"
Jul 12 02:54:46 aletheia kded6[879]: kf.dbusaddons: The kded module name "kded_plasma-welcome" is invalid!
Jul 12 02:54:46 aletheia kded6[879]: org.kde.kameleon: found no RGB LED devices
Jul 12 02:54:46 aletheia kded6[879]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
Jul 12 02:54:46 aletheia kded6[879]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Jul 12 02:54:46 aletheia systemd[671]: Starting KActivityManager Activity manager Service...
Jul 12 02:54:46 aletheia NetworkManager[553]: <info>  [1720745686.1779] agent-manager: agent[2dd24d39695670ab,:1.35/org.kde.plasma.networkmanagement/1000]: agent registered
Jul 12 02:54:46 aletheia kded6[879]: org.kde.plasma.printmanager.kded: unable to register service to dbus
Jul 12 02:54:46 aletheia kded6[879]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Jul 12 02:54:46 aletheia kded6[879]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Jul 12 02:54:46 aletheia kded6[879]: 
Jul 12 02:54:46 aletheia dbus-broker-launch[551]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Jul 12 02:54:46 aletheia kded6[879]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner" 
                                      "Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Jul 12 02:54:46 aletheia systemd[671]: Started KDE Plasma Workspace.
Jul 12 02:54:46 aletheia systemd[671]: Reached target KDE Plasma Workspace Core.
Jul 12 02:54:46 aletheia systemd[671]: Started Consume pending crashes using DrKonqi.
Jul 12 02:54:46 aletheia systemd[671]: Started Proxies GTK DBus menus to a Plasma readable format.
Jul 12 02:54:46 aletheia systemd[671]: Starting KDE PolicyKit Authentication Agent...
Jul 12 02:54:46 aletheia systemd[671]: Starting Powerdevil...
Jul 12 02:54:46 aletheia plasmashell[950]: KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.kclock_1x2", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.kclock_1x2/metadata.json") does not match requested format "Plasma/Applet"
Jul 12 02:54:46 aletheia systemd[671]: Starting Xdg Desktop Portal For KDE...
Jul 12 02:54:46 aletheia kactivitymanagerd[965]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
Jul 12 02:54:46 aletheia kactivitymanagerd[965]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
Jul 12 02:54:46 aletheia systemd[671]: Started Handle legacy xembed system tray icons.
Jul 12 02:54:46 aletheia systemd[671]: Started KActivityManager Activity manager Service.
Jul 12 02:54:46 aletheia plasmashell[950]: KPackageStructure of KPluginMetaData(pluginId:"org.kde.plasma.kweather_1x4", fileName: "/usr/share/plasma/plasmoids/org.kde.plasma.kweather_1x4/metadata.json") does not match requested format "Plasma/Applet"
Jul 12 02:54:46 aletheia kded6[1029]: xsettingsd: Loaded 20 settings from /home/LiamZ/.config/xsettingsd/xsettingsd.conf
Jul 12 02:54:46 aletheia kded6[1029]: xsettingsd: Created window 0x800001 on screen 0 with timestamp 14225
Jul 12 02:54:46 aletheia kded6[1029]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0
Jul 12 02:54:46 aletheia kded6[1029]: xsettingsd: Took ownership of selection _XSETTINGS_S0
Jul 12 02:54:46 aletheia plasmashell[950]: KPackageStructure of KPluginMetaData(pluginId:"org.kde.merkuro.contact", fileName: "/usr/share/plasma/plasmoids/org.kde.merkuro.contact/metadata.json") does not match requested format "Plasma/Applet"
Jul 12 02:54:46 aletheia plasmashell[950]: KPackageStructure of KPluginMetaData(pluginId:"org.kde.graphsplasmoid", fileName: "/usr/share/plasma/plasmoids/org.kde.graphsplasmoid/metadata.json") does not match requested format "Plasma/Applet"
Jul 12 02:54:46 aletheia systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.kded.smart.
Jul 12 02:54:46 aletheia systemd[1]: Started dbus-:1.1-org.kde.kded.smart@0.service.
Jul 12 02:54:46 aletheia plasmashell[950]: kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Jul 12 02:54:46 aletheia plasmashell[950]: kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Jul 12 02:54:46 aletheia plasmashell[950]: kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Jul 12 02:54:46 aletheia plasmashell[950]: kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Jul 12 02:54:46 aletheia kded6[879]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Jul 12 02:54:46 aletheia kded6[879]: Known activities: QList("8fdf9265-4d5c-42e1-a390-b869d69d800a")
Jul 12 02:54:46 aletheia polkit-kde-authentication-agent-1[1021]: New PolkitAgentListener  0x5d8897c00b90
Jul 12 02:54:46 aletheia systemd[671]: Started KDE PolicyKit Authentication Agent.
Jul 12 02:54:46 aletheia polkit-kde-authentication-agent-1[1021]: Adding new listener  PolkitQt1::Agent::Listener(0x5d8897c00530) for  0x5d8897c00b90
Jul 12 02:54:46 aletheia polkit-kde-authentication-agent-1[1021]: Listener online
Jul 12 02:54:46 aletheia polkitd[739]: Registered Authentication Agent for unix-session:2 (system bus name :1.43 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jul 12 02:54:46 aletheia systemd[671]: Started Xdg Desktop Portal For KDE.
Jul 12 02:54:46 aletheia polkit-kde-authentication-agent-1[1021]: Authentication agent result: true
Jul 12 02:54:46 aletheia xdg-desktop-por[722]: Choosing kwallet.portal for org.freedesktop.impl.portal.Secret via the deprecated UseIn key
Jul 12 02:54:46 aletheia xdg-desktop-por[722]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Jul 12 02:54:46 aletheia systemd[671]: Started Portal service.
Jul 12 02:54:46 aletheia plasmashell[950]: kf.plasma.quick: Applet preload policy set to 1
Jul 12 02:54:46 aletheia plasmashell[950]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:195:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Jul 12 02:54:46 aletheia org_kde_powerdevil[1022]: qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
Jul 12 02:54:46 aletheia org_kde_powerdevil[1022]: qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
Jul 12 02:54:46 aletheia org_kde_powerdevil[1022]: Initializing libddcutil.  ddcutil version: 2.1.4, shared library: /usr/lib/libddcutil.so.5.1.2
Jul 12 02:54:46 aletheia org_kde_powerdevil[1022]: Options passed from client:
Jul 12 02:54:46 aletheia org_kde_powerdevil[1022]: Applying combined options:
Jul 12 02:54:46 aletheia plasmashell[950]: Toolbox not loading, toolbox package is either invalid or disabled.
Jul 12 02:54:46 aletheia org_kde_powerdevil[1022]: Library initialization complete.
Jul 12 02:54:46 aletheia org_kde_powerdevil[1022]: Watch thread started
Jul 12 02:54:46 aletheia systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.discretegpuhelper.
Jul 12 02:54:46 aletheia systemd[1]: Started dbus-:1.1-org.kde.powerdevil.discretegpuhelper@0.service.
Jul 12 02:54:46 aletheia systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.chargethresholdhelper.
Jul 12 02:54:46 aletheia systemd[1]: Started dbus-:1.1-org.kde.powerdevil.chargethresholdhelper@0.service.
Jul 12 02:54:46 aletheia systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.backlighthelper.
Jul 12 02:54:46 aletheia systemd[1]: Started dbus-:1.1-org.kde.powerdevil.backlighthelper@0.service.
Jul 12 02:54:46 aletheia systemd[671]: Started Powerdevil.
Jul 12 02:54:46 aletheia systemd[671]: Reached target KDE Plasma Workspace.
Jul 12 02:54:46 aletheia systemd[671]: Reached target Current graphical user session.
Jul 12 02:54:46 aletheia systemd[671]: Reached target plasma-workspace-wayland.target.
Jul 12 02:54:46 aletheia systemd[671]: Starting AT-SPI D-Bus Bus...
Jul 12 02:54:46 aletheia systemd[671]: Starting Blueman Applet...
Jul 12 02:54:46 aletheia systemd[671]: Starting Geoclue Demo agent...
Jul 12 02:54:46 aletheia systemd[671]: Starting Accessibility...
Jul 12 02:54:46 aletheia systemd[671]: Starting KAlarm...
Jul 12 02:54:46 aletheia systemd[671]: Starting KMix...
Jul 12 02:54:47 aletheia org_kde_powerdevil[1022]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Jul 12 02:54:47 aletheia systemd[671]: Starting Konqueror preloading during desktop environment startup...
Jul 12 02:54:47 aletheia systemd[671]: Starting NetworkManager Applet...
Jul 12 02:54:47 aletheia systemd[671]: Starting Discover...
Jul 12 02:54:47 aletheia systemd[671]: Starting Calendar Reminders...
Jul 12 02:54:47 aletheia systemd[671]: Starting org.kde.kclockd-autostart...
Jul 12 02:54:47 aletheia systemd[671]: Starting KDE Connect...
Jul 12 02:54:47 aletheia systemd[671]: Starting KGpg...
Jul 12 02:54:47 aletheia systemd[671]: Starting Plasma Session Restore...
Jul 12 02:54:47 aletheia systemd[671]: Starting Restore Mixer Volumes...
Jul 12 02:54:47 aletheia systemd[671]: Starting KSplash "ready" Stage...
Jul 12 02:54:47 aletheia systemd[671]: Starting KDE Session Restoration...
Jul 12 02:54:47 aletheia systemd[671]: Started KDE Connect.
Jul 12 02:54:47 aletheia systemd[671]: Started org.kde.kclockd-autostart.
Jul 12 02:54:47 aletheia systemd[671]: Started Blueman Applet.
Jul 12 02:54:47 aletheia systemd[671]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Jul 12 02:54:47 aletheia systemd[671]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Jul 12 02:54:47 aletheia systemd[671]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Jul 12 02:54:47 aletheia systemd[671]: Condition check resulted in NetworkManager Applet being skipped.
Jul 12 02:54:47 aletheia systemd[671]: app-org.kde.kgpg@autostart.service: Skipped due to 'exec-condition'.
Jul 12 02:54:47 aletheia systemd[671]: Condition check resulted in KGpg being skipped.
Jul 12 02:54:47 aletheia systemd[671]: Started Accessibility.
Jul 12 02:54:47 aletheia systemd[671]: Started Geoclue Demo agent.
Jul 12 02:54:47 aletheia systemd[671]: Finished KDE Session Restoration.
Jul 12 02:54:47 aletheia systemd[671]: Started Discover.
Jul 12 02:54:47 aletheia systemd[671]: Started Calendar Reminders.
Jul 12 02:54:47 aletheia systemd[671]: app-kalarm.autostart@autostart.service: Skipped due to 'exec-condition'.
Jul 12 02:54:47 aletheia systemd[671]: Condition check resulted in KAlarm being skipped.
Jul 12 02:54:47 aletheia systemd[671]: app-konqy_preload@autostart.service: Skipped due to 'exec-condition'.
Jul 12 02:54:47 aletheia systemd[671]: Condition check resulted in Konqueror preloading during desktop environment startup being skipped.
Jul 12 02:54:47 aletheia systemd[671]: Started Plasma Session Restore.
Jul 12 02:54:47 aletheia systemd[671]: Started KMix.
Jul 12 02:54:47 aletheia kaccess[1206]: Xlib XKB extension major= 1  minor= 0
Jul 12 02:54:47 aletheia systemd[671]: Started Restore Mixer Volumes.
Jul 12 02:54:47 aletheia systemd[671]: Reached target Startup of XDG autostart applications.
Jul 12 02:54:47 aletheia systemd[671]: Finished KSplash "ready" Stage.
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmixctrl[1227]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia systemd[671]: Finished Splash screen shown during boot.
Jul 12 02:54:47 aletheia kmix[1223]: percent 5 -> divisor 20
Jul 12 02:54:47 aletheia kclockd[1188]: Starting kclockd 24.05.2
Jul 12 02:54:47 aletheia kclockd[1188]: Requesting portal to run in the background and autostart...
Jul 12 02:54:47 aletheia kclockd[1188]: Registered on DBus: true
Jul 12 02:54:47 aletheia kclockd[1188]: PowerDevil found, using it for time tracking.
Jul 12 02:54:47 aletheia DiscoverNotifier[1213]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so: libpackagekitqt6.so.1: cannot open shared object file: No such file or directory"
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: no mix devices and not dynamic
Jul 12 02:54:47 aletheia kernel: warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Jul 12 02:54:47 aletheia kaccess[1206]: X server XKB extension major= 1  minor= 0
Jul 12 02:54:47 aletheia systemd[671]: Created slice Slice /app/dbus-:1.2-org.freedesktop.Notifications.
Jul 12 02:54:47 aletheia systemd[671]: Started dbus-:1.2-org.freedesktop.Notifications@0.service.
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:47 aletheia plasmashell[950]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Jul 12 02:54:47 aletheia plasmashell[950]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Jul 12 02:54:47 aletheia kmix[1223]: kf.windowsystem: Could not find any platform plugin
Jul 12 02:54:47 aletheia systemd[671]: Starting Accessibility services bus...
Jul 12 02:54:47 aletheia systemd[671]: Started Accessibility services bus.
Jul 12 02:54:47 aletheia at-spi-bus-launcher[1333]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Jul 12 02:54:47 aletheia at-spi-bus-launcher[1333]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Jul 12 02:54:47 aletheia dbus-broker-launch[1333]: Ready
Jul 12 02:54:47 aletheia kmix[1223]: adding 4 mixers
Jul 12 02:54:47 aletheia kmix[1223]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Jul 12 02:54:47 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:47 aletheia kmix[1223]: adding "alsa_output.pci-0000_03_00.6.analog-stereo" "Family 17h/19h HD Audio Controller Analog Stereo"
Jul 12 02:54:47 aletheia kmix[1223]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Jul 12 02:54:47 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:47 aletheia kmix[1223]: adding "alsa_input.pci-0000_03_00.6.analog-stereo" "Family 17h/19h HD Audio Controller Analog Stereo"
Jul 12 02:54:47 aletheia kmix[1223]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Jul 12 02:54:47 aletheia kmix[1223]: PulseAudio adding 0 devices
Jul 12 02:54:47 aletheia kmix[1223]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Jul 12 02:54:47 aletheia kmix[1223]: PulseAudio adding 0 devices
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:47 aletheia systemd[671]: Created slice Slice /app/dbus-:1.2-org.kde.kded5.
Jul 12 02:54:47 aletheia systemd[671]: Started dbus-:1.2-org.kde.kded5@0.service.
Jul 12 02:54:47 aletheia kded6[879]: Registering ":1.49/StatusNotifierItem" to system tray
Jul 12 02:54:47 aletheia kmix[1223]: adding 4 mixers
Jul 12 02:54:47 aletheia kmix[1223]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Jul 12 02:54:47 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:47 aletheia kmix[1223]: adding "alsa_output.pci-0000_03_00.6.analog-stereo" "Family 17h/19h HD Audio Controller Analog Stereo"
Jul 12 02:54:47 aletheia kmix[1223]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Jul 12 02:54:47 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:47 aletheia kmix[1223]: adding "alsa_input.pci-0000_03_00.6.analog-stereo" "Family 17h/19h HD Audio Controller Analog Stereo"
Jul 12 02:54:47 aletheia kmix[1223]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Jul 12 02:54:47 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:47 aletheia kmix[1223]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Jul 12 02:54:47 aletheia kmix[1223]: PulseAudio adding 0 devices
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:47 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:47 aletheia blueman-applet[1174]: blueman-applet 02.54.47 WARNING  PluginManager:93 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
Jul 12 02:54:47 aletheia plasmashell[950]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
Jul 12 02:54:47 aletheia plasmashell[950]: kameleon supported false
Jul 12 02:54:47 aletheia plasmashell[950]: kameleon enabled true
Jul 12 02:54:47 aletheia plasmashell[950]: qml: SystemTray ItemLoader: Invalid state, cannot determine source!
Jul 12 02:54:47 aletheia blueman-applet[1174]: blueman-applet 02.54.47 WARNING  PluginManager:150 __load_plugin: Not loading PPPSupport because its conflict has higher priority
Jul 12 02:54:47 aletheia blueman-applet[1174]: blueman-applet 02.54.47 WARNING  PluginManager:150 __load_plugin: Not loading DhcpClient because its conflict has higher priority
Jul 12 02:54:47 aletheia systemd[671]: Created slice Slice /app/dbus-:1.48-org.a11y.atspi.Registry.
Jul 12 02:54:47 aletheia systemd[671]: Started dbus-:1.48-org.a11y.atspi.Registry@0.service.
Jul 12 02:54:47 aletheia at-spi2-registryd[1372]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jul 12 02:54:47 aletheia plasmashell[950]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Jul 12 02:54:47 aletheia kded6[879]: Registering ":1.54/org/blueman/sni" to system tray
Jul 12 02:54:48 aletheia systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 12 02:54:48 aletheia plasmashell[950]: kf5idletime_wayland: This plugin does not support polling idle time
Jul 12 02:54:49 aletheia kmix[1223]: org.kde.kmix: No such icon "mixer-front"
Jul 12 02:54:49 aletheia kmix[1223]: adding 4 mixers
Jul 12 02:54:49 aletheia kmix[1223]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Jul 12 02:54:49 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:49 aletheia kmix[1223]: adding "alsa_output.pci-0000_03_00.6.analog-stereo" "Family 17h/19h HD Audio Controller Analog Stereo"
Jul 12 02:54:49 aletheia kmix[1223]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Jul 12 02:54:49 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:49 aletheia kmix[1223]: adding "alsa_input.pci-0000_03_00.6.analog-stereo" "Family 17h/19h HD Audio Controller Analog Stereo"
Jul 12 02:54:49 aletheia kmix[1223]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Jul 12 02:54:49 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:49 aletheia kmix[1223]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Jul 12 02:54:49 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:49 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:49 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:49 aletheia kmix[1223]: org.kde.kmix: No such icon "mixer-front"
Jul 12 02:54:49 aletheia kmix[1223]: adding 4 mixers
Jul 12 02:54:49 aletheia kmix[1223]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Jul 12 02:54:49 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:49 aletheia kmix[1223]: adding "alsa_output.pci-0000_03_00.6.analog-stereo" "Family 17h/19h HD Audio Controller Analog Stereo"
Jul 12 02:54:49 aletheia kmix[1223]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Jul 12 02:54:49 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:49 aletheia kmix[1223]: adding "alsa_input.pci-0000_03_00.6.analog-stereo" "Family 17h/19h HD Audio Controller Analog Stereo"
Jul 12 02:54:49 aletheia kmix[1223]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Jul 12 02:54:49 aletheia kmix[1223]: PulseAudio adding 1 devices
Jul 12 02:54:49 aletheia kmix[1223]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Jul 12 02:54:49 aletheia kmix[1223]: PulseAudio adding 0 devices
Jul 12 02:54:49 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:49 aletheia kmix[1223]: org.kde.kmix: No such icon "audio-card-analog-pci"
Jul 12 02:54:52 aletheia plasmashell[950]: file:///usr/share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/main.qml:61:13: Unable to assign [undefined] to bool
Jul 12 02:54:52 aletheia plasmashell[950]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jul 12 02:54:52 aletheia plasmashell[950]: kf.kunitconversion: currency conversion table network error "Host www.ecb.europa.eu not found"
Jul 12 02:54:53 aletheia systemd[671]: Started Konsole - Terminal.
Jul 12 02:54:53 aletheia systemd[1]: Stopping User Manager for UID 966...
Jul 12 02:54:53 aletheia systemd[616]: Activating special unit Exit the Session...
Jul 12 02:54:53 aletheia systemd[616]: Stopped target Main User Target.
Jul 12 02:54:53 aletheia systemd[616]: Stopped target Basic System.
Jul 12 02:54:53 aletheia systemd[616]: Stopped target Paths.
Jul 12 02:54:53 aletheia systemd[616]: Stopped Submitting pending crash events (file monitor).
Jul 12 02:54:53 aletheia systemd[616]: Stopped target Sockets.
Jul 12 02:54:53 aletheia systemd[616]: Stopped target Timers.
Jul 12 02:54:53 aletheia systemd[616]: Closed GnuPG network certificate management daemon.
Jul 12 02:54:53 aletheia systemd[616]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Jul 12 02:54:53 aletheia systemd[616]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 12 02:54:53 aletheia systemd[616]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 12 02:54:53 aletheia systemd[616]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 12 02:54:53 aletheia systemd[616]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 12 02:54:53 aletheia systemd[616]: Closed GnuPG public key management service.
Jul 12 02:54:53 aletheia systemd[616]: Closed p11-kit server.
Jul 12 02:54:53 aletheia systemd[616]: Closed PipeWire PulseAudio.
Jul 12 02:54:53 aletheia systemd[616]: Closed PipeWire Multimedia System Sockets.
Jul 12 02:54:53 aletheia dbus-broker[632]: Dispatched 190 messages @ 1(±2)μs / message.
Jul 12 02:54:53 aletheia systemd[616]: Stopping D-Bus User Message Bus...
Jul 12 02:54:53 aletheia systemd[616]: Stopped D-Bus User Message Bus.
Jul 12 02:54:53 aletheia systemd[616]: Removed slice User Core Session Slice.
Jul 12 02:54:53 aletheia systemd[616]: Closed D-Bus User Message Bus Socket.
Jul 12 02:54:53 aletheia systemd[616]: Removed slice User Application Slice.
Jul 12 02:54:53 aletheia systemd[616]: Reached target Shutdown.
Jul 12 02:54:53 aletheia systemd[616]: Finished Exit the Session.
Jul 12 02:54:53 aletheia systemd[616]: Reached target Exit the Session.
Jul 12 02:54:53 aletheia systemd[1]: user@966.service: Deactivated successfully.
Jul 12 02:54:53 aletheia systemd[1]: Stopped User Manager for UID 966.
Jul 12 02:54:53 aletheia systemd[1]: Stopping User Runtime Directory /run/user/966...
Jul 12 02:54:53 aletheia systemd[1]: run-user-966.mount: Deactivated successfully.
Jul 12 02:54:53 aletheia systemd[1]: user-runtime-dir@966.service: Deactivated successfully.
Jul 12 02:54:53 aletheia systemd[1]: Stopped User Runtime Directory /run/user/966.
Jul 12 02:54:53 aletheia systemd[1]: Removed slice User Slice of UID 966.
Jul 12 02:54:53 aletheia systemd-logind[555]: Removed session 1.
Jul 12 02:54:56 aletheia systemd[1]: dbus-:1.1-org.kde.kded.smart@0.service: Deactivated successfully.
Jul 12 02:54:57 aletheia systemd[1]: dbus-:1.1-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Jul 12 02:54:57 aletheia systemd[1]: dbus-:1.1-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Jul 12 02:54:57 aletheia systemd[1]: dbus-:1.1-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Jul 12 02:55:08 aletheia systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 12 02:55:14 aletheia systemd[1]: systemd-localed.service: Deactivated successfully.
Jul 12 02:58:44 aletheia sudo[1606]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-1606) opened.
Jul 12 02:58:48 aletheia sudo[1606]:    LiamZ : TTY=pts/1 ; PWD=/home/LiamZ ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jul 12 02:58:48 aletheia sudo[1606]: pam_unix(sudo:session): session opened for user root(uid=0) by LiamZ(uid=1000)
Jul 12 02:58:48 aletheia sudo[1606]: pam_unix(sudo:session): session closed for user root
Jul 12 02:59:43 aletheia wpa_supplicant[612]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 12 03:00:57 aletheia sudo[1640]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-1640) opened.
Jul 12 03:00:57 aletheia sudo[1640]:    LiamZ : TTY=pts/1 ; PWD=/home/LiamZ ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jul 12 03:00:57 aletheia sudo[1640]: pam_unix(sudo:session): session opened for user root(uid=0) by LiamZ(uid=1000)
Jul 12 03:00:57 aletheia sudo[1640]: pam_unix(sudo:session): session closed for user root
Jul 12 03:02:32 aletheia sudo[1652]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-1652) opened.
Jul 12 03:02:32 aletheia sudo[1652]:    LiamZ : TTY=pts/1 ; PWD=/home/LiamZ ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jul 12 03:02:32 aletheia sudo[1652]: pam_unix(sudo:session): session opened for user root(uid=0) by LiamZ(uid=1000)
Jul 12 03:02:32 aletheia sudo[1652]: pam_unix(sudo:session): session closed for user root
Jul 12 03:04:44 aletheia systemd[1]: Started dbus-:1.1-org.kde.powerdevil.backlighthelper@1.service.
Jul 12 03:04:55 aletheia systemd[1]: dbus-:1.1-org.kde.powerdevil.backlighthelper@1.service: Deactivated successfully.
Jul 12 03:06:46 aletheia systemd[1]: Started dbus-:1.1-org.kde.powerdevil.backlighthelper@2.service.
Jul 12 03:07:00 aletheia systemd[1]: dbus-:1.1-org.kde.powerdevil.backlighthelper@2.service: Deactivated successfully.
Jul 12 03:07:28 aletheia systemd[671]: Started Dolphin - File Manager.
Jul 12 03:07:34 aletheia kwin_wayland[715]: This plugin does not support raise()
Jul 12 03:08:42 aletheia sudo[1759]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-1759) opened.
Jul 12 03:08:46 aletheia sudo[1759]:    LiamZ : TTY=pts/1 ; PWD=/home/LiamZ ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jul 12 03:08:46 aletheia sudo[1759]: pam_unix(sudo:session): session opened for user root(uid=0) by LiamZ(uid=1000) 

Thank you again for the help !

Offline

#6 2024-07-12 08:01:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,939

Re: [SOLVED]Dual Boot Limited Connectivity

Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: Trying to associate with 36:53:d2:fd:26:24 (SSID='FibreBox_X6-1CCDF7' freq=5180 MHz)
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5388] device (wlp1s0): supplicant interface state: authenticating -> associating
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5389] device (p2p-dev-wlp1s0): supplicant management interface state: authenticating -> associating
Jul 12 02:54:41 aletheia kernel: wlp1s0: send auth to 36:53:d2:fd:26:24 (try 1/3)
Jul 12 02:54:41 aletheia kernel: wlp1s0: authenticated
Jul 12 02:54:41 aletheia kernel: wlp1s0: associate with 36:53:d2:fd:26:24 (try 1/3)
Jul 12 02:54:41 aletheia kernel: wlp1s0: RX AssocResp from 36:53:d2:fd:26:24 (capab=0x1011 status=0 aid=10)
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: Associated with 36:53:d2:fd:26:24
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 12 02:54:41 aletheia kernel: wlp1s0: associated
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5571] device (wlp1s0): supplicant interface state: associating -> 4way_handshake
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.5572] device (p2p-dev-wlp1s0): supplicant management interface state: associating -> 4way_handshake
Jul 12 02:54:41 aletheia kernel: wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 36:53:d2:fd:26:24
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: WPA: Key negotiation completed with 36:53:d2:fd:26:24 [PTK=CCMP GTK=CCMP]
Jul 12 02:54:41 aletheia wpa_supplicant[612]: wlp1s0: CTRL-EVENT-CONNECTED - Connection to 36:53:d2:fd:26:24 completed [id=0 id_str=]
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8550] device (wlp1s0): supplicant interface state: 4way_handshake -> completed
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8551] device (wlp1s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "FibreBox_X6-1CCDF7"
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8552] device (p2p-dev-wlp1s0): supplicant management interface state: 4way_handshake -> completed
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8553] device (wlp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:41 aletheia NetworkManager[553]: <info>  [1720745681.8557] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.0781] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.101, acd pending
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2426] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.101
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2432] policy: set 'FibreBox_X6-1CCDF7' (wlp1s0) as default for IPv4 routing and DNS
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2536] device (wlp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2546] device (wlp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2547] device (wlp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 12 02:54:42 aletheia NetworkManager[553]: <info>  [1720745682.2548] manager: NetworkManager state is now CONNECTED_SITE

You effortlessly connect to the 5GHz "FibreBox_X6-1CCDF7" and get an IPv4 lease, but apparently it's not going on from there.

ip a; ip r; ping -c3 _gateway; ping -c3 8.8.8.8

Offline

#7 2024-07-12 10:50:47

Jijio608
Member
Registered: 2024-07-11
Posts: 8

Re: [SOLVED]Dual Boot Limited Connectivity

This is the output

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 90:e8:68:4c:83:0d brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.101/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp1s0
       valid_lft 86228sec preferred_lft 86228sec
    inet6 fde0:e659:2c56:7d44:f075:1491:300d:d4a0/64 scope global dynamic noprefixroute
       valid_lft 1641sec preferred_lft 1641sec
    inet6 fe80::cff9:443f:1895:6c1/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
default via 192.168.1.1 dev wlp1s0 proto dhcp src 192.168.1.101 metric 20600
192.168.1.0/24 dev wlp1s0 proto kernel scope link src 192.168.1.101 metric 600
PING _gateway (192.168.1.1) 56(84) bytes of data.
64 bytes from _gateway (192.168.1.1): icmp_seq=1 ttl=64 time=8.29 ms
64 bytes from _gateway (192.168.1.1): icmp_seq=2 ttl=64 time=9.55 ms
64 bytes from _gateway (192.168.1.1): icmp_seq=3 ttl=64 time=22.4 ms

--- _gateway ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2004ms
rtt min/avg/max/mdev = 8.294/13.424/22.431/6.389 ms
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=117 time=9.17 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=117 time=29.8 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=117 time=28.8 ms

--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 9.170/22.601/29.843/9.507 ms

Offline

#8 2024-07-12 12:12:27

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,939

Re: [SOLVED]Dual Boot Limited Connectivity

You've full network, what likely fails is only DNS - resolved isn't used though

Jul 12 02:54:38 aletheia NetworkManager[553]: <info>  [1720745678.1827] dns-mgr: init: dns=systemd-resolved rc-manager=symlink, plugin=systemd-resolved

NM looks like it wants to?

stat /etc/resolv.conf
cat /etc/resolv.conf
getent ahostsv4 google.com
dig google.com # dig is part of the bind package, drill would do as well
dig @8.8.8.8 google.com

Offline

#9 2024-07-12 17:37:40

Jijio608
Member
Registered: 2024-07-11
Posts: 8

Re: [SOLVED]Dual Boot Limited Connectivity

output of stat /etc/resolv.conf :

 File: /etc/resolv.conf -> /run/systemd/resolve/stub-resolv.conf
  Size: 37              Blocks: 0          IO Block: 4096   symbolic link
Device: 259,7   Inode: 11011463    Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2024-07-12 21:01:07.777700365 +0200
Modify: 2024-07-10 20:19:40.552713804 +0200
Change: 2024-07-10 20:19:40.552713804 +0200
 Birth: 2024-07-10 20:19:40.552713804 +0200

For some reason cat /etc/resolv.conf says that there is no such file or directory, although I copied and pasted the previous command and modified it with the cat command.
getent returns nothing, and when I tried to run the last two commands I was told that neither dig nor drill existed.

Offline

#10 2024-07-12 19:43:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,939

Re: [SOLVED]Dual Boot Limited Connectivity

pacman -Qikk systemd
resolvectl status

Removing the symlink and creating a regular file and restarting NM should™ make it just use openresolv, but it's weird that everything is setup for resolved but then resolved doesn't start…

Offline

#11 2024-07-12 20:22:14

Jijio608
Member
Registered: 2024-07-11
Posts: 8

Re: [SOLVED]Dual Boot Limited Connectivity

It finally works, thank you so much !!

Offline

Board footer

Powered by FluxBB