You are not logged in.

#1 2025-08-12 06:50:22

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

[SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

Hey there,
I've been running arch since last year on my Proart P16 laptop with an ALC285 audio chip that used to work just fine, including the Cirrus Logic amp - but I guess an update broke the sound system (I only noticed sound was gone after updating to 6.14 kernel but maybe it's something else - I'm running Alsa/Pipewire/Wireplumber).

The whole sound system seems to be running fine - I can see sound routed to the correct output in kde and sound being played with the volume widget.
But the mixer shows that the correct profiles are now gone - I used to have several, before. Now I can only choose between off and pro audio, and I guess pro audio is not what I want because it has 4 auxiliary channels.

Here's the relevant information bit from pactl list cards:

Card #44
        Name: alsa_card.pci-0000_66_00.6
        Driver: alsa
        Owner Module: n/a
        Properties:
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "3"
                api.alsa.card.longname = "HD-Audio Generic at 0xdd7c0000 irq 145"
                api.alsa.card.name = "HD-Audio Generic"
                api.alsa.path = "hw:3"
                api.alsa.split-enable = "true"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio3"
                api.dbus.ReserveDevice1.Priority = "-20"
                device.api = "alsa"
                device.bus = "pci"
                device.bus_path = "pci-0000:66:00.6"
                device.description = "Family 17h/19h/1ah HD Audio Controller"
                device.enum.api = "udev"
                device.icon_name = "audio-card-analog-pci"
                device.name = "alsa_card.pci-0000_66_00.6"
                device.nick = "HD-Audio Generic"
                device.plugged.usec = "5783836"
                device.product.id = "0x15e3"
                device.product.name = "Family 17h/19h/1ah HD Audio Controller"
                device.subsystem = "sound"
                sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:66:00.6/sound/card3"
                device.vendor.id = "0x1022"
                device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
                media.class = "Audio/Device"
                spa.object.id = "8"
                factory.id = "15"
                client.id = "41"
                object.id = "44"
                object.serial = "44"
                object.path = "alsa:acp:Generic_1"
                alsa.card = "3"
                alsa.card_name = "HD-Audio Generic"
                alsa.long_card_name = "HD-Audio Generic at 0xdd7c0000 irq 145"
                alsa.driver_name = "snd_hda_intel"
                alsa.mixer_name = "Realtek ALC285"
                alsa.components = "HDA:10ec0285,10431e63,00100002"
                alsa.id = "Generic_1"
                device.string = "3"
        Profiles:
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
                pro-audio: Pro Audio (sinks: 1, sources: 1, priority: 1, available: yes)
        Active Profile: pro-audio

Any help for troubleshooting appreciated!

FIX:
The newer kernels now require these two modules to be loaded:

snd_acp_legacy_common
snd_acp_legacy_mach

I added those to my mkinicpio.conf & voilà, all fixed! (see my last post in the thread)

Last edited by SneakyLittleman (2025-09-25 15:36:48)

Offline

#2 2025-08-12 08:04:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,783

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

Recently the firmware package got split into vendors, cirrus logic audio driver stuff is  in linux-firmware-cirrus, is that installed?

Offline

#3 2025-08-12 09:08:25

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

Hey there,
Yes, the package is installed:

linux-firmware-cirrus-20250808-1 is up to date

If you find this interesting, here's the result of cat /proc/dynamic_debug/control | grep cirrus:

drivers/firmware/cirrus/cs_dsp.c:631 [cs_dsp]cs_dsp_adsp2_show_fw_status =_ "%s: FW SCRATCH 0:0x%x 1:0x%x 2:0x%x 3:0x%x\n"
drivers/firmware/cirrus/cs_dsp.c:641 [cs_dsp]cs_dsp_adsp2v2_show_fw_status =_ "%s: FW SCRATCH 0:0x%x 1:0x%x 2:0x%x 3:0x%x\n"
drivers/firmware/cirrus/cs_dsp.c:654 [cs_dsp]cs_dsp_halo_show_fw_status =_ "%s: FW SCRATCH 0:0x%x 1:0x%x 2:0x%x 3:0x%x\n"
drivers/firmware/cirrus/cs_dsp.c:705 [cs_dsp]cs_dsp_coeff_write_acked_control =_ "%s: Sending 0x%x to acked control alg 0x%x %s:0x%x\n"
drivers/firmware/cirrus/cs_dsp.c:740 [cs_dsp]cs_dsp_coeff_write_acked_control =_ "%s: Acked control ACKED at poll %u\n"
drivers/firmware/cirrus/cs_dsp.c:778 [cs_dsp]cs_dsp_coeff_write_ctrl_raw =_ "%s: Wrote %zu bytes to %x\n"
drivers/firmware/cirrus/cs_dsp.c:882 [cs_dsp]cs_dsp_coeff_read_ctrl_raw =_ "%s: Read %zu bytes from %x\n"
drivers/firmware/cirrus/cs_dsp.c:1231 [cs_dsp]cs_dsp_coeff_parse_alg =_ "%s: Algorithm ID: %#x\n"
drivers/firmware/cirrus/cs_dsp.c:1232 [cs_dsp]cs_dsp_coeff_parse_alg =_ "%s: Algorithm name: %.*s\n"
drivers/firmware/cirrus/cs_dsp.c:1233 [cs_dsp]cs_dsp_coeff_parse_alg =_ "%s: # of coefficient descriptors: %#x\n"
drivers/firmware/cirrus/cs_dsp.c:1307 [cs_dsp]cs_dsp_coeff_parse_coeff =_ "%s: \tCoefficient type: %#x\n"
drivers/firmware/cirrus/cs_dsp.c:1308 [cs_dsp]cs_dsp_coeff_parse_coeff =_ "%s: \tCoefficient offset: %#x\n"
drivers/firmware/cirrus/cs_dsp.c:1309 [cs_dsp]cs_dsp_coeff_parse_coeff =_ "%s: \tCoefficient name: %.*s\n"
drivers/firmware/cirrus/cs_dsp.c:1310 [cs_dsp]cs_dsp_coeff_parse_coeff =_ "%s: \tCoefficient flags: %#x\n"
drivers/firmware/cirrus/cs_dsp.c:1311 [cs_dsp]cs_dsp_coeff_parse_coeff =_ "%s: \tALSA control type: %#x\n"
drivers/firmware/cirrus/cs_dsp.c:1312 [cs_dsp]cs_dsp_coeff_parse_coeff =_ "%s: \tALSA control len: %#x\n"
drivers/firmware/cirrus/cs_dsp.c:1421 [cs_dsp]cs_dsp_adsp1_parse_sizes =_ "%s: %s: %d DM, %d PM, %d ZM\n"
drivers/firmware/cirrus/cs_dsp.c:1441 [cs_dsp]cs_dsp_adsp2_parse_sizes =_ "%s: %s: %d XM, %d YM %d PM, %d ZM\n"
drivers/firmware/cirrus/cs_dsp.c:1598 [cs_dsp]cs_dsp_load =_ "%s: %s.%d: %d bytes at %d in %s\n"
drivers/firmware/cirrus/cs_dsp.c:2003 [cs_dsp]cs_dsp_adsp2_setup_algs =_ "%s: %d: ID %x v%d.%d.%d XM@%x YM@%x ZM@%x\n"
drivers/firmware/cirrus/cs_dsp.c:2136 [cs_dsp]cs_dsp_halo_setup_algs =_ "%s: %d: ID %x v%d.%d.%d XM@%x YM@%x\n"
drivers/firmware/cirrus/cs_dsp.c:2225 [cs_dsp]cs_dsp_load_coeff =_ "%s: %s.%d: %x v%d.%d.%d\n"
drivers/firmware/cirrus/cs_dsp.c:2230 [cs_dsp]cs_dsp_load_coeff =_ "%s: %s.%d: %d bytes at 0x%x in %x\n"
drivers/firmware/cirrus/cs_dsp.c:2271 [cs_dsp]cs_dsp_load_coeff =_ "%s: %s.%d: %d bytes in %x for %x\n"
drivers/firmware/cirrus/cs_dsp.c:2320 [cs_dsp]cs_dsp_load_coeff =_ "%s: %s.%d: Writing %d bytes at %x\n"
drivers/firmware/cirrus/cs_dsp.c:2545 [cs_dsp]cs_dsp_adsp2v2_enable_core =_ "%s: RAM ready after %d polls\n"
drivers/firmware/cirrus/cs_dsp.c:2795 [cs_dsp]cs_dsp_power_down =_ "%s: Shutdown complete\n"
drivers/firmware/cirrus/cs_dsp.c:2920 [cs_dsp]cs_dsp_stop =_ "%s: Execution stopped\n"
sound/pci/hda/cirrus_scodec.c:21 [snd_hda_cirrus_scodec]cirrus_scodec_get_speaker_id =_ "Found Fixed Speaker ID GPIO (index = %d)\n"
sound/pci/hda/cirrus_scodec.c:45 [snd_hda_cirrus_scodec]cirrus_scodec_get_speaker_id =_ "Found %d Speaker ID GPIOs per Amp\n"
sound/pci/hda/cirrus_scodec.c:65 [snd_hda_cirrus_scodec]cirrus_scodec_get_speaker_id =_ "Speaker ID = %d\n"
sound/pci/hda/patch_realtek.c:7243 [snd_hda_codec_realtek]find_cirrus_companion_amps =_ "Did not find ACPI entry for a Cirrus Amp\n"

...but it's all gibberish to me.

The Proart P16's id is H7606WI

Last edited by SneakyLittleman (2025-08-12 09:50:51)

Offline

#4 2025-08-15 07:36:12

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

adding this, in case it helps; this is the result of

sudo dmesg | grep snd; echo ;amixer -c0 

[   10.329121] snd_acp_pci 0000:66:00.5: enabling device (0000 -> 0002)
[   10.604677] usbcore: registered new interface driver snd-usb-audio
[   10.965843] snd_hda_intel 0000:65:00.1: enabling device (0000 -> 0002)
[   10.965951] snd_hda_intel 0000:65:00.1: Disabling MSI
[   10.965970] snd_hda_intel 0000:65:00.1: Handle vga_switcheroo audio client
[   10.966660] snd_hda_intel 0000:66:00.1: enabling device (0000 -> 0002)
[   10.966686] snd_hda_intel 0000:66:00.1: Handle vga_switcheroo audio client
[   10.966755] snd_hda_intel 0000:66:00.6: enabling device (0000 -> 0002)
[   11.221148] snd_hda_codec_realtek hdaudioC4D0: ALC285: picked fixup  for PCI SSID 1043:1e63
[   11.221306] snd_hda_codec_realtek hdaudioC4D0: Found 2 CSC3556 on i2c (-%s:00-cs35l56-hda.%d)
[   11.221376] snd_hda_codec_realtek hdaudioC4D0: bound i2c-CSC3556:00-cs35l56-hda.0 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
[   11.221399] snd_hda_codec_realtek hdaudioC4D0: bound i2c-CSC3556:00-cs35l56-hda.1 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
[   11.222040] snd_hda_codec_realtek hdaudioC4D0: autoconfig for ALC285: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[   11.222047] snd_hda_codec_realtek hdaudioC4D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.222049] snd_hda_codec_realtek hdaudioC4D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   11.222050] snd_hda_codec_realtek hdaudioC4D0:    mono: mono_out=0x0
[   11.222051] snd_hda_codec_realtek hdaudioC4D0:    inputs:
[   11.222052] snd_hda_codec_realtek hdaudioC4D0:      Internal Mic=0x12
[   11.222054] snd_hda_codec_realtek hdaudioC4D0:      Internal Mic=0x13
[   11.222055] snd_hda_codec_realtek hdaudioC4D0:      Mic=0x19
[   11.222056] snd_hda_codec_realtek hdaudioC4D0:      Mic=0x1b
[   11.622223] snd_hda_intel 0000:66:00.1: bound 0000:66:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])

Simple mixer control 'PCM',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 100
  Mono: Playback 77 [77%] [-23.00dB] [on]
Simple mixer control 'Headset',0
  Capabilities: cvolume cvolume-joined cswitch cswitch-joined
  Capture channels: Mono
  Limits: Capture 0 - 101
  Mono: Capture 101 [100%] [48.00dB] [on]

It seems to me that this shows that the hardware is properly detected (ALC285+Cirrus CSC3556)...

Offline

#5 2025-08-15 14:39:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,783

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

Mhm, does the LTS kernel work? potentially something in a newer firmware version or a pipewire/wireplumber profile detection bug. Does it work on the kernel side if you just try

speaker-test -Dhw:0 -c2

if that works fine it's some bug in wireplumber/pipewire

Offline

#6 2025-08-15 14:46:13

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

Funny, I was just trying to have another go at my problem...

speaker-test -Dhw:0 -c2

speaker-test 1.2.14

Playback device is hw:0
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Playback open error: -2,No such file or directory

The command fails.
The speaker test in KDE (with the pro audio profile) allows me to test "speakers" / 4 aux channels in my case. Aux0 & Aux1: no sound / Aux2&Aux3: white noise on left & right speakers respectively.

EDIT:
running speaker-test -c2 works - I get white noise, matching left & right channels

EDIT 2:
In fact, all my audio devices, including hdmi, are stuck on the same 2 profiles - OFF & Pro audio. So...I've just tested my Creative Bluetooth dongle --> pro audio profile --> 2 aux channels detected - sound works. So...I guess I could temporarily reroute the channels of my main audio device (ALC285) and it should work (Aux2 to 0 & Aux3 to 1)...something I have to learn to do.

Last edited by SneakyLittleman (2025-08-15 15:01:50)

Offline

#7 2025-08-15 15:42:56

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,783

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

So stuff generally works, this could be up to alsa-ucm-conf or pipewire/wireplumber, what do you get from

journalctl -b --user-unit pipewire --user-unit pipewire-pulse --user-unit wireplumber

any custom wireplumber config?

Last edited by V1del (2025-08-15 15:43:12)

Offline

#8 2025-08-15 16:12:53

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

I looked for custom wireplumber custom configs but couldn't find any (user folder or /etc/) - I seem to be using the default one - I have a .conf here
/usr/share/wireplumber/wireplumber.conf

The command you gave doesn't output much:

Aug 15 18:08:49 Koalarch systemd[1609]: Started PipeWire Multimedia Service.
Aug 15 18:08:49 Koalarch systemd[1609]: Started Multimedia Service Session Manager.
Aug 15 18:08:49 Koalarch wireplumber[1756]: [0:00:13.571512086] [1756]  INFO Camera camera_manager.cpp:326 libcamera v0.5.1
Aug 15 18:08:51 Koalarch systemd[1609]: Started PipeWire PulseAudio.

on the other hand, an ealier boot was much less clean...see this example earlier in the day:

Aug 15 16:41:07 Koalarch systemd[1672]: Started PipeWire PulseAudio.
Aug 15 16:46:41 Koalarch wireplumber[1840]: wp-proc-utils: failed to get status for PID 257: Failed to open file “/proc/257/status”: No such file or directory
Aug 15 16:46:41 Koalarch wireplumber[1840]: GLib: GError set over the top of a previous GError or uninitialized memory.
                                            This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
                                            The overwriting error message was: Failed to open file “/proc/257/cgroup”: No such file or directory
Aug 15 16:46:41 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cgroup for PID 257: Failed to open file “/proc/257/status”: No such file or directory
Aug 15 16:46:41 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cmdline for PID 257: No such file or directory
Aug 15 16:55:23 Koalarch wireplumber[1840]: wp-proc-utils: failed to get status for PID 257: Failed to open file “/proc/257/status”: No such file or directory
Aug 15 16:55:23 Koalarch wireplumber[1840]: GLib: GError set over the top of a previous GError or uninitialized memory.
                                            This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
                                            The overwriting error message was: Failed to open file “/proc/257/cgroup”: No such file or directory
Aug 15 16:55:23 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cgroup for PID 257: Failed to open file “/proc/257/status”: No such file or directory
Aug 15 16:55:23 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cmdline for PID 257: No such file or directory
Aug 15 16:55:55 Koalarch wireplumber[1840]: wp-proc-utils: failed to get status for PID 257: Failed to open file “/proc/257/status”: No such file or directory
Aug 15 16:55:55 Koalarch wireplumber[1840]: GLib: GError set over the top of a previous GError or uninitialized memory.
                                            This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
                                            The overwriting error message was: Failed to open file “/proc/257/cgroup”: No such file or directory
Aug 15 16:55:55 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cgroup for PID 257: Failed to open file “/proc/257/status”: No such file or directory
Aug 15 16:55:55 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cmdline for PID 257: No such file or directory
Aug 15 16:58:42 Koalarch wireplumber[1840]: wp-proc-utils: failed to get status for PID 255: Failed to open file “/proc/255/status”: No such file or directory
Aug 15 16:58:42 Koalarch wireplumber[1840]: GLib: GError set over the top of a previous GError or uninitialized memory.
                                            This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
                                            The overwriting error message was: Failed to open file “/proc/255/cgroup”: No such file or directory
Aug 15 16:58:42 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cgroup for PID 255: Failed to open file “/proc/255/status”: No such file or directory
Aug 15 16:58:42 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cmdline for PID 255: No such file or directory
Aug 15 16:58:45 Koalarch wireplumber[1840]: wp-proc-utils: failed to get status for PID 255: Failed to open file “/proc/255/status”: No such file or directory
Aug 15 16:58:45 Koalarch wireplumber[1840]: GLib: GError set over the top of a previous GError or uninitialized memory.
                                            This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
                                            The overwriting error message was: Failed to open file “/proc/255/cgroup”: No such file or directory
Aug 15 16:58:45 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cgroup for PID 255: Failed to open file “/proc/255/status”: No such file or directory
Aug 15 16:58:45 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cmdline for PID 255: No such file or directory
Aug 15 16:58:47 Koalarch wireplumber[1840]: wp-proc-utils: failed to get status for PID 255: Failed to open file “/proc/255/status”: No such file or directory
Aug 15 16:58:47 Koalarch wireplumber[1840]: GLib: GError set over the top of a previous GError or uninitialized memory.
                                            This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
                                            The overwriting error message was: Failed to open file “/proc/255/cgroup”: No such file or directory
Aug 15 16:58:47 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cgroup for PID 255: Failed to open file “/proc/255/status”: No such file or directory
Aug 15 16:58:47 Koalarch wireplumber[1840]: wp-proc-utils: failed to get cmdline for PID 255: No such file or directory
Aug 15 17:04:15 Koalarch systemd[1672]: Stopping PipeWire PulseAudio...
Aug 15 17:04:15 Koalarch systemd[1672]: Stopped PipeWire PulseAudio.

Last edited by SneakyLittleman (2025-08-15 16:21:17)

Offline

#9 2025-08-21 11:26:00

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

Follow-up: I nuked everything related to wireplumber/pipewire/alsa to start from scratch. Reinstallation yields the same results...

Booted a cachyos usb boot media and everything works out of the box - I get all the right audio profiles right away. I'll investigate their config files...

Offline

#10 2025-08-21 19:06:24

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,783

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

That proc is inaccessible to wireplumber is very concerning, are you mounting your stuff with hidepid? Do you have some "desktop" containers dockers that screw your environment? Can you get us a full system journal of the current boot when these failures occur?

Last edited by V1del (2025-08-21 19:12:52)

Offline

#11 2025-08-21 19:52:49

bnicolae
Member
Registered: 2025-08-20
Posts: 10

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

I observed similar symptoms with a Meteor Lake chipset (also using CL amps). It could be kernel related, you can try to see if the latest mainline kernel that worked for me also works for you: https://bbs.archlinux.org/viewtopic.php?id=307728 and, respectively, if the latest kernel that didn't work for me also doesn't work for you. If that's the case, then we may be experiencing the same issue.

Last edited by bnicolae (2025-08-21 19:54:33)

Offline

#12 2025-08-21 21:26:02

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

V1del wrote:

That proc is inaccessible to wireplumber is very concerning, are you mounting your stuff with hidepid? Do you have some "desktop" containers dockers that screw your environment? Can you get us a full system journal of the current boot when these failures occur?

Hey there,
I have no idea what hidepid is, and never came across it. I have no desktop containers whatsoever.
Here's the output of the full journal (journalctl -b) from my up-to-date system:

Aug 21 23:16:16 Koalarch kernel: Linux version 6.16.0-arch2-1.1-g14 (linux-g14@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Sun, 17 Aug 2025 08:26:47 +0000
Aug 21 23:16:16 Koalarch kernel: Command line: root=PARTUUID=1e096d72-13cb-4dd7-8326-ebace01ec9a7 loglevel=3 rw console=tty3 initrd=initramfs-linux-g14.img
Aug 21 23:16:16 Koalarch kernel: x86/split lock detection: #DB: warning on user-space bus_locks
Aug 21 23:16:16 Koalarch kernel: BIOS-provided physical RAM map:
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009b7efff] usable
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x0000000009b7f000-0x0000000009ffffff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000000a23c000-0x000000006457efff] usable
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000006457f000-0x000000006d57efff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000006d57f000-0x000000006d67efff] ACPI data
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000006d67f000-0x000000006f67efff] ACPI NVS
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000006f67f000-0x00000000777fefff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x00000000777ff000-0x0000000079ff6fff] usable
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x0000000079ff7000-0x0000000079ffcfff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x0000000079ffd000-0x0000000079ffefff] usable
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x0000000079fff000-0x000000007bffffff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000007d675000-0x000000007d6fffff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000007d800000-0x000000007fffffff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000085e17ffff] usable
Aug 21 23:16:16 Koalarch kernel: BIOS-e820: [mem 0x000000085f1c0000-0x00000008a01fffff] reserved
Aug 21 23:16:16 Koalarch kernel: NX (Execute Disable) protection: active
Aug 21 23:16:16 Koalarch kernel: APIC: Static calls initialized
Aug 21 23:16:16 Koalarch kernel: efi: EFI v2.9 by American Megatrends
Aug 21 23:16:16 Koalarch kernel: efi: ACPI=0x6d67e000 ACPI 2.0=0x6d67e014 TPMFinalLog=0x6f632000 SMBIOS=0x77327000 SMBIOS 3.0=0x77326000 MEMATTR=0x5e0da698 ESRT=0x60b99898 MOKvar=0x773b4000 INITRD=0x56360f98 RNG=0x6d60c018 TPMEventLog=0x6d602018 
Aug 21 23:16:16 Koalarch kernel: random: crng init done
Aug 21 23:16:16 Koalarch kernel: efi: Remove mem73: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Aug 21 23:16:16 Koalarch kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Aug 21 23:16:16 Koalarch kernel: efi: Remove mem74: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
Aug 21 23:16:16 Koalarch kernel: e820: remove [mem 0xfd000000-0xfedfffff] reserved
Aug 21 23:16:16 Koalarch kernel: efi: Not removing mem75: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Aug 21 23:16:16 Koalarch kernel: efi: Remove mem76: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
Aug 21 23:16:16 Koalarch kernel: e820: remove [mem 0xfee01000-0xffffffff] reserved
Aug 21 23:16:16 Koalarch kernel: efi: Remove mem78: MMIO range=[0x880000000-0x8a01fffff] (514MB) from e820 map
Aug 21 23:16:16 Koalarch kernel: e820: remove [mem 0x880000000-0x8a01fffff] reserved
Aug 21 23:16:16 Koalarch kernel: SMBIOS 3.7.0 present.
Aug 21 23:16:16 Koalarch kernel: DMI: ASUSTeK COMPUTER INC. ProArt P16 H7606WI_H7606WI/H7606WI, BIOS H7606WI.319 05/07/2025
Aug 21 23:16:16 Koalarch kernel: DMI: Memory slots populated: 4/4
Aug 21 23:16:16 Koalarch kernel: tsc: Fast TSC calibration using PIT
Aug 21 23:16:16 Koalarch kernel: tsc: Detected 1996.113 MHz processor
Aug 21 23:16:16 Koalarch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 21 23:16:16 Koalarch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 21 23:16:16 Koalarch kernel: last_pfn = 0x85e180 max_arch_pfn = 0x400000000
Aug 21 23:16:16 Koalarch kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
Aug 21 23:16:16 Koalarch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 21 23:16:16 Koalarch kernel: last_pfn = 0x79fff max_arch_pfn = 0x400000000
Aug 21 23:16:16 Koalarch kernel: esrt: Reserving ESRT space from 0x0000000060b99898 to 0x0000000060b99920.
Aug 21 23:16:16 Koalarch kernel: e820: update [mem 0x60b99000-0x60b99fff] usable ==> reserved
Aug 21 23:16:16 Koalarch kernel: Using GB pages for direct mapping
Aug 21 23:16:16 Koalarch kernel: Secure boot disabled
Aug 21 23:16:16 Koalarch kernel: RAMDISK: [mem 0x5281b000-0x530dafff]
Aug 21 23:16:16 Koalarch kernel: ACPI: Early table checksum verification disabled
Aug 21 23:16:16 Koalarch kernel: ACPI: RSDP 0x000000006D67E014 000024 (v02 _ASUS_)
Aug 21 23:16:16 Koalarch kernel: ACPI: XSDT 0x000000006D67D728 000184 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 21 23:16:16 Koalarch kernel: ACPI: FACP 0x000000006D671000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
Aug 21 23:16:16 Koalarch kernel: ACPI: DSDT 0x000000006D661000 00FCDB (v02 _ASUS_ Notebook 01072009 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: FACS 0x000000006EE17000 000040
Aug 21 23:16:16 Koalarch kernel: ACPI: MSDM 0x000000006D67C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D673000 0083FE (v02 AMD    AmdTable 00000002 MSFT 04000000)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D672000 000309 (v02 _ASUS_ CPUSSDT  01072009 AMI  01072009)
Aug 21 23:16:16 Koalarch kernel: ACPI: FIDT 0x000000006D660000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Aug 21 23:16:16 Koalarch kernel: ACPI: MCFG 0x000000006D65F000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
Aug 21 23:16:16 Koalarch kernel: ACPI: HPET 0x000000006D65E000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
Aug 21 23:16:16 Koalarch kernel: ACPI: UEFI 0x000000006EE15000 000048 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 21 23:16:16 Koalarch kernel: ACPI: FPDT 0x000000006D65D000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
Aug 21 23:16:16 Koalarch kernel: ACPI: ABLT 0x000000006D65C000 0002C2 (v00                 00000000      00000000)
Aug 21 23:16:16 Koalarch kernel: ACPI: VFCT 0x000000006D656000 005484 (v01 _ASUS_ Notebook 00000001 AMD  33504F47)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D654000 00021A (v02 AMD    Hetero   00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: PCCT 0x000000006D653000 0000D4 (v02 AMD    AmdTable 00000001 AMD  00000001)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D64B000 007EA6 (v02 AMD    AMD CPU  00000001 AMD  00000001)
Aug 21 23:16:16 Koalarch kernel: ACPI: SDEV 0x000000006D64A000 0001F2 (v01 AMD    SdevTble 00000001 ACPI 00000002)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D646000 003DC8 (v01 OptRf2 Opt2Tabl 00001000 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: TPM2 0x000000006D645000 000050 (v05 _ASUS_ Notebook 00000001 AMI  00000000)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D643000 00169E (v02 AMD    CPMDFIG2 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D640000 002AA6 (v02 AMD    CDFAAIG2 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D63D000 001DB7 (v02 AMD    CPMPMF   00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D63C000 000EAB (v02 AMD    OEMACP   00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D632000 009A53 (v02 AMD    CPMCMN   00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: WSMT 0x000000006D63F000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Aug 21 23:16:16 Koalarch kernel: ACPI: APIC 0x000000006D631000 000128 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D630000 00010D (v02 MSFT   MHSP     00000004 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D62E000 001B4C (v02 AMD    AOD      00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D62D000 000051 (v02 AMD    DRTM     00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: IVRS 0x000000006D62C000 0001F6 (v02 AMD    AmdTable 00000001 AMD  00000001)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D62B000 00096A (v02 AMD    CPMMSOSC 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D62A000 000F5C (v02 AMD    CPMACPV8 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D629000 000500 (v02 AMD    MEMTOOL0 00000002 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D627000 00101C (v02 AMD    GPP_PME_ 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D61D000 00972B (v02 AMD    INTGPPC_ 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D618000 004608 (v02 AMD    INTGPPA_ 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D617000 000C6B (v02 AMD    CPMGPIO0 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D616000 00008D (v02 AMD    CPMMSLPI 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D615000 0004F5 (v02 AMD    CPMSFAML 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D614000 000BA4 (v02 AMD    CPMUCSI  00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D613000 000AD2 (v02 AMD    WLAN     00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D612000 000CAE (v02 AMD    NVME     00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D611000 000CAE (v02 AMD    NVME     00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D60F000 001089 (v02 AMD    GpMsSsdt 00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: SSDT 0x000000006D60D000 001790 (v02 AMD    UPEP     00000001 INTL 20230331)
Aug 21 23:16:16 Koalarch kernel: ACPI: BGRT 0x000000006D655000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving FACP table memory at [mem 0x6d671000-0x6d671113]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving DSDT table memory at [mem 0x6d661000-0x6d670cda]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving FACS table memory at [mem 0x6ee17000-0x6ee1703f]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving MSDM table memory at [mem 0x6d67c000-0x6d67c054]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d673000-0x6d67b3fd]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d672000-0x6d672308]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving FIDT table memory at [mem 0x6d660000-0x6d66009b]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving MCFG table memory at [mem 0x6d65f000-0x6d65f03b]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving HPET table memory at [mem 0x6d65e000-0x6d65e037]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving UEFI table memory at [mem 0x6ee15000-0x6ee15047]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving FPDT table memory at [mem 0x6d65d000-0x6d65d043]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving ABLT table memory at [mem 0x6d65c000-0x6d65c2c1]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving VFCT table memory at [mem 0x6d656000-0x6d65b483]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d654000-0x6d654219]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving PCCT table memory at [mem 0x6d653000-0x6d6530d3]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d64b000-0x6d652ea5]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SDEV table memory at [mem 0x6d64a000-0x6d64a1f1]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d646000-0x6d649dc7]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving TPM2 table memory at [mem 0x6d645000-0x6d64504f]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d643000-0x6d64469d]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d640000-0x6d642aa5]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d63d000-0x6d63edb6]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d63c000-0x6d63ceaa]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d632000-0x6d63ba52]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving WSMT table memory at [mem 0x6d63f000-0x6d63f027]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving APIC table memory at [mem 0x6d631000-0x6d631127]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d630000-0x6d63010c]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d62e000-0x6d62fb4b]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d62d000-0x6d62d050]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving IVRS table memory at [mem 0x6d62c000-0x6d62c1f5]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d62b000-0x6d62b969]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d62a000-0x6d62af5b]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d629000-0x6d6294ff]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d627000-0x6d62801b]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d61d000-0x6d62672a]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d618000-0x6d61c607]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d617000-0x6d617c6a]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d616000-0x6d61608c]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d615000-0x6d6154f4]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d614000-0x6d614ba3]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d613000-0x6d613ad1]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d612000-0x6d612cad]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d611000-0x6d611cad]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d60f000-0x6d610088]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving SSDT table memory at [mem 0x6d60d000-0x6d60e78f]
Aug 21 23:16:16 Koalarch kernel: ACPI: Reserving BGRT table memory at [mem 0x6d655000-0x6d655037]
Aug 21 23:16:16 Koalarch kernel: No NUMA configuration found
Aug 21 23:16:16 Koalarch kernel: Faking a node at [mem 0x0000000000000000-0x000000085e17ffff]
Aug 21 23:16:16 Koalarch kernel: NODE_DATA(0) allocated [mem 0x85e155240-0x85e17ffff]
Aug 21 23:16:16 Koalarch kernel: Zone ranges:
Aug 21 23:16:16 Koalarch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 21 23:16:16 Koalarch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 21 23:16:16 Koalarch kernel:   Normal   [mem 0x0000000100000000-0x000000085e17ffff]
Aug 21 23:16:16 Koalarch kernel:   Device   empty
Aug 21 23:16:16 Koalarch kernel: Movable zone start for each node
Aug 21 23:16:16 Koalarch kernel: Early memory node ranges
Aug 21 23:16:16 Koalarch kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Aug 21 23:16:16 Koalarch kernel:   node   0: [mem 0x0000000000100000-0x0000000009b7efff]
Aug 21 23:16:16 Koalarch kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Aug 21 23:16:16 Koalarch kernel:   node   0: [mem 0x000000000a23c000-0x000000006457efff]
Aug 21 23:16:16 Koalarch kernel:   node   0: [mem 0x00000000777ff000-0x0000000079ff6fff]
Aug 21 23:16:16 Koalarch kernel:   node   0: [mem 0x0000000079ffd000-0x0000000079ffefff]
Aug 21 23:16:16 Koalarch kernel:   node   0: [mem 0x0000000100000000-0x000000085e17ffff]
Aug 21 23:16:16 Koalarch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000085e17ffff]
Aug 21 23:16:16 Koalarch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 21 23:16:16 Koalarch kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Aug 21 23:16:16 Koalarch kernel: On node 0, zone DMA32: 1153 pages in unavailable ranges
Aug 21 23:16:16 Koalarch kernel: On node 0, zone DMA32: 60 pages in unavailable ranges
Aug 21 23:16:16 Koalarch kernel: On node 0, zone DMA32: 45696 pages in unavailable ranges
Aug 21 23:16:16 Koalarch kernel: On node 0, zone DMA32: 6 pages in unavailable ranges
Aug 21 23:16:16 Koalarch kernel: On node 0, zone Normal: 24577 pages in unavailable ranges
Aug 21 23:16:16 Koalarch kernel: On node 0, zone Normal: 7808 pages in unavailable ranges
Aug 21 23:16:16 Koalarch kernel: ACPI: PM-Timer IO Port: 0x808
Aug 21 23:16:16 Koalarch kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 21 23:16:16 Koalarch kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Aug 21 23:16:16 Koalarch kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Aug 21 23:16:16 Koalarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 21 23:16:16 Koalarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
Aug 21 23:16:16 Koalarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Aug 21 23:16:16 Koalarch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 21 23:16:16 Koalarch kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Aug 21 23:16:16 Koalarch kernel: e820: update [mem 0x5921d000-0x59398fff] usable ==> reserved
Aug 21 23:16:16 Koalarch kernel: CPU topo: Max. logical packages:   1
Aug 21 23:16:16 Koalarch kernel: CPU topo: Max. logical dies:       1
Aug 21 23:16:16 Koalarch kernel: CPU topo: Max. dies per package:   1
Aug 21 23:16:16 Koalarch kernel: CPU topo: Max. threads per core:   2
Aug 21 23:16:16 Koalarch kernel: CPU topo: Num. cores per package:    12
Aug 21 23:16:16 Koalarch kernel: CPU topo: Num. threads per package:  24
Aug 21 23:16:16 Koalarch kernel: CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x09b7f000-0x09ffffff]
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a23bfff]
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x5921d000-0x59398fff]
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x60b99000-0x60b99fff]
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x6457f000-0x777fefff]
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x79ff7000-0x79ffcfff]
Aug 21 23:16:16 Koalarch kernel: PM: hibernation: Registered nosave memory: [mem 0x79fff000-0xffffffff]
Aug 21 23:16:16 Koalarch kernel: [mem 0x80000000-0xfedfffff] available for PCI devices
Aug 21 23:16:16 Koalarch kernel: Booting paravirtualized kernel on bare hardware
Aug 21 23:16:16 Koalarch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Aug 21 23:16:16 Koalarch kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
Aug 21 23:16:16 Koalarch kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Aug 21 23:16:16 Koalarch kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Aug 21 23:16:16 Koalarch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Aug 21 23:16:16 Koalarch kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 
Aug 21 23:16:16 Koalarch kernel: Kernel command line: ibt=off pm_debug_messages amd_pmc.dyndbg="+p" acpi.dyndbg="file drivers/acpi/x86/s2idle.c +p" root=PARTUUID=1e096d72-13cb-4dd7-8326-ebace01ec9a7 loglevel=3 rw console=tty3 initrd=initramfs-linux-g14.img
Aug 21 23:16:16 Koalarch kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Aug 21 23:16:16 Koalarch kernel: printk: log_buf_len total cpu_extra contributions: 94208 bytes
Aug 21 23:16:16 Koalarch kernel: printk: log_buf_len min size: 131072 bytes
Aug 21 23:16:16 Koalarch kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
Aug 21 23:16:16 Koalarch kernel: printk: early log buf free: 114912(87%)
Aug 21 23:16:16 Koalarch kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: software IO TLB: area num 32.
Aug 21 23:16:16 Koalarch kernel: Fallback order for Node 0: 0 
Aug 21 23:16:16 Koalarch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8145371
Aug 21 23:16:16 Koalarch kernel: Policy zone: Normal
Aug 21 23:16:16 Koalarch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 21 23:16:16 Koalarch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
Aug 21 23:16:16 Koalarch kernel: ftrace: allocating 55820 entries in 220 pages
Aug 21 23:16:16 Koalarch kernel: ftrace: allocated 220 pages with 5 groups
Aug 21 23:16:16 Koalarch kernel: Dynamic Preempt: full
Aug 21 23:16:16 Koalarch kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 21 23:16:16 Koalarch kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
Aug 21 23:16:16 Koalarch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 21 23:16:16 Koalarch kernel:         Trampoline variant of Tasks RCU enabled.
Aug 21 23:16:16 Koalarch kernel:         Rude variant of Tasks RCU enabled.
Aug 21 23:16:16 Koalarch kernel:         Tracing variant of Tasks RCU enabled.
Aug 21 23:16:16 Koalarch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Aug 21 23:16:16 Koalarch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
Aug 21 23:16:16 Koalarch kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Aug 21 23:16:16 Koalarch kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Aug 21 23:16:16 Koalarch kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Aug 21 23:16:16 Koalarch kernel: NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
Aug 21 23:16:16 Koalarch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 21 23:16:16 Koalarch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 21 23:16:16 Koalarch kernel: Console: colour dummy device 80x25
Aug 21 23:16:16 Koalarch kernel: printk: legacy console [tty3] enabled
Aug 21 23:16:16 Koalarch kernel: ACPI: Core revision 20250404
Aug 21 23:16:16 Koalarch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Aug 21 23:16:16 Koalarch kernel: APIC: Switch to symmetric I/O mode setup
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0x98
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: ivrs, add hid:MSFT0201, uid:1, rdevid:0x60
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID04, rdevid:0x98
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x10
Aug 21 23:16:16 Koalarch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 21 23:16:16 Koalarch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398bacbd5dd, max_idle_ns: 881590794973 ns
Aug 21 23:16:16 Koalarch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.22 BogoMIPS (lpj=1996113)
Aug 21 23:16:16 Koalarch kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 21 23:16:16 Koalarch kernel: LVT offset 1 assigned for vector 0xf9
Aug 21 23:16:16 Koalarch kernel: LVT offset 2 assigned for vector 0xf4
Aug 21 23:16:16 Koalarch kernel: Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
Aug 21 23:16:16 Koalarch kernel: Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
Aug 21 23:16:16 Koalarch kernel: process: using mwait in idle threads
Aug 21 23:16:16 Koalarch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 21 23:16:16 Koalarch kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Aug 21 23:16:16 Koalarch kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Aug 21 23:16:16 Koalarch kernel: Speculative Return Stack Overflow: Mitigation: IBPB on VMEXIT only
Aug 21 23:16:16 Koalarch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 21 23:16:16 Koalarch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Aug 21 23:16:16 Koalarch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 21 23:16:16 Koalarch kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Aug 21 23:16:16 Koalarch kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Aug 21 23:16:16 Koalarch kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Aug 21 23:16:16 Koalarch kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Aug 21 23:16:16 Koalarch kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
Aug 21 23:16:16 Koalarch kernel: x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
Aug 21 23:16:16 Koalarch kernel: Freeing SMP alternatives memory: 56K
Aug 21 23:16:16 Koalarch kernel: pid_max: default: 32768 minimum: 301
Aug 21 23:16:16 Koalarch kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Aug 21 23:16:16 Koalarch kernel: landlock: Up and running.
Aug 21 23:16:16 Koalarch kernel: Yama: becoming mindful.
Aug 21 23:16:16 Koalarch kernel: LSM support for eBPF active
Aug 21 23:16:16 Koalarch kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: smpboot: CPU0: AMD Ryzen AI 9 HX 370 w/ Radeon 890M (family: 0x1a, model: 0x24, stepping: 0x0)
Aug 21 23:16:16 Koalarch kernel: Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
Aug 21 23:16:16 Koalarch kernel: ... version:                2
Aug 21 23:16:16 Koalarch kernel: ... bit width:              48
Aug 21 23:16:16 Koalarch kernel: ... generic registers:      6
Aug 21 23:16:16 Koalarch kernel: ... value mask:             0000ffffffffffff
Aug 21 23:16:16 Koalarch kernel: ... max period:             00007fffffffffff
Aug 21 23:16:16 Koalarch kernel: ... fixed-purpose events:   0
Aug 21 23:16:16 Koalarch kernel: ... event mask:             000000000000003f
Aug 21 23:16:16 Koalarch kernel: signal: max sigframe size: 3376
Aug 21 23:16:16 Koalarch kernel: rcu: Hierarchical SRCU implementation.
Aug 21 23:16:16 Koalarch kernel: rcu:         Max phase no-delay instances is 400.
Aug 21 23:16:16 Koalarch kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Aug 21 23:16:16 Koalarch kernel: MCE: In-kernel MCE decoding enabled.
Aug 21 23:16:16 Koalarch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 21 23:16:16 Koalarch kernel: smp: Bringing up secondary CPUs ...
Aug 21 23:16:16 Koalarch kernel: smpboot: x86: Booting SMP configuration:
Aug 21 23:16:16 Koalarch kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
Aug 21 23:16:16 Koalarch kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Aug 21 23:16:16 Koalarch kernel: smp: Brought up 1 node, 24 CPUs
Aug 21 23:16:16 Koalarch kernel: smpboot: Total of 24 processors activated (95813.42 BogoMIPS)
Aug 21 23:16:16 Koalarch kernel: Memory: 31842740K/32581484K available (19667K kernel code, 2942K rwdata, 15816K rodata, 4644K init, 5040K bss, 705840K reserved, 0K cma-reserved)
Aug 21 23:16:16 Koalarch kernel: devtmpfs: initialized
Aug 21 23:16:16 Koalarch kernel: x86/mm: Memory block size: 128MB
Aug 21 23:16:16 Koalarch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
Aug 21 23:16:16 Koalarch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x6d67f000-0x6f67efff] (33554432 bytes)
Aug 21 23:16:16 Koalarch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Aug 21 23:16:16 Koalarch kernel: posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
Aug 21 23:16:16 Koalarch kernel: pinctrl core: initialized pinctrl subsystem
Aug 21 23:16:16 Koalarch kernel: PM: RTC time: 21:16:13, date: 2025-08-21
Aug 21 23:16:16 Koalarch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 21 23:16:16 Koalarch kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Aug 21 23:16:16 Koalarch kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 21 23:16:16 Koalarch kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 21 23:16:16 Koalarch kernel: audit: initializing netlink subsys (disabled)
Aug 21 23:16:16 Koalarch kernel: audit: type=2000 audit(1755810972.165:1): state=initialized audit_enabled=0 res=1
Aug 21 23:16:16 Koalarch kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 21 23:16:16 Koalarch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 21 23:16:16 Koalarch kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 21 23:16:16 Koalarch kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 21 23:16:16 Koalarch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 21 23:16:16 Koalarch kernel: cpuidle: using governor ladder
Aug 21 23:16:16 Koalarch kernel: cpuidle: using governor menu
Aug 21 23:16:16 Koalarch kernel: Detected 1 PCC Subspaces
Aug 21 23:16:16 Koalarch kernel: Registering PCC driver as Mailbox controller
Aug 21 23:16:16 Koalarch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 21 23:16:16 Koalarch kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Aug 21 23:16:16 Koalarch kernel: PCI: Using configuration type 1 for base access
Aug 21 23:16:16 Koalarch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 21 23:16:16 Koalarch kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=6
Aug 21 23:16:16 Koalarch kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 21 23:16:16 Koalarch kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 21 23:16:16 Koalarch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 21 23:16:16 Koalarch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 21 23:16:16 Koalarch kernel: raid6: skipped pq benchmark and selected avx512x4
Aug 21 23:16:16 Koalarch kernel: raid6: using avx512x2 recovery algorithm
Aug 21 23:16:16 Koalarch kernel: ACPI: Added _OSI(Module Device)
Aug 21 23:16:16 Koalarch kernel: ACPI: Added _OSI(Processor Device)
Aug 21 23:16:16 Koalarch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 21 23:16:16 Koalarch kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP5.WLAN._S0W], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 21 23:16:16 Koalarch kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 21 23:16:16 Koalarch kernel: ACPI: 29 ACPI AML tables successfully acquired and loaded
Aug 21 23:16:16 Koalarch kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Aug 21 23:16:16 Koalarch kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Aug 21 23:16:16 Koalarch kernel: ACPI: EC: EC started
Aug 21 23:16:16 Koalarch kernel: ACPI: EC: interrupt blocked
Aug 21 23:16:16 Koalarch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Aug 21 23:16:16 Koalarch kernel: ACPI: Interpreter enabled
Aug 21 23:16:16 Koalarch kernel: ACPI: PM: (supports S0 S4 S5)
Aug 21 23:16:16 Koalarch kernel: ACPI: Using IOAPIC for interrupt routing
Aug 21 23:16:16 Koalarch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 21 23:16:16 Koalarch kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 21 23:16:16 Koalarch kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP5.WLAN.WRST: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP8.P0NV: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPP9.PG00: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.DBTP: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPC.XHC0.RHUB.PRT3.BTRT: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: \_TZ_.QFAN: New power resource
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 21 23:16:16 Koalarch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 21 23:16:16 Koalarch kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER LTR DPC]
Aug 21 23:16:16 Koalarch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
Aug 21 23:16:16 Koalarch kernel: PCI host bridge to bus 0000:00
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [mem 0x880000000-0x7fffffffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1: PCI bridge to [bus 01-60]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1:   bridge window [io  0xa000-0xdfff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1:   bridge window [mem 0xc4000000-0xdbffffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1:   bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1: PCI bridge to [bus 61]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1:   bridge window [mem 0xde400000-0xde4fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: [1022:150b] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: PCI bridge to [bus 62]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2:   bridge window [mem 0xde300000-0xde3fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.3: PCI bridge to [bus 63]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.3:   bridge window [mem 0xdd800000-0xddafffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.6: [1022:150b] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.6: PCI bridge to [bus 64]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.6:   bridge window [mem 0xde200000-0xde2fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.6: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1: PCI bridge to [bus 65]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1:   bridge window [mem 0xdc000000-0xdd0fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1: PCI bridge to [bus 66]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1:   bridge window [mem 0xdd200000-0xdd7fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1:   bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2: PCI bridge to [bus 67]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2:   bridge window [mem 0xde000000-0xde1fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2:   bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3: PCI bridge to [bus 68]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3:   bridge window [mem 0xddc00000-0xddffffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.0: [1022:16f8] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.1: [1022:16f9] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.2: [1022:16fa] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.3: [1022:16fb] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.4: [1022:16fc] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.5: [1022:16fd] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.6: [1022:16fe] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.7: [1022:16ff] type 00 class 0x060000 conventional PCI endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1: PCI bridge to [bus 01-60]
Aug 21 23:16:16 Koalarch kernel: pci 0000:61:00.0: [1344:5413] type 00 class 0x010802 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:61:00.0: BAR 0 [mem 0xde400000-0xde403fff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1: PCI bridge to [bus 61]
Aug 21 23:16:16 Koalarch kernel: pci 0000:62:00.0: [17a0:9767] type 00 class 0x080501 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:62:00.0: BAR 0 [mem 0xde300000-0xde300fff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:62:00.0: supports D1 D2
Aug 21 23:16:16 Koalarch kernel: pci 0000:62:00.0: PME# supported from D1 D2 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: PCI bridge to [bus 62]
Aug 21 23:16:16 Koalarch kernel: pci 0000:63:00.0: [14c3:7925] type 00 class 0x028000 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:63:00.0: BAR 0 [mem 0xdd800000-0xdd9fffff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:63:00.0: BAR 2 [mem 0xdda00000-0xdda07fff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:63:00.0: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.3: PCI bridge to [bus 63]
Aug 21 23:16:16 Koalarch kernel: pci 0000:64:00.0: [c0a9:5421] type 00 class 0x010802 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:64:00.0: BAR 0 [mem 0xde200000-0xde203fff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:64:00.0: 31.506 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x2 link at 0000:00:02.6 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.6: PCI bridge to [bus 64]
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: [10de:2820] type 00 class 0x030000 PCIe Legacy Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: BAR 0 [mem 0xdc000000-0xdcffffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: BAR 1 [mem 0x7800000000-0x79ffffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: BAR 3 [mem 0x7a00000000-0x7a01ffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: BAR 5 [io  0xf000-0xf07f]
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: ROM [mem 0xdd000000-0xdd07ffff pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: PME# supported from D0 D3hot
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.1: [10de:22bd] type 00 class 0x040300 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.1: BAR 0 [mem 0xdd080000-0xdd083fff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1: PCI bridge to [bus 65]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.0: [1002:150e] type 00 class 0x038000 PCIe Legacy Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.0: BAR 0 [mem 0x7a10000000-0x7a1fffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.0: BAR 2 [mem 0xdd200000-0xdd3fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.0: BAR 4 [io  0xe000-0xe0ff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.0: BAR 5 [mem 0xdd700000-0xdd77ffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.0: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.0: PME# supported from D1 D2 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.1: BAR 0 [mem 0xdd7c8000-0xdd7cbfff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.1: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.1: PME# supported from D1 D2 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.2: BAR 2 [mem 0xdd600000-0xdd6fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.2: BAR 5 [mem 0xdd7ce000-0xdd7cffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.2: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.4: [1022:151e] type 00 class 0x0c0330 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.4: BAR 0 [mem 0xdd500000-0xdd5fffff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.4: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.4: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.5: BAR 0 [mem 0xdd780000-0xdd7bffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.5: BAR 2 [mem 0x7a20000000-0x7a207fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.5: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.5: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.6: BAR 0 [mem 0xdd7c0000-0xdd7c7fff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.6: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.6: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.7: [1022:164a] type 00 class 0x118000 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.7: BAR 2 [mem 0xdd400000-0xdd4fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.7: BAR 5 [mem 0xdd7cc000-0xdd7cdfff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.7: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1: PCI bridge to [bus 66]
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.0: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.1: BAR 0 [mem 0xde000000-0xde0fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.1: BAR 1 [mem 0xde100000-0xde101fff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.1: BAR 2 [mem 0x7a20900000-0x7a2097ffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.1: BAR 4 [mem 0xde103000-0xde103fff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.1: BAR 5 [mem 0xde102000-0xde102fff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.1: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2: PCI bridge to [bus 67]
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.0: [1022:151f] type 00 class 0x0c0330 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.0: BAR 0 [mem 0xdde00000-0xddefffff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.0: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.0: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.3: [1022:151a] type 00 class 0x0c0330 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.3: BAR 0 [mem 0xddd00000-0xdddfffff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.3: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.3: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.4: [1022:151b] type 00 class 0x0c0330 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.4: BAR 0 [mem 0xddc00000-0xddcfffff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.4: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.4: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.5: [1022:151c] type 00 class 0x0c0340 PCIe Endpoint
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.5: BAR 0 [mem 0xddf00000-0xddf7ffff 64bit]
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.5: enabling Extended Tags
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.5: PME# supported from D0 D3hot D3cold
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3: PCI bridge to [bus 68]
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug 21 23:16:16 Koalarch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug 21 23:16:16 Koalarch kernel: Low-power S0 idle used by default for system suspend
Aug 21 23:16:16 Koalarch kernel: ACPI: EC: interrupt unblocked
Aug 21 23:16:16 Koalarch kernel: ACPI: EC: event unblocked
Aug 21 23:16:16 Koalarch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 21 23:16:16 Koalarch kernel: ACPI: EC: GPE=0x4
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Aug 21 23:16:16 Koalarch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Aug 21 23:16:16 Koalarch kernel: iommu: Default domain type: Translated
Aug 21 23:16:16 Koalarch kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 21 23:16:16 Koalarch kernel: SCSI subsystem initialized
Aug 21 23:16:16 Koalarch kernel: libata version 3.00 loaded.
Aug 21 23:16:16 Koalarch kernel: ACPI: bus type USB registered
Aug 21 23:16:16 Koalarch kernel: usbcore: registered new interface driver usbfs
Aug 21 23:16:16 Koalarch kernel: usbcore: registered new interface driver hub
Aug 21 23:16:16 Koalarch kernel: usbcore: registered new device driver usb
Aug 21 23:16:16 Koalarch kernel: EDAC MC: Ver: 3.0.0
Aug 21 23:16:16 Koalarch kernel: efivars: Registered efivars operations
Aug 21 23:16:16 Koalarch kernel: NetLabel: Initializing
Aug 21 23:16:16 Koalarch kernel: NetLabel:  domain hash size = 128
Aug 21 23:16:16 Koalarch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 21 23:16:16 Koalarch kernel: NetLabel:  unlabeled traffic allowed by default
Aug 21 23:16:16 Koalarch kernel: mctp: management component transport protocol core
Aug 21 23:16:16 Koalarch kernel: NET: Registered PF_MCTP protocol family
Aug 21 23:16:16 Koalarch kernel: PCI: Using ACPI for IRQ routing
Aug 21 23:16:16 Koalarch kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 21 23:16:16 Koalarch kernel: e820: reserve RAM buffer [mem 0x09b7f000-0x0bffffff]
Aug 21 23:16:16 Koalarch kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Aug 21 23:16:16 Koalarch kernel: e820: reserve RAM buffer [mem 0x5921d000-0x5bffffff]
Aug 21 23:16:16 Koalarch kernel: e820: reserve RAM buffer [mem 0x60b99000-0x63ffffff]
Aug 21 23:16:16 Koalarch kernel: e820: reserve RAM buffer [mem 0x6457f000-0x67ffffff]
Aug 21 23:16:16 Koalarch kernel: e820: reserve RAM buffer [mem 0x79ff7000-0x7bffffff]
Aug 21 23:16:16 Koalarch kernel: e820: reserve RAM buffer [mem 0x79fff000-0x7bffffff]
Aug 21 23:16:16 Koalarch kernel: e820: reserve RAM buffer [mem 0x85e180000-0x85fffffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: vgaarb: setting as boot VGA device
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: vgaarb: bridge control possible
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 21 23:16:16 Koalarch kernel: vgaarb: loaded
Aug 21 23:16:16 Koalarch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug 21 23:16:16 Koalarch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Aug 21 23:16:16 Koalarch kernel: clocksource: Switched to clocksource tsc-early
Aug 21 23:16:16 Koalarch kernel: VFS: Disk quotas dquot_6.6.0
Aug 21 23:16:16 Koalarch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 21 23:16:16 Koalarch kernel: pnp: PnP ACPI init
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x04d0-0x04d1] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x040b] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x04d6] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0c00-0x0c01] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0c14] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0c50-0x0c51] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0c52] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0c6c] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0c6f] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0cd0-0x0cd1] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0cd2-0x0cd3] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0cd4-0x0cd5] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0cd6-0x0cd7] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0cd8-0x0cdf] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0800-0x089f] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0b00-0x0b0f] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0b20-0x0b3f] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0900-0x090f] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [io  0x0910-0x091f] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [mem 0xfec01000-0xfec01fff] could not be reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [mem 0xfedc0000-0xfedc0fff] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [mem 0xfed80000-0xfed8ffff] could not be reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:01: [mem 0xff000000-0xffffffff] has been reserved
Aug 21 23:16:16 Koalarch kernel: system 00:02: [mem 0xe0000000-0xefffffff] has been reserved
Aug 21 23:16:16 Koalarch kernel: pnp: PnP ACPI: found 3 devices
Aug 21 23:16:16 Koalarch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 21 23:16:16 Koalarch kernel: NET: Registered PF_INET protocol family
Aug 21 23:16:16 Koalarch kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: TCP: Hash tables configured (established 262144 bind 65536)
Aug 21 23:16:16 Koalarch kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Aug 21 23:16:16 Koalarch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 21 23:16:16 Koalarch kernel: NET: Registered PF_XDP protocol family
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 62] add_size 1000
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 62] add_size 200000 add_align 100000
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: bridge window [mem 0x880000000-0x8801fffff 64bit pref]: assigned
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: bridge window [io  0x1000-0x1fff]: assigned
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1: PCI bridge to [bus 01-60]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1:   bridge window [io  0xa000-0xdfff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1:   bridge window [mem 0xc4000000-0xdbffffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1:   bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1: PCI bridge to [bus 61]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1:   bridge window [mem 0xde400000-0xde4fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: PCI bridge to [bus 62]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2:   bridge window [mem 0xde300000-0xde3fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2:   bridge window [mem 0x880000000-0x8801fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.3: PCI bridge to [bus 63]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.3:   bridge window [mem 0xdd800000-0xddafffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.6: PCI bridge to [bus 64]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.6:   bridge window [mem 0xde200000-0xde2fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1: PCI bridge to [bus 65]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1:   bridge window [mem 0xdc000000-0xdd0fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1: PCI bridge to [bus 66]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1:   bridge window [mem 0xdd200000-0xdd7fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1:   bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2: PCI bridge to [bus 67]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2:   bridge window [mem 0xde000000-0xde1fffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2:   bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3: PCI bridge to [bus 68]
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3:   bridge window [mem 0xddc00000-0xddffffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:00: resource 11 [mem 0x880000000-0x7fffffffff window]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:01: resource 0 [io  0xa000-0xdfff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:01: resource 1 [mem 0xc4000000-0xdbffffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:01: resource 2 [mem 0x5800000000-0x77ffffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:61: resource 1 [mem 0xde400000-0xde4fffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:62: resource 0 [io  0x1000-0x1fff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:62: resource 1 [mem 0xde300000-0xde3fffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:62: resource 2 [mem 0x880000000-0x8801fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:63: resource 1 [mem 0xdd800000-0xddafffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:64: resource 1 [mem 0xde200000-0xde2fffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:65: resource 0 [io  0xf000-0xffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:65: resource 1 [mem 0xdc000000-0xdd0fffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:65: resource 2 [mem 0x7800000000-0x7a01ffffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:66: resource 0 [io  0xe000-0xefff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:66: resource 1 [mem 0xdd200000-0xdd7fffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:66: resource 2 [mem 0x7a10000000-0x7a207fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:67: resource 1 [mem 0xde000000-0xde1fffff]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:67: resource 2 [mem 0x7a20900000-0x7a209fffff 64bit pref]
Aug 21 23:16:16 Koalarch kernel: pci_bus 0000:68: resource 1 [mem 0xddc00000-0xddffffff]
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.1: extending delay after power-on from D3hot to 20 msec
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.1: D0 power state depends on 0000:65:00.0
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.1: D0 power state depends on 0000:66:00.0
Aug 21 23:16:16 Koalarch kernel: PCI: CLS 64 bytes, default 64
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Aug 21 23:16:16 Koalarch kernel: Trying to unpack rootfs image as initramfs...
Aug 21 23:16:16 Koalarch kernel: platform MSFT0201:00: Adding to iommu group 0
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:00.0: Adding to iommu group 1
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.0: Adding to iommu group 2
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:01.1: Adding to iommu group 3
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.0: Adding to iommu group 4
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.1: Adding to iommu group 5
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.2: Adding to iommu group 6
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.3: Adding to iommu group 7
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:02.6: Adding to iommu group 8
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.0: Adding to iommu group 9
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:03.1: Adding to iommu group 10
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.0: Adding to iommu group 11
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.1: Adding to iommu group 12
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.2: Adding to iommu group 13
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:08.3: Adding to iommu group 14
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:14.0: Adding to iommu group 15
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:14.3: Adding to iommu group 15
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.0: Adding to iommu group 16
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.1: Adding to iommu group 16
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.2: Adding to iommu group 16
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.3: Adding to iommu group 16
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.4: Adding to iommu group 16
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.5: Adding to iommu group 16
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.6: Adding to iommu group 16
Aug 21 23:16:16 Koalarch kernel: pci 0000:00:18.7: Adding to iommu group 16
Aug 21 23:16:16 Koalarch kernel: pci 0000:61:00.0: Adding to iommu group 17
Aug 21 23:16:16 Koalarch kernel: pci 0000:62:00.0: Adding to iommu group 18
Aug 21 23:16:16 Koalarch kernel: pci 0000:63:00.0: Adding to iommu group 19
Aug 21 23:16:16 Koalarch kernel: pci 0000:64:00.0: Adding to iommu group 20
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.0: Adding to iommu group 21
Aug 21 23:16:16 Koalarch kernel: pci 0000:65:00.1: Adding to iommu group 21
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.0: Adding to iommu group 22
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.1: Adding to iommu group 23
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.2: Adding to iommu group 24
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.4: Adding to iommu group 25
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.5: Adding to iommu group 26
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.6: Adding to iommu group 27
Aug 21 23:16:16 Koalarch kernel: pci 0000:66:00.7: Adding to iommu group 28
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.0: Adding to iommu group 29
Aug 21 23:16:16 Koalarch kernel: pci 0000:67:00.1: Adding to iommu group 30
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.0: Adding to iommu group 31
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.3: Adding to iommu group 32
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.4: Adding to iommu group 33
Aug 21 23:16:16 Koalarch kernel: pci 0000:68:00.5: Adding to iommu group 34
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: Extended features (0x246577efa2254afa, 0x10): PPR NX GT [5] IA GA PC GA_vAPIC
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: Interrupt remapping enabled
Aug 21 23:16:16 Koalarch kernel: AMD-Vi: Virtual APIC enabled
Aug 21 23:16:16 Koalarch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 21 23:16:16 Koalarch kernel: software IO TLB: mapped [mem 0x000000004e81b000-0x000000005281b000] (64MB)
Aug 21 23:16:16 Koalarch kernel: LVT offset 0 assigned for vector 0x400
Aug 21 23:16:16 Koalarch kernel: perf: AMD IBS detected (0x00081bff)
Aug 21 23:16:16 Koalarch kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Aug 21 23:16:16 Koalarch kernel: Initialise system trusted keyrings
Aug 21 23:16:16 Koalarch kernel: Key type blacklist registered
Aug 21 23:16:16 Koalarch kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
Aug 21 23:16:16 Koalarch kernel: fuse: init (API version 7.44)
Aug 21 23:16:16 Koalarch kernel: integrity: Platform Keyring initialized
Aug 21 23:16:16 Koalarch kernel: integrity: Machine keyring initialized
Aug 21 23:16:16 Koalarch kernel: xor: automatically using best checksumming function   avx       
Aug 21 23:16:16 Koalarch kernel: Key type asymmetric registered
Aug 21 23:16:16 Koalarch kernel: Asymmetric key parser 'x509' registered
Aug 21 23:16:16 Koalarch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Aug 21 23:16:16 Koalarch kernel: io scheduler mq-deadline registered
Aug 21 23:16:16 Koalarch kernel: io scheduler kyber registered
Aug 21 23:16:16 Koalarch kernel: io scheduler bfq registered
Aug 21 23:16:16 Koalarch kernel: amd_gpio AMDI0030:00: Failed to request GPIO for pin 0x0000, err -16
Aug 21 23:16:16 Koalarch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 34
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 35
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 36
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 37
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:02.6: PME: Signaling with IRQ 38
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 39
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 40
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 41
Aug 21 23:16:16 Koalarch kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 42
Aug 21 23:16:16 Koalarch kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Aug 21 23:16:16 Koalarch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Aug 21 23:16:16 Koalarch kernel: ACPI: button: Power Button [PWRB]
Aug 21 23:16:16 Koalarch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Aug 21 23:16:16 Koalarch kernel: ACPI: button: Lid Switch [LID0]
Aug 21 23:16:16 Koalarch kernel: Freeing initrd memory: 8960K
Aug 21 23:16:16 Koalarch kernel: Monitor-Mwait will be used to enter C-1 state
Aug 21 23:16:16 Koalarch kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1832
Aug 21 23:16:16 Koalarch kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20250404/psargs-332)
Aug 21 23:16:16 Koalarch kernel: ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
Aug 21 23:16:16 Koalarch kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 21 23:16:16 Koalarch kernel: ACPI: thermal: Thermal Zone [THRM] (58 C)
Aug 21 23:16:16 Koalarch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 21 23:16:16 Koalarch kernel: ACPI: battery: Slot [BAT1] (battery present)
Aug 21 23:16:16 Koalarch kernel: Non-volatile memory driver v1.3
Aug 21 23:16:16 Koalarch kernel: Linux agpgart interface v0.103
Aug 21 23:16:16 Koalarch kernel: tsc: Refined TSC clocksource calibration: 1996.231 MHz
Aug 21 23:16:16 Koalarch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398c8be4102, max_idle_ns: 881590629355 ns
Aug 21 23:16:16 Koalarch kernel: clocksource: Switched to clocksource tsc
Aug 21 23:16:16 Koalarch kernel: tpm_crb MSFT0101:00: Disabling hwrng
Aug 21 23:16:16 Koalarch kernel: ACPI: bus type drm_connector registered
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:66:00.4: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:66:00.4: new USB bus registered, assigned bus number 1
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:66:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:66:00.4: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:66:00.4: new USB bus registered, assigned bus number 2
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:66:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Aug 21 23:16:16 Koalarch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 21 23:16:16 Koalarch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 23:16:16 Koalarch kernel: usb usb1: Product: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: usb usb1: Manufacturer: Linux 6.16.0-arch2-1.1-g14 xhci-hcd
Aug 21 23:16:16 Koalarch kernel: usb usb1: SerialNumber: 0000:66:00.4
Aug 21 23:16:16 Koalarch kernel: hub 1-0:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 1-0:1.0: 1 port detected
Aug 21 23:16:16 Koalarch kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 21 23:16:16 Koalarch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 21 23:16:16 Koalarch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 23:16:16 Koalarch kernel: usb usb2: Product: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: usb usb2: Manufacturer: Linux 6.16.0-arch2-1.1-g14 xhci-hcd
Aug 21 23:16:16 Koalarch kernel: usb usb2: SerialNumber: 0000:66:00.4
Aug 21 23:16:16 Koalarch kernel: hub 2-0:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 2-0:1.0: 1 port detected
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.0: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.0: new USB bus registered, assigned bus number 3
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.0: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.0: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.0: new USB bus registered, assigned bus number 4
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 21 23:16:16 Koalarch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 21 23:16:16 Koalarch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 23:16:16 Koalarch kernel: usb usb3: Product: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: usb usb3: Manufacturer: Linux 6.16.0-arch2-1.1-g14 xhci-hcd
Aug 21 23:16:16 Koalarch kernel: usb usb3: SerialNumber: 0000:68:00.0
Aug 21 23:16:16 Koalarch kernel: hub 3-0:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 3-0:1.0: 5 ports detected
Aug 21 23:16:16 Koalarch kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 21 23:16:16 Koalarch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 21 23:16:16 Koalarch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 23:16:16 Koalarch kernel: usb usb4: Product: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: usb usb4: Manufacturer: Linux 6.16.0-arch2-1.1-g14 xhci-hcd
Aug 21 23:16:16 Koalarch kernel: usb usb4: SerialNumber: 0000:68:00.0
Aug 21 23:16:16 Koalarch kernel: hub 4-0:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 4-0:1.0: 2 ports detected
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.3: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.3: new USB bus registered, assigned bus number 5
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.3: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.3: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.3: new USB bus registered, assigned bus number 6
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Aug 21 23:16:16 Koalarch kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 21 23:16:16 Koalarch kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 23:16:16 Koalarch kernel: usb usb5: Product: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: usb usb5: Manufacturer: Linux 6.16.0-arch2-1.1-g14 xhci-hcd
Aug 21 23:16:16 Koalarch kernel: usb usb5: SerialNumber: 0000:68:00.3
Aug 21 23:16:16 Koalarch kernel: hub 5-0:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 5-0:1.0: 1 port detected
Aug 21 23:16:16 Koalarch kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 21 23:16:16 Koalarch kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 21 23:16:16 Koalarch kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 23:16:16 Koalarch kernel: usb usb6: Product: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: usb usb6: Manufacturer: Linux 6.16.0-arch2-1.1-g14 xhci-hcd
Aug 21 23:16:16 Koalarch kernel: usb usb6: SerialNumber: 0000:68:00.3
Aug 21 23:16:16 Koalarch kernel: hub 6-0:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 6-0:1.0: 1 port detected
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.4: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.4: new USB bus registered, assigned bus number 7
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.4: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.4: new USB bus registered, assigned bus number 8
Aug 21 23:16:16 Koalarch kernel: xhci_hcd 0000:68:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Aug 21 23:16:16 Koalarch kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 21 23:16:16 Koalarch kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 23:16:16 Koalarch kernel: usb usb7: Product: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: usb usb7: Manufacturer: Linux 6.16.0-arch2-1.1-g14 xhci-hcd
Aug 21 23:16:16 Koalarch kernel: usb usb7: SerialNumber: 0000:68:00.4
Aug 21 23:16:16 Koalarch kernel: hub 7-0:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 7-0:1.0: 1 port detected
Aug 21 23:16:16 Koalarch kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 21 23:16:16 Koalarch kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 21 23:16:16 Koalarch kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 23:16:16 Koalarch kernel: usb usb8: Product: xHCI Host Controller
Aug 21 23:16:16 Koalarch kernel: usb usb8: Manufacturer: Linux 6.16.0-arch2-1.1-g14 xhci-hcd
Aug 21 23:16:16 Koalarch kernel: usb usb8: SerialNumber: 0000:68:00.4
Aug 21 23:16:16 Koalarch kernel: hub 8-0:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 8-0:1.0: 1 port detected
Aug 21 23:16:16 Koalarch kernel: usbcore: registered new interface driver usbserial_generic
Aug 21 23:16:16 Koalarch kernel: usbserial: USB Serial support registered for generic
Aug 21 23:16:16 Koalarch kernel: i8042: PNP: No PS/2 controller found.
Aug 21 23:16:16 Koalarch kernel: rtc_cmos 00:00: RTC can wake from S4
Aug 21 23:16:16 Koalarch kernel: rtc_cmos 00:00: registered as rtc0
Aug 21 23:16:16 Koalarch kernel: rtc_cmos 00:00: setting system clock to 2025-08-21T21:16:14 UTC (1755810974)
Aug 21 23:16:16 Koalarch kernel: rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
Aug 21 23:16:16 Koalarch kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Aug 21 23:16:16 Koalarch kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Aug 21 23:16:16 Koalarch kernel: fbcon: Deferring console take-over
Aug 21 23:16:16 Koalarch kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 21 23:16:16 Koalarch kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 21 23:16:16 Koalarch kernel: usbcore: registered new interface driver usbhid
Aug 21 23:16:16 Koalarch kernel: usbhid: USB HID core driver
Aug 21 23:16:16 Koalarch kernel: drop_monitor: Initializing network drop monitor service
Aug 21 23:16:16 Koalarch kernel: NET: Registered PF_INET6 protocol family
Aug 21 23:16:16 Koalarch kernel: Segment Routing with IPv6
Aug 21 23:16:16 Koalarch kernel: RPL Segment Routing with IPv6
Aug 21 23:16:16 Koalarch kernel: In-situ OAM (IOAM) with IPv6
Aug 21 23:16:16 Koalarch kernel: NET: Registered PF_PACKET protocol family
Aug 21 23:16:16 Koalarch kernel: x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
Aug 21 23:16:16 Koalarch kernel: microcode: Current revision: 0x0b20401b
Aug 21 23:16:16 Koalarch kernel: resctrl: L3 allocation detected
Aug 21 23:16:16 Koalarch kernel: resctrl: MB allocation detected
Aug 21 23:16:16 Koalarch kernel: resctrl: SMBA allocation detected
Aug 21 23:16:16 Koalarch kernel: resctrl: L3 monitoring detected
Aug 21 23:16:16 Koalarch kernel: IPI shorthand broadcast: enabled
Aug 21 23:16:16 Koalarch kernel: sched_clock: Marking stable (1883042060, 1654173)->(1887210580, -2514347)
Aug 21 23:16:16 Koalarch kernel: registered taskstats version 1
Aug 21 23:16:16 Koalarch kernel: Loading compiled-in X.509 certificates
Aug 21 23:16:16 Koalarch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0fc4e58530295593f6f1e50761547b010342758b'
Aug 21 23:16:16 Koalarch kernel: zswap: loaded using pool zstd/zsmalloc
Aug 21 23:16:16 Koalarch kernel: Demotion targets for Node 0: null
Aug 21 23:16:16 Koalarch kernel: Key type .fscrypt registered
Aug 21 23:16:16 Koalarch kernel: Key type fscrypt-provisioning registered
Aug 21 23:16:16 Koalarch kernel: Btrfs loaded, zoned=yes, fsverity=yes
Aug 21 23:16:16 Koalarch kernel: Key type big_key registered
Aug 21 23:16:16 Koalarch kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 21 23:16:16 Koalarch kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
Aug 21 23:16:16 Koalarch kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 21 23:16:16 Koalarch kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook db Certificate: 9f03a84b0b7d6b97418311a2175e7968'
Aug 21 23:16:16 Koalarch kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 21 23:16:16 Koalarch kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
Aug 21 23:16:16 Koalarch kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 21 23:16:16 Koalarch kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 21 23:16:16 Koalarch kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 21 23:16:16 Koalarch kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 21 23:16:16 Koalarch kernel: PM:   Magic number: 5:539:298
Aug 21 23:16:16 Koalarch kernel: RAS: Correctable Errors collector initialized.
Aug 21 23:16:16 Koalarch kernel: clk: Disabling unused clocks
Aug 21 23:16:16 Koalarch kernel: PM: genpd: Disabling unused power domains
Aug 21 23:16:16 Koalarch kernel: Freeing unused decrypted memory: 2028K
Aug 21 23:16:16 Koalarch kernel: Freeing unused kernel image (initmem) memory: 4644K
Aug 21 23:16:16 Koalarch kernel: Write protecting the kernel read-only data: 36864k
Aug 21 23:16:16 Koalarch kernel: Freeing unused kernel image (text/rodata gap) memory: 812K
Aug 21 23:16:16 Koalarch kernel: Freeing unused kernel image (rodata/data gap) memory: 568K
Aug 21 23:16:16 Koalarch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 21 23:16:16 Koalarch kernel: rodata_test: all tests were successful
Aug 21 23:16:16 Koalarch kernel: Run /init as init process
Aug 21 23:16:16 Koalarch kernel:   with arguments:
Aug 21 23:16:16 Koalarch kernel:     /init
Aug 21 23:16:16 Koalarch kernel:   with environment:
Aug 21 23:16:16 Koalarch kernel:     HOME=/
Aug 21 23:16:16 Koalarch kernel:     TERM=linux
Aug 21 23:16:16 Koalarch kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Aug 21 23:16:16 Koalarch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:00/input/input2
Aug 21 23:16:16 Koalarch kernel: asus_wmi: ASUS WMI generic driver loaded
Aug 21 23:16:16 Koalarch kernel: asus_wmi: Initialization: 0x1
Aug 21 23:16:16 Koalarch kernel: asus_wmi: SFUN value: 0x21
Aug 21 23:16:16 Koalarch kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Aug 21 23:16:16 Koalarch kernel: asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
Aug 21 23:16:16 Koalarch kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input3
Aug 21 23:16:16 Koalarch kernel: ACPI: battery: new hook: ASUS Battery Extension
Aug 21 23:16:16 Koalarch kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Aug 21 23:16:16 Koalarch kernel: usb 3-3: new high-speed USB device number 2 using xhci_hcd
Aug 21 23:16:16 Koalarch kernel: usb 5-1: new full-speed USB device number 2 using xhci_hcd
Aug 21 23:16:16 Koalarch kernel: Key type psk registered
Aug 21 23:16:16 Koalarch kernel: sdhci: Secure Digital Host Controller Interface driver
Aug 21 23:16:16 Koalarch kernel: sdhci: Copyright(c) Pierre Ossman
Aug 21 23:16:16 Koalarch kernel: nvme 0000:61:00.0: platform quirk: setting simple suspend
Aug 21 23:16:16 Koalarch kernel: nvme 0000:64:00.0: platform quirk: setting simple suspend
Aug 21 23:16:16 Koalarch kernel: nvme nvme1: pci function 0000:64:00.0
Aug 21 23:16:16 Koalarch kernel: nvme nvme0: pci function 0000:61:00.0
Aug 21 23:16:16 Koalarch kernel: sdhci-pci 0000:62:00.0: SDHCI controller found [17a0:9767] (rev 3)
Aug 21 23:16:16 Koalarch kernel: sdhci-pci 0000:62:00.0: enabling device (0000 -> 0002)
Aug 21 23:16:16 Koalarch kernel: nvme nvme1: missing or invalid SUBNQN field.
Aug 21 23:16:16 Koalarch kernel: mmc0: SDHCI controller on PCI [0000:62:00.0] using ADMA 64-bit
Aug 21 23:16:16 Koalarch kernel: nvme nvme1: allocated 32 MiB host memory buffer (1 segment).
Aug 21 23:16:16 Koalarch kernel: nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
Aug 21 23:16:16 Koalarch kernel: nvme nvme0: 16/0/0 default/read/poll queues
Aug 21 23:16:16 Koalarch kernel: nvme nvme1: 8/0/0 default/read/poll queues
Aug 21 23:16:16 Koalarch kernel: usb 1-1: New USB device found, idVendor=3277, idProduct=0059, bcdDevice= 1.01
Aug 21 23:16:16 Koalarch kernel: usb 1-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Aug 21 23:16:16 Koalarch kernel: usb 1-1: Product: ASUS FHD webcam
Aug 21 23:16:16 Koalarch kernel: usb 1-1: Manufacturer: Shinetech
Aug 21 23:16:16 Koalarch kernel: usb 1-1: SerialNumber: 200901010001
Aug 21 23:16:16 Koalarch kernel:  nvme1n1: p1 p2 p3
Aug 21 23:16:16 Koalarch kernel:  nvme0n1: p1 p2
Aug 21 23:16:16 Koalarch kernel: usb 3-3: New USB device found, idVendor=0489, idProduct=e11e, bcdDevice= 1.00
Aug 21 23:16:16 Koalarch kernel: usb 3-3: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Aug 21 23:16:16 Koalarch kernel: usb 3-3: Product: Wireless_Device
Aug 21 23:16:16 Koalarch kernel: usb 3-3: Manufacturer: MediaTek Inc.
Aug 21 23:16:16 Koalarch kernel: usb 3-3: SerialNumber: 000000000
Aug 21 23:16:16 Koalarch kernel: hid-generic 0003:3277:0059.0001: hiddev96,hidraw0: USB HID v1.11 Device [Shinetech ASUS FHD webcam] on usb-0000:66:00.4-1/input4
Aug 21 23:16:16 Koalarch kernel: hid-sensor-hub 0003:3277:0059.0001: hiddev96,hidraw0: USB HID v1.11 Device [Shinetech ASUS FHD webcam] on usb-0000:66:00.4-1/input4
Aug 21 23:16:16 Koalarch kernel: usb 5-1: New USB device found, idVendor=0a12, idProduct=4010, bcdDevice=21.16
Aug 21 23:16:16 Koalarch kernel: usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 21 23:16:16 Koalarch kernel: hub 5-1:1.0: USB hub found
Aug 21 23:16:16 Koalarch kernel: hub 5-1:1.0: 4 ports detected
Aug 21 23:16:16 Koalarch kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Aug 21 23:16:16 Koalarch kernel: usb 3-4: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.0e
Aug 21 23:16:16 Koalarch kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 21 23:16:16 Koalarch kernel: usb 3-4: Product: ITE Device(8910)
Aug 21 23:16:16 Koalarch kernel: usb 3-4: Manufacturer: ITE Tech. Inc.
Aug 21 23:16:16 Koalarch kernel: asus 0003:0B05:19B6.0002: using HID for asus::kbd_backlight
Aug 21 23:16:16 Koalarch kernel: asus 0003:0B05:19B6.0002: Disabled OOBE for keyboard
Aug 21 23:16:16 Koalarch kernel: input: ITE Tech. Inc. ITE Device(8910) as /devices/pci0000:00/0000:00:08.3/0000:68:00.0/usb3/3-4/3-4:1.0/0003:0B05:19B6.0002/input/input4
Aug 21 23:16:16 Koalarch kernel: asus 0003:0B05:19B6.0002: input,hiddev97,hidraw1: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8910)] on usb-0000:68:00.0-4/input0
Aug 21 23:16:16 Koalarch kernel: usb 5-1.1: new full-speed USB device number 3 using xhci_hcd
Aug 21 23:16:16 Koalarch kernel: EXT4-fs (nvme1n1p3): mounted filesystem b90a7ca9-3264-4ce7-976e-5f2558d1d8c6 r/w with ordered data mode. Quota mode: none.
Aug 21 23:16:16 Koalarch kernel: usb 5-1.1: New USB device found, idVendor=041e, idProduct=3132, bcdDevice=10.00
Aug 21 23:16:16 Koalarch kernel: usb 5-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
Aug 21 23:16:16 Koalarch kernel: usb 5-1.1: Product: Creative BT-W6
Aug 21 23:16:16 Koalarch kernel: usb 5-1.1: Manufacturer: Creative Technology Ltd
Aug 21 23:16:16 Koalarch kernel: usb 5-1.1: SerialNumber: C573B0800F2E4CC32000
Aug 21 23:16:16 Koalarch systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +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 +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Aug 21 23:16:16 Koalarch systemd[1]: Detected architecture x86-64.
Aug 21 23:16:16 Koalarch systemd[1]: Hostname set to <Koalarch>.
Aug 21 23:16:16 Koalarch kernel: input: Creative Technology Ltd Creative BT-W6 Consumer Control as /devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1/5-1.1:1.0/0003:041E:3132.0003/input/input5
Aug 21 23:16:16 Koalarch kernel: input: Creative Technology Ltd Creative BT-W6 as /devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1/5-1.1:1.0/0003:041E:3132.0003/input/input6
Aug 21 23:16:16 Koalarch kernel: input: Creative Technology Ltd Creative BT-W6 as /devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1/5-1.1:1.0/0003:041E:3132.0003/input/input7
Aug 21 23:16:16 Koalarch kernel: hid-generic 0003:041E:3132.0003: input,hiddev98,hidraw2: USB HID v1.11 Device [Creative Technology Ltd Creative BT-W6] on usb-0000:68:00.3-1.1/input0
Aug 21 23:16:16 Koalarch kernel: hid-generic 0003:041E:3132.0004: hiddev99,hidraw3: USB HID v1.11 Device [Creative Technology Ltd Creative BT-W6] on usb-0000:68:00.3-1.1/input1
Aug 21 23:16:16 Koalarch systemd[1]: bpf-restrict-fs: LSM BPF program attached
Aug 21 23:16:16 Koalarch systemd[1]: Queued start job for default target Graphical Interface.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice CUPS Slice.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/dirmngr.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/getty.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/gpg-agent.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/gpg-agent-browser.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/gpg-agent-extra.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/keyboxd.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/modprobe.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/systemd-fsck.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice User and Session Slice.
Aug 21 23:16:16 Koalarch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 21 23:16:16 Koalarch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 21 23:16:16 Koalarch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 21 23:16:16 Koalarch systemd[1]: Expecting device /dev/disk/by-uuid/9D12-8AF0...
Aug 21 23:16:16 Koalarch systemd[1]: Reached target Local Encrypted Volumes.
Aug 21 23:16:16 Koalarch systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 21 23:16:16 Koalarch systemd[1]: Reached target Remote File Systems.
Aug 21 23:16:16 Koalarch systemd[1]: Reached target Slice Units.
Aug 21 23:16:16 Koalarch systemd[1]: Reached target Swaps.
Aug 21 23:16:16 Koalarch systemd[1]: Reached target Local Verity Protected Volumes.
Aug 21 23:16:16 Koalarch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 21 23:16:16 Koalarch systemd[1]: Listening on Process Core Dump Socket.
Aug 21 23:16:16 Koalarch systemd[1]: Listening on Credential Encryption/Decryption.
Aug 21 23:16:16 Koalarch systemd[1]: Listening on Journal Socket (/dev/log).
Aug 21 23:16:16 Koalarch systemd[1]: Listening on Journal Sockets.
Aug 21 23:16:16 Koalarch systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: Listening on udev Control Socket.
Aug 21 23:16:16 Koalarch systemd[1]: Listening on udev Kernel Socket.
Aug 21 23:16:16 Koalarch systemd[1]: Listening on User Database Manager Socket.
Aug 21 23:16:16 Koalarch systemd[1]: Mounting Huge Pages File System...
Aug 21 23:16:16 Koalarch systemd[1]: Mounting POSIX Message Queue File System...
Aug 21 23:16:16 Koalarch systemd[1]: Mounting Kernel Debug File System...
Aug 21 23:16:16 Koalarch systemd[1]: Mounting Kernel Trace File System...
Aug 21 23:16:16 Koalarch systemd[1]: Mounting Temporary Directory /tmp...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Create List of Static Device Nodes...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module configfs...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module dm_mod...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module drm...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module fuse...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module loop...
Aug 21 23:16:16 Koalarch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 21 23:16:16 Koalarch 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).
Aug 21 23:16:16 Koalarch systemd[1]: Starting Journal Service...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Modules...
Aug 21 23:16:16 Koalarch systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 21 23:16:16 Koalarch systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load udev Rules from Credentials...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Coldplug All udev Devices...
Aug 21 23:16:16 Koalarch systemd[1]: Mounted Huge Pages File System.
Aug 21 23:16:16 Koalarch systemd[1]: Mounted POSIX Message Queue File System.
Aug 21 23:16:16 Koalarch systemd[1]: Mounted Kernel Debug File System.
Aug 21 23:16:16 Koalarch systemd[1]: Mounted Kernel Trace File System.
Aug 21 23:16:16 Koalarch systemd[1]: Mounted Temporary Directory /tmp.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Create List of Static Device Nodes.
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module configfs.
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module drm.
Aug 21 23:16:16 Koalarch kernel: loop: module loaded
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module fuse.
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module loop.
Aug 21 23:16:16 Koalarch systemd[1]: Mounting FUSE Control File System...
Aug 21 23:16:16 Koalarch systemd[1]: Mounting Kernel Configuration File System...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Aug 21 23:16:16 Koalarch kernel: device-mapper: uevent: version 1.0.3
Aug 21 23:16:16 Koalarch kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module dm_mod.
Aug 21 23:16:16 Koalarch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load udev Rules from Credentials.
Aug 21 23:16:16 Koalarch systemd-journald[450]: Collecting audit messages is disabled.
Aug 21 23:16:16 Koalarch systemd[1]: Mounted FUSE Control File System.
Aug 21 23:16:16 Koalarch systemd[1]: Mounted Kernel Configuration File System.
Aug 21 23:16:16 Koalarch kernel: i2c_dev: i2c /dev entries driver
Aug 21 23:16:16 Koalarch kernel: EXT4-fs (nvme1n1p3): re-mounted b90a7ca9-3264-4ce7-976e-5f2558d1d8c6.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 21 23:16:16 Koalarch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load/Save OS Random Seed...
Aug 21 23:16:16 Koalarch systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: Starting User Database Manager...
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load/Save OS Random Seed.
Aug 21 23:16:16 Koalarch systemd-journald[450]: Journal started
Aug 21 23:16:16 Koalarch systemd-journald[450]: Runtime Journal (/run/log/journal/e2f103f220c146be85303c70c69a9c05) is 8M, max 1.5G, 1.5G free.
Aug 21 23:16:16 Koalarch systemd-modules-load[451]: Inserted module 'crypto_user'
Aug 21 23:16:16 Koalarch systemd-modules-load[451]: Inserted module 'i2c_dev'
Aug 21 23:16:16 Koalarch systemd[1]: Started Journal Service.
Aug 21 23:16:16 Koalarch systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 21 23:16:16 Koalarch systemd[1]: Started User Database Manager.
Aug 21 23:16:16 Koalarch systemd-journald[450]: Time spent on flushing to /var/log/journal/e2f103f220c146be85303c70c69a9c05 is 228.768ms for 1122 entries.
Aug 21 23:16:16 Koalarch systemd-journald[450]: System Journal (/var/log/journal/e2f103f220c146be85303c70c69a9c05) is 1.9G, max 4G, 2G free.
Aug 21 23:16:16 Koalarch systemd-journald[450]: Received client request to flush runtime journal.
Aug 21 23:16:16 Koalarch kernel: nvidia: loading out-of-tree module taints kernel.
Aug 21 23:16:16 Koalarch kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Aug 21 23:16:16 Koalarch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Aug 21 23:16:16 Koalarch kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Aug 21 23:16:16 Koalarch kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Aug 21 23:16:16 Koalarch kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Aug 21 23:16:16 Koalarch kernel: pcie_mp2_amd 0000:66:00.7: enabling device (0000 -> 0002)
Aug 21 23:16:16 Koalarch kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Aug 21 23:16:16 Koalarch kernel: 
Aug 21 23:16:16 Koalarch kernel: nvidia 0000:65:00.0: enabling device (0000 -> 0003)
Aug 21 23:16:16 Koalarch kernel: nvidia 0000:65:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Aug 21 23:16:16 Koalarch kernel: Serial bus multi instantiate pseudo device driver CSC3556:00: Instantiated 3 I2C devices.
Aug 21 23:16:16 Koalarch kernel: ccp 0000:66:00.2: enabling device (0000 -> 0002)
Aug 21 23:16:16 Koalarch kernel: ACPI: bus type thunderbolt registered
Aug 21 23:16:16 Koalarch kernel: ccp 0000:66:00.2: tee enabled
Aug 21 23:16:16 Koalarch kernel: ccp 0000:66:00.2: psp enabled
Aug 21 23:16:16 Koalarch kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Aug 21 23:16:16 Koalarch kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Aug 21 23:16:16 Koalarch kernel: ------------[ cut here ]------------
Aug 21 23:16:16 Koalarch kernel: Attribute auto_xgm: Invalid permissions 01
Aug 21 23:16:16 Koalarch kernel: WARNING: CPU: 23 PID: 548 at fs/sysfs/group.c:71 internal_create_group+0x3a4/0x4d0
Aug 21 23:16:16 Koalarch kernel: Modules linked in: asus_armoury(+) i2c_piix4(+) snd_soc_acpi snd_pcm aesni_intel cec i2c_hid_acpi rapl ttm firmware_attributes_class thunderbolt(+) ccp snd_timer fjes(-) tee acpi_cpufreq(-) gpu_sched wmi_bmof pcspkr snd_pci_acp3x k10temp i2c_smbus amd_sfh i2c_hid amd_pmc serial_multi_instantiate mac_hid nvidia(OE+) i2c_dev crypto_user dm_mod loop nfnetlink snd_ctl_led snd soundcore ip_tables x_tables hid_sensor_hub sdhci_pci nvme sdhci_uhs2 sdhci nvme_core cqhci nvme_keyring mmc_core nvme_auth asus_nb_wmi hid_asus asus_wmi video wmi sparse_keymap platform_profile rfkill
Aug 21 23:16:16 Koalarch kernel: CPU: 23 UID: 0 PID: 548 Comm: (udev-worker) Tainted: G           OE       6.16.0-arch2-1.1-g14 #1 PREEMPT(full)  b8e6ddca1d4615f2f07a0cec20d6ceaf89aace37
Aug 21 23:16:16 Koalarch kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Aug 21 23:16:16 Koalarch kernel: Hardware name: ASUSTeK COMPUTER INC. ProArt P16 H7606WI_H7606WI/H7606WI, BIOS H7606WI.319 05/07/2025
Aug 21 23:16:16 Koalarch kernel: RIP: 0010:internal_create_group+0x3a4/0x4d0
Aug 21 23:16:16 Koalarch kernel: Code: 89 b5 ff 0f 0b 48 8b 4c 24 10 44 8b 44 24 08 e9 2a ff ff ff 49 8b 07 48 c7 c7 a0 d3 34 b9 89 4c 24 08 48 8b 30 e8 fc 88 b5 ff <0f> 0b 8b 4c 24 08 e9 32 fe ff ff 48 89 de 4c 89 f7 89 44 24 04 e8
Aug 21 23:16:16 Koalarch kernel: RSP: 0018:ffffd338009879c8 EFLAGS: 00010246
Aug 21 23:16:16 Koalarch kernel: RAX: 0000000000000000 RBX: ffff8ab781eac108 RCX: 0000000000000027
Aug 21 23:16:16 Koalarch kernel: RDX: ffff8abebe9dcf88 RSI: 0000000000000001 RDI: ffff8abebe9dcf80
Aug 21 23:16:16 Koalarch kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffdfff
Aug 21 23:16:16 Koalarch kernel: R10: ffffffffba972880 R11: ffffd33800987860 R12: 0000000000000000
Aug 21 23:16:16 Koalarch kernel: R13: ffffffffc183f9a8 R14: ffff8ab7a12d25d8 R15: ffff8ab781e6f680
Aug 21 23:16:16 Koalarch kernel: FS:  00007f9783a29880(0000) GS:ffff8abf040f1000(0000) knlGS:0000000000000000
Aug 21 23:16:16 Koalarch kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 21 23:16:16 Koalarch kernel: CR2: 00007f97830da0cd CR3: 0000000121319000 CR4: 0000000000f50ef0
Aug 21 23:16:16 Koalarch kernel: PKRU: 55555554
Aug 21 23:16:16 Koalarch kernel: Call Trace:
Aug 21 23:16:16 Koalarch kernel:  <TASK>
Aug 21 23:16:16 Koalarch kernel:  ? krealloc_noprof+0x109/0x340
Aug 21 23:16:16 Koalarch kernel:  module_param_sysfs_setup+0x6b/0x120
Aug 21 23:16:16 Koalarch kernel:  mod_sysfs_setup+0xf1/0x7f0
Aug 21 23:16:16 Koalarch kernel:  load_module+0x1c4f/0x1f40
Aug 21 23:16:16 Koalarch kernel:  ? init_module_from_file+0x8a/0xe0
Aug 21 23:16:16 Koalarch kernel:  init_module_from_file+0x8a/0xe0
Aug 21 23:16:16 Koalarch kernel:  idempotent_init_module+0x114/0x310
Aug 21 23:16:16 Koalarch kernel:  __x64_sys_finit_module+0x6d/0xd0
Aug 21 23:16:16 Koalarch kernel:  ? syscall_trace_enter+0x8d/0x1f0
Aug 21 23:16:16 Koalarch kernel:  do_syscall_64+0x81/0x970
Aug 21 23:16:16 Koalarch kernel:  ? vfs_read+0x165/0x390
Aug 21 23:16:16 Koalarch kernel:  ? vfs_read+0x165/0x390
Aug 21 23:16:16 Koalarch kernel:  ? __rseq_handle_notify_resume+0xa6/0x490
Aug 21 23:16:16 Koalarch kernel:  ? switch_fpu_return+0x4e/0xd0
Aug 21 23:16:16 Koalarch kernel:  ? do_syscall_64+0x214/0x970
Aug 21 23:16:16 Koalarch kernel:  ? exc_page_fault+0x7e/0x1a0
Aug 21 23:16:16 Koalarch kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Aug 21 23:16:16 Koalarch kernel: RIP: 0033:0x7f978391876d
Aug 21 23:16:16 Koalarch kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 73 05 0f 00 f7 d8 64 89 01 48
Aug 21 23:16:16 Koalarch kernel: RSP: 002b:00007fff4c8a6458 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Aug 21 23:16:16 Koalarch kernel: RAX: ffffffffffffffda RBX: 00005580ab2d86c0 RCX: 00007f978391876d
Aug 21 23:16:16 Koalarch kernel: RDX: 0000000000000004 RSI: 00007f97841242f2 RDI: 0000000000000044
Aug 21 23:16:16 Koalarch kernel: RBP: 00007fff4c8a64f0 R08: 0000000000000000 R09: 00005580ab296d30
Aug 21 23:16:16 Koalarch kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00007f97841242f2
Aug 21 23:16:16 Koalarch kernel: R13: 0000000000020000 R14: 00005580ab2c8b30 R15: 00005580ab2d86c0
Aug 21 23:16:16 Koalarch kernel:  </TASK>
Aug 21 23:16:16 Koalarch kernel: ---[ end trace 0000000000000000 ]---
Aug 21 23:16:16 Koalarch kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Aug 21 23:16:16 Koalarch kernel: asus_armoury: xgm auto-activation has been disabled
Aug 21 23:16:16 Koalarch kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  580.76.05  Release Build  (root@)  
Aug 21 23:16:16 Koalarch kernel: mc: Linux media interface: v0.10
Aug 21 23:16:16 Koalarch kernel: mousedev: PS/2 mouse device common for all mice
Aug 21 23:16:16 Koalarch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 21 23:16:16 Koalarch kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 21 23:16:16 Koalarch kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Aug 21 23:16:16 Koalarch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 21 23:16:16 Koalarch kernel: cfg80211: failed to load regulatory.db
Aug 21 23:16:16 Koalarch kernel: amdxdna 0000:67:00.1: enabling device (0000 -> 0002)
Aug 21 23:16:16 Koalarch kernel: Bluetooth: Core ver 2.22
Aug 21 23:16:16 Koalarch kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 21 23:16:16 Koalarch kernel: Bluetooth: HCI device and connection manager initialized
Aug 21 23:16:16 Koalarch kernel: Bluetooth: HCI socket layer initialized
Aug 21 23:16:16 Koalarch kernel: Bluetooth: L2CAP socket layer initialized
Aug 21 23:16:16 Koalarch kernel: Bluetooth: SCO socket layer initialized
Aug 21 23:16:16 Koalarch kernel: hid-generic 0018:048D:8051.0005: unsupported Resolution Multiplier 0
Aug 21 23:16:16 Koalarch kernel: hid-generic 0018:048D:8051.0005: hidraw4: I2C HID v1.00 Device [ASUS2020:00 048D:8051] on i2c-ASUS2020:00
Aug 21 23:16:16 Koalarch kernel: input: WDHT1F01:00 2575:0926 Touchscreen as /devices/platform/AMDI0010:02/i2c-2/i2c-WDHT1F01:00/0018:2575:0926.0006/input/input9
Aug 21 23:16:16 Koalarch kernel: input: WDHT1F01:00 2575:0926 Stylus as /devices/platform/AMDI0010:02/i2c-2/i2c-WDHT1F01:00/0018:2575:0926.0006/input/input10
Aug 21 23:16:16 Koalarch kernel: hid-generic 0018:2575:0926.0006: input,hidraw5: I2C HID v1.00 Device [WDHT1F01:00 2575:0926] on i2c-WDHT1F01:00
Aug 21 23:16:16 Koalarch kernel: input: ASCF1A01:00 2808:0234 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASCF1A01:00/0018:2808:0234.0007/input/input11
Aug 21 23:16:16 Koalarch kernel: input: ASCF1A01:00 2808:0234 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASCF1A01:00/0018:2808:0234.0007/input/input12
Aug 21 23:16:16 Koalarch kernel: hid-generic 0018:2808:0234.0007: input,hidraw6: I2C HID v1.00 Mouse [ASCF1A01:00 2808:0234] on i2c-ASCF1A01:00
Aug 21 23:16:16 Koalarch kernel: [drm] Initialized amdxdna_accel_driver 0.0.0 for 0000:67:00.1 on minor 0
Aug 21 23:16:16 Koalarch kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Aug 21 23:16:16 Koalarch kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Aug 21 23:16:16 Koalarch kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Aug 21 23:16:16 Koalarch kernel: videodev: Linux video capture interface: v2.00
Aug 21 23:16:16 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Cirrus Logic CS35L56 Rev B0 OTP3 fw:3.4.4 (patched=0)
Aug 21 23:16:16 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP system name: '10431E63-spkid1', amp name: 'AMP1'
Aug 21 23:16:16 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Reset GPIO busy, assume shared reset
Aug 21 23:16:16 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Cirrus Logic CS35L56 Rev B0 OTP3 fw:3.4.4 (patched=0)
Aug 21 23:16:16 Koalarch kernel: amd-pmf AMDI0103:00: No Smart PC policy present
Aug 21 23:16:16 Koalarch kernel: amd-pmf AMDI0103:00: registered PMF device successfully
Aug 21 23:16:16 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP system name: '10431E63-spkid1', amp name: 'AMP2'
Aug 21 23:16:16 Koalarch kernel: input: WDHT1F01:00 2575:0926 as /devices/platform/AMDI0010:02/i2c-2/i2c-WDHT1F01:00/0018:2575:0926.0006/input/input15
Aug 21 23:16:16 Koalarch kernel: input: WDHT1F01:00 2575:0926 Stylus as /devices/platform/AMDI0010:02/i2c-2/i2c-WDHT1F01:00/0018:2575:0926.0006/input/input16
Aug 21 23:16:16 Koalarch kernel: hid-multitouch 0018:2575:0926.0006: input,hidraw5: I2C HID v1.00 Device [WDHT1F01:00 2575:0926] on i2c-WDHT1F01:00
Aug 21 23:16:16 Koalarch systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Aug 21 23:16:16 Koalarch mtp-probe[565]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.3/0000:68:00.0/usb3/3-3"
Aug 21 23:16:16 Koalarch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 21 23:16:16 Koalarch mtp-probe[566]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:66:00.4/usb1/1-1"
Aug 21 23:16:16 Koalarch systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 21 23:16:16 Koalarch mtp-probe[564]: checking bus 5, device 3: "/sys/devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1"
Aug 21 23:16:16 Koalarch systemd[1]: Finished Coldplug All udev Devices.
Aug 21 23:16:16 Koalarch mtp-probe[563]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.3/0000:68:00.0/usb3/3-4"
Aug 21 23:16:16 Koalarch systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 21 23:16:16 Koalarch mtp-probe[566]: bus: 1, device: 2 was not an MTP device
Aug 21 23:16:16 Koalarch systemd[1]: Reached target Preparation for Local File Systems.
Aug 21 23:16:16 Koalarch mtp-probe[563]: bus: 3, device: 3 was not an MTP device
Aug 21 23:16:16 Koalarch systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 21 23:16:16 Koalarch systemd-fsck[570]: fsck.fat 4.2 (2021-01-31)
Aug 21 23:16:16 Koalarch systemd-fsck[570]: /dev/nvme0n1p1: 521 files, 69091/1117041 clusters
Aug 21 23:16:16 Koalarch mtp-probe[564]: bus: 5, device: 3 was not an MTP device
Aug 21 23:16:16 Koalarch systemd-udevd[491]: Using default interface naming scheme 'v257'.
Aug 21 23:16:16 Koalarch mtp-probe[565]: bus: 3, device: 2 was not an MTP device
Aug 21 23:16:16 Koalarch systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 21 23:16:16 Koalarch (udev-worker)[497]: asus-nb-wmi: Process 'systemctl restart asusd.service' failed with exit code 1.
Aug 21 23:16:16 Koalarch systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Aug 21 23:16:16 Koalarch systemd[1]: Reached target Trusted Platform Module.
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module dm_mod...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module loop...
Aug 21 23:16:16 Koalarch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 21 23:16:16 Koalarch 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).
Aug 21 23:16:16 Koalarch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 21 23:16:16 Koalarch systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 21 23:16:16 Koalarch systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module dm_mod.
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module loop.
Aug 21 23:16:16 Koalarch systemd[1]: Found device MTFDKBA1T0QFM-1BD1AABGB SYSTEM.
Aug 21 23:16:16 Koalarch systemd[1]: Starting File System Check on /dev/disk/by-uuid/9D12-8AF0...
Aug 21 23:16:16 Koalarch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 21 23:16:16 Koalarch systemd[1]: Finished File System Check on /dev/disk/by-uuid/9D12-8AF0.
Aug 21 23:16:16 Koalarch systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Aug 21 23:16:16 Koalarch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Virtual Console Setup...
Aug 21 23:16:16 Koalarch systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Virtual Console Setup.
Aug 21 23:16:16 Koalarch systemd-modules-load[451]: Inserted module 'nvidia_uvm'
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Modules.
Aug 21 23:16:16 Koalarch systemd[1]: Starting Apply Kernel Variables...
Aug 21 23:16:16 Koalarch systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 21 23:16:16 Koalarch kernel: snd_acp_pci 0000:66:00.5: enabling device (0000 -> 0002)
Aug 21 23:16:16 Koalarch kernel: usbcore: registered new interface driver btusb
Aug 21 23:16:16 Koalarch kernel: platform acp_asoc_acp70.0: warning: No matching ASoC machine driver found
Aug 21 23:16:16 Koalarch kernel: nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  580.76.05  Release Build  (root@)  
Aug 21 23:16:16 Koalarch kernel: Bluetooth: hci0: HW/SW Version: 0x00000000, Build Time: 20250721233113
Aug 21 23:16:16 Koalarch kernel: [drm] [nvidia-drm] [GPU ID 0x00006500] Loading driver
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module dm_mod...
Aug 21 23:16:16 Koalarch systemd[1]: Starting Load Kernel Module loop...
Aug 21 23:16:16 Koalarch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 21 23:16:16 Koalarch 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).
Aug 21 23:16:16 Koalarch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 21 23:16:16 Koalarch systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 21 23:16:16 Koalarch systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:16 Koalarch systemd[1]: Finished Apply Kernel Variables.
Aug 21 23:16:16 Koalarch kernel: kvm_amd: TSC scaling supported
Aug 21 23:16:16 Koalarch kernel: kvm_amd: Nested Virtualization enabled
Aug 21 23:16:16 Koalarch kernel: kvm_amd: Nested Paging enabled
Aug 21 23:16:16 Koalarch kernel: kvm_amd: LBR virtualization supported
Aug 21 23:16:16 Koalarch kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Aug 21 23:16:16 Koalarch kernel: kvm_amd: Virtual GIF supported
Aug 21 23:16:16 Koalarch kernel: kvm_amd: Virtual NMI enabled
Aug 21 23:16:16 Koalarch kernel: usb 1-1: Found UVC 1.10 device ASUS FHD webcam (3277:0059)
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module dm_mod.
Aug 21 23:16:16 Koalarch systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 21 23:16:16 Koalarch systemd[1]: Finished Load Kernel Module loop.
Aug 21 23:16:16 Koalarch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 21 23:16:16 Koalarch kernel: usb 1-1: Found UVC 1.50 device ASUS FHD webcam (3277:0059)
Aug 21 23:16:16 Koalarch kernel: mt7925e 0000:63:00.0: enabling device (0000 -> 0002)
Aug 21 23:16:16 Koalarch kernel: usbcore: registered new interface driver uvcvideo
Aug 21 23:16:16 Koalarch kernel: input: ASCF1A01:00 2808:0234 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASCF1A01:00/0018:2808:0234.0007/input/input17
Aug 21 23:16:16 Koalarch kernel: input: ASCF1A01:00 2808:0234 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASCF1A01:00/0018:2808:0234.0007/input/input18
Aug 21 23:16:16 Koalarch kernel: mt7925e 0000:63:00.0: ASIC revision: 79250000
Aug 21 23:16:16 Koalarch kernel: hid-multitouch 0018:2808:0234.0007: input,hidraw6: I2C HID v1.00 Mouse [ASCF1A01:00 2808:0234] on i2c-ASCF1A01:00
Aug 21 23:16:16 Koalarch kernel: mt7925e 0000:63:00.0: HW/SW Version: 0x8a108a10, Build Time: 20250721232852a
Aug 21 23:16:17 Koalarch kernel: usbcore: registered new interface driver snd-usb-audio
Aug 21 23:16:17 Koalarch systemd[1]: Mounting /boot...
Aug 21 23:16:17 Koalarch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 21 23:16:17 Koalarch systemd[1]: Listening on Disk Image Download Service Socket.
Aug 21 23:16:17 Koalarch kernel: mt7925e 0000:63:00.0: WM Firmware Version: ____000000, Build Time: 20250721232943
Aug 21 23:16:17 Koalarch kernel: snd_hda_intel 0000:65:00.1: enabling device (0000 -> 0002)
Aug 21 23:16:17 Koalarch kernel: snd_hda_intel 0000:65:00.1: Disabling MSI
Aug 21 23:16:17 Koalarch kernel: snd_hda_intel 0000:65:00.1: Handle vga_switcheroo audio client
Aug 21 23:16:17 Koalarch kernel: snd_hda_intel 0000:66:00.1: enabling device (0000 -> 0002)
Aug 21 23:16:17 Koalarch kernel: snd_hda_intel 0000:66:00.1: Handle vga_switcheroo audio client
Aug 21 23:16:17 Koalarch kernel: snd_hda_intel 0000:66:00.6: enabling device (0000 -> 0002)
Aug 21 23:16:17 Koalarch kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 10.
Aug 21 23:16:17 Koalarch kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
Aug 21 23:16:17 Koalarch kernel: amd_atl: AMD Address Translation Library initialized
Aug 21 23:16:17 Koalarch kernel: intel_rapl_common: Found RAPL domain package
Aug 21 23:16:17 Koalarch kernel: intel_rapl_common: Found RAPL domain core
Aug 21 23:16:17 Koalarch systemd[1]: Mounted /boot.
Aug 21 23:16:17 Koalarch systemd[1]: Reached target Local File Systems.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on Boot Entries Service Socket.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on System Extension Image Management.
Aug 21 23:16:17 Koalarch (udev-worker)[510]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 2.
Aug 21 23:16:17 Koalarch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch kernel: [drm] amdgpu kernel modesetting enabled.
Aug 21 23:16:17 Koalarch kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GPPA.VGA_.ATPX handle
Aug 21 23:16:17 Koalarch kernel: amdgpu: ATPX version 1, functions 0x00000001
Aug 21 23:16:17 Koalarch kernel: amdgpu: ATPX Hybrid Graphics
Aug 21 23:16:17 Koalarch systemd[1]: Starting Create System Files and Directories...
Aug 21 23:16:17 Koalarch kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:66:00.1/sound/card2/input21
Aug 21 23:16:17 Koalarch kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:65:00.1/sound/card1/input22
Aug 21 23:16:17 Koalarch kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:65:00.1/sound/card1/input23
Aug 21 23:16:17 Koalarch kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:65:00.1/sound/card1/input24
Aug 21 23:16:17 Koalarch kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:65:00.1/sound/card1/input25
Aug 21 23:16:17 Koalarch kernel: amdgpu: Virtual CRAT table created for CPU
Aug 21 23:16:17 Koalarch kernel: amdgpu: Topology: Add CPU node
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: enabling device (0006 -> 0007)
Aug 21 23:16:17 Koalarch kernel: [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x150E 0x1043:0x1E63 0xC1).
Aug 21 23:16:17 Koalarch kernel: [drm] register mmio base: 0xDD700000
Aug 21 23:16:17 Koalarch kernel: [drm] register mmio size: 524288
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0: ALC285: picked fixup  for PCI SSID 1043:1e63
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0: Found 2 CSC3556 on i2c (-%s:00-cs35l56-hda.%d)
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0: bound i2c-CSC3556:00-cs35l56-hda.0 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0: bound i2c-CSC3556:00-cs35l56-hda.1 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0: autoconfig for ALC285: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0:    mono: mono_out=0x0
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0:    inputs:
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0:      Internal Mic=0x12
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0:      Internal Mic=0x13
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0:      Mic=0x19
Aug 21 23:16:17 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0:      Mic=0x1b
Aug 21 23:16:17 Koalarch (udev-worker)[510]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 2.
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 0 <soc21_common>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 1 <gmc_v11_0>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 2 <ih_v6_1>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 3 <psp>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 4 <smu>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 5 <dm>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 6 <gfx_v11_0>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 7 <sdma_v6_0>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_5>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_5>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 10 <mes_v11_0>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 11 <vpe_v6_1>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: detected ip block number 12 <isp_ip>
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: Fetched VBIOS from VFCT
Aug 21 23:16:17 Koalarch kernel: amdgpu: ATOM BIOS: 113-STRIXEMU-001
Aug 21 23:16:17 Koalarch (udev-worker)[556]: controlC2: Process '/usr/bin/alsactl restore 2' failed with exit code 2.
Aug 21 23:16:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw: format 3 timestamp 0x65e6703c
Aug 21 23:16:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
Aug 21 23:16:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw: format 3 timestamp 0x65e6703c
Aug 21 23:16:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
Aug 21 23:16:17 Koalarch systemd[1]: Starting Load Kernel Module dm_mod...
Aug 21 23:16:17 Koalarch systemd[1]: Starting Load Kernel Module loop...
Aug 21 23:16:17 Koalarch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch 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).
Aug 21 23:16:17 Koalarch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 21 23:16:17 Koalarch systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:17 Koalarch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:17 Koalarch systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:17 Koalarch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch 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).
Aug 21 23:16:17 Koalarch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 21 23:16:17 Koalarch systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:17 Koalarch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:17 Koalarch systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:17 Koalarch systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 21 23:16:17 Koalarch systemd[1]: Finished Load Kernel Module loop.
Aug 21 23:16:17 Koalarch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 21 23:16:17 Koalarch systemd[1]: Finished Load Kernel Module dm_mod.
Aug 21 23:16:17 Koalarch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: VPE: collaborate mode false
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] Optional firmware "amdgpu/isp_4_1_0.bin" was not found
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Aug 21 23:16:17 Koalarch kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
Aug 21 23:16:17 Koalarch kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Aug 21 23:16:17 Koalarch kernel: [drm] RAM width 128bits LPDDR5
Aug 21 23:16:17 Koalarch kernel: [drm] amdgpu: 512M of VRAM memory ready
Aug 21 23:16:17 Koalarch kernel: [drm] amdgpu: 15572M of GTT memory ready.
Aug 21 23:16:17 Koalarch kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Aug 21 23:16:17 Koalarch kernel: [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x09002600
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 13
Aug 21 23:16:17 Koalarch systemd[1]: Finished Create System Files and Directories.
Aug 21 23:16:17 Koalarch systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 21 23:16:17 Koalarch systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 21 23:16:17 Koalarch systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 21 23:16:17 Koalarch systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 21 23:16:17 Koalarch systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 21 23:16:17 Koalarch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 21 23:16:17 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: reserve 0x8900000 from 0x8010000000 for PSP TMR
Aug 21 23:16:17 Koalarch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 21 23:16:17 Koalarch systemd[1]: Reached target System Initialization.
Aug 21 23:16:17 Koalarch systemd[1]: Started CUPS Scheduler.
Aug 21 23:16:17 Koalarch systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 21 23:16:17 Koalarch systemd[1]: Started Daily man-db regeneration.
Aug 21 23:16:17 Koalarch systemd[1]: Started Daily verification of password and group files.
Aug 21 23:16:17 Koalarch systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 21 23:16:17 Koalarch systemd[1]: Reached target Path Units.
Aug 21 23:16:17 Koalarch systemd[1]: Reached target Timer Units.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on CUPS Scheduler.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Aug 21 23:16:17 Koalarch systemd[1]: Starting Docker Socket for the API...
Aug 21 23:16:17 Koalarch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Aug 21 23:16:17 Koalarch systemd[1]: Listening on Hostname Service Socket.
Aug 21 23:16:17 Koalarch systemd[1]: Starting D-Bus System Message Bus...
Aug 21 23:16:17 Koalarch systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:17 Koalarch systemd[1]: Listening on Docker Socket for the API.
Aug 21 23:16:17 Koalarch systemd[1]: Reached target Socket Units.
Aug 21 23:16:17 Koalarch dbus-broker-launch[693]: Looking up NSS group entry for 'sudo'...
Aug 21 23:16:17 Koalarch dbus-broker-launch[693]: NSS returned no entry for 'sudo'
Aug 21 23:16:17 Koalarch dbus-broker-launch[693]: Invalid group-name in /usr/share/dbus-1/system.d/asusd.conf +9: group="sudo"
Aug 21 23:16:18 Koalarch dbus-broker-launch[693]: Invalid group-name in /usr/share/dbus-1/system.d/org.supergfxctl.Daemon.conf +9: group="sudo"
Aug 21 23:16:18 Koalarch systemd[1]: Started D-Bus System Message Bus.
Aug 21 23:16:18 Koalarch systemd[1]: Reached target Basic System.
Aug 21 23:16:18 Koalarch systemd[1]: Starting Network Manager...
Aug 21 23:16:18 Koalarch systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Aug 21 23:16:18 Koalarch systemd[1]: Starting Bluetooth service...
Aug 21 23:16:18 Koalarch systemd[1]: Starting SUPERGFX...
Aug 21 23:16:18 Koalarch dbus-broker-launch[693]: Ready
Aug 21 23:16:18 Koalarch systemd[1]: Starting Switcheroo Control Proxy service...
Aug 21 23:16:18 Koalarch systemd[1]: Starting User Login Management...
Aug 21 23:16:18 Koalarch systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Found user 'avahi' (UID 971) and group 'avahi' (GID 971).
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Successfully dropped root privileges.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: avahi-daemon 0.8 starting up.
Aug 21 23:16:18 Koalarch systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Successfully called chroot().
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Successfully dropped remaining capabilities.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: No service file found in /etc/avahi/services.
Aug 21 23:16:18 Koalarch systemd[1]: Started Switcheroo Control Proxy service.
Aug 21 23:16:18 Koalarch bluetoothd[697]: Bluetooth daemon 5.83
Aug 21 23:16:18 Koalarch systemd[1]: Starting Save/Restore Sound Card State...
Aug 21 23:16:18 Koalarch systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Aug 21 23:16:18 Koalarch systemd-logind[701]: Watching system buttons on /dev/input/event0 (Power Button)
Aug 21 23:16:18 Koalarch systemd-logind[701]: Watching system buttons on /dev/input/event1 (Lid Switch)
Aug 21 23:16:18 Koalarch systemd-logind[701]: Watching system buttons on /dev/input/event4 (Asus Keyboard)
Aug 21 23:16:18 Koalarch systemd-logind[701]: New seat seat0.
Aug 21 23:16:18 Koalarch systemd[1]: Started Bluetooth service.
Aug 21 23:16:18 Koalarch systemd[1]: Started User Login Management.
Aug 21 23:16:18 Koalarch systemd[1]: Reached target Bluetooth Support.
Aug 21 23:16:18 Koalarch bluetoothd[697]: Starting SDP server
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxd] Daemon version: 5.2.7
Aug 21 23:16:18 Koalarch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Aug 21 23:16:18 Koalarch kernel: Bluetooth: BNEP filters: protocol multicast
Aug 21 23:16:18 Koalarch kernel: Bluetooth: BNEP socket layer initialized
Aug 21 23:16:18 Koalarch bluetoothd[697]: Bluetooth management interface 1.23 initialized
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0646] NetworkManager (version 1.54.0-1) is starting... (boot:07fe6d80-6cc3-4168-90e2-7f7865f88257)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0647] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf, /etc/NetworkManager/conf.d/no-systemd-resolved.conf
Aug 21 23:16:18 Koalarch NetworkManager[695]: <warn>  [1755810978.0647] config: unknown key 'systemd-resolve' in section [main] of file '/etc/NetworkManager/conf.d/no-systemd-resolved.conf'
Aug 21 23:16:18 Koalarch systemd[1]: Starting Hostname Service...
Aug 21 23:16:18 Koalarch systemd[1]: Started SUPERGFX.
Aug 21 23:16:18 Koalarch systemd[1]: Reached target Login Prompts.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: New relevant interface lo.IPv6 for mDNS.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: New relevant interface lo.IPv4 for mDNS.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Network interface enumeration completed.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Registering new address record for ::1 on lo.*.
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Registering new address record for 127.0.0.1 on lo.IPv4.
Aug 21 23:16:18 Koalarch systemd[1]: Started nvidia-powerd service.
Aug 21 23:16:18 Koalarch systemd[1]: Starting ASUS Notebook Control...
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl::pci_device] DiscreetGpu::new: Rescanning PCI bus
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0727] manager[0x556305919710]: monitoring kernel firmware directory '/lib/firmware'.
Aug 21 23:16:18 Koalarch kernel: mt7925e 0000:63:00.0 wlp99s0: renamed from wlan0
Aug 21 23:16:18 Koalarch systemd[1]: Finished Save/Restore Sound Card State.
Aug 21 23:16:18 Koalarch systemd[1]: Reached target Sound Card.
Aug 21 23:16:18 Koalarch systemd[1]: Started Hostname Service.
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0864] hostname: hostname: using hostnamed
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0865] hostname: static hostname changed from (none) to "Koalarch"
Aug 21 23:16:18 Koalarch nvidia-powerd[763]: nvidia-powerd version:2.0 (build 1)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0872] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0919] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:63:00.0/ieee80211/phy0/rfkill3) (driver mt7925e)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0920] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/asus-nb-wmi/rfkill/rfkill0) (platform driver asus-nb-wmi)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0924] manager[0x556305919710]: rfkill: Wi-Fi hardware radio set enabled
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.0924] manager[0x556305919710]: rfkill: WWAN hardware radio set enabled
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:00.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:00.2"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:01.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:01.1"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:02.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:02.1"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:61:00.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:02.2"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:62:00.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:02.3"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:63:00.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:02.6"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:64:00.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:03.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:03.1"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:65:00.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl::pci_device] Matched dGPU 10DE:2820 at "0000:65:00.0" by checking display connections
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl::pci_device] Found dgpu 10DE:2820 at "0000:65:00.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl] Found hotplug power slot at "/sys/bus/pci/slots/0-2/power"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:65:00.1"
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl::pci_device] Matched dGPU 10DE:22BD at "0000:65:00.1" by checking display connections
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Found ID_MODEL_FROM_DATABASE property 10DE:22BD at "0000:65:00.1" : "AD106M High Definition Audio Controller"
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl::pci_device] Found additional device 10DE:22BD at "0000:65:00.1"
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] Looking at PCI device "0000:00:08.0"
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl] supergfxd.mode not set, ignoring
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::controller] do_mode_setup_tasks(mode:Hybrid, vfio_enable:false, asus_use_dgpu_disable: None)
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::special_asus] asus_reload: asus_use_dgpu_disable: false
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl::config] create_modprobe_conf: writing /etc/modprobe.d/supergfxd.conf
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl::config] check_vulkan_icd: checking for Vulkan ICD profiles...
Aug 21 23:16:18 Koalarch supergfxd[698]: [INFO  supergfxctl::actions] do_rescan: Rescanning PCI bus
Aug 21 23:16:18 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] do_driver_action: action = modprobe, [Device { dev_path: "/sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0", hotplug_path: Some("/sys/bus/pci/slots/0-2/power"), vendor: Nvidia, is_dgpu: true, name: "0000:65:00.0", pci_id: "10DE:2820" }, Device { dev_path: "/sys/devices/pci0000:00/0000:00:03.1/0000:65:00.1", hotplug_path: None, vendor: Nvidia, is_dgpu: false, name: "0000:65:00.1", pci_id: "10DE:22BD" }]
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1107] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-bluetooth.so)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1112] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-adsl.so)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1257] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-wifi.so)
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: RAS: optional ras ta ucode is not available
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: RAP: optional rap ta ucode is not available
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: SMU is initialized successfully!
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] Display Core v3.2.334 initialized on DCN 3.5
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x09002600
Aug 21 23:16:18 Koalarch kernel: snd_hda_intel 0000:66:00.1: bound 0000:66:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1913] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-team.so)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1922] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-ovs.so)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1926] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-wwan.so)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1927] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1927] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1927] manager: Networking is enabled by state file
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1931] settings: Loaded settings plugin: keyfile (internal)
Aug 21 23:16:18 Koalarch systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1998] dhcp: init: Using DHCP client 'internal'
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.1999] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2003] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2004] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2006] device (lo): Activation: starting connection 'lo' (bddcb824-46da-4e03-8c7c-a175218ae0e2)
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2009] device (wlp99s0): driver supports Access Point (AP) mode
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2013] manager: (wlp99s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Aug 21 23:16:18 Koalarch systemd[1]: Started Network Manager.
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2017] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 21 23:16:18 Koalarch systemd[1]: Reached target Network.
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2044] ovsdb: disconnected from ovsdb
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2044] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2045] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2045] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2047] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.2048] device (wlp99s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Aug 21 23:16:18 Koalarch systemd[1]: Starting Network Manager Wait Online...
Aug 21 23:16:18 Koalarch systemd[1]: Starting containerd container runtime...
Aug 21 23:16:18 Koalarch systemd[1]: Starting CUPS Scheduler...
Aug 21 23:16:18 Koalarch systemd[1]: Started Jackett Daemon.
Aug 21 23:16:18 Koalarch systemd[1]: Starting Network Time Service...
Aug 21 23:16:18 Koalarch systemd[1]: Starting Permit User Sessions...
Aug 21 23:16:18 Koalarch systemd[1]: Finished Permit User Sessions.
Aug 21 23:16:18 Koalarch systemd[1]: Started Simple Desktop Display Manager.
Aug 21 23:16:18 Koalarch systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x30 su_y_granularity 4
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Aug 21 23:16:18 Koalarch kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Aug 21 23:16:18 Koalarch kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Aug 21 23:16:18 Koalarch kernel: amdgpu: Virtual CRAT table created for GPU
Aug 21 23:16:18 Koalarch kernel: amdgpu: Topology: Add dGPU node [0x150e:0x1002]
Aug 21 23:16:18 Koalarch kernel: kfd kfd: amdgpu: added device 1002:150e
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 8, active_cu_number 16
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: Runtime PM not available
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: amdgpu: [drm] Using custom brightness curve
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: [drm] Registered 4 planes with drm panic
Aug 21 23:16:18 Koalarch kernel: [drm] Initialized amdgpu 3.64.0 for 0000:66:00.0 on minor 2
Aug 21 23:16:18 Koalarch kernel: fbcon: Deferring console take-over
Aug 21 23:16:18 Koalarch kernel: amdgpu 0000:66:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Aug 21 23:16:18 Koalarch ntpd[786]: ntpd 4.2.8p18@1.4062-o Mon May  5 12:16:03 UTC 2025 (1): Starting
Aug 21 23:16:18 Koalarch ntpd[786]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Aug 21 23:16:18 Koalarch ntpd[786]: ----------------------------------------------------
Aug 21 23:16:18 Koalarch ntpd[786]: ntp-4 is maintained by Network Time Foundation,
Aug 21 23:16:18 Koalarch ntpd[786]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Aug 21 23:16:18 Koalarch ntpd[786]: corporation.  Support and training for ntp-4 are
Aug 21 23:16:18 Koalarch ntpd[786]: available at https://www.nwtime.org/support
Aug 21 23:16:18 Koalarch ntpd[786]: ----------------------------------------------------
Aug 21 23:16:18 Koalarch ntpd[786]: DEBUG behavior is enabled - a violation of any diagnostic assertion will cause ntpd to abort
Aug 21 23:16:18 Koalarch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl2...
Aug 21 23:16:18 Koalarch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl2.
Aug 21 23:16:18 Koalarch systemd[1]: Started CUPS Scheduler.
Aug 21 23:16:18 Koalarch kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:66:00.6/sound/card3/input26
Aug 21 23:16:18 Koalarch kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:66:00.6/sound/card3/input27
Aug 21 23:16:18 Koalarch kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:66:00.6/sound/card3/input28
Aug 21 23:16:18 Koalarch sddm[793]: Initializing...
Aug 21 23:16:18 Koalarch sddm[793]: Starting...
Aug 21 23:16:18 Koalarch sddm[793]: Logind interface found
Aug 21 23:16:18 Koalarch sddm[793]: Adding new display...
Aug 21 23:16:18 Koalarch sddm[793]: Loaded empty theme configuration
Aug 21 23:16:18 Koalarch sddm[793]: Using VT 1
Aug 21 23:16:18 Koalarch sddm[793]: Display server started.
Aug 21 23:16:18 Koalarch sddm[793]: Socket server starting...
Aug 21 23:16:18 Koalarch sddm[793]: Socket server started.
Aug 21 23:16:18 Koalarch sddm[793]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Aug 21 23:16:18 Koalarch sddm[793]: Greeter starting...
Aug 21 23:16:18 Koalarch sddm-helper[841]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                           Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                           If this causes problems, reconfigure your locale. See the locale(1) manual
                                           for more information.
Aug 21 23:16:18 Koalarch sddm-helper[841]: [PAM] Starting...
Aug 21 23:16:18 Koalarch sddm-helper[841]: [PAM] Authenticating...
Aug 21 23:16:18 Koalarch sddm-helper[841]: [PAM] returning.
Aug 21 23:16:18 Koalarch sddm-helper[841]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=963) by (uid=0)
Aug 21 23:16:18 Koalarch systemd-logind[701]: New session c1 of user sddm.
Aug 21 23:16:18 Koalarch systemd[1]: Created slice User Slice of UID 963.
Aug 21 23:16:18 Koalarch systemd[1]: Starting User Runtime Directory /run/user/963...
Aug 21 23:16:18 Koalarch systemd[1]: Finished User Runtime Directory /run/user/963.
Aug 21 23:16:18 Koalarch systemd[1]: Starting User Manager for UID 963...
Aug 21 23:16:18 Koalarch dbus-broker-launch[693]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Aug 21 23:16:18 Koalarch (systemd)[845]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Aug 21 23:16:18 Koalarch (systemd)[845]: pam_unix(systemd-user:session): session opened for user sddm(uid=963) by sddm(uid=0)
Aug 21 23:16:18 Koalarch systemd-logind[701]: New session 1 of user sddm.
Aug 21 23:16:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
Aug 21 23:16:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.631872586+02:00" level=info msg="starting containerd" revision=75cb2b7193e4e490e9fbdc236c0e811ccaba3376.m version=v2.1.4
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.647925096+02:00" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1
Aug 21 23:16:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1-amp1.bin: v3.11.16
Aug 21 23:16:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: misc: C:\Users\gchen\Desktop\Asus_proj\CY24\MP\H7606W\240830\init\10431E63_240830_V1_A0-init.bin
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660205458+02:00" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660225877+02:00" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660401247+02:00" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660411336+02:00" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660598389+02:00" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660606745+02:00" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.btrfs type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660744194+02:00" level=info msg="skip loading plugin" error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" id=io.containerd.snapshotter.v1.btrfs type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660753962+02:00" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660761146+02:00" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.660767337+02:00" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.662046117+02:00" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.662054032+02:00" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.662220626+02:00" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.662514520+02:00" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.662531301+02:00" level=info msg="skip loading plugin" error="lstat /var/lib/containerd/io.containerd.snapshotter.v1.zfs: no such file or directory: skip plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.662537964+02:00" level=info msg="loading plugin" id=io.containerd.event.v1.exchange type=io.containerd.event.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.663966215+02:00" level=info msg="loading plugin" id=io.containerd.monitor.task.v1.cgroups type=io.containerd.monitor.task.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.665338842+02:00" level=info msg="loading plugin" id=io.containerd.metadata.v1.bolt type=io.containerd.metadata.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.665359762+02:00" level=info msg="metadata content store policy set" policy=shared
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671697765+02:00" level=info msg="loading plugin" id=io.containerd.gc.v1.scheduler type=io.containerd.gc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671721851+02:00" level=info msg="loading plugin" id=io.containerd.differ.v1.erofs type=io.containerd.differ.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671924332+02:00" level=info msg="skip loading plugin" error="could not find mkfs.erofs: exec: \"mkfs.erofs\": executable file not found in $PATH: skip plugin" id=io.containerd.differ.v1.erofs type=io.containerd.differ.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671932347+02:00" level=info msg="loading plugin" id=io.containerd.differ.v1.walking type=io.containerd.differ.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671941695+02:00" level=info msg="loading plugin" id=io.containerd.lease.v1.manager type=io.containerd.lease.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671950542+02:00" level=info msg="loading plugin" id=io.containerd.service.v1.containers-service type=io.containerd.service.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671958727+02:00" level=info msg="loading plugin" id=io.containerd.service.v1.content-service type=io.containerd.service.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671969537+02:00" level=info msg="loading plugin" id=io.containerd.service.v1.diff-service type=io.containerd.service.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671978064+02:00" level=info msg="loading plugin" id=io.containerd.service.v1.images-service type=io.containerd.service.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671986780+02:00" level=info msg="loading plugin" id=io.containerd.service.v1.introspection-service type=io.containerd.service.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.671995236+02:00" level=info msg="loading plugin" id=io.containerd.service.v1.namespaces-service type=io.containerd.service.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672002970+02:00" level=info msg="loading plugin" id=io.containerd.service.v1.snapshots-service type=io.containerd.service.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672009713+02:00" level=info msg="loading plugin" id=io.containerd.shim.v1.manager type=io.containerd.shim.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672018971+02:00" level=info msg="loading plugin" id=io.containerd.runtime.v2.task type=io.containerd.runtime.v2
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672069386+02:00" level=info msg="loading plugin" id=io.containerd.service.v1.tasks-service type=io.containerd.service.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672081008+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.containers type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672251078+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.content type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672299760+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.diff type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672316391+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.events type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672349423+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.images type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672366826+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.introspection type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672576441+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.leases type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672737855+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.namespaces type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672769675+02:00" level=info msg="loading plugin" id=io.containerd.sandbox.store.v1.local type=io.containerd.sandbox.store.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.672782479+02:00" level=info msg="loading plugin" id=io.containerd.transfer.v1.local type=io.containerd.transfer.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.673060644+02:00" level=info msg="loading plugin" id=io.containerd.cri.v1.images type=io.containerd.cri.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.673125616+02:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\" for snapshotter \"overlayfs\""
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.673137168+02:00" level=info msg="Start snapshots syncer"
Aug 21 23:16:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1-amp2.bin: v3.11.16
Aug 21 23:16:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: misc: C:\Users\gchen\Desktop\Asus_proj\CY24\MP\H7606W\240830\init\10431E63_240830_V1_A1-init.bin
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.674700414+02:00" level=info msg="loading plugin" id=io.containerd.cri.v1.runtime type=io.containerd.cri.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.674882868+02:00" level=info msg="starting cri plugin" config="{\"containerd\":{\"defaultRuntimeName\":\"runc\",\"runtimes\":{\"runc\":{\"runtimeType\":\"io.containerd.runc.v2\",\"runtimePath\":\"\",\"PodAnnotations\":null,\"ContainerAnnotations\":null,\"options\":{\"BinaryName\":\"\",\"CriuImagePath\":\"\",\"CriuWorkPath\":\"\",\"IoGid\":0,\"IoUid\":0,\"NoNewKeyring\":false,\"Root\":\"\",\"ShimCgroup\":\"\"},\"privileged_without_host_devices\":false,\"privileged_without_host_devices_all_devices_allowed\":false,\"cgroupWritable\":false,\"baseRuntimeSpec\":\"\",\"cniConfDir\":\"\",\"cniMaxConfNum\":0,\"snapshotter\":\"\",\"sandboxer\":\"podsandbox\",\"io_type\":\"\"}},\"ignoreBlockIONotEnabledErrors\":false,\"ignoreRdtNotEnabledErrors\":false},\"cni\":{\"binDir\":\"\",\"binDirs\":[\"/opt/cni/bin\"],\"confDir\":\"/etc/cni/net.d\",\"maxConfNum\":1,\"setupSerially\":false,\"confTemplate\":\"\",\"ipPref\":\"\",\"useInternalLoopback\":false},\"enableSelinux\":false,\"selinuxCategoryRange\":1024,\"maxContainerLogLineSize\":16384,\"disableApparmor\":false,\"restrictOOMScoreAdj\":false,\"disableProcMount\":false,\"unsetSeccompProfile\":\"\",\"tolerateMissingHugetlbController\":true,\"disableHugetlbController\":true,\"device_ownership_from_security_context\":false,\"ignoreImageDefinedVolumes\":false,\"netnsMountsUnderStateDir\":false,\"enableUnprivilegedPorts\":true,\"enableUnprivilegedICMP\":true,\"enableCDI\":true,\"cdiSpecDirs\":[\"/etc/cdi\",\"/var/run/cdi\"],\"drainExecSyncIOTimeout\":\"0s\",\"ignoreDeprecationWarnings\":null,\"containerdRootDir\":\"/var/lib/containerd\",\"containerdEndpoint\":\"/run/containerd/containerd.sock\",\"rootDir\":\"/var/lib/containerd/io.containerd.grpc.v1.cri\",\"stateDir\":\"/run/containerd/io.containerd.grpc.v1.cri\"}"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.674921550+02:00" level=info msg="loading plugin" id=io.containerd.podsandbox.controller.v1.podsandbox type=io.containerd.podsandbox.controller.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675557309+02:00" level=info msg="loading plugin" id=io.containerd.sandbox.controller.v1.shim type=io.containerd.sandbox.controller.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675615498+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.sandbox-controllers type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675629996+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.sandboxes type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675638852+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.snapshots type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675646026+02:00" level=info msg="loading plugin" id=io.containerd.streaming.v1.manager type=io.containerd.streaming.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675654852+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.streaming type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675663398+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.tasks type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675672025+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.transfer type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675685019+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.version type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.675692994+02:00" level=info msg="loading plugin" id=io.containerd.monitor.container.v1.restart type=io.containerd.monitor.container.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676582931+02:00" level=info msg="loading plugin" id=io.containerd.tracing.processor.v1.otlp type=io.containerd.tracing.processor.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676594443+02:00" level=info msg="skip loading plugin" error="skip plugin: tracing endpoint not configured" id=io.containerd.tracing.processor.v1.otlp type=io.containerd.tracing.processor.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676601156+02:00" level=info msg="loading plugin" id=io.containerd.internal.v1.tracing type=io.containerd.internal.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676607828+02:00" level=info msg="skip loading plugin" error="skip plugin: tracing endpoint not configured" id=io.containerd.internal.v1.tracing type=io.containerd.internal.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676613529+02:00" level=info msg="loading plugin" id=io.containerd.ttrpc.v1.otelttrpc type=io.containerd.ttrpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676626704+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.healthcheck type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676635110+02:00" level=info msg="loading plugin" id=io.containerd.nri.v1.nri type=io.containerd.nri.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676648876+02:00" level=info msg="runtime interface created"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676652633+02:00" level=info msg="created NRI interface"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676659165+02:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.cri type=io.containerd.grpc.v1
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676666028+02:00" level=info msg="Connect containerd service"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.676689021+02:00" level=info msg="using experimental NRI integration - disable nri plugin to prevent this"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.683837983+02:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
Aug 21 23:16:18 Koalarch ntpd[818]: proto: precision = 0.060 usec (-24)
Aug 21 23:16:18 Koalarch ntpd[818]: basedate set to 2025-04-23
Aug 21 23:16:18 Koalarch ntpd[818]: gps base set to 2025-04-27 (week 2364)
Aug 21 23:16:18 Koalarch ntpd[818]: initial drift restored to 2.601807
Aug 21 23:16:18 Koalarch ntpd[818]: Listen and drop on 0 v6wildcard [::]:123
Aug 21 23:16:18 Koalarch ntpd[818]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Aug 21 23:16:18 Koalarch ntpd[818]: Listen normally on 2 lo 127.0.0.1:123
Aug 21 23:16:18 Koalarch ntpd[818]: Listen normally on 3 lo [::1]:123
Aug 21 23:16:18 Koalarch ntpd[818]: Listening on routing socket on fd #20 for interface updates
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.8746] device (wlp99s0): set-hw-addr: set MAC address to 2A:E1:29:C0:F7:2B (scanning)
Aug 21 23:16:18 Koalarch ntpd[818]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Aug 21 23:16:18 Koalarch ntpd[818]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Aug 21 23:16:18 Koalarch systemd[1]: Started Network Time Service.
Aug 21 23:16:18 Koalarch systemd[845]: Queued start job for default target Main User Target.
Aug 21 23:16:18 Koalarch systemd[845]: Created slice User Application Slice.
Aug 21 23:16:18 Koalarch systemd[845]: Reached target Paths.
Aug 21 23:16:18 Koalarch systemd[845]: Reached target Timers.
Aug 21 23:16:18 Koalarch systemd[845]: Starting D-Bus User Message Bus Socket...
Aug 21 23:16:18 Koalarch systemd[845]: Listening on GnuPG network certificate management daemon.
Aug 21 23:16:18 Koalarch systemd[845]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 21 23:16:18 Koalarch systemd[845]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 21 23:16:18 Koalarch systemd[845]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 21 23:16:18 Koalarch systemd[845]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 21 23:16:18 Koalarch systemd[845]: Listening on GnuPG public key management service.
Aug 21 23:16:18 Koalarch systemd[845]: Listening on p11-kit server.
Aug 21 23:16:18 Koalarch systemd[845]: Listening on PipeWire PulseAudio.
Aug 21 23:16:18 Koalarch systemd[845]: Listening on PipeWire Multimedia System Sockets.
Aug 21 23:16:18 Koalarch systemd[845]: Listening on D-Bus User Message Bus Socket.
Aug 21 23:16:18 Koalarch systemd[845]: Reached target Sockets.
Aug 21 23:16:18 Koalarch systemd[845]: Reached target Basic System.
Aug 21 23:16:18 Koalarch systemd[1]: Started User Manager for UID 963.
Aug 21 23:16:18 Koalarch systemd[845]: Starting Update XDG user dir configuration...
Aug 21 23:16:18 Koalarch systemd[1]: Started Session c1 of User sddm.
Aug 21 23:16:18 Koalarch sddm-helper[882]: Jumping to VT 1
Aug 21 23:16:18 Koalarch sddm-helper[882]: VT mode fixed
Aug 21 23:16:18 Koalarch sddm[793]: Greeter session started successfully
Aug 21 23:16:18 Koalarch sddm-helper-start-wayland[882]: Starting Wayland process "kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1" "sddm"
Aug 21 23:16:18 Koalarch sddm-helper-start-wayland[882]: started succesfully "kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1"
Aug 21 23:16:18 Koalarch systemd[845]: Finished Update XDG user dir configuration.
Aug 21 23:16:18 Koalarch systemd[845]: Reached target Main User Target.
Aug 21 23:16:18 Koalarch systemd[845]: Startup finished in 312ms.
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935318320+02:00" level=info msg="Start subscribing containerd event"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935376801+02:00" level=info msg="Start recovering state"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935489103+02:00" level=info msg="Start event monitor"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935503440+02:00" level=info msg="Start cni network conf syncer for default"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935510713+02:00" level=info msg="Start streaming server"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935519410+02:00" level=info msg="Registered namespace \"k8s.io\" with NRI"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935526513+02:00" level=info msg="runtime interface starting up..."
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935531493+02:00" level=info msg="starting plugins..."
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935542263+02:00" level=info msg="Synchronizing NRI (plugin) with current runtime state"
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935824956+02:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.935864250+02:00" level=info msg=serving... address=/run/containerd/containerd.sock
Aug 21 23:16:18 Koalarch containerd[795]: time="2025-08-21T23:16:18.941387203+02:00" level=info msg="containerd successfully booted in 0.323021s"
Aug 21 23:16:18 Koalarch systemd[1]: Started containerd container runtime.
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.9487] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.9488] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Aug 21 23:16:18 Koalarch NetworkManager[695]: <info>  [1755810978.9490] device (lo): Activation: successful, device activated.
Aug 21 23:16:18 Koalarch systemd[1]: Starting WPA supplicant...
Aug 21 23:16:18 Koalarch avahi-daemon[696]: Server startup complete. Host name is Koalarch.local. Local service cookie is 3772335574.
Aug 21 23:16:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Calibration applied
Aug 21 23:16:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Calibration applied
Aug 21 23:16:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Tuning PID: 0x531116, SID: 0x201004, TID: 0x3c8830
Aug 21 23:16:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Tuning PID: 0x531116, SID: 0x201104, TID: 0x3c8830
Aug 21 23:16:19 Koalarch systemd[845]: Reached target Sound Card.
Aug 21 23:16:19 Koalarch systemd[1]: Started WPA supplicant.
Aug 21 23:16:19 Koalarch wpa_supplicant[888]: Successfully initialized wpa_supplicant
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd]        daemon v6.1.12
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd]     rog-anime v6.1.12
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd]     rog-slash v6.1.12
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd]      rog-aura v6.1.12
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd]  rog-profiles v6.1.12
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd] rog-platform v6.1.12
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd] Product family: ProArt P16
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd] Board name: H7606WI
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Starting Jackett v0.22.1316
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Jackett Data will be stored in: /var/lib/jackett
Aug 21 23:16:19 Koalarch nvidia-powerd[763]: DBus Connection is established
Aug 21 23:16:19 Koalarch kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 10.
Aug 21 23:16:19 Koalarch kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  config_traits] Parsed RON for "asusd::config::Config"
Aug 21 23:16:19 Koalarch kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:65:00.0 on minor 1
Aug 21 23:16:19 Koalarch kernel: nvidia 0000:65:00.0: vgaarb: deactivate vga console
Aug 21 23:16:19 Koalarch kernel: nvidia 0000:65:00.0: [drm] Cannot find any crtc or sizes
Aug 21 23:16:19 Koalarch supergfxd[698]: [DEBUG supergfxctl] Did modprobe for driver nvidia_drm
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::platform] Found platform support at "asus-nb-wmi"
Aug 21 23:16:19 Koalarch supergfxd[698]: [DEBUG supergfxctl] Did modprobe for driver nvidia_modeset
Aug 21 23:16:19 Koalarch supergfxd[698]: [DEBUG supergfxctl] Did modprobe for driver nvidia_uvm
Aug 21 23:16:19 Koalarch supergfxd[698]: [DEBUG supergfxctl] Did modprobe for driver nvidia
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Power: Checking "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0A:00/power_supply/BAT1"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Found a battery
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Checking battery attributes
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Found battery power at "BAT1", matched charge_control_end_threshold. Current level: "100"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Power: Checking "/sys/devices/platform/ACPI0003:00/power_supply/ACAD"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Found mains power at "ACAD"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Power: Checking "/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Found USB-C power at "ucsi-source-psy-USBC000:001"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Power: Checking "/sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::power] Found USB-C power at "ucsi-source-psy-USBC000:002"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] Reloading nv_dynamic_boost
Aug 21 23:16:19 Koalarch supergfxd[698]: [DEBUG supergfxctl] Did CommandArgs { inner: ["start", "nvidia-powerd.service"] }
Aug 21 23:16:19 Koalarch supergfxd[698]: [DEBUG supergfxctl::pci_device] set_runtime_pm: pm = Auto, [Device { dev_path: "/sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0", hotplug_path: Some("/sys/bus/pci/slots/0-2/power"), vendor: Nvidia, is_dgpu: true, name: "0000:65:00.0", pci_id: "10DE:2820" }, Device { dev_path: "/sys/devices/pci0000:00/0000:00:03.1/0000:65:00.1", hotplug_path: None, vendor: Nvidia, is_dgpu: false, name: "0000:65:00.1", pci_id: "10DE:22BD" }]
Aug 21 23:16:19 Koalarch supergfxd[698]: [INFO  supergfxctl::pci_device] set_runtime_pm: Set PM on "/sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0" to Auto
Aug 21 23:16:19 Koalarch supergfxd[698]: [INFO  supergfxctl::pci_device] set_runtime_pm: Set PM on "/sys/devices/pci0000:00/0000:00:03.1/0000:65:00.1" to Auto
Aug 21 23:16:19 Koalarch supergfxd[698]: [INFO  supergfxctl::controller] reload: Reloaded gfx mode: Hybrid
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] Reloading nv_base_tgp
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] inotify watch failed: Attribute not found: nv_base_tgp. You can ignore this if your device does not support the feature
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] inotify watch failed: Attribute not found: nv_base_tgp. You can ignore this if your device does not support the feature
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] inotify watch failed: Attribute not found: nv_base_tgp. You can ignore this if your device does not support the feature
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] Reloading ppt_pl3_fppt
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] Reloading charge_mode
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] inotify watch failed: Attribute not found: charge_mode. You can ignore this if your device does not support the feature
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] inotify watch failed: Attribute not found: charge_mode. You can ignore this if your device does not support the feature
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] inotify watch failed: Attribute not found: charge_mode. You can ignore this if your device does not support the feature
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] Reloading nv_temp_target
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] Reloading nv_tgp
Aug 21 23:16:19 Koalarch asusd[890]: [ERROR rog_platform::asus_armoury] Invalid firmware attribute: nv_tgp
Aug 21 23:16:19 Koalarch asusd[890]: [ERROR rog_platform::asus_armoury] Invalid firmware attribute: nv_tgp
Aug 21 23:16:19 Koalarch asusd[890]: [ERROR rog_platform::asus_armoury] Invalid firmware attribute: nv_tgp
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] Reloading ppt_pl1_spl
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::asus_armoury] Reloading ppt_pl2_sppt
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::platform] Found platform support at "asus-nb-wmi"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::ctrl_fancurves] Device has profile control available
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::ctrl_fancurves] Device has fan curves available
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  config_traits] Parsed RON for "asusd::ctrl_fancurves::FanCurveConfig"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::ctrl_fancurves] Fan curves previously stored, loading...
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  config_traits] Parsed RON for "asusd::ctrl_fancurves::FanCurveConfig"
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(balanced), CurveData { fan: CPU, pwm: [15, 28, 48, 73, 109, 163, 163, 163], temp: [58, 60, 63, 66, 71, 77, 77, 77], enabled: false }
Aug 21 23:16:19 Koalarch NetworkManager[695]: <info>  [1755810979.2909] device (wlp99s0): supplicant interface state: internal-starting -> disconnected
Aug 21 23:16:19 Koalarch NetworkManager[695]: <info>  [1755810979.2910] Wi-Fi P2P device controlled by interface wlp99s0 created
Aug 21 23:16:19 Koalarch NetworkManager[695]: <info>  [1755810979.2911] manager: (p2p-dev-wlp99s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/3)
Aug 21 23:16:19 Koalarch NetworkManager[695]: <info>  [1755810979.2912] device (p2p-dev-wlp99s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Aug 21 23:16:19 Koalarch NetworkManager[695]: <info>  [1755810979.2914] device (wlp99s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Aug 21 23:16:19 Koalarch NetworkManager[695]: <info>  [1755810979.2916] device (p2p-dev-wlp99s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(balanced), CurveData { fan: GPU, pwm: [20, 33, 45, 63, 107, 155, 155, 155], temp: [57, 60, 63, 65, 67, 70, 70, 70], enabled: false }
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(balanced), CurveData { fan: MID, pwm: [20, 58, 58, 86, 142, 198, 198, 198], temp: [58, 60, 63, 66, 71, 77, 77, 77], enabled: false }
Aug 21 23:16:19 Koalarch systemd[1]: Starting Authorization Manager...
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::backlight] Backlight: Checking "/sys/devices/pci0000:00/0000:00:08.1/0000:66:00.0/drm/card2/card2-eDP-1/amdgpu_bl2"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::backlight] Backlight: Checking "/sys/devices/pci0000:00/0000:00:08.1/0000:66:00.0/drm/card2/card2-eDP-1/amdgpu_bl2"
Aug 21 23:16:19 Koalarch asusd[890]: [ERROR asusd] Backlight: Missing functionality: No backlights found
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Found CPU support at "cpu0", checking supported items
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] cpufreq/scaling_available_governors: "performance powersave"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] cpufreq/scaling_governor: "powersave"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] cpufreq/energy_performance_available_preferences: "default performance balance_performance balance_power power "
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] cpufreq/energy_performance_preference: "balance_performance"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu0"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu1"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu10"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu11"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu12"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu13"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu14"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu15"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu16"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu17"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu18"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu19"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu2"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu20"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu21"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu22"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu23"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu3"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu4"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu5"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu6"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu7"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu8"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::cpu] Adding: "/sys/devices/system/cpu/cpu9"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::ctrl_platform] Begin Platform settings restore
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::ctrl_platform] Starting inotify watch for asusd config file
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::ctrl_platform] reloading charge_control_end_threshold to 80
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::ctrl_platform] Setting Performance before EPP
Aug 21 23:16:19 Koalarch polkitd[934]: Started polkitd version 126
Aug 21 23:16:19 Koalarch polkitd[934]: Loading rules from directory /etc/polkit-1/rules.d
Aug 21 23:16:19 Koalarch polkitd[934]: Loading rules from directory /run/polkit-1/rules.d
Aug 21 23:16:19 Koalarch polkitd[934]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Aug 21 23:16:19 Koalarch polkitd[934]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Aug 21 23:16:19 Koalarch polkitd[934]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Aug 21 23:16:19 Koalarch polkitd[934]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 21 23:16:19 Koalarch polkitd[934]: Finished loading, compiling and executing 4 rules
Aug 21 23:16:19 Koalarch systemd[1]: Started Authorization Manager.
Aug 21 23:16:19 Koalarch polkitd[934]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 21 23:16:19 Koalarch sddm-helper-start-wayland[882]: Directory "/run/user/963" has changed, checking for Wayland socket
Aug 21 23:16:19 Koalarch sddm-helper-start-wayland[882]: Found Wayland socket "/run/user/963/wayland-0"
Aug 21 23:16:19 Koalarch sddm-helper-start-wayland[882]: "Accepting client connections on sockets: QList(\"wayland-0\")\n"
Aug 21 23:16:19 Koalarch systemd[845]: Created slice User Core Session Slice.
Aug 21 23:16:19 Koalarch systemd[845]: Starting D-Bus User Message Bus...
Aug 21 23:16:19 Koalarch sddm-greeter-qt6[945]: High-DPI autoscaling Enabled
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::ctrl_fancurves] watch_platform_profile changed
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::ctrl_platform] ThrottlePolicy setting EPP
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::ctrl_platform] Available EPP: [Default, Performance, BalancePerformance, BalancePower, Power]
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::ctrl_platform] Setting Performance
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(performance), CurveData { fan: CPU, pwm: [48, 73, 109, 163, 209, 242, 255, 255], temp: [54, 59, 64, 68, 72, 76, 84, 84], enabled: false }
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_manager] Not ASUS vendor ID
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_manager] Testing device "19b6"
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_types] Testing for HIDRAW Slash
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::aura_types] Unknown or invalid slash: "19b6", skipping
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_types] Testing for laptop aura
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::aura_types] Found laptop aura type "19b6"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_platform::keyboard_led] Found keyboard LED controls at "asus::kbd_backlight"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::aura_types] Found sysfs backlight control
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::aura_laptop::config] Setting up AuraConfig for "19b6"
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  rog_aura::aura_detection] Loaded default LED support data from /usr/share/asusd/aura_support.ron
Aug 21 23:16:19 Koalarch asusd[890]: [WARN  rog_aura::aura_detection] the aura_support.ron file has no entry for this model: H7606WI, 19b6. Using a default
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_laptop::config] creating default for Static
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  config_traits] Parsed RON for "asusd::aura_laptop::config::AuraConfig"
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_laptop::trait_impls] reloading keyboard mode
Aug 21 23:16:19 Koalarch dbus-broker-launch[946]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Aug 21 23:16:19 Koalarch dbus-broker-launch[946]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Aug 21 23:16:19 Koalarch dbus-broker-launch[946]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Aug 21 23:16:19 Koalarch dbus-broker-launch[946]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Aug 21 23:16:19 Koalarch dbus-broker-launch[946]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Aug 21 23:16:19 Koalarch systemd[845]: Started D-Bus User Message Bus.
Aug 21 23:16:19 Koalarch dbus-broker-launch[946]: Ready
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_laptop::trait_impls] reloading power states
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_manager] Not ASUS vendor ID
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_manager] Not ASUS vendor ID
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_types] Testing for USB Slash
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::aura_manager] Tested device was not Slash
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::aura_types] Testing for USB AniMe
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::aura_types] No Anime Matrix capable laptop found
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::aura_manager] Tested device was not AniMe Matrix
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd::aura_manager] Found 1 valid devices on startup
Aug 21 23:16:19 Koalarch systemd[1]: Started ASUS Notebook Control.
Aug 21 23:16:19 Koalarch asusd[890]: [INFO  asusd] Startup success, begining dbus server loop
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Environment version: 8.0.12 (/usr/lib/jackett/)
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info OS version: Unix 6.16.0.2 (64bit OS) (64bit process)
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Jackett variant: CoreLinuxAmdx64
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info File /etc/issue: \S{PRETTY_NAME} \r (\l)
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Running in Docker: No
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info ThreadPool MaxThreads: 32767 workerThreads, 1000 completionPortThreads
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info App config/log directory: /var/lib/jackett
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Using proxy: Disabled
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Using FlareSolverr: http://127.0.0.1:8191
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Error Your version of Jackett v0.22.1316 is very old. Multiple indexers are likely to fail when using an old version. Update to the latest version of Jackett.
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Using HTTP Client: HttpWebClient2
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Loading Native indexers ...
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Loaded 78 Native indexers.
Aug 21 23:16:19 Koalarch jackett[785]: 08-21 23:16:19 Info Loading Cardigann indexers from: /var/lib/jackett/cardigann/definitions/, /etc/xdg/cardigan/definitions/, /usr/lib/jackett/Definitions
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(performance), CurveData { fan: GPU, pwm: [45, 63, 107, 155, 201, 237, 249, 249], temp: [55, 58, 61, 66, 71, 76, 85, 85], enabled: false }
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(performance), CurveData { fan: MID, pwm: [58, 86, 142, 198, 252, 252, 252, 252], temp: [54, 59, 64, 68, 72, 76, 84, 84], enabled: false }
Aug 21 23:16:19 Koalarch asusd[890]: [DEBUG asusd::ctrl_fancurves] watch_platform_profile changed
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5180 max_tx_power=2000 no_ir=1
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5180 max_tx_power=2000
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5180 max_tx_power=2000 no_ir=1
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5180 max_tx_power=2000
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5240 max_tx_power=2000 no_ir=1
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5240 max_tx_power=2000
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5240 max_tx_power=2000 no_ir=1
Aug 21 23:16:20 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5240 max_tx_power=2000
Aug 21 23:16:20 Koalarch sddm-helper-start-wayland[882]: "pci id for fd 42: 10de:2820, driver (null)\nkmsro: driver missing\n"
Aug 21 23:16:20 Koalarch kernel: [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
Aug 21 23:16:20 Koalarch systemd[1]: Starting Locale Service...
Aug 21 23:16:20 Koalarch systemd[1]: Started Locale Service.
Aug 21 23:16:20 Koalarch systemd[845]: Started PipeWire Multimedia Service.
Aug 21 23:16:20 Koalarch systemd[845]: Started Multimedia Service Session Manager.
Aug 21 23:16:20 Koalarch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Aug 21 23:16:20 Koalarch systemd[1]: Started RealtimeKit Scheduling Policy Service.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Successfully called chroot.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Successfully dropped privileges.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Successfully limited resources.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Canary thread running.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Running.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Watchdog thread running.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 0 threads of 0 processes of 0 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 0 threads of 0 processes of 0 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 0 threads of 0 processes of 0 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 0 threads of 0 processes of 0 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 0 threads of 0 processes of 0 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 0 threads of 0 processes of 0 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Successfully made thread 1014 of process 1014 owned by '963' high priority at nice level -11.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 1 threads of 1 processes of 1 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Successfully made thread 1012 of process 1012 owned by '963' high priority at nice level -11.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 2 threads of 2 processes of 1 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Successfully made thread 1017 of process 1012 owned by '963' RT at priority 20.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 3 threads of 2 processes of 1 users.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Successfully made thread 1029 of process 1014 owned by '963' RT at priority 20.
Aug 21 23:16:20 Koalarch rtkit-daemon[1018]: Supervising 4 threads of 2 processes of 1 users.
Aug 21 23:16:20 Koalarch kernel: usb 5-1: USB disconnect, device number 2
Aug 21 23:16:20 Koalarch kernel: usb 5-1.1: USB disconnect, device number 3
Aug 21 23:16:21 Koalarch asusd[890]: [WARN  asusd::aura_manager] dbus path for 3132 contains `.`, removing
Aug 21 23:16:21 Koalarch asusd[890]: [WARN  asusd::aura_manager] dbus path for 3132 contains `.`, removing
Aug 21 23:16:21 Koalarch jackett[785]: 08-21 23:16:21 Info Loaded 537 Cardigann indexers.
Aug 21 23:16:21 Koalarch jackett[785]: 08-21 23:16:21 Info Loaded 615 indexers in total
Aug 21 23:16:21 Koalarch jackett[785]: 08-21 23:16:21 Info Adding aggregate indexer ('all' indexer) ...
Aug 21 23:16:21 Koalarch jackett[785]: 08-21 23:16:21 Info Adding filter indexer ('type:public' indexer) ...
Aug 21 23:16:21 Koalarch jackett[785]: 08-21 23:16:21 Info Adding filter indexer ('type:private' indexer) ...
Aug 21 23:16:21 Koalarch jackett[785]: 08-21 23:16:21 Info Adding filter indexer ('type:semi-public' indexer) ...
Aug 21 23:16:21 Koalarch jackett[785]: 08-21 23:16:21 Info Jackett startup finished in 3.266 s
Aug 21 23:16:21 Koalarch jackett[785]: Hosting environment: Production
Aug 21 23:16:21 Koalarch jackett[785]: Content root path: /usr/lib/jackett/Content
Aug 21 23:16:21 Koalarch jackett[785]: Now listening on: http://[::]:9117
Aug 21 23:16:21 Koalarch jackett[785]: Application started. Press Ctrl+C to shut down.
Aug 21 23:16:21 Koalarch NetworkManager[695]: <info>  [1755810981.4807] manager: startup complete
Aug 21 23:16:21 Koalarch systemd[1]: Finished Network Manager Wait Online.
Aug 21 23:16:21 Koalarch systemd[1]: Reached target Network is Online.
Aug 21 23:16:21 Koalarch systemd[1]: Starting Docker Application Container Engine...
Aug 21 23:16:21 Koalarch systemd[1]: Started FlareSolverr.
Aug 21 23:16:21 Koalarch systemd[1]: Started Ollama Service.
Aug 21 23:16:21 Koalarch wireplumber[1014]: spa.alsa: Card can't get card_name from card_index 0
Aug 21 23:16:21 Koalarch wireplumber[1014]: spa.alsa: Error opening low-level control device 'hw:0': No such file or directory
Aug 21 23:16:21 Koalarch wireplumber[1014]: spa.alsa: can't open control for card hw:0: No such file or directory
Aug 21 23:16:21 Koalarch wireplumber[1014]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Aug 21 23:16:21 Koalarch wireplumber[1014]: [0:00:08.964142998] [1014]  INFO Camera camera_manager.cpp:330 libcamera v0.5.2
Aug 21 23:16:21 Koalarch ollama[1046]: 2025/08/21 23:16:21 routes.go:1187: INFO server config env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/var/lib/ollama/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://*] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.628+02:00 level=INFO source=images.go:432 msg="total blobs: 5"
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.628+02:00 level=INFO source=images.go:439 msg="total unused blobs removed: 0"
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
Aug 21 23:16:21 Koalarch ollama[1046]:  - using env:        export GIN_MODE=release
Aug 21 23:16:21 Koalarch ollama[1046]:  - using code:        gin.SetMode(gin.ReleaseMode)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/pull                 --> github.com/ollama/ollama/server.(*Server).PullHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/generate             --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/chat                 --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/embed                --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/embeddings           --> github.com/ollama/ollama/server.(*Server).EmbeddingsHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/create               --> github.com/ollama/ollama/server.(*Server).CreateHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/push                 --> github.com/ollama/ollama/server.(*Server).PushHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/copy                 --> github.com/ollama/ollama/server.(*Server).CopyHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] DELETE /api/delete               --> github.com/ollama/ollama/server.(*Server).DeleteHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/show                 --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /api/blobs/:digest        --> github.com/ollama/ollama/server.(*Server).CreateBlobHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] HEAD   /api/blobs/:digest        --> github.com/ollama/ollama/server.(*Server).HeadBlobHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] GET    /api/ps                   --> github.com/ollama/ollama/server.(*Server).PsHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /v1/chat/completions      --> github.com/ollama/ollama/server.(*Server).ChatHandler-fm (6 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /v1/completions           --> github.com/ollama/ollama/server.(*Server).GenerateHandler-fm (6 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] POST   /v1/embeddings            --> github.com/ollama/ollama/server.(*Server).EmbedHandler-fm (6 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] GET    /v1/models                --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (6 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] GET    /v1/models/:model         --> github.com/ollama/ollama/server.(*Server).ShowHandler-fm (6 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] GET    /                         --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] GET    /api/tags                 --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] GET    /api/version              --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] HEAD   /                         --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func1 (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] HEAD   /api/tags                 --> github.com/ollama/ollama/server.(*Server).ListHandler-fm (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: [GIN-debug] HEAD   /api/version              --> github.com/ollama/ollama/server.(*Server).GenerateRoutes.func2 (5 handlers)
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.629+02:00 level=INFO source=routes.go:1238 msg="Listening on 127.0.0.1:11434 (version 0.5.7)"
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.634+02:00 level=INFO source=routes.go:1267 msg="Dynamic LLM libraries" runners="[cuda_v11_avx cuda_v12_avx rocm_avx cpu cpu_avx cpu_avx2]"
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.636+02:00 level=INFO source=gpu.go:226 msg="looking for compatible GPUs"
Aug 21 23:16:21 Koalarch kernel: usb 5-1: new full-speed USB device number 4 using xhci_hcd
Aug 21 23:16:21 Koalarch wireplumber[1014]: [0:00:09.095120442] [1064]  INFO Camera camera_manager.cpp:220 Adding camera '\_SB_.PCI0.GPPA.XHC1.RHUB.PRT1-1:1.0-3277:0059' for pipeline handler uvcvideo
Aug 21 23:16:21 Koalarch wireplumber[1014]: [0:00:09.096798679] [1064]  INFO Camera camera_manager.cpp:220 Adding camera '\_SB_.PCI0.GPPA.XHC1.RHUB.PRT1-1:1.2-3277:0059' for pipeline handler uvcvideo
Aug 21 23:16:21 Koalarch dockerd[1044]: time="2025-08-21T23:16:21.764606301+02:00" level=info msg="Starting up"
Aug 21 23:16:21 Koalarch dockerd[1044]: time="2025-08-21T23:16:21.768851362+02:00" level=info msg="OTEL tracing is not configured, using no-op tracer provider"
Aug 21 23:16:21 Koalarch dockerd[1044]: time="2025-08-21T23:16:21.772072931+02:00" level=info msg="CDI directory does not exist, skipping: failed to monitor for changes: no such file or directory" dir=/var/run/cdi
Aug 21 23:16:21 Koalarch dockerd[1044]: time="2025-08-21T23:16:21.782353661+02:00" level=info msg="Creating a containerd client" address=/run/containerd/containerd.sock timeout=1m0s
Aug 21 23:16:21 Koalarch systemd[1]: var-lib-docker-overlay2-metacopy\x2dcheck2889603215-merged.mount: Deactivated successfully.
Aug 21 23:16:21 Koalarch dockerd[1044]: time="2025-08-21T23:16:21.820426017+02:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Aug 21 23:16:21 Koalarch flaresolverr[1045]: 2025-08-21 23:16:21 INFO     FlareSolverr 3.3.21
Aug 21 23:16:21 Koalarch flaresolverr[1045]: 2025-08-21 23:16:21 INFO     Testing web browser installation...
Aug 21 23:16:21 Koalarch flaresolverr[1045]: 2025-08-21 23:16:21 INFO     Platform: Linux-6.16.0-arch2-1.1-g14-x86_64-with-glibc2.42
Aug 21 23:16:21 Koalarch flaresolverr[1045]: 2025-08-21 23:16:21 INFO     Chrome / Chromium path: /opt/flaresolverr/chrome/chrome
Aug 21 23:16:21 Koalarch kernel: usb 5-1: New USB device found, idVendor=0a12, idProduct=4010, bcdDevice=21.16
Aug 21 23:16:21 Koalarch kernel: usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 21 23:16:21 Koalarch kernel: hub 5-1:1.0: USB hub found
Aug 21 23:16:21 Koalarch dockerd[1044]: time="2025-08-21T23:16:21.906551592+02:00" level=info msg="Loading containers: start."
Aug 21 23:16:21 Koalarch kernel: hub 5-1:1.0: 4 ports detected
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.927+02:00 level=WARN source=amd_linux.go:61 msg="ollama recommends running the https://www.amd.com/en/support/linux-drivers" error="amdgpu version file missing: /sys/module/amdgpu/version stat /sys/module/amdgpu/version: no such file or directory"
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.927+02:00 level=INFO source=amd_linux.go:297 msg="unsupported Radeon iGPU detected skipping" id=0 total="512.0 MiB"
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.927+02:00 level=INFO source=amd_linux.go:404 msg="no compatible amdgpu devices detected"
Aug 21 23:16:21 Koalarch ollama[1046]: time=2025-08-21T23:16:21.927+02:00 level=INFO source=types.go:131 msg="inference compute" id=GPU-2cc886e0-1b9d-2512-6803-e380890bdc7b library=cuda variant=v12 compute=8.9 driver=13.0 name="NVIDIA GeForce RTX 4070 Laptop GPU" total="7.6 GiB" available="7.5 GiB"
Aug 21 23:16:21 Koalarch kernel: Initializing XFRM netlink socket
Aug 21 23:16:21 Koalarch kernel: hid-sensor-hub 0020:1022:0001.0008: hidraw2: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
Aug 21 23:16:22 Koalarch flaresolverr[1045]: 2025-08-21 23:16:22 INFO     Chrome / Chromium major version: 123
Aug 21 23:16:22 Koalarch flaresolverr[1045]: 2025-08-21 23:16:22 INFO     Launching web browser...
Aug 21 23:16:22 Koalarch kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.0671] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/4)
Aug 21 23:16:22 Koalarch avahi-daemon[696]: Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
Aug 21 23:16:22 Koalarch avahi-daemon[696]: New relevant interface docker0.IPv4 for mDNS.
Aug 21 23:16:22 Koalarch avahi-daemon[696]: Registering new address record for 172.17.0.1 on docker0.IPv4.
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1133] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1135] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1139] device (docker0): Activation: starting connection 'docker0' (f3999a7c-b8bf-4255-8e1b-917a8d2fa2ed)
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1140] device (docker0): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1140] device (docker0): state change: prepare -> config (reason 'none', managed-type: 'external')
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1141] device (docker0): state change: config -> ip-config (reason 'none', managed-type: 'external')
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1142] device (docker0): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1148] device (docker0): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1148] device (docker0): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1149] manager: NetworkManager state is now CONNECTED_LOCAL
Aug 21 23:16:22 Koalarch NetworkManager[695]: <info>  [1755810982.1150] device (docker0): Activation: successful, device activated.
Aug 21 23:16:22 Koalarch dockerd[1044]: time="2025-08-21T23:16:22.142273848+02:00" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count d59e47414ddc70f513f382b61b10ef72877c3d38c81bdc1482146bec0b9430bc], retrying...."
Aug 21 23:16:22 Koalarch dockerd[1044]: time="2025-08-21T23:16:22.176902735+02:00" level=warning msg="error locating sandbox id b4e31a5ac5f26b39d8f40b8575fd647f1804e37982770407a01da23e9a15a152: sandbox b4e31a5ac5f26b39d8f40b8575fd647f1804e37982770407a01da23e9a15a152 not found"
Aug 21 23:16:22 Koalarch kernel: usb 5-1: USB disconnect, device number 4
Aug 21 23:16:22 Koalarch flaresolverr[1045]: 2025-08-21 23:16:22 ERROR    Error starting Chrome: <urlopen error [Errno -3] Temporary failure in name resolution>
Aug 21 23:16:22 Koalarch flaresolverr[1045]: Traceback (most recent call last):
Aug 21 23:16:22 Koalarch flaresolverr[1045]:   File "utils.py", line 316, in get_user_agent
Aug 21 23:16:22 Koalarch flaresolverr[1045]:   File "utils.py", line 203, in get_webdriver
Aug 21 23:16:22 Koalarch flaresolverr[1045]: UnboundLocalError: cannot access local variable 'driver' where it is not associated with a value
Aug 21 23:16:22 Koalarch flaresolverr[1045]: During handling of the above exception, another exception occurred:
Aug 21 23:16:22 Koalarch flaresolverr[1045]: Traceback (most recent call last):
Aug 21 23:16:22 Koalarch flaresolverr[1045]:   File "flaresolverr.py", line 108, in <module>
Aug 21 23:16:22 Koalarch flaresolverr[1045]:   File "flaresolverr_service.py", line 73, in test_browser_installation
Aug 21 23:16:22 Koalarch flaresolverr[1045]:   File "utils.py", line 322, in get_user_agent
Aug 21 23:16:22 Koalarch flaresolverr[1045]: Exception: Error getting browser User-Agent. cannot access local variable 'driver' where it is not associated with a value
Aug 21 23:16:22 Koalarch flaresolverr[1045]: [1045] Failed to execute script 'flaresolverr' due to unhandled exception!
Aug 21 23:16:22 Koalarch sddm-greeter-qt6[945]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Aug 21 23:16:22 Koalarch sddm-greeter-qt6[945]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Aug 21 23:16:22 Koalarch sddm-greeter-qt6[945]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Aug 21 23:16:22 Koalarch sddm-greeter-qt6[945]: Connected to the daemon.
Aug 21 23:16:22 Koalarch sddm[793]: Message received from greeter: Connect
Aug 21 23:16:22 Koalarch systemd[1]: flaresolverr.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 23:16:22 Koalarch containerd[795]: time="2025-08-21T23:16:22.253800016+02:00" level=info msg="connecting to shim 697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c" address="unix:///run/containerd/s/c3a17c909fbbae65d9112acfef3583a5df8dfc21b61f41bea67a39a4e335c8cf" namespace=moby protocol=ttrpc version=3
Aug 21 23:16:22 Koalarch systemd[1]: flaresolverr.service: Failed with result 'exit-code'.
Aug 21 23:16:22 Koalarch systemd[1]: flaresolverr.service: Consumed 317ms CPU time, 117.6M memory peak.
Aug 21 23:16:22 Koalarch sddm-helper-start-wayland[882]: "pci id for fd 24: 10de:2820, driver (null)\nkmsro: driver missing\n"
Aug 21 23:16:22 Koalarch sddm-greeter-qt6[945]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Aug 21 23:16:22 Koalarch systemd[1]: Started libcontainer container 697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c.
Aug 21 23:16:22 Koalarch sddm-greeter-qt6[945]: Adding view for "eDP-1" QRect(0,0 1707x1067)
Aug 21 23:16:22 Koalarch sddm-greeter-qt6[945]: Message received from daemon: Capabilities
Aug 21 23:16:22 Koalarch sddm-greeter-qt6[945]: Message received from daemon: HostName
Aug 21 23:16:22 Koalarch systemd[845]: Starting sandboxed app permission store...
Aug 21 23:16:22 Koalarch systemd[845]: Started sandboxed app permission store.
Aug 21 23:16:22 Koalarch kernel: usb 5-1: new full-speed USB device number 5 using xhci_hcd
Aug 21 23:16:22 Koalarch kernel: usb 5-1: New USB device found, idVendor=0a12, idProduct=4010, bcdDevice=21.16
Aug 21 23:16:22 Koalarch kernel: usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 21 23:16:22 Koalarch kernel: hub 5-1:1.0: USB hub found
Aug 21 23:16:22 Koalarch kernel: hub 5-1:1.0: 4 ports detected
Aug 21 23:16:23 Koalarch systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 21 23:16:23 Koalarch kernel: usb 5-1.1: new full-speed USB device number 6 using xhci_hcd
Aug 21 23:16:23 Koalarch kernel: usb 5-1.1: New USB device found, idVendor=041e, idProduct=3132, bcdDevice=10.00
Aug 21 23:16:23 Koalarch kernel: usb 5-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
Aug 21 23:16:23 Koalarch kernel: usb 5-1.1: Product: Creative BT-W6
Aug 21 23:16:23 Koalarch kernel: usb 5-1.1: Manufacturer: Creative Technology Ltd
Aug 21 23:16:23 Koalarch kernel: usb 5-1.1: SerialNumber: C573B0800F2E4CC32000
Aug 21 23:16:23 Koalarch kernel: input: Creative Technology Ltd Creative BT-W6 Consumer Control as /devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1/5-1.1:1.0/0003:041E:3132.0009/input/input29
Aug 21 23:16:23 Koalarch kernel: input: Creative Technology Ltd Creative BT-W6 as /devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1/5-1.1:1.0/0003:041E:3132.0009/input/input30
Aug 21 23:16:23 Koalarch kernel: input: Creative Technology Ltd Creative BT-W6 as /devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1/5-1.1:1.0/0003:041E:3132.0009/input/input31
Aug 21 23:16:23 Koalarch kernel: hid-generic 0003:041E:3132.0009: input,hiddev98,hidraw3: USB HID v1.11 Device [Creative Technology Ltd Creative BT-W6] on usb-0000:68:00.3-1.1/input0
Aug 21 23:16:23 Koalarch kernel: hid-generic 0003:041E:3132.000A: hiddev99,hidraw7: USB HID v1.11 Device [Creative Technology Ltd Creative BT-W6] on usb-0000:68:00.3-1.1/input1
Aug 21 23:16:24 Koalarch mtp-probe[1428]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1"
Aug 21 23:16:24 Koalarch mtp-probe[1428]: bus: 5, device: 6 was not an MTP device
Aug 21 23:16:24 Koalarch asusd[890]: [DEBUG asusd::aura_manager] Not ASUS vendor ID
Aug 21 23:16:24 Koalarch asusd[890]: [DEBUG asusd::aura_manager] Not ASUS vendor ID
Aug 21 23:16:24 Koalarch mtp-probe[1439]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:08.3/0000:68:00.3/usb5/5-1/5-1.1"
Aug 21 23:16:24 Koalarch mtp-probe[1439]: bus: 5, device: 6 was not an MTP device
Aug 21 23:16:24 Koalarch NetworkManager[695]: <info>  [1755810984.8840] policy: auto-activating connection 'Australia' (a2d7fc4f-59d3-4729-b5c3-b112b70bf298)
Aug 21 23:16:24 Koalarch NetworkManager[695]: <info>  [1755810984.8842] device (wlp99s0): Activation: starting connection 'Australia' (a2d7fc4f-59d3-4729-b5c3-b112b70bf298)
Aug 21 23:16:24 Koalarch NetworkManager[695]: <info>  [1755810984.8842] device (wlp99s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Aug 21 23:16:24 Koalarch NetworkManager[695]: <info>  [1755810984.8843] manager: NetworkManager state is now CONNECTING
Aug 21 23:16:24 Koalarch NetworkManager[695]: <info>  [1755810984.9803] device (wlp99s0): set-hw-addr: reset MAC address to 2C:9C:58:46:A5:AD (preserve)
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0345] device (wlp99s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0347] device (wlp99s0): Activation: (wifi) access point 'Australia' has security, but secrets are required.
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0347] device (wlp99s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0348] sup-iface[c012c6cf3decec4e,0,wlp99s0]: wps: type pbc start...
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0349] device (wlp99s0): supplicant interface state: disconnected -> interface_disabled
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0349] device (p2p-dev-wlp99s0): supplicant management interface state: disconnected -> interface_disabled
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0349] device (wlp99s0): supplicant interface state: interface_disabled -> disconnected
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0349] device (p2p-dev-wlp99s0): supplicant management interface state: interface_disabled -> disconnected
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0350] device (wlp99s0): supplicant interface state: disconnected -> inactive
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0350] device (p2p-dev-wlp99s0): supplicant management interface state: disconnected -> inactive
Aug 21 23:16:25 Koalarch wpa_supplicant[888]: wlp99s0: WPS-PBC-ACTIVE
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0355] device (wlp99s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0355] device (wlp99s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0356] device (wlp99s0): Activation: (wifi) connection 'Australia' has security, and secrets exist.  No new secrets needed.
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0356] Config: added 'ssid' value 'Australia'
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0356] Config: added 'scan_ssid' value '1'
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0356] Config: added 'bgscan' value 'simple:30:-65:300'
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0356] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0356] Config: added 'auth_alg' value 'OPEN'
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0356] Config: added 'psk' value '<hidden>'
Aug 21 23:16:25 Koalarch wpa_supplicant[888]: wlp99s0: WPS-CANCEL
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0644] device (wlp99s0): supplicant interface state: inactive -> scanning
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.0644] device (p2p-dev-wlp99s0): supplicant management interface state: inactive -> scanning
Aug 21 23:16:25 Koalarch wpa_supplicant[888]: wlp99s0: SME: Trying to authenticate with 44:d4:53:a0:02:48 (SSID='Australia' freq=2462 MHz)
Aug 21 23:16:25 Koalarch kernel: wlp99s0: authenticate with 44:d4:53:a0:02:48 (local address=2c:9c:58:46:a5:ad)
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.2461] device (wlp99s0): supplicant interface state: scanning -> authenticating
Aug 21 23:16:25 Koalarch kernel: wlp99s0: send auth to 44:d4:53:a0:02:48 (try 1/3)
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.2461] device (p2p-dev-wlp99s0): supplicant management interface state: scanning -> authenticating
Aug 21 23:16:25 Koalarch wpa_supplicant[888]: wlp99s0: Trying to associate with 44:d4:53:a0:02:48 (SSID='Australia' freq=2462 MHz)
Aug 21 23:16:25 Koalarch kernel: wlp99s0: authenticated
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.2544] device (wlp99s0): supplicant interface state: authenticating -> associating
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.2544] device (p2p-dev-wlp99s0): supplicant management interface state: authenticating -> associating
Aug 21 23:16:25 Koalarch kernel: wlp99s0: associate with 44:d4:53:a0:02:48 (try 1/3)
Aug 21 23:16:25 Koalarch kernel: wlp99s0: RX AssocResp from 44:d4:53:a0:02:48 (capab=0x1411 status=0 aid=27)
Aug 21 23:16:25 Koalarch kernel: wlp99s0: associated
Aug 21 23:16:25 Koalarch wpa_supplicant[888]: wlp99s0: Associated with 44:d4:53:a0:02:48
Aug 21 23:16:25 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.3277] device (wlp99s0): supplicant interface state: associating -> 4way_handshake
Aug 21 23:16:25 Koalarch NetworkManager[695]: <info>  [1755810985.3277] device (p2p-dev-wlp99s0): supplicant management interface state: associating -> 4way_handshake
Aug 21 23:16:25 Koalarch sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/breeze/Main.qml:232:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Aug 21 23:16:25 Koalarch sddm-greeter-qt6[945]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Aug 21 23:16:25 Koalarch sddm[793]: Message received from greeter: Login
Aug 21 23:16:25 Koalarch sddm[793]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Aug 21 23:16:25 Koalarch sddm[793]: Session "/usr/share/wayland-sessions/plasma.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 2
Aug 21 23:16:25 Koalarch sddm-helper[1441]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                            Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                            If this causes problems, reconfigure your locale. See the locale(1) manual
                                            for more information.
Aug 21 23:16:25 Koalarch sddm-helper[1441]: [PAM] Starting...
Aug 21 23:16:25 Koalarch sddm-helper[1441]: [PAM] Authenticating...
Aug 21 23:16:25 Koalarch sddm-helper[1441]: [PAM] Preparing to converse...
Aug 21 23:16:25 Koalarch sddm-helper[1441]: [PAM] Conversation with 1 messages
Aug 21 23:16:25 Koalarch sddm-helper[1441]: [PAM] returning.
Aug 21 23:16:25 Koalarch sddm[793]: Authentication for user  "sebastien"  successful
Aug 21 23:16:25 Koalarch sddm-greeter-qt6[945]: Message received from daemon: LoginSucceeded
Aug 21 23:16:25 Koalarch sddm-helper[1441]: pam_unix(sddm:session): session opened for user sebastien(uid=1000) by sebastien(uid=0)
Aug 21 23:16:25 Koalarch systemd-logind[701]: New session 2 of user sebastien.
Aug 21 23:16:25 Koalarch systemd[1]: Created slice User Slice of UID 1000.
Aug 21 23:16:25 Koalarch systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 21 23:16:25 Koalarch kernel: wlp99s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 44:d4:53:a0:02:48
Aug 21 23:16:25 Koalarch systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 21 23:16:25 Koalarch systemd[1]: Starting User Manager for UID 1000...
Aug 21 23:16:25 Koalarch (systemd)[1447]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sebastien] ruser=[<unknown>] rhost=[<unknown>]
Aug 21 23:16:25 Koalarch (systemd)[1447]: pam_unix(systemd-user:session): session opened for user sebastien(uid=1000) by sebastien(uid=0)
Aug 21 23:16:25 Koalarch systemd-logind[701]: New session 3 of user sebastien.
Aug 21 23:16:26 Koalarch sddm-helper-start-wayland[882]: wayland greeter finished 0 QProcess::NormalExit
Aug 21 23:16:26 Koalarch sddm-helper-start-wayland[882]: quitting helper-start-wayland
Aug 21 23:16:26 Koalarch sddm-helper-start-wayland[882]: Stopping... "kwin_wayland"
Aug 21 23:16:26 Koalarch systemd[1447]: Queued start job for default target Main User Target.
Aug 21 23:16:26 Koalarch systemd[1447]: Created slice User Application Slice.
Aug 21 23:16:26 Koalarch sddm-helper[841]: pam_unix(sddm-greeter:session): session closed for user sddm
Aug 21 23:16:26 Koalarch systemd[1447]: Reached target Paths.
Aug 21 23:16:26 Koalarch systemd[1447]: Reached target Timers.
Aug 21 23:16:26 Koalarch systemd[1447]: Starting D-Bus User Message Bus Socket...
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on GnuPG network certificate management daemon.
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on GnuPG public key management service.
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on p11-kit server.
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on PipeWire PulseAudio.
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on PipeWire Multimedia System Sockets.
Aug 21 23:16:26 Koalarch systemd[1447]: Listening on D-Bus User Message Bus Socket.
Aug 21 23:16:26 Koalarch systemd[1447]: Reached target Sockets.
Aug 21 23:16:26 Koalarch systemd[1447]: Reached target Basic System.
Aug 21 23:16:26 Koalarch systemd[1]: Started User Manager for UID 1000.
Aug 21 23:16:26 Koalarch systemd[1447]: Starting Update XDG user dir configuration...
Aug 21 23:16:26 Koalarch systemd[1]: Started Session 2 of User sebastien.
Aug 21 23:16:26 Koalarch sddm-helper[1441]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
Aug 21 23:16:26 Koalarch sddm-helper-start-wayland[882]: wayland compositor finished 15 QProcess::NormalExit
Aug 21 23:16:26 Koalarch sddm-helper-start-wayland[882]: quitting helper-start-wayland
Aug 21 23:16:26 Koalarch sddm-helper[1484]: Jumping to VT 2
Aug 21 23:16:26 Koalarch sddm-helper[1484]: VT mode didn't need to be fixed
Aug 21 23:16:26 Koalarch sddm-helper[841]: [PAM] Closing session
Aug 21 23:16:26 Koalarch sddm[793]: Session started true
Aug 21 23:16:26 Koalarch sddm-helper[841]: [PAM] Ended.
Aug 21 23:16:26 Koalarch sddm[793]: Auth: sddm-helper exited successfully
Aug 21 23:16:26 Koalarch sddm[793]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Aug 21 23:16:26 Koalarch systemd-logind[701]: Session c1 logged out. Waiting for processes to exit.
Aug 21 23:16:26 Koalarch systemd[1447]: Finished Update XDG user dir configuration.
Aug 21 23:16:26 Koalarch systemd[1]: session-c1.scope: Deactivated successfully.
Aug 21 23:16:26 Koalarch systemd[1447]: Reached target Main User Target.
Aug 21 23:16:26 Koalarch systemd[1447]: Startup finished in 122ms.
Aug 21 23:16:26 Koalarch systemd[1]: session-c1.scope: Consumed 956ms CPU time, 414.5M memory peak.
Aug 21 23:16:26 Koalarch systemd-logind[701]: Removed session c1.
Aug 21 23:16:26 Koalarch systemd[1447]: Created slice User Core Session Slice.
Aug 21 23:16:26 Koalarch systemd[1447]: Starting D-Bus User Message Bus...
Aug 21 23:16:26 Koalarch wpa_supplicant[888]: wlp99s0: WPA: Key negotiation completed with 44:d4:53:a0:02:48 [PTK=CCMP GTK=CCMP]
Aug 21 23:16:26 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-CONNECTED - Connection to 44:d4:53:a0:02:48 completed [id=0 id_str=]
Aug 21 23:16:26 Koalarch wpa_supplicant[888]: bgscan simple: Failed to enable signal strength monitoring
Aug 21 23:16:26 Koalarch dbus-broker-launch[1515]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Aug 21 23:16:26 Koalarch dbus-broker-launch[1515]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Aug 21 23:16:26 Koalarch dbus-broker-launch[1515]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Aug 21 23:16:26 Koalarch dbus-broker-launch[1515]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Aug 21 23:16:26 Koalarch dbus-broker-launch[1515]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Aug 21 23:16:26 Koalarch systemd[1447]: Started D-Bus User Message Bus.
Aug 21 23:16:26 Koalarch dbus-broker-launch[1515]: Ready
Aug 21 23:16:26 Koalarch systemd[1447]: Reload requested from client PID 1484 ('startplasma-way')...
Aug 21 23:16:26 Koalarch systemd[1447]: Reloading...
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.2432] device (wlp99s0): supplicant interface state: 4way_handshake -> completed
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.2432] device (wlp99s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Australia"
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.2432] device (p2p-dev-wlp99s0): supplicant management interface state: 4way_handshake -> completed
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.2436] device (wlp99s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.2438] dhcp4 (wlp99s0): activation: beginning transaction (timeout in 45 seconds)
Aug 21 23:16:26 Koalarch avahi-daemon[696]: Joining mDNS multicast group on interface wlp99s0.IPv6 with address fe80::4c0e:e94d:9780:5339.
Aug 21 23:16:26 Koalarch avahi-daemon[696]: New relevant interface wlp99s0.IPv6 for mDNS.
Aug 21 23:16:26 Koalarch avahi-daemon[696]: Registering new address record for fe80::4c0e:e94d:9780:5339 on wlp99s0.*.
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.2577] dhcp4 (wlp99s0): state changed new lease, address=192.168.1.52, acd pending
Aug 21 23:16:26 Koalarch systemd[1447]: Reloading finished in 58 ms.
Aug 21 23:16:26 Koalarch systemd[1447]: Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
Aug 21 23:16:26 Koalarch systemd[1447]: Started dbus-:1.2-org.kde.KSplash@0.service.
Aug 21 23:16:26 Koalarch wpa_supplicant[888]: wlp99s0: WNM: Disassociation Imminent - Disassociation Timer 15
Aug 21 23:16:26 Koalarch wpa_supplicant[888]: wlp99s0: WNM: Preferred List Available
Aug 21 23:16:26 Koalarch systemd[1447]: Created slice User Background Tasks Slice.
Aug 21 23:16:26 Koalarch systemd[1447]: Reached target Session services which should run early before the graphical session is brought up.
Aug 21 23:16:26 Koalarch systemd[1447]: Starting KDE Global Shortcuts Server...
Aug 21 23:16:26 Koalarch systemd[1447]: Starting KDE Window Manager...
Aug 21 23:16:26 Koalarch systemd[1447]: Starting Baloo File Indexer Daemon...
Aug 21 23:16:26 Koalarch systemd[1447]: Started KDE Window Manager.
Aug 21 23:16:26 Koalarch systemd[1447]: Starting KDE Config Module Initialization...
Aug 21 23:16:26 Koalarch systemd[1447]: Started KDE Global Shortcuts Server.
Aug 21 23:16:26 Koalarch systemd[1447]: Started Baloo File Indexer Daemon.
Aug 21 23:16:26 Koalarch systemd[1447]: Starting Portal service...
Aug 21 23:16:26 Koalarch systemd[1]: Starting Disk Manager...
Aug 21 23:16:26 Koalarch udisksd[1537]: udisks daemon version 2.10.1 starting
Aug 21 23:16:26 Koalarch systemd[1447]: Starting sandboxed app permission store...
Aug 21 23:16:26 Koalarch systemd[1447]: Started sandboxed app permission store.
Aug 21 23:16:26 Koalarch systemd[1447]: Starting flatpak document portal service...
Aug 21 23:16:26 Koalarch systemd[1447]: Started flatpak document portal service.
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.4163] dhcp4 (wlp99s0): state changed new lease, address=192.168.1.52
Aug 21 23:16:26 Koalarch avahi-daemon[696]: Joining mDNS multicast group on interface wlp99s0.IPv4 with address 192.168.1.52.
Aug 21 23:16:26 Koalarch avahi-daemon[696]: New relevant interface wlp99s0.IPv4 for mDNS.
Aug 21 23:16:26 Koalarch avahi-daemon[696]: Registering new address record for 192.168.1.52 on wlp99s0.IPv4.
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.4201] policy: set 'Australia' (wlp99s0) as default for IPv4 routing and DNS
Aug 21 23:16:26 Koalarch dbus-broker-launch[693]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.4658] device (wlp99s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.4667] device (wlp99s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.4667] device (wlp99s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.4668] manager: NetworkManager state is now CONNECTED_SITE
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.4669] device (wlp99s0): Activation: successful, device activated.
Aug 21 23:16:26 Koalarch kernel: nvme nvme0: using unchecked data buffer
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 4 threads of 2 processes of 1 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 4 threads of 2 processes of 1 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 4 threads of 2 processes of 1 users.
Aug 21 23:16:26 Koalarch kernel: block nvme0n1: No UUID available providing old NGUID
Aug 21 23:16:26 Koalarch kwin_wayland[1529]: No backend specified, automatically choosing drm
Aug 21 23:16:26 Koalarch udisksd[1537]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Aug 21 23:16:26 Koalarch systemd[1]: Started Disk Manager.
Aug 21 23:16:26 Koalarch systemd[1]: Starting Daemon for power management...
Aug 21 23:16:26 Koalarch kwin_wayland_wrapper[1529]: pci id for fd 44: 10de:2820, driver (null)
Aug 21 23:16:26 Koalarch kwin_wayland_wrapper[1529]: kmsro: driver missing
Aug 21 23:16:26 Koalarch wpa_supplicant[888]: wlp99s0: SME: Trying to authenticate with 44:d4:53:a0:02:40 (SSID='Australia' freq=5500 MHz)
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.6886] device (wlp99s0): ip:dhcp4: restarting
Aug 21 23:16:26 Koalarch kernel: wlp99s0: disconnect from AP 44:d4:53:a0:02:48 for new auth to 44:d4:53:a0:02:40
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.7053] dhcp4 (wlp99s0): canceled DHCP transaction
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.7053] dhcp4 (wlp99s0): activation: beginning transaction (timeout in 45 seconds)
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.7053] dhcp4 (wlp99s0): state changed no lease
Aug 21 23:16:26 Koalarch NetworkManager[695]: <info>  [1755810986.7053] dhcp4 (wlp99s0): activation: beginning transaction (timeout in 45 seconds)
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch systemd[1447]: Started PipeWire Multimedia Service.
Aug 21 23:16:26 Koalarch systemd[1447]: Started Multimedia Service Session Manager.
Aug 21 23:16:26 Koalarch systemd[1]: Started Daemon for power management.
Aug 21 23:16:26 Koalarch baloo_file[1527]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.44'
Aug 21 23:16:26 Koalarch baloo_file[1527]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.47'
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 4 threads of 2 processes of 1 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 4 threads of 2 processes of 1 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 4 threads of 2 processes of 1 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Successfully made thread 1615 of process 1615 owned by '1000' high priority at nice level -11.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 5 threads of 3 processes of 2 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 5 threads of 3 processes of 2 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Successfully made thread 1623 of process 1615 owned by '1000' RT at priority 20.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 6 threads of 3 processes of 2 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 6 threads of 3 processes of 2 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 6 threads of 3 processes of 2 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Successfully made thread 1616 of process 1616 owned by '1000' high priority at nice level -11.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 7 threads of 4 processes of 2 users.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Successfully made thread 1630 of process 1616 owned by '1000' RT at priority 20.
Aug 21 23:16:26 Koalarch rtkit-daemon[1018]: Supervising 8 threads of 4 processes of 2 users.
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: HDR SB:01 1a 02 00 c0 84 90 3e 59 2e 25 8d 46 1b ba 09
Aug 21 23:16:26 Koalarch kernel: HDR SB:09 3d 47 40 90 01 2e 00 90 01 90 01 00 00 00 00
Aug 21 23:16:26 Koalarch kernel: wlp99s0: authenticate with 44:d4:53:a0:02:40 (local address=2c:9c:58:46:a5:ad)
Aug 21 23:16:27 Koalarch wireplumber[1616]: [0:00:14.416652706] [1616]  INFO Camera camera_manager.cpp:330 libcamera v0.5.2
Aug 21 23:16:27 Koalarch wireplumber[1616]: [0:00:14.527961785] [1636]  INFO Camera camera_manager.cpp:220 Adding camera '\_SB_.PCI0.GPPA.XHC1.RHUB.PRT1-1:1.0-3277:0059' for pipeline handler uvcvideo
Aug 21 23:16:27 Koalarch wireplumber[1616]: [0:00:14.528484782] [1636]  INFO Camera camera_manager.cpp:220 Adding camera '\_SB_.PCI0.GPPA.XHC1.RHUB.PRT1-1:1.2-3277:0059' for pipeline handler uvcvideo
Aug 21 23:16:27 Koalarch kernel: wlp99s0: send auth to 44:d4:53:a0:02:40 (try 1/3)
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.3011] device (wlp99s0): supplicant interface state: completed -> authenticating
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.3012] device (p2p-dev-wlp99s0): supplicant management interface state: completed -> authenticating
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: SME: Trying to authenticate with 44:d4:53:a0:02:40 (SSID='Australia' freq=5500 MHz)
Aug 21 23:16:27 Koalarch kernel: wlp99s0: authenticate with 44:d4:53:a0:02:40 (local address=2c:9c:58:46:a5:ad)
Aug 21 23:16:27 Koalarch kernel: wlp99s0: send auth to 44:d4:53:a0:02:40 (try 1/3)
Aug 21 23:16:27 Koalarch systemd[1]: flaresolverr.service: Scheduled restart job, restart counter is at 1.
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: PMKSA-CACHE-ADDED 44:d4:53:a0:02:40 0
Aug 21 23:16:27 Koalarch systemd[1]: Started FlareSolverr.
Aug 21 23:16:27 Koalarch kernel: wlp99s0: authenticated
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: Trying to associate with 44:d4:53:a0:02:40 (SSID='Australia' freq=5500 MHz)
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.3554] device (wlp99s0): supplicant interface state: authenticating -> associating
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.3554] device (p2p-dev-wlp99s0): supplicant management interface state: authenticating -> associating
Aug 21 23:16:27 Koalarch kernel: wlp99s0: associate with 44:d4:53:a0:02:40 (try 1/3)
Aug 21 23:16:27 Koalarch kernel: wlp99s0: RX ReassocResp from 44:d4:53:a0:02:40 (capab=0x1011 status=0 aid=25)
Aug 21 23:16:27 Koalarch kernel: wlp99s0: associated
Aug 21 23:16:27 Koalarch kernel: wlp99s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 44:d4:53:a0:02:40
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: Associated with 44:d4:53:a0:02:40
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.4167] device (wlp99s0): supplicant interface state: associating -> 4way_handshake
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.4167] device (p2p-dev-wlp99s0): supplicant management interface state: associating -> 4way_handshake
Aug 21 23:16:27 Koalarch flaresolverr[1637]: 2025-08-21 23:16:27 INFO     FlareSolverr 3.3.21
Aug 21 23:16:27 Koalarch flaresolverr[1637]: 2025-08-21 23:16:27 INFO     Testing web browser installation...
Aug 21 23:16:27 Koalarch flaresolverr[1637]: 2025-08-21 23:16:27 INFO     Platform: Linux-6.16.0-arch2-1.1-g14-x86_64-with-glibc2.42
Aug 21 23:16:27 Koalarch flaresolverr[1637]: 2025-08-21 23:16:27 INFO     Chrome / Chromium path: /opt/flaresolverr/chrome/chrome
Aug 21 23:16:27 Koalarch flaresolverr[1637]: 2025-08-21 23:16:27 INFO     Chrome / Chromium major version: 123
Aug 21 23:16:27 Koalarch flaresolverr[1637]: 2025-08-21 23:16:27 INFO     Launching web browser...
Aug 21 23:16:27 Koalarch kernel: Bluetooth: hci0: Execution of wmt command timed out
Aug 21 23:16:27 Koalarch kernel: Bluetooth: hci0: Failed to send wmt func ctrl (-110)
Aug 21 23:16:27 Koalarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Aug 21 23:16:27 Koalarch systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 21 23:16:27 Koalarch systemd[1]: Stopped target Bluetooth Support.
Aug 21 23:16:27 Koalarch systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: WPA: Key negotiation completed with 44:d4:53:a0:02:40 [PTK=CCMP GTK=CCMP]
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: wlp99s0: CTRL-EVENT-CONNECTED - Connection to 44:d4:53:a0:02:40 completed [id=0 id_str=]
Aug 21 23:16:27 Koalarch wpa_supplicant[888]: bgscan simple: Failed to enable signal strength monitoring
Aug 21 23:16:27 Koalarch kernel: usb 3-3: reset high-speed USB device number 2 using xhci_hcd
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.7955] device (wlp99s0): supplicant interface state: 4way_handshake -> completed
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.7983] device (wlp99s0): ip:dhcp4: restarting
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.8153] dhcp4 (wlp99s0): canceled DHCP transaction
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.8153] dhcp4 (wlp99s0): state changed no lease
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.8153] dhcp4 (wlp99s0): activation: beginning transaction (timeout in 45 seconds)
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.8153] device (p2p-dev-wlp99s0): supplicant management interface state: 4way_handshake -> completed
Aug 21 23:16:27 Koalarch kernel: Bluetooth: hci1: HW/SW Version: 0x00000000, Build Time: 20250721233113
Aug 21 23:16:27 Koalarch systemd[1447]: Reached target Bluetooth.
Aug 21 23:16:27 Koalarch systemd[845]: Reached target Bluetooth.
Aug 21 23:16:27 Koalarch systemd[1]: Reached target Bluetooth Support.
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.9711] dhcp4 (wlp99s0): state changed new lease, address=192.168.1.52, acd pending
Aug 21 23:16:27 Koalarch NetworkManager[695]: <info>  [1755810987.9713] dhcp4 (wlp99s0): state changed new lease, address=192.168.1.52
Aug 21 23:16:28 Koalarch kcminit_startup[1533]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Aug 21 23:16:28 Koalarch NetworkManager[695]: <info>  [1755810988.1434] manager: NetworkManager state is now CONNECTED_GLOBAL
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1647]: pci id for fd 11: 10de:2820, driver (null)
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1647]: kmsro: driver missing
Aug 21 23:16:28 Koalarch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1666]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1666]: > Warning:          Could not resolve keysym XF86RefreshRateToggle
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1666]: > Warning:          Could not resolve keysym XF86Accessibility
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1666]: > Warning:          Could not resolve keysym XF86DoNotDisturb
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1666]: Errors from xkbcomp are not fatal to the X server
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: > Warning:          Unsupported maximum keycode 708, clipping.
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: >                   X11 cannot support keycodes above 255.
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: > Warning:          Virtual modifier Hyper multiply defined
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: >                   Using 0, ignoring 0
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: > Warning:          Virtual modifier ScrollLock multiply defined
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: >                   Using 0, ignoring 0
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: > Warning:          Could not resolve keysym XF86RefreshRateToggle
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: > Warning:          Could not resolve keysym XF86Accessibility
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: > Warning:          Could not resolve keysym XF86DoNotDisturb
Aug 21 23:16:28 Koalarch kwin_wayland_wrapper[1671]: Errors from xkbcomp are not fatal to the X server
Aug 21 23:16:28 Koalarch systemd[1447]: Starting Accessibility services bus...
Aug 21 23:16:28 Koalarch systemd[1447]: Started Accessibility services bus.
Aug 21 23:16:28 Koalarch kcminit[1672]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Aug 21 23:16:28 Koalarch kcminit[1672]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Aug 21 23:16:28 Koalarch dbus-broker-launch[1684]: Ready
Aug 21 23:16:28 Koalarch kcminit_startup[1533]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Aug 21 23:16:28 Koalarch kcminit_startup[1533]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Aug 21 23:16:28 Koalarch systemd[1447]: Started KDE Config Module Initialization.
Aug 21 23:16:28 Koalarch systemd[1447]: Starting KDE Daemon 6...
Aug 21 23:16:28 Koalarch systemd[1447]: Starting KDE Session Management Server...
Aug 21 23:16:28 Koalarch kded6[1694]: pci id for fd 16: 10de:2820, driver (null)
Aug 21 23:16:28 Koalarch kded6[1694]: kmsro: driver missing
Aug 21 23:16:28 Koalarch systemd[1447]: Started KDE Daemon 6.
Aug 21 23:16:28 Koalarch systemd[1447]: Starting KDE Configuration Module Initialization (Phase 1)...
Aug 21 23:16:28 Koalarch systemd[1447]: Started KDE Session Management Server.
Aug 21 23:16:28 Koalarch systemd[1447]: Starting KDE Plasma Workspace...
Aug 21 23:16:28 Koalarch systemd[1447]: Created slice Slice /app/dbus-:1.19-org.a11y.atspi.Registry.
Aug 21 23:16:28 Koalarch systemd[1447]: Started dbus-:1.19-org.a11y.atspi.Registry@0.service.
Aug 21 23:16:28 Koalarch kded6[1694]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Aug 21 23:16:28 Koalarch kded6[1694]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Aug 21 23:16:28 Koalarch at-spi2-registryd[1733]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 21 23:16:28 Koalarch kcminit_startup[1533]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Aug 21 23:16:28 Koalarch systemd[1447]: Finished KDE Configuration Module Initialization (Phase 1).
Aug 21 23:16:28 Koalarch systemd[1447]: Started PipeWire PulseAudio.
Aug 21 23:16:28 Koalarch plasmashell[1732]: pci id for fd 16: 10de:2820, driver (null)
Aug 21 23:16:28 Koalarch plasmashell[1732]: kmsro: driver missing
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Supervising 8 threads of 4 processes of 2 users.
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Supervising 8 threads of 4 processes of 2 users.
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Supervising 8 threads of 4 processes of 2 users.
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Successfully made thread 1744 of process 1744 owned by '1000' high priority at nice level -11.
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Supervising 9 threads of 5 processes of 2 users.
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Successfully made thread 1758 of process 1744 owned by '1000' RT at priority 20.
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Supervising 10 threads of 5 processes of 2 users.
Aug 21 23:16:28 Koalarch kded6[1694]: QDBusObjectPath: invalid path "/modules/wpad-detector"
Aug 21 23:16:28 Koalarch kded6[1694]: kf.dbusaddons: The kded module name "wpad-detector" is invalid!
Aug 21 23:16:28 Koalarch kded6[1694]: org.kde.kameleon: found no RGB LED devices
Aug 21 23:16:28 Koalarch systemd[1447]: Starting KActivityManager Activity manager Service...
Aug 21 23:16:28 Koalarch systemd[1447]: Started KDE Plasma Workspace.
Aug 21 23:16:28 Koalarch systemd[1447]: Reached target KDE Plasma Workspace Core.
Aug 21 23:16:28 Koalarch systemd[1447]: Started Proxies GTK DBus menus to a Plasma readable format.
Aug 21 23:16:28 Koalarch systemd[1447]: Started KAccess.
Aug 21 23:16:28 Koalarch systemd[1447]: Starting KSplash "ready" Stage...
Aug 21 23:16:28 Koalarch systemd[1447]: Starting KDE PolicyKit Authentication Agent...
Aug 21 23:16:28 Koalarch systemd[1447]: Starting Powerdevil...
Aug 21 23:16:28 Koalarch systemd[1447]: Starting Xdg Desktop Portal For KDE...
Aug 21 23:16:28 Koalarch systemd[1447]: Started Handle legacy xembed system tray icons.
Aug 21 23:16:28 Koalarch systemd[1447]: Finished KSplash "ready" Stage.
Aug 21 23:16:28 Koalarch systemd[1447]: Started KActivityManager Activity manager Service.
Aug 21 23:16:28 Koalarch kded6[1694]: QDBusObjectPath: invalid path "/modules/oom-notifier"
Aug 21 23:16:28 Koalarch kded6[1694]: kf.dbusaddons: The kded module name "oom-notifier" is invalid!
Aug 21 23:16:28 Koalarch kaccess[1783]: Xlib XKB extension major= 1  minor= 0
Aug 21 23:16:28 Koalarch NetworkManager[695]: <info>  [1755810988.6842] agent-manager: agent[bf604a76ba8bea8f,:1.52/org.kde.plasma.networkmanagement/1000]: agent registered
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Starting libddcutil. library built Not set at Not set. stdout_stderr_redirected=true
Aug 21 23:16:28 Koalarch kded6[1694]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Aug 21 23:16:28 Koalarch polkit-kde-authentication-agent-1[1785]: pci id for fd 16: 10de:2820, driver (null)
Aug 21 23:16:28 Koalarch polkit-kde-authentication-agent-1[1785]: kmsro: driver missing
Aug 21 23:16:28 Koalarch xdg-desktop-portal-kde[1787]: pci id for fd 16: 10de:2820, driver (null)
Aug 21 23:16:28 Koalarch xdg-desktop-portal-kde[1787]: kmsro: driver missing
Aug 21 23:16:28 Koalarch systemd[1447]: Started KDE PolicyKit Authentication Agent.
Aug 21 23:16:28 Koalarch polkit-kde-authentication-agent-1[1785]: New PolkitAgentListener  0x563e7b184fd0
Aug 21 23:16:28 Koalarch polkit-kde-authentication-agent-1[1785]: Adding new listener  PolkitQt1::Agent::Listener(0x563e7b1dff50) for  0x563e7b184fd0
Aug 21 23:16:28 Koalarch polkit-kde-authentication-agent-1[1785]: Listener online
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Initializing libddcutil.  ddcutil version: 2.2.1, shared library: /usr/lib/libddcutil.so.5.3.0
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Options passed from client:
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Applying combined libddcutil options:
Aug 21 23:16:28 Koalarch polkitd[934]: Registered Authentication Agent for unix-session:2 (system bus name :1.57 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale C.UTF-8)
Aug 21 23:16:28 Koalarch polkit-kde-authentication-agent-1[1785]: Authentication agent result: true
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-7 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-8 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-9 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-10 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-11 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-12 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-13 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-14 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-15 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-16 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-17 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-18 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-19 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-20 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-21 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-22 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-23 lacks R/W permissions
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Device /dev/i2c-24 lacks R/W permissions
Aug 21 23:16:28 Koalarch systemd[1447]: Started Xdg Desktop Portal For KDE.
Aug 21 23:16:28 Koalarch kaccess[1783]: X server XKB extension major= 1  minor= 0
Aug 21 23:16:28 Koalarch systemd[1447]: Starting User preferences database...
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Supervising 10 threads of 5 processes of 2 users.
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Supervising 10 threads of 5 processes of 2 users.
Aug 21 23:16:28 Koalarch rtkit-daemon[1018]: Supervising 10 threads of 5 processes of 2 users.
Aug 21 23:16:28 Koalarch systemd[1447]: Started User preferences database.
Aug 21 23:16:28 Koalarch dbus-broker-launch[693]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Aug 21 23:16:28 Koalarch kded6[1694]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner" 
                                       "Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Aug 21 23:16:28 Koalarch systemd[1447]: Started Portal service.
Aug 21 23:16:28 Koalarch kded6[1694]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Aug 21 23:16:28 Koalarch plasmashell[1732]: kf.plasma.quick: Applet preload policy set to 1
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Library initialization complete.
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Watching for DPMS state changes unimplemented
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Watching for DPMS state changes unimplemented
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Watching for display connection changes, resolved watch mode = Watch_Mode_Xevent, poll loop interval = 100 millisec
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786]                                          extra_stabilization_millisec: 0,  stabilization_poll_millisec: 100
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error(s) opening ddc devices
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-7
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-8
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-9
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-10
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-11
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-12
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-13
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-14
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-15
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-16
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-17
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-18
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-19
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-20
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-21
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-22
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-23
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: Error EACCES(-13): Permission denied opening /dev/i2c-24
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] libddcutil recheck thread 0x562a9ac64f20 started
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] libddcutil watch thread 0x562a9acb9860 started
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error(s) opening ddc devices
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-7
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-8
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-9
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-10
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-11
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-12
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-13
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-14
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-15
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-16
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-17
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-18
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-19
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-20
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-21
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-22
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-23
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1786] Error EACCES(-13): Permission denied opening /dev/i2c-24
Aug 21 23:16:28 Koalarch org_kde_powerdevil[1786]: [  1904] (dw_recheck_displays_func) Recheck interval: Sleeping for 200 milliseconds
Aug 21 23:16:28 Koalarch systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.discretegpuhelper.
Aug 21 23:16:28 Koalarch systemd[1]: Started dbus-:1.1-org.kde.powerdevil.discretegpuhelper@0.service.
Aug 21 23:16:28 Koalarch systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.chargethresholdhelper.
Aug 21 23:16:28 Koalarch systemd[1]: Started dbus-:1.1-org.kde.powerdevil.chargethresholdhelper@0.service.
Aug 21 23:16:28 Koalarch systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.backlighthelper.
Aug 21 23:16:28 Koalarch systemd[1]: Started dbus-:1.1-org.kde.powerdevil.backlighthelper@0.service.
Aug 21 23:16:29 Koalarch systemd[1447]: Started Powerdevil.
Aug 21 23:16:29 Koalarch systemd[1447]: Reached target KDE Plasma Workspace.
Aug 21 23:16:29 Koalarch systemd[1447]: Reached target Current graphical user session.
Aug 21 23:16:29 Koalarch systemd[1447]: Reached target plasma-workspace-wayland.target.
Aug 21 23:16:29 Koalarch systemd[1447]: Starting AT-SPI D-Bus Bus...
Aug 21 23:16:29 Koalarch systemd[1447]: Starting KMix...
Aug 21 23:16:29 Koalarch systemd[1447]: Starting Discover...
Aug 21 23:16:29 Koalarch systemd[1447]: Starting Calendar Reminders...
Aug 21 23:16:29 Koalarch systemd[1447]: Starting Plasma Session Restore...
Aug 21 23:16:29 Koalarch systemd[1447]: Starting Restore Mixer Volumes...
Aug 21 23:16:29 Koalarch systemd[1447]: Starting ROG Control Center...
Aug 21 23:16:29 Koalarch org_kde_powerdevil[1786]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Aug 21 23:16:29 Koalarch systemd[1447]: Starting KDE Session Restoration...
Aug 21 23:16:29 Koalarch systemd[1447]: Started ROG Control Center.
Aug 21 23:16:29 Koalarch systemd[1447]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Aug 21 23:16:29 Koalarch systemd[1447]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Aug 21 23:16:29 Koalarch systemd[1447]: app-org.kde.kalendarac@autostart.service: Skipped due to 'exec-condition'.
Aug 21 23:16:29 Koalarch systemd[1447]: Condition check resulted in Calendar Reminders being skipped.
Aug 21 23:16:29 Koalarch systemd[1447]: Finished KDE Session Restoration.
Aug 21 23:16:29 Koalarch systemd[1447]: Started Plasma Session Restore.
Aug 21 23:16:29 Koalarch systemd[1447]: Started Discover.
Aug 21 23:16:29 Koalarch systemd[1447]: app-kmix_autostart@autostart.service: Skipped due to 'exec-condition'.
Aug 21 23:16:29 Koalarch systemd[1447]: Condition check resulted in KMix being skipped.
Aug 21 23:16:29 Koalarch systemd[1447]: Started Restore Mixer Volumes.
Aug 21 23:16:29 Koalarch systemd[1447]: Reached target Startup of XDG autostart applications.
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  12
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  13
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  14
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  15
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  16
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  17
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  18
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  19
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  12
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  13
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  14
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  15
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  16
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  17
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  18
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  19
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  12
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  13
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  14
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  15
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  16
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  17
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  18
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  19
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  12
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  13
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  14
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  15
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  16
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  17
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  18
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  19
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  12
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  13
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  14
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  15
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  12
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  13
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  12
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: Channel Map contains a pa_channel_position we cannot handle  13
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch kmixctrl[1984]: org.kde.kmix: no mix devices and not dynamic
Aug 21 23:16:29 Koalarch plasma-fallback-session-restore[1973]: pci id for fd 16: 10de:2820, driver (null)
Aug 21 23:16:29 Koalarch plasma-fallback-session-restore[1973]: kmsro: driver missing
Aug 21 23:16:29 Koalarch DiscoverNotifier[1977]: pci id for fd 16: 10de:2820, driver (null)
Aug 21 23:16:29 Koalarch DiscoverNotifier[1977]: kmsro: driver missing
Aug 21 23:16:29 Koalarch kded6[1694]: Registering ":1.49/StatusNotifierItem" to system tray
Aug 21 23:16:29 Koalarch rog-control-center[1965]: [WARN  rog_control_center::tray] supergfxd version = 5.2.7
Aug 21 23:16:29 Koalarch DiscoverNotifier[1977]: 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"
Aug 21 23:16:29 Koalarch kernel: Bluetooth: hci1: Device setup in 1720372 usecs
Aug 21 23:16:29 Koalarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Aug 21 23:16:29 Koalarch kernel: Bluetooth: hci1: AOSP extensions version v1.00
Aug 21 23:16:29 Koalarch kernel: Bluetooth: hci1: AOSP quality report is supported
Aug 21 23:16:29 Koalarch kernel: Bluetooth: MGMT ver 1.23
Aug 21 23:16:29 Koalarch bluetoothd[697]: Battery Provider Manager created
Aug 21 23:16:29 Koalarch kernel: NET: Registered PF_ALG protocol family
Aug 21 23:16:29 Koalarch kernel: Bluetooth: RFCOMM TTY layer initialized
Aug 21 23:16:29 Koalarch kernel: Bluetooth: RFCOMM socket layer initialized
Aug 21 23:16:29 Koalarch kernel: Bluetooth: RFCOMM ver 1.11
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/ldac
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aptx_hd
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_hd
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aptx
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aac
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aac
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/opus_g
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/opus_g
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/faststream
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/faststream_duplex
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/opus_05
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/opus_05
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Aug 21 23:16:29 Koalarch bluetoothd[697]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Aug 21 23:16:30 Koalarch kernel: warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Aug 21 23:16:30 Koalarch ntpd[818]: Listen normally on 4 wlp99s0 192.168.1.52:123
Aug 21 23:16:30 Koalarch ntpd[818]: Listen normally on 5 wlp99s0 [fe80::4c0e:e94d:9780:5339%2]:123
Aug 21 23:16:30 Koalarch ntpd[818]: 141.95.171.142 local addr <null> -> 192.168.1.52
Aug 21 23:16:30 Koalarch ntpd[818]: 51.255.95.80 local addr <null> -> 192.168.1.52
Aug 21 23:16:30 Koalarch ntpd[818]: 51.68.44.27 local addr <null> -> 192.168.1.52
Aug 21 23:16:30 Koalarch ntpd[818]: 51.75.17.219 local addr <null> -> 192.168.1.52
Aug 21 23:16:30 Koalarch ntpd[818]: new interface(s) found: waking up resolver
Aug 21 23:16:30 Koalarch kernel: input: MX Anywhere 3S Mouse as /devices/virtual/misc/uhid/0005:046D:B037.000B/input/input32
Aug 21 23:16:30 Koalarch kernel: hid-generic 0005:046D:B037.000B: input,hidraw8: BLUETOOTH HID v0.03 Mouse [MX Anywhere 3S] on 2c:9c:58:46:a5:ae
Aug 21 23:16:30 Koalarch flaresolverr[1637]: 2025-08-21 23:16:30 INFO     FlareSolverr User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36
Aug 21 23:16:30 Koalarch flaresolverr[1637]: 2025-08-21 23:16:30 INFO     Test successful!
Aug 21 23:16:30 Koalarch flaresolverr[1637]: 2025-08-21 23:16:30 INFO     Serving on http://0.0.0.0:8191
Aug 21 23:16:32 Koalarch plasmashell[1732]: kf.i18n: 0 instead of 1 arguments to message "Unable to retrieve w..." supplied before conversion
Aug 21 23:16:32 Koalarch NetworkManager[695]: <info>  [1755810992.2158] dhcp6 (wlp99s0): activation: beginning transaction (timeout in 45 seconds)
Aug 21 23:16:32 Koalarch avahi-daemon[696]: Leaving mDNS multicast group on interface wlp99s0.IPv6 with address fe80::4c0e:e94d:9780:5339.
Aug 21 23:16:32 Koalarch avahi-daemon[696]: Joining mDNS multicast group on interface wlp99s0.IPv6 with address 2a01:cb19:869b:2e00:9dd6:9a9d:6d3e:7f8.
Aug 21 23:16:32 Koalarch NetworkManager[695]: <info>  [1755810992.2168] policy: set 'Australia' (wlp99s0) as default for IPv6 routing and DNS
Aug 21 23:16:32 Koalarch avahi-daemon[696]: Registering new address record for 2a01:cb19:869b:2e00:9dd6:9a9d:6d3e:7f8 on wlp99s0.*.
Aug 21 23:16:32 Koalarch avahi-daemon[696]: Withdrawing address record for fe80::4c0e:e94d:9780:5339 on wlp99s0.
Aug 21 23:16:32 Koalarch NetworkManager[695]: <info>  [1755810992.2385] dhcp6 (wlp99s0): state changed new lease
Aug 21 23:16:32 Koalarch systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 21 23:16:32 Koalarch systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 21 23:16:32 Koalarch kernel: input: MX Anywhere 3S Mouse as /devices/virtual/misc/uhid/0005:046D:B037.000C/input/input34
Aug 21 23:16:32 Koalarch kernel: hid-generic 0005:046D:B037.000C: input,hidraw8: BLUETOOTH HID v0.03 Mouse [MX Anywhere 3S] on 2c:9c:58:46:a5:ae
Aug 21 23:16:32 Koalarch systemd[1]: docker-697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c.scope: Deactivated successfully.
Aug 21 23:16:32 Koalarch containerd[795]: time="2025-08-21T23:16:32.529428134+02:00" level=info msg="shim disconnected" id=697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c namespace=moby
Aug 21 23:16:32 Koalarch containerd[795]: time="2025-08-21T23:16:32.529458311+02:00" level=info msg="cleaning up after shim disconnected" id=697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c namespace=moby
Aug 21 23:16:32 Koalarch containerd[795]: time="2025-08-21T23:16:32.529465304+02:00" level=info msg="cleaning up dead shim" id=697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c namespace=moby
Aug 21 23:16:32 Koalarch containerd[795]: time="2025-08-21T23:16:32.534967407+02:00" level=warning msg="warnings while cleaning up dead shim" id=697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c namespace=moby warnings="time=\"2025-08-21T23:16:32+02:00\" level=warning msg=\"failed to read init pid file\" error=\"open /run/containerd/io.containerd.runtime.v2.task/moby/697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c/init.pid: no such file or directory\" runtime=io.containerd.runc.v2\n"
Aug 21 23:16:32 Koalarch containerd[795]: time="2025-08-21T23:16:32.535318299+02:00" level=error msg="copy shim log" error="read /proc/self/fd/14: file already closed" namespace=moby
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.535711722+02:00" level=error msg="copy stream failed" error="reading from a closed fifo" stream=stdout
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.535719055+02:00" level=error msg="copy stream failed" error="reading from a closed fifo" stream=stderr
Aug 21 23:16:32 Koalarch systemd[1]: var-lib-docker-overlay2-1dc7dd13bcb4726af2b4dabc251d34520bc971dfb3eb83d9a1f6128dd67fc07a-merged.mount: Deactivated successfully.
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.569246184+02:00" level=error msg="failed to start container" container=697ced9f2377ed9d52acb0f565e8fc16e2403fe95e1600d49fb58bad6561673c error="failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'\nnvidia-container-cli: ldcache error: process /sbin/ldconfig terminated with signal 9"
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.569317398+02:00" level=info msg="Loading containers: done."
Aug 21 23:16:32 Koalarch systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck4035016757-merged.mount: Deactivated successfully.
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.587075399+02:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.587175107+02:00" level=info msg="Docker daemon" commit=bea959c7b7 containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.587414809+02:00" level=info msg="Initializing buildkit"
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.596636371+02:00" level=info msg="Completed buildkit initialization"
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.599677420+02:00" level=info msg="Daemon has completed initialization"
Aug 21 23:16:32 Koalarch dockerd[1044]: time="2025-08-21T23:16:32.599702207+02:00" level=info msg="API listen on /run/docker.sock"
Aug 21 23:16:32 Koalarch systemd[1]: Started Docker Application Container Engine.
Aug 21 23:16:32 Koalarch systemd[1]: Reached target Multi-User System.
Aug 21 23:16:32 Koalarch systemd[1]: Starting Power Profiles daemon...
Aug 21 23:16:32 Koalarch systemd[1]: Started Power Profiles daemon.
Aug 21 23:16:32 Koalarch systemd[1]: Reached target Graphical Interface.
Aug 21 23:16:32 Koalarch systemd[1]: Startup finished in 6.494s (firmware) + 1.961s (loader) + 2.848s (kernel) + 17.150s (userspace) = 28.453s.
Aug 21 23:16:32 Koalarch asusd[890]: [DEBUG asusd::ctrl_platform] Platform: watch_platform_profile changed
Aug 21 23:16:32 Koalarch asusd[890]: [DEBUG asusd::ctrl_fancurves] watch_platform_profile changed
Aug 21 23:16:32 Koalarch asusd[890]: [INFO  asusd::ctrl_platform] ThrottlePolicy setting EPP
Aug 21 23:16:32 Koalarch asusd[890]: [DEBUG asusd::ctrl_platform] Available EPP: [Default, Performance, BalancePerformance, BalancePower, Power]
Aug 21 23:16:32 Koalarch asusd[890]: [DEBUG asusd::ctrl_platform] Setting BalancePower
Aug 21 23:16:32 Koalarch asusd[890]: [DEBUG asusd::asus_armoury] Tuning group is not enabled, skipping
Aug 21 23:16:32 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(balanced), CurveData { fan: CPU, pwm: [15, 28, 48, 73, 109, 163, 163, 163], temp: [58, 60, 63, 66, 71, 77, 77, 77], enabled: false }
Aug 21 23:16:32 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(balanced), CurveData { fan: GPU, pwm: [20, 33, 45, 63, 107, 155, 155, 155], temp: [57, 60, 63, 65, 67, 70, 70, 70], enabled: false }
Aug 21 23:16:32 Koalarch systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 21 23:16:32 Koalarch asusd[890]: [DEBUG rog_profiles] write_profile_curve_to_platform: writing profile:(balanced), CurveData { fan: MID, pwm: [20, 58, 58, 86, 142, 198, 198, 198], temp: [58, 60, 63, 66, 71, 77, 77, 77], enabled: false }
Aug 21 23:16:34 Koalarch systemd[1447]: Started Konsole - Terminal.
Aug 21 23:16:34 Koalarch konsole[2349]: pci id for fd 16: 10de:2820, driver (null)
Aug 21 23:16:34 Koalarch konsole[2349]: kmsro: driver missing
Aug 21 23:16:34 Koalarch systemd[1447]: Started app-org.kde.konsole-2349.scope.
Aug 21 23:16:35 Koalarch polkitd[934]: Registered Authentication Agent for unix-process:2605:2322 (system bus name :1.79 [flatpak list], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
Aug 21 23:16:35 Koalarch polkitd[934]: Unregistered Authentication Agent for unix-process:2605:2322 (system bus name :1.79, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
Aug 21 23:16:36 Koalarch systemd[1]: Stopping User Manager for UID 963...
Aug 21 23:16:36 Koalarch systemd[845]: Activating special unit Exit the Session...
Aug 21 23:16:36 Koalarch systemd[845]: Stopped target Bluetooth.
Aug 21 23:16:36 Koalarch systemd[845]: Stopped target Main User Target.
Aug 21 23:16:36 Koalarch systemd[845]: Stopped target Sound Card.
Aug 21 23:16:36 Koalarch systemd[845]: Stopping Multimedia Service Session Manager...
Aug 21 23:16:36 Koalarch systemd[845]: Stopping sandboxed app permission store...
Aug 21 23:16:36 Koalarch systemd[845]: Stopped sandboxed app permission store.
Aug 21 23:16:36 Koalarch wireplumber[1014]: pw.core: 0x5607f99571a0: leaked proxy 0x5607f996b180 id:14
Aug 21 23:16:36 Koalarch wireplumber[1014]: pw.core: 0x5607f99571a0: leaked proxy 0x5607f99ae340 id:15
Aug 21 23:16:36 Koalarch systemd[845]: Stopped Multimedia Service Session Manager.
Aug 21 23:16:36 Koalarch systemd[845]: Stopping PipeWire Multimedia Service...
Aug 21 23:16:36 Koalarch systemd[845]: Stopped PipeWire Multimedia Service.
Aug 21 23:16:36 Koalarch systemd[845]: Stopped target Basic System.
Aug 21 23:16:36 Koalarch systemd[845]: Stopped target Paths.
Aug 21 23:16:36 Koalarch systemd[845]: Stopped target Sockets.
Aug 21 23:16:36 Koalarch systemd[845]: Stopped target Timers.
Aug 21 23:16:36 Koalarch systemd[845]: Closed GnuPG network certificate management daemon.
Aug 21 23:16:36 Koalarch systemd[845]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 21 23:16:36 Koalarch systemd[845]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 21 23:16:36 Koalarch systemd[845]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 21 23:16:36 Koalarch systemd[845]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 21 23:16:36 Koalarch systemd[845]: Closed GnuPG public key management service.
Aug 21 23:16:36 Koalarch systemd[845]: Closed p11-kit server.
Aug 21 23:16:36 Koalarch systemd[845]: Closed PipeWire PulseAudio.
Aug 21 23:16:36 Koalarch systemd[845]: Closed PipeWire Multimedia System Sockets.
Aug 21 23:16:36 Koalarch dbus-broker[948]: Dispatched 662 messages @ 2(±4)μs / message.
Aug 21 23:16:36 Koalarch systemd[845]: Stopping D-Bus User Message Bus...
Aug 21 23:16:36 Koalarch systemd[845]: Stopped D-Bus User Message Bus.
Aug 21 23:16:36 Koalarch systemd[845]: Removed slice User Core Session Slice.
Aug 21 23:16:36 Koalarch systemd[845]: Closed D-Bus User Message Bus Socket.
Aug 21 23:16:36 Koalarch systemd[845]: Removed slice User Application Slice.
Aug 21 23:16:36 Koalarch systemd[845]: Reached target Shutdown.
Aug 21 23:16:36 Koalarch systemd[845]: Finished Exit the Session.
Aug 21 23:16:36 Koalarch systemd[845]: Reached target Exit the Session.
Aug 21 23:16:36 Koalarch systemd-logind[701]: Removed session 1.
Aug 21 23:16:36 Koalarch systemd[1]: user@963.service: Deactivated successfully.
Aug 21 23:16:36 Koalarch systemd[1]: Stopped User Manager for UID 963.
Aug 21 23:16:36 Koalarch systemd[1]: Stopping User Runtime Directory /run/user/963...
Aug 21 23:16:36 Koalarch systemd[1]: run-user-963.mount: Deactivated successfully.
Aug 21 23:16:36 Koalarch systemd[1]: user-runtime-dir@963.service: Deactivated successfully.
Aug 21 23:16:36 Koalarch systemd[1]: Stopped User Runtime Directory /run/user/963.
Aug 21 23:16:36 Koalarch systemd[1]: Removed slice User Slice of UID 963.
Aug 21 23:16:36 Koalarch systemd[1]: user-963.slice: Consumed 1.285s CPU time, 471.5M memory peak.
Aug 21 23:16:36 Koalarch ntpd[818]: Listen normally on 6 wlp99s0 [2a01:cb19:869b:2e00:9dd6:9a9d:6d3e:7f8]:123
Aug 21 23:16:36 Koalarch ntpd[818]: new interface(s) found: waking up resolver
Aug 21 23:16:38 Koalarch systemd[1]: dbus-:1.1-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Aug 21 23:16:38 Koalarch systemd[1]: dbus-:1.1-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Aug 21 23:16:38 Koalarch systemd[1]: dbus-:1.1-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Aug 21 23:16:42 Koalarch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 21 23:16:48 Koalarch systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 21 23:16:49 Koalarch systemd[1]: Reached target User and Group Name Lookups.
Aug 21 23:16:49 Koalarch systemd[1]: Starting Accounts Service...
Aug 21 23:16:49 Koalarch accounts-daemon[2949]: started daemon version 23.13.0
Aug 21 23:16:49 Koalarch systemd[1]: Started Accounts Service.
Aug 21 23:16:53 Koalarch sudo[2956]: sebastien : TTY=pts/0 ; PWD=/home/sebastien ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Aug 21 23:16:53 Koalarch sudo[2956]: pam_unix(sudo:session): session opened for user root(uid=0) by sebastien(uid=1000)
Aug 21 23:17:02 Koalarch kded6[1694]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Aug 21 23:17:02 Koalarch systemd[1447]: Started Microsoft Edge - Web Browser.
Aug 21 23:17:02 Koalarch systemd[1447]: Starting flatpak session helper...
Aug 21 23:17:02 Koalarch systemd[1447]: Started flatpak session helper.
Aug 21 23:17:02 Koalarch systemd[1447]: Started app-flatpak-com.microsoft.Edge-213167215.scope.
Aug 21 23:17:03 Koalarch systemd[1447]: Starting flatpak portal...
Aug 21 23:17:03 Koalarch systemd[1447]: Started flatpak portal.
Aug 21 23:17:03 Koalarch sudo[2956]: pam_unix(sudo:session): session closed for user root
Aug 21 23:17:04 Koalarch systemd[1447]: Started app-flatpak-com.microsoft.Edge-169308435.scope.
Aug 21 23:17:04 Koalarch flatpak[3045]: [2:2:0821/231704.587467:ERROR:gpu/config/gpu_finch_features.cc:647] Enabling Graphite on a not-yet-supported platform is disallowed for safety
Aug 21 23:17:04 Koalarch flatpak[3045]: [2:2:0821/231704.671011:ERROR:gpu/config/gpu_finch_features.cc:647] Enabling Graphite on a not-yet-supported platform is disallowed for safety
Aug 21 23:17:04 Koalarch flatpak[3206]: [63:63:0821/231704.685367:ERROR:gpu/config/gpu_finch_features.cc:647] Enabling Graphite on a not-yet-supported platform is disallowed for safety
Aug 21 23:17:04 Koalarch kded6[1694]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Aug 21 23:17:04 Koalarch flatpak[3045]: [2:2:0821/231704.810155:ERROR:dbus/object_proxy.cc:590] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd6: org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
Aug 21 23:17:04 Koalarch flatpak[3045]: [2:2:0821/231704.810169:ERROR:components/os_crypt/sync/kwallet_dbus.cc:113] Error contacting kwalletd6 (isEnabled)
Aug 21 23:17:04 Koalarch flatpak[3045]: [2:2:0821/231704.810254:ERROR:dbus/object_proxy.cc:590] Failed to call method: org.kde.KLauncher.start_service_by_desktop_name: object_path= /KLauncher: org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
Aug 21 23:17:04 Koalarch flatpak[3045]: [2:2:0821/231704.810256:ERROR:components/os_crypt/sync/kwallet_dbus.cc:82] Error contacting klauncher to start kwalletd6
Aug 21 23:17:04 Koalarch flatpak[3045]: [2:2:0821/231704.810309:ERROR:dbus/object_proxy.cc:590] Failed to call method: org.kde.KWallet.close: object_path= /modules/kwalletd6: org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
Aug 21 23:17:04 Koalarch flatpak[3045]: [2:2:0821/231704.810311:ERROR:components/os_crypt/sync/kwallet_dbus.cc:408] Error contacting kwalletd6 (close)
Aug 21 23:17:05 Koalarch kwin_wayland[1529]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11
Aug 21 23:17:05 Koalarch xdg-desktop-por[1536]: Backend call failed: The name is not activatable
Aug 21 23:17:05 Koalarch flatpak[3045]: [2:2:0821/231705.737727:ERROR:components/dbus/xdg/request.cc:169] Request ended (non-user cancelled).
Aug 21 23:17:06 Koalarch flatpak[3045]: [2:255:0821/231706.336999:ERROR:dbus/object_proxy.cc:590] Failed to call method: org.freedesktop.NetworkManager.GetDevices: object_path= /org/freedesktop/NetworkManager: org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
Aug 21 23:17:07 Koalarch flatpak[3045]: [2:2:0821/231707.393012:ERROR:components/sync/model/processor_entity.cc:182] Metadata has an exisiting server id that will be overwritten with the current update entity id.metadata server_id: 8174cfec-4093-4a85-807d-03375204b410 update.entity.id: 0c137414-c23f-4513-be51-6e2f0290246d
Aug 21 23:17:07 Koalarch flatpak[3045]: [2:2:0821/231707.393061:ERROR:components/sync/model/processor_entity.cc:182] Metadata has an exisiting server id that will be overwritten with the current update entity id.metadata server_id: 084fd384-75a7-4d11-9c1e-b8a6dfd97227 update.entity.id: 91744203-37cf-4729-bc89-60ca2752bb3d
Aug 21 23:17:07 Koalarch flatpak[3045]: [2:2:0821/231707.393077:ERROR:components/sync/model/processor_entity.cc:182] Metadata has an exisiting server id that will be overwritten with the current update entity id.metadata server_id: 43cb335c-90bb-435e-b352-ebde428a1e42 update.entity.id: 49f298f1-a87b-4462-87ee-31eb50d534cd
Aug 21 23:17:07 Koalarch systemd[1447]: Started System Settings - System Settings.
Aug 21 23:17:07 Koalarch systemsettings[3483]: pci id for fd 16: 10de:2820, driver (null)
Aug 21 23:17:07 Koalarch systemsettings[3483]: kmsro: driver missing
Aug 21 23:17:08 Koalarch systemd[1447]: Started app-flatpak-com.microsoft.Edge-494581443.scope.
Aug 21 23:17:09 Koalarch DiscoverNotifier[1977]: waiting for an idle moment
Aug 21 23:17:14 Koalarch systemd[1447]: app-systemsettings@e819e3a5b9ba459db1237cb32a99b2d1.service: Consumed 890ms CPU time, 144.2M memory peak.
Aug 21 23:17:19 Koalarch systemd[1]: systemd-localed.service: Deactivated successfully.
Aug 21 23:17:26 Koalarch plasma_waitforname[1522]: org.kde.plasma.waitforname: WaitForName: Service was not registered within timeout
Aug 21 23:17:26 Koalarch systemd[1447]: dbus-:1.2-org.kde.KSplash@0.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 23:17:26 Koalarch systemd[1447]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
Aug 21 23:18:14 Koalarch flatpak[3083]: [355:130:0821/231814.039490:ERROR:components/edge_picture_in_picture/content/renderer/video_hover_overlay_agent.cc:49] Connection to VideoHoverOverlayDriver dropped
Aug 21 23:18:20 Koalarch flatpak[3083]: [505:233:0821/231820.437204:ERROR:components/edge_picture_in_picture/content/renderer/video_hover_overlay_agent.cc:49] Connection to VideoHoverOverlayDriver dropped
Aug 21 23:18:26 Koalarch flatpak[3083]: [576:274:0821/231826.642289:ERROR:components/edge_picture_in_picture/content/renderer/video_hover_overlay_agent.cc:49] Connection to VideoHoverOverlayDriver dropped

And here's the result of journalctl -b | grep wireplumber:

Aug 21 23:16:21 Koalarch wireplumber[1014]: spa.alsa: Card can't get card_name from card_index 0
Aug 21 23:16:21 Koalarch wireplumber[1014]: spa.alsa: Error opening low-level control device 'hw:0': No such file or directory
Aug 21 23:16:21 Koalarch wireplumber[1014]: spa.alsa: can't open control for card hw:0: No such file or directory
Aug 21 23:16:21 Koalarch wireplumber[1014]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Aug 21 23:16:21 Koalarch wireplumber[1014]: [0:00:08.964142998] [1014]  INFO Camera camera_manager.cpp:330 libcamera v0.5.2
Aug 21 23:16:21 Koalarch wireplumber[1014]: [0:00:09.095120442] [1064]  INFO Camera camera_manager.cpp:220 Adding camera '\_SB_.PCI0.GPPA.XHC1.RHUB.PRT1-1:1.0-3277:0059' for pipeline handler uvcvideo
Aug 21 23:16:21 Koalarch wireplumber[1014]: [0:00:09.096798679] [1064]  INFO Camera camera_manager.cpp:220 Adding camera '\_SB_.PCI0.GPPA.XHC1.RHUB.PRT1-1:1.2-3277:0059' for pipeline handler uvcvideo
Aug 21 23:16:27 Koalarch wireplumber[1616]: [0:00:14.416652706] [1616]  INFO Camera camera_manager.cpp:330 libcamera v0.5.2
Aug 21 23:16:27 Koalarch wireplumber[1616]: [0:00:14.527961785] [1636]  INFO Camera camera_manager.cpp:220 Adding camera '\_SB_.PCI0.GPPA.XHC1.RHUB.PRT1-1:1.0-3277:0059' for pipeline handler uvcvideo
Aug 21 23:16:27 Koalarch wireplumber[1616]: [0:00:14.528484782] [1636]  INFO Camera camera_manager.cpp:220 Adding camera '\_SB_.PCI0.GPPA.XHC1.RHUB.PRT1-1:1.2-3277:0059' for pipeline handler uvcvideo
Aug 21 23:16:36 Koalarch wireplumber[1014]: pw.core: 0x5607f99571a0: leaked proxy 0x5607f996b180 id:14
Aug 21 23:16:36 Koalarch wireplumber[1014]: pw.core: 0x5607f99571a0: leaked proxy 0x5607f99ae340 id:15

Offline

#13 2025-08-21 21:31:48

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

bnicolae wrote:

I observed similar symptoms with a Meteor Lake chipset (also using CL amps). It could be kernel related, you can try to see if the latest mainline kernel that worked for me also works for you: https://bbs.archlinux.org/viewtopic.php?id=307728 and, respectively, if the latest kernel that didn't work for me also doesn't work for you. If that's the case, then we may be experiencing the same issue.

Very interesting post in your link. I was under the impression that sound broke earlier (you say "Every kernel version below 6.16 works just fine" but I seem to have lost sound between kernels 6.14/6.15). If this is related to the Cirrus Logic chip, then it's probably also related to the firmware split? I'll boot up my cachyOS usb stick again and check, but I'm pretty sure it's a 6.16 kernel, and sound works fine.

(I know my way around arch but I'm not as technically-savvy as you guys)

EDIT: CachyOS uses kernel 6.15-5 on my usb stick, my bad. Sound works. No idea if the Cirrus Logic chip is used on the live distro...

Last edited by SneakyLittleman (2025-08-21 21:37:13)

Offline

#14 2025-08-22 01:02:39

bnicolae
Member
Registered: 2025-08-20
Posts: 10

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

Can you try this kernel (should work):

sudo pacman -U https://pkgbuild.com//~gromit/linux-bisection-kernels/linux-mainline-v6.15.r1978.g0c149401-1-x86_64.pkg.tar.zst

and this kernel (should not work):

sudo pacman -U https://pkgbuild.com//~gromit/linux-bisection-kernels/linux-mainline-v6.15.r2904.ga9e6060-1-x86_64.pkg.tar.zst

Offline

#15 2025-08-22 06:32:15

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

bnicolae wrote:

Can you try this kernel (should work):

sudo pacman -U https://pkgbuild.com//~gromit/linux-bisection-kernels/linux-mainline-v6.15.r1978.g0c149401-1-x86_64.pkg.tar.zst

and this kernel (should not work):

sudo pacman -U https://pkgbuild.com//~gromit/linux-bisection-kernels/linux-mainline-v6.15.r2904.ga9e6060-1-x86_64.pkg.tar.zst

Hey there, neither of these kernels gives me working audio profiles, unfortunately. Am I also supposed to edit / refresh anything pipewire or wireplumber-related?

Weirdly, I ran the same following command with the 3 kernels (your 2 6.15 mainline + my own 6.16-g14): journalctl -b | grep wireplumber and today, the top error is gone with all three

wireplumber[1014]: spa.alsa: Card can't get card_name from card_index 0
wireplumber[1014]: spa.alsa: Error opening low-level control device 'hw:0': No such file or directory
Koalarch wireplumber[1014]: spa.alsa: can't open control for card hw:0: No such file or directory

Last edited by SneakyLittleman (2025-08-22 06:34:46)

Offline

#16 2025-08-22 08:51:27

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

UPDATE: CachyOS "seems" to have working audio but...

- at boot, sound works through the default audio profile (stereo) & the correct ALC285 chip
- when launching the kde mixer, I can change profiles, but after a while, the panel "refreshes" and all profiles DISAPPEAR (!!) except for the proaudio and off profiles.

Remaining questions: why would I get only proaudio profiles even for hdmi audio devices & a bluetooth dongle? This barely makes any sense if it's linked a problem with the Cirrus Logic chip...

Offline

#17 2025-08-22 17:49:38

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

UPDATE on Cirrus Logic amp:
I believe that the Cirrus Logic amp is correctly initiated. I've read this page: https://docs.kernel.org/sound/codecs/cs35l56.html for my CS35L56 chip and I think my logs tell me that everything is ok ("Calibration applied") - though I don't see why it would find two DSPs...

journalctl -b | grep cs35l56:

Aug 22 19:43:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Cirrus Logic CS35L56 Rev B0 OTP3 fw:3.4.4 (patched=0)
Aug 22 19:43:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP system name: '10431E63-spkid1', amp name: 'AMP1'
Aug 22 19:43:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Reset GPIO busy, assume shared reset
Aug 22 19:43:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Cirrus Logic CS35L56 Rev B0 OTP3 fw:3.4.4 (patched=0)
Aug 22 19:43:17 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP system name: '10431E63-spkid1', amp name: 'AMP2'
Aug 22 19:43:18 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0: Found 2 CSC3556 on i2c (-%s:00-cs35l56-hda.%d)
Aug 22 19:43:18 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0: bound i2c-CSC3556:00-cs35l56-hda.0 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
Aug 22 19:43:18 Koalarch kernel: snd_hda_codec_realtek hdaudioC3D0: bound i2c-CSC3556:00-cs35l56-hda.1 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
Aug 22 19:43:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw: format 3 timestamp 0x65e6703c
Aug 22 19:43:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
Aug 22 19:43:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw: format 3 timestamp 0x65e6703c
Aug 22 19:43:18 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1-amp2.bin: v3.11.16
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: misc: C:\Users\gchen\Desktop\Asus_proj\CY24\MP\H7606W\240830\init\10431E63_240830_V1_A1-init.bin
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1-amp1.bin: v3.11.16
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: misc: C:\Users\gchen\Desktop\Asus_proj\CY24\MP\H7606W\240830\init\10431E63_240830_V1_A0-init.bin
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Calibration applied
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Calibration applied
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Tuning PID: 0x531116, SID: 0x201004, TID: 0x3c8830
Aug 22 19:43:19 Koalarch kernel: cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Tuning PID: 0x531116, SID: 0x201104, TID: 0x3c8830

Last edited by SneakyLittleman (2025-08-22 17:51:14)

Offline

#18 2025-08-23 08:12:20

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

UPDATE: Reverted to a 6.13 zen kernel and all is well - sound works, with the correct profiles. I now agree with V1del and bnicolae that it's an alsa (kernel) problem / regression. ("So stuff generally works, this could be up to alsa-ucm-conf or pipewire/wireplumber" problem).
Under a 6.16 kernel, my realtek chip is detected as a 4 aux channel device for some reason.
I'll now revert to a working kernel from https://arch.asus-linux.org - temporary fix, I hope.

Still available to troubleshoot if someone wants to fix it for 6.16 kernels...

EDIT: 6.15 indeed broke sound with my config. I have now reverted to a 6.14.9 g14 kernel.

Last edited by SneakyLittleman (2025-08-23 09:19:18)

Offline

#19 2025-08-27 15:04:11

mod24
Member
Registered: 2006-11-25
Posts: 23

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

The same Problem persists here. LTS Kernel works fine, but still 6.16 doesn't work unfortunately

Offline

#20 2025-09-13 08:46:31

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

Quick update here, if it helps troubleshooting this.
1. Updated to kernel 6.16.7 & Pipewire to 1.4.8 - no change
2. I now believe it's on the Alsa side (bad ucm.conf) because with a recent kernel like 6.16, "alsaucm listcards" gives an empty result, but the same command under a working 6.14 kernel reports (in my case):

 0: hw:1
    HDA NVidia at 0xdd080000 irq 143
  1: hw:2
    HD-Audio Generic at 0xdd7c8000 irq 144
  2: hw:3
    HD-Audio Generic at 0xdd7c0000 irq 145
  3: hw:4
    ASUSTeKCOMPUTERINC.-ProArtP16H7606WI_H7606WI-1.0-H7606WI

And sound profiles appear as they should. Hope it helps.

EDIT:
This might be related for my Asus P16 laptop - :
https://www.reddit.com/r/kernel/comment … nbook_s14/
Maybe this commit?
https://lkml.org/lkml/2025/2/24/763
My PCI id is close (1043:1E63)

Last edited by SneakyLittleman (2025-09-13 14:57:55)

Offline

#21 2025-09-25 11:49:34

SneakyLittleman
Member
Registered: 2022-03-08
Posts: 35

Re: [SOLVED Missing Modules] No sound on ALC285 with kernels above 6.15

UPDATE: With newer kernels, 2 modules aren't loaded anymore, which I apparently need. Investigating.
Modules for ALC245/ALC285:
snd_acp_legacy_common
snd_acp_legacy_mach

Offline

Board footer

Powered by FluxBB