You are not logged in.
I have a ASUS ZenBook UX434DA. There was Windows on it and the HDMI port worked fine. I recently installed a fully updated Boron on it. Now, the HDMI port does not work.
Running
inxi -Fxxxrz
on it, here is the graphics section:
Graphics:
Device-1: AMD Picasso/Raven 2 [Radeon Vega Series / Radeon Mobile Series]
vendor: ASUSTeK driver: amdgpu v: kernel arch: GCN-5 pcie: speed: 8 GT/s
lanes: 16 ports: active: eDP-1 empty: HDMI-A-1 bus-ID: 03:00.0
chip-ID: 1002:15d8 class-ID: 0300 temp: 50.0 C
Device-2: IMC Networks USB2.0 HD IR UVC WebCam type: USB driver: uvcvideo
bus-ID: 3-2:3 chip-ID: 13d3:56cb class-ID: 0e02 serial: <filter>
Display: x11 server: X.Org v: 1.21.1.7 compositor: Picom v: 9.1 driver: X:
loaded: amdgpu unloaded: fbdev,modesetting,vesa dri: radeonsi gpu: amdgpu
display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
s-diag: 582mm (22.93")
Monitor-1: eDP-1 mapped: eDP model: BOE Display 0x07e9 res: 1920x1080
hz: 60 dpi: 158 size: 309x174mm (12.17x6.85") diag: 355mm (14") modes:
max: 1920x1080 min: 640x480
API: OpenGL v: 4.6 Mesa 22.3.6 renderer: AMD Radeon Vega 10 Graphics
(raven LLVM 15.0.6 DRM 3.49 6.1.0-39-amd64) direct-render: Yes
Running
glxinfo | grep -E "OpenGL vendor|OpenGL renderer"
on it displays this:
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Vega 10 Graphics (raven, LLVM 15.0.6, DRM 3.49, 6.1.0-39-amd64)
Per 9to5linux.com/how-to-connect-your-laptop-to-an-external-monitor-on-linux-fix-for-hdmi-no-signal-issue I copied
10-amdgpu.conf
to
/etc/X11/xorg.conf.d
and edited it to this:
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Option "HotplugDriver" "amdgpu"
Option "PrimaryGPU" "yes"
EndSection
and rebooted.
The HDMI socket still does not work. Any ideas about how to get the HDMI socket to transmit the display?
Thanks in advance for all assistance!
Last edited by MoeJoe (2025-09-15 20:42:07)
Offline
Hi MoeJoe!
I have no expertise in hardware issues, but what I do have is an old ThinkPad running Boron, with an HDMI port which works.
I'm happy to run any commands you suggest so you can compare with your own machine.
Up to now, you've been looking at the graphics rendering side - might it be you need to look into recognition/support of the HDMI socket itself?
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I would try
sudo apt install firmware-amd-graphics
and then read over this thread
https://forums.debian.net/viewtopic.php?t=158090
Online
Per 9to5linux.com/how-to-connect-your-laptop-to-an-external-monitor-on-linux-fix-for-hdmi-no-signal-issue
That applies to systems with both an integrated and a discrete GPU but your inxi
output suggests that is not the case for you.
We can check with
glxinfo -B
lspci -knn -d ::03xx
Please also share a full journal with the HDMI cable connected. Remember to use [code][/code] tags for the journal content, it will be very lengthy. Thanks!
Last edited by Head_on_a_Stick (2025-09-14 08:51:08)
Offline
I would try
sudo apt install firmware-amd-graphics
and then read over this thread
https://forums.debian.net/viewtopic.php?t=158090
+1, my first thought as well.
Offline
The package firmware-amd-graphics was already installed. I reviewed the Debian forums article and nothing jumps out at me (although I am definitely not a Linux systems guy)
Here is the output from a few commands:
~ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1920x1080 60.00*+
1680x1050 60.00
1280x1024 60.00
1440x900 60.00
1280x800 60.00
1280x720 60.00
1024x768 60.00
800x600 60.00
640x480 60.00
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
~ glxinfo -B
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD Radeon Vega 10 Graphics (raven, LLVM 15.0.6, DRM 3.49, 6.1.0-39-amd64) (0x15d8)
Version: 22.3.6
Accelerated: yes
Video memory: 2048MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 1657 MB, largest block: 1657 MB
VBO free aux. memory - total: 6894 MB, largest block: 6894 MB
Texture free memory - total: 1657 MB, largest block: 1657 MB
Texture free aux. memory - total: 6894 MB, largest block: 6894 MB
Renderbuffer free memory - total: 1657 MB, largest block: 1657 MB
Renderbuffer free aux. memory - total: 6894 MB, largest block: 6894 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 2048 MB
Total available memory: 9008 MB
Currently available dedicated video memory: 1657 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Vega 10 Graphics (raven, LLVM 15.0.6, DRM 3.49, 6.1.0-39-amd64)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.3.6
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.3.6
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.3.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
~ lspci -knn -d ::03xx
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15d8] (rev c1)
Subsystem: ASUSTeK Computer Inc. Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] [1043:1b71]
Kernel driver in use: amdgpu
Kernel modules: amdgpu
Here is the journal. Note that I rebooted at 11:00 and plugged a live HDMI cable in at 11:01.
-- Boot b3041e9223dc45ffbbd3461cb4420232 --
Sep 14 11:00:11 bz kernel: Linux version 6.1.0-39-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.148-1 (2025-08-26)
Sep 14 11:00:11 bz kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-39-amd64 root=UUID=d3341615-d5d0-4520-8185-00b08f83d7fc ro quiet
Sep 14 11:00:11 bz kernel: BIOS-provided physical RAM map:
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009601fff] usable
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x0000000009602000-0x00000000097fffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x0000000009800000-0x000000000a1fffff] usable
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000005c9defff] usable
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000005c9df000-0x000000005d4c2fff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000005d4c3000-0x000000005d4f1fff] ACPI data
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000005d4f2000-0x000000005d6a0fff] ACPI NVS
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000005d6a1000-0x000000005de6efff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000005de6f000-0x000000005df0bfff] type 20
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000005df0c000-0x000000005effffff] usable
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000005f000000-0x00000000dfffffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041f33ffff] usable
Sep 14 11:00:11 bz kernel: BIOS-e820: [mem 0x000000041f340000-0x000000041fffffff] reserved
Sep 14 11:00:11 bz kernel: NX (Execute Disable) protection: active
Sep 14 11:00:11 bz kernel: efi: EFI v2.70 by American Megatrends
Sep 14 11:00:11 bz kernel: efi: TPMFinalLog=0x5d659000 ACPI 2.0=0x5d4cc000 ACPI=0x5d4cc000 SMBIOS=0x5dd28000 SMBIOS 3.0=0x5dd27000 MEMATTR=0x5b93a018 ESRT=0x5bd13e98 MOKvar=0x5dd3d000
Sep 14 11:00:11 bz kernel: secureboot: Secure boot disabled
Sep 14 11:00:11 bz kernel: SMBIOS 3.2.1 present.
Sep 14 11:00:11 bz kernel: DMI: ASUSTeK COMPUTER INC. ZenBook UX434DA_UM433DA/UX434DA, BIOS UX434DA_UM433DA.309 10/09/2021
Sep 14 11:00:11 bz kernel: tsc: Fast TSC calibration using PIT
Sep 14 11:00:11 bz kernel: tsc: Detected 2295.691 MHz processor
Sep 14 11:00:11 bz kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 14 11:00:11 bz kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 14 11:00:11 bz kernel: last_pfn = 0x41f340 max_arch_pfn = 0x400000000
Sep 14 11:00:11 bz kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Sep 14 11:00:11 bz kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Sep 14 11:00:11 bz kernel: last_pfn = 0x5f000 max_arch_pfn = 0x400000000
Sep 14 11:00:11 bz kernel: esrt: Reserving ESRT space from 0x000000005bd13e98 to 0x000000005bd13ed0.
Sep 14 11:00:11 bz kernel: e820: update [mem 0x5bd13000-0x5bd13fff] usable ==> reserved
Sep 14 11:00:11 bz kernel: Using GB pages for direct mapping
Sep 14 11:00:11 bz kernel: RAMDISK: [mem 0x31505000-0x34a79fff]
Sep 14 11:00:11 bz kernel: ACPI: Early table checksum verification disabled
Sep 14 11:00:11 bz kernel: ACPI: RSDP 0x000000005D4CC000 000024 (v02 _ASUS_)
Sep 14 11:00:11 bz kernel: ACPI: XSDT 0x000000005D4CC0C0 000104 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Sep 14 11:00:11 bz kernel: ACPI: FACP 0x000000005D4D8020 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
Sep 14 11:00:11 bz kernel: ACPI: DSDT 0x000000005D4CC258 00BDC1 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: APIC 0x000000005D4D8138 0000DE (v03 _ASUS_ Notebook 01072009 AMI 00010013)
Sep 14 11:00:11 bz kernel: ACPI: FPDT 0x000000005D4D8218 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Sep 14 11:00:11 bz kernel: ACPI: FIDT 0x000000005D4D8260 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Sep 14 11:00:11 bz kernel: ACPI: ECDT 0x000000005D4D8300 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4D83C8 005419 (v02 AMD AmdTable 00000002 MSFT 02000002)
Sep 14 11:00:11 bz kernel: ACPI: MCFG 0x000000005D4DD7E8 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
Sep 14 11:00:11 bz kernel: ACPI: MSDM 0x000000005D4DD828 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Sep 14 11:00:11 bz kernel: ACPI: HPET 0x000000005D4DD880 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
Sep 14 11:00:11 bz kernel: ACPI: UEFI 0x000000005D4DD8B8 000042 (v01 _ASUS_ Notebook 00000002 01000013)
Sep 14 11:00:11 bz kernel: ACPI: VFCT 0x000000005D4DD900 00D484 (v01 _ASUS_ Notebook 00000001 AMD 31504F47)
Sep 14 11:00:11 bz kernel: ACPI: BGRT 0x000000005D4EAD88 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Sep 14 11:00:11 bz kernel: ACPI: TPM2 0x000000005D4EADC0 000038 (v04 _ASUS_ Notebook 00000001 AMI 00000000)
Sep 14 11:00:11 bz kernel: ACPI: IVRS 0x000000005D4EADF8 00013E (v02 AMD AMD IVRS 00000001 AMD 00000000)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4EAF38 00119C (v01 AMD AMD CPU 00000001 AMD 00000001)
Sep 14 11:00:11 bz kernel: ACPI: CRAT 0x000000005D4EC0D8 000810 (v01 AMD AMD CRAT 00000001 AMD 00000001)
Sep 14 11:00:11 bz kernel: ACPI: CDIT 0x000000005D4EC8E8 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4EC918 0000AF (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4EC9C8 000C33 (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4ED600 0010AC (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4EE6B0 001C69 (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: WSMT 0x000000005D4F0320 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4F0348 00008A (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4F03D8 0002C8 (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4F06A0 0001DE (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4F0880 000476 (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4F0CF8 000284 (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: SSDT 0x000000005D4F0F80 0002EA (v01 AMD AmdTable 00000001 INTL 20120913)
Sep 14 11:00:11 bz kernel: ACPI: Reserving FACP table memory at [mem 0x5d4d8020-0x5d4d8133]
Sep 14 11:00:11 bz kernel: ACPI: Reserving DSDT table memory at [mem 0x5d4cc258-0x5d4d8018]
Sep 14 11:00:11 bz kernel: ACPI: Reserving APIC table memory at [mem 0x5d4d8138-0x5d4d8215]
Sep 14 11:00:11 bz kernel: ACPI: Reserving FPDT table memory at [mem 0x5d4d8218-0x5d4d825b]
Sep 14 11:00:11 bz kernel: ACPI: Reserving FIDT table memory at [mem 0x5d4d8260-0x5d4d82fb]
Sep 14 11:00:11 bz kernel: ACPI: Reserving ECDT table memory at [mem 0x5d4d8300-0x5d4d83c0]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4d83c8-0x5d4dd7e0]
Sep 14 11:00:11 bz kernel: ACPI: Reserving MCFG table memory at [mem 0x5d4dd7e8-0x5d4dd823]
Sep 14 11:00:11 bz kernel: ACPI: Reserving MSDM table memory at [mem 0x5d4dd828-0x5d4dd87c]
Sep 14 11:00:11 bz kernel: ACPI: Reserving HPET table memory at [mem 0x5d4dd880-0x5d4dd8b7]
Sep 14 11:00:11 bz kernel: ACPI: Reserving UEFI table memory at [mem 0x5d4dd8b8-0x5d4dd8f9]
Sep 14 11:00:11 bz kernel: ACPI: Reserving VFCT table memory at [mem 0x5d4dd900-0x5d4ead83]
Sep 14 11:00:11 bz kernel: ACPI: Reserving BGRT table memory at [mem 0x5d4ead88-0x5d4eadbf]
Sep 14 11:00:11 bz kernel: ACPI: Reserving TPM2 table memory at [mem 0x5d4eadc0-0x5d4eadf7]
Sep 14 11:00:11 bz kernel: ACPI: Reserving IVRS table memory at [mem 0x5d4eadf8-0x5d4eaf35]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4eaf38-0x5d4ec0d3]
Sep 14 11:00:11 bz kernel: ACPI: Reserving CRAT table memory at [mem 0x5d4ec0d8-0x5d4ec8e7]
Sep 14 11:00:11 bz kernel: ACPI: Reserving CDIT table memory at [mem 0x5d4ec8e8-0x5d4ec910]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4ec918-0x5d4ec9c6]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4ec9c8-0x5d4ed5fa]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4ed600-0x5d4ee6ab]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4ee6b0-0x5d4f0318]
Sep 14 11:00:11 bz kernel: ACPI: Reserving WSMT table memory at [mem 0x5d4f0320-0x5d4f0347]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4f0348-0x5d4f03d1]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4f03d8-0x5d4f069f]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4f06a0-0x5d4f087d]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4f0880-0x5d4f0cf5]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4f0cf8-0x5d4f0f7b]
Sep 14 11:00:11 bz kernel: ACPI: Reserving SSDT table memory at [mem 0x5d4f0f80-0x5d4f1269]
Sep 14 11:00:11 bz kernel: No NUMA configuration found
Sep 14 11:00:11 bz kernel: Faking a node at [mem 0x0000000000000000-0x000000041f33ffff]
Sep 14 11:00:11 bz kernel: NODE_DATA(0) allocated [mem 0x41f315000-0x41f33ffff]
Sep 14 11:00:11 bz kernel: Zone ranges:
Sep 14 11:00:11 bz kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Sep 14 11:00:11 bz kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Sep 14 11:00:11 bz kernel: Normal [mem 0x0000000100000000-0x000000041f33ffff]
Sep 14 11:00:11 bz kernel: Device empty
Sep 14 11:00:11 bz kernel: Movable zone start for each node
Sep 14 11:00:11 bz kernel: Early memory node ranges
Sep 14 11:00:11 bz kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Sep 14 11:00:11 bz kernel: node 0: [mem 0x0000000000100000-0x0000000009601fff]
Sep 14 11:00:11 bz kernel: node 0: [mem 0x0000000009800000-0x000000000a1fffff]
Sep 14 11:00:11 bz kernel: node 0: [mem 0x000000000a20b000-0x000000005c9defff]
Sep 14 11:00:11 bz kernel: node 0: [mem 0x000000005df0c000-0x000000005effffff]
Sep 14 11:00:11 bz kernel: node 0: [mem 0x0000000100000000-0x000000041f33ffff]
Sep 14 11:00:11 bz kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000041f33ffff]
Sep 14 11:00:11 bz kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 14 11:00:11 bz kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Sep 14 11:00:11 bz kernel: On node 0, zone DMA32: 510 pages in unavailable ranges
Sep 14 11:00:11 bz kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Sep 14 11:00:11 bz kernel: On node 0, zone DMA32: 5421 pages in unavailable ranges
Sep 14 11:00:11 bz kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Sep 14 11:00:11 bz kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
Sep 14 11:00:11 bz kernel: ACPI: PM-Timer IO Port: 0x808
Sep 14 11:00:11 bz kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 14 11:00:11 bz kernel: IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
Sep 14 11:00:11 bz kernel: IOAPIC[1]: apic_id 10, version 33, address 0xfec01000, GSI 24-55
Sep 14 11:00:11 bz kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 14 11:00:11 bz kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 14 11:00:11 bz kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 14 11:00:11 bz kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 14 11:00:11 bz kernel: e820: update [mem 0x5b68c000-0x5b6bafff] usable ==> reserved
Sep 14 11:00:11 bz kernel: smpboot: Allowing 16 CPUs, 8 hotplug CPUs
Sep 14 11:00:11 bz kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 14 11:00:11 bz kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Sep 14 11:00:11 bz kernel: PM: hibernation: Registered nosave memory: [mem 0x09602000-0x097fffff]
Sep 14 11:00:11 bz kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Sep 14 11:00:11 bz kernel: PM: hibernation: Registered nosave memory: [mem 0x5b68c000-0x5b6bafff]
Sep 14 11:00:11 bz kernel: PM: hibernation: Registered nosave memory: [mem 0x5bd13000-0x5bd13fff]
Sep 14 11:00:11 bz kernel: PM: hibernation: Registered nosave memory: [mem 0x5c9df000-0x5df0bfff]
Sep 14 11:00:11 bz kernel: PM: hibernation: Registered nosave memory: [mem 0x5f000000-0xffffffff]
Sep 14 11:00:11 bz kernel: [mem 0xe0000000-0xf7ffffff] available for PCI devices
Sep 14 11:00:11 bz kernel: Booting paravirtualized kernel on bare hardware
Sep 14 11:00:11 bz kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Sep 14 11:00:11 bz kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Sep 14 11:00:11 bz kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Sep 14 11:00:11 bz kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Sep 14 11:00:11 bz kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 14 11:00:11 bz kernel: Fallback order for Node 0: 0
Sep 14 11:00:11 bz kernel: Built 1 zonelists, mobility grouping on. Total pages: 3599321
Sep 14 11:00:11 bz kernel: Policy zone: Normal
Sep 14 11:00:11 bz kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-39-amd64 root=UUID=d3341615-d5d0-4520-8185-00b08f83d7fc ro quiet
Sep 14 11:00:11 bz kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.1.0-39-amd64", will be passed to user space.
Sep 14 11:00:11 bz kernel: random: crng init done
Sep 14 11:00:11 bz kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 14 11:00:11 bz kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Sep 14 11:00:11 bz kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 14 11:00:11 bz kernel: software IO TLB: area num 16.
Sep 14 11:00:11 bz kernel: Memory: 1421292K/14626468K available (14343K kernel code, 2344K rwdata, 9120K rodata, 2812K init, 17352K bss, 500812K reserved, 0K cma-reserved)
Sep 14 11:00:11 bz kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Sep 14 11:00:11 bz kernel: ftrace: allocating 40489 entries in 159 pages
Sep 14 11:00:11 bz kernel: ftrace: allocated 159 pages with 6 groups
Sep 14 11:00:11 bz kernel: Dynamic Preempt: voluntary
Sep 14 11:00:11 bz kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 14 11:00:11 bz kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Sep 14 11:00:11 bz kernel: Trampoline variant of Tasks RCU enabled.
Sep 14 11:00:11 bz kernel: Rude variant of Tasks RCU enabled.
Sep 14 11:00:11 bz kernel: Tracing variant of Tasks RCU enabled.
Sep 14 11:00:11 bz kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Sep 14 11:00:11 bz kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Sep 14 11:00:11 bz kernel: NR_IRQS: 524544, nr_irqs: 1080, preallocated irqs: 0
Sep 14 11:00:11 bz kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 14 11:00:11 bz kernel: Console: colour dummy device 80x25
Sep 14 11:00:11 bz kernel: printk: console [tty0] enabled
Sep 14 11:00:11 bz kernel: ACPI: Core revision 20220331
Sep 14 11:00:11 bz kernel: APIC: Switch to symmetric I/O mode setup
Sep 14 11:00:11 bz kernel: AMD-Vi: ivrs, add hid:PNP0D40, uid:, rdevid:152
Sep 14 11:00:11 bz kernel: AMD-Vi: Using global IVHD EFR:0x4f77ef22294ada, EFR2:0x0
Sep 14 11:00:11 bz kernel: Switched APIC routing to physical flat.
Sep 14 11:00:11 bz kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x21174ec5026, max_idle_ns: 440795279054 ns
Sep 14 11:00:11 bz kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.38 BogoMIPS (lpj=9182764)
Sep 14 11:00:11 bz kernel: AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
Sep 14 11:00:11 bz kernel: LVT offset 1 assigned for vector 0xf9
Sep 14 11:00:11 bz kernel: LVT offset 2 assigned for vector 0xf4
Sep 14 11:00:11 bz kernel: process: using mwait in idle threads
Sep 14 11:00:11 bz kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Sep 14 11:00:11 bz kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Sep 14 11:00:11 bz kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 14 11:00:11 bz kernel: Spectre V2 : Mitigation: Retpolines
Sep 14 11:00:11 bz kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
Sep 14 11:00:11 bz kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Sep 14 11:00:11 bz kernel: RETBleed: Mitigation: untrained return thunk
Sep 14 11:00:11 bz kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 14 11:00:11 bz kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 14 11:00:11 bz kernel: x86/bugs: return thunk changed
Sep 14 11:00:11 bz kernel: Speculative Return Stack Overflow: Mitigation: safe RET
Sep 14 11:00:11 bz kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 14 11:00:11 bz kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 14 11:00:11 bz kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 14 11:00:11 bz kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Sep 14 11:00:11 bz kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Sep 14 11:00:11 bz kernel: Freeing SMP alternatives memory: 36K
Sep 14 11:00:11 bz kernel: pid_max: default: 32768 minimum: 301
Sep 14 11:00:11 bz kernel: LSM: Security Framework initializing
Sep 14 11:00:11 bz kernel: landlock: Up and running.
Sep 14 11:00:11 bz kernel: Yama: disabled by default; enable with sysctl kernel.yama.*
Sep 14 11:00:11 bz kernel: AppArmor: AppArmor initialized
Sep 14 11:00:11 bz kernel: TOMOYO Linux initialized
Sep 14 11:00:11 bz kernel: LSM support for eBPF active
Sep 14 11:00:11 bz kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 14 11:00:11 bz kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 14 11:00:11 bz kernel: smpboot: CPU0: AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx (family: 0x17, model: 0x18, stepping: 0x1)
Sep 14 11:00:11 bz kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 14 11:00:11 bz kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Sep 14 11:00:11 bz kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 14 11:00:11 bz kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Sep 14 11:00:11 bz kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 14 11:00:11 bz kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Sep 14 11:00:11 bz kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 14 11:00:11 bz kernel: ... version: 0
Sep 14 11:00:11 bz kernel: ... bit width: 48
Sep 14 11:00:11 bz kernel: ... generic registers: 6
Sep 14 11:00:11 bz kernel: ... value mask: 0000ffffffffffff
Sep 14 11:00:11 bz kernel: ... max period: 00007fffffffffff
Sep 14 11:00:11 bz kernel: ... fixed-purpose events: 0
Sep 14 11:00:11 bz kernel: ... event mask: 000000000000003f
Sep 14 11:00:11 bz kernel: signal: max sigframe size: 1776
Sep 14 11:00:11 bz kernel: rcu: Hierarchical SRCU implementation.
Sep 14 11:00:11 bz kernel: rcu: Max phase no-delay instances is 1000.
Sep 14 11:00:11 bz kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 14 11:00:11 bz kernel: smp: Bringing up secondary CPUs ...
Sep 14 11:00:11 bz kernel: x86: Booting SMP configuration:
Sep 14 11:00:11 bz kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
Sep 14 11:00:11 bz kernel: smp: Brought up 1 node, 8 CPUs
Sep 14 11:00:11 bz kernel: smpboot: Max logical packages: 2
Sep 14 11:00:11 bz kernel: smpboot: Total of 8 processors activated (36731.05 BogoMIPS)
Sep 14 11:00:11 bz kernel: node 0 deferred pages initialised in 24ms
Sep 14 11:00:11 bz kernel: devtmpfs: initialized
Sep 14 11:00:11 bz kernel: x86/mm: Memory block size: 128MB
Sep 14 11:00:11 bz kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Sep 14 11:00:11 bz kernel: ACPI: PM: Registering ACPI NVS region [mem 0x5d4f2000-0x5d6a0fff] (1765376 bytes)
Sep 14 11:00:11 bz kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Sep 14 11:00:11 bz kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 14 11:00:11 bz kernel: pinctrl core: initialized pinctrl subsystem
Sep 14 11:00:11 bz kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 14 11:00:11 bz kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Sep 14 11:00:11 bz kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 14 11:00:11 bz kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 14 11:00:11 bz kernel: audit: initializing netlink subsys (disabled)
Sep 14 11:00:11 bz kernel: audit: type=2000 audit(1757865609.044:1): state=initialized audit_enabled=0 res=1
Sep 14 11:00:11 bz kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 14 11:00:11 bz kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 14 11:00:11 bz kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 14 11:00:11 bz kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 14 11:00:11 bz kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 14 11:00:11 bz kernel: cpuidle: using governor ladder
Sep 14 11:00:11 bz kernel: cpuidle: using governor menu
Sep 14 11:00:11 bz kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Sep 14 11:00:11 bz kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 14 11:00:11 bz kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Sep 14 11:00:11 bz kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Sep 14 11:00:11 bz kernel: PCI: Using configuration type 1 for base access
Sep 14 11:00:11 bz kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 14 11:00:11 bz kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 14 11:00:11 bz kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 14 11:00:11 bz kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 14 11:00:11 bz kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 14 11:00:11 bz kernel: ACPI: Added _OSI(Module Device)
Sep 14 11:00:11 bz kernel: ACPI: Added _OSI(Processor Device)
Sep 14 11:00:11 bz kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 14 11:00:11 bz kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Sep 14 11:00:11 bz kernel: ACPI: EC: EC started
Sep 14 11:00:11 bz kernel: ACPI: EC: interrupt blocked
Sep 14 11:00:11 bz kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 14 11:00:11 bz kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Sep 14 11:00:11 bz kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 14 11:00:11 bz kernel: ACPI: Interpreter enabled
Sep 14 11:00:11 bz kernel: ACPI: PM: (supports S0)
Sep 14 11:00:11 bz kernel: ACPI: Using IOAPIC for interrupt routing
Sep 14 11:00:11 bz kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 14 11:00:11 bz kernel: PCI: Using E820 reservations for host bridge windows
Sep 14 11:00:11 bz kernel: ACPI: PM: Power Resource [P0U0]
Sep 14 11:00:11 bz kernel: ACPI: PM: Power Resource [P3U0]
Sep 14 11:00:11 bz kernel: ACPI: PM: Power Resource [P0U1]
Sep 14 11:00:11 bz kernel: ACPI: PM: Power Resource [P3U1]
Sep 14 11:00:11 bz kernel: ACPI: PM: Power Resource [PRWL]
Sep 14 11:00:11 bz kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 14 11:00:11 bz kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Sep 14 11:00:11 bz kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
Sep 14 11:00:11 bz kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 14 11:00:11 bz kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Sep 14 11:00:11 bz kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Sep 14 11:00:11 bz kernel: PCI host bridge to bus 0000:00
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 14 11:00:11 bz kernel: pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
Sep 14 11:00:11 bz kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
Sep 14 11:00:11 bz kernel: pci 0000:00:01.2: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
Sep 14 11:00:11 bz kernel: pci 0000:00:01.3: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
Sep 14 11:00:11 bz kernel: pci 0000:00:08.2: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Sep 14 11:00:11 bz kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Sep 14 11:00:11 bz kernel: pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
Sep 14 11:00:11 bz kernel: pci 0000:01:00.0: [8086:24fd] type 00 class 0x028000
Sep 14 11:00:11 bz kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfea00000-0xfea01fff 64bit]
Sep 14 11:00:11 bz kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
Sep 14 11:00:11 bz kernel: pci 0000:00:01.2: bridge window [mem 0xfea00000-0xfeafffff]
Sep 14 11:00:11 bz kernel: pci 0000:02:00.0: [144d:a808] type 00 class 0x010802
Sep 14 11:00:11 bz kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfe900000-0xfe903fff 64bit]
Sep 14 11:00:11 bz kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
Sep 14 11:00:11 bz kernel: pci 0000:00:01.3: bridge window [mem 0xfe900000-0xfe9fffff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: [1002:15d8] type 00 class 0x030000
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: reg 0x20: [io 0xf000-0xf0ff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: reg 0x24: [mem 0xfe700000-0xfe77ffff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: BAR 0: assigned to efifb
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:03:00.1: [1002:15de] type 00 class 0x040300
Sep 14 11:00:11 bz kernel: pci 0000:03:00.1: reg 0x10: [mem 0xfe7c8000-0xfe7cbfff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.1: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:03:00.2: [1022:15df] type 00 class 0x108000
Sep 14 11:00:11 bz kernel: pci 0000:03:00.2: reg 0x18: [mem 0xfe600000-0xfe6fffff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.2: reg 0x24: [mem 0xfe7cc000-0xfe7cdfff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.2: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:03:00.3: [1022:15e0] type 00 class 0x0c0330
Sep 14 11:00:11 bz kernel: pci 0000:03:00.3: reg 0x10: [mem 0xfe500000-0xfe5fffff 64bit]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.3: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:03:00.4: [1022:15e1] type 00 class 0x0c0330
Sep 14 11:00:11 bz kernel: pci 0000:03:00.4: reg 0x10: [mem 0xfe400000-0xfe4fffff 64bit]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.4: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:03:00.4: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:03:00.5: [1022:15e2] type 00 class 0x048000
Sep 14 11:00:11 bz kernel: pci 0000:03:00.5: reg 0x10: [mem 0xfe780000-0xfe7bffff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.5: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:03:00.5: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:03:00.6: [1022:15e3] type 00 class 0x040300
Sep 14 11:00:11 bz kernel: pci 0000:03:00.6: reg 0x10: [mem 0xfe7c0000-0xfe7c7fff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.6: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:03:00.6: PME# supported from D0 D3hot D3cold
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: PCI bridge to [bus 03]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: bridge window [io 0xf000-0xffff]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: bridge window [mem 0xfe400000-0xfe7fffff]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Sep 14 11:00:11 bz kernel: pci 0000:04:00.0: [1022:7901] type 00 class 0x010601
Sep 14 11:00:11 bz kernel: pci 0000:04:00.0: reg 0x24: [mem 0xfe800000-0xfe8007ff]
Sep 14 11:00:11 bz kernel: pci 0000:04:00.0: enabling Extended Tags
Sep 14 11:00:11 bz kernel: pci 0000:00:08.2: PCI bridge to [bus 04]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.2: bridge window [mem 0xfe800000-0xfe8fffff]
Sep 14 11:00:11 bz kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 14 11:00:11 bz kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 14 11:00:11 bz kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 14 11:00:11 bz kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 14 11:00:11 bz kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 14 11:00:11 bz kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 14 11:00:11 bz kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 14 11:00:11 bz kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 14 11:00:11 bz kernel: Low-power S0 idle used by default for system suspend
Sep 14 11:00:11 bz kernel: iommu: Default domain type: Translated
Sep 14 11:00:11 bz kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 14 11:00:11 bz kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 14 11:00:11 bz kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 14 11:00:11 bz kernel: PTP clock support registered
Sep 14 11:00:11 bz kernel: EDAC MC: Ver: 3.0.0
Sep 14 11:00:11 bz kernel: Registered efivars operations
Sep 14 11:00:11 bz kernel: NetLabel: Initializing
Sep 14 11:00:11 bz kernel: NetLabel: domain hash size = 128
Sep 14 11:00:11 bz kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Sep 14 11:00:11 bz kernel: NetLabel: unlabeled traffic allowed by default
Sep 14 11:00:11 bz kernel: PCI: Using ACPI for IRQ routing
Sep 14 11:00:11 bz kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 14 11:00:11 bz kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Sep 14 11:00:11 bz kernel: e820: reserve RAM buffer [mem 0x09602000-0x0bffffff]
Sep 14 11:00:11 bz kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Sep 14 11:00:11 bz kernel: e820: reserve RAM buffer [mem 0x5b68c000-0x5bffffff]
Sep 14 11:00:11 bz kernel: e820: reserve RAM buffer [mem 0x5bd13000-0x5bffffff]
Sep 14 11:00:11 bz kernel: e820: reserve RAM buffer [mem 0x5c9df000-0x5fffffff]
Sep 14 11:00:11 bz kernel: e820: reserve RAM buffer [mem 0x5f000000-0x5fffffff]
Sep 14 11:00:11 bz kernel: e820: reserve RAM buffer [mem 0x41f340000-0x41fffffff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 14 11:00:11 bz kernel: vgaarb: loaded
Sep 14 11:00:11 bz kernel: clocksource: Switched to clocksource tsc-early
Sep 14 11:00:11 bz kernel: VFS: Disk quotas dquot_6.6.0
Sep 14 11:00:11 bz kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 14 11:00:11 bz kernel: AppArmor: AppArmor Filesystem Enabled
Sep 14 11:00:11 bz kernel: pnp: PnP ACPI init
Sep 14 11:00:11 bz kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x04d0-0x04d1] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x040b] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x04d6] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0c00-0x0c01] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0c14] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0c50-0x0c51] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0c52] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0c6c] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0c6f] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0cd0-0x0cd1] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0cd2-0x0cd3] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0cd4-0x0cd5] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0cd6-0x0cd7] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0cd8-0x0cdf] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0800-0x089f] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0b00-0x0b0f] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0b20-0x0b3f] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0900-0x090f] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [io 0x0910-0x091f] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 14 11:00:11 bz kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Sep 14 11:00:11 bz kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Sep 14 11:00:11 bz kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Sep 14 11:00:11 bz kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Sep 14 11:00:11 bz kernel: pnp: PnP ACPI: found 4 devices
Sep 14 11:00:11 bz kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 14 11:00:11 bz kernel: NET: Registered PF_INET protocol family
Sep 14 11:00:11 bz kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 14 11:00:11 bz kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 14 11:00:11 bz kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 14 11:00:11 bz kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 14 11:00:11 bz kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 14 11:00:11 bz kernel: TCP: Hash tables configured (established 131072 bind 65536)
Sep 14 11:00:11 bz kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Sep 14 11:00:11 bz kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 14 11:00:11 bz kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 14 11:00:11 bz kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 14 11:00:11 bz kernel: NET: Registered PF_XDP protocol family
Sep 14 11:00:11 bz kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
Sep 14 11:00:11 bz kernel: pci 0000:00:01.2: bridge window [mem 0xfea00000-0xfeafffff]
Sep 14 11:00:11 bz kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
Sep 14 11:00:11 bz kernel: pci 0000:00:01.3: bridge window [mem 0xfe900000-0xfe9fffff]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: PCI bridge to [bus 03]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: bridge window [io 0xf000-0xffff]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: bridge window [mem 0xfe400000-0xfe7fffff]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.2: PCI bridge to [bus 04]
Sep 14 11:00:11 bz kernel: pci 0000:00:08.2: bridge window [mem 0xfe800000-0xfe8fffff]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfebfffff window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Sep 14 11:00:11 bz kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
Sep 14 11:00:11 bz kernel: pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
Sep 14 11:00:11 bz kernel: pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
Sep 14 11:00:11 bz kernel: pci_bus 0000:03: resource 1 [mem 0xfe400000-0xfe7fffff]
Sep 14 11:00:11 bz kernel: pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
Sep 14 11:00:11 bz kernel: pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
Sep 14 11:00:11 bz kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Sep 14 11:00:11 bz kernel: pci 0000:03:00.3: extending delay after power-on from D3hot to 20 msec
Sep 14 11:00:11 bz kernel: pci 0000:03:00.4: extending delay after power-on from D3hot to 20 msec
Sep 14 11:00:11 bz kernel: PCI: CLS 64 bytes, default 64
Sep 14 11:00:11 bz kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 14 11:00:11 bz kernel: pci 0000:00:01.0: Adding to iommu group 0
Sep 14 11:00:11 bz kernel: pci 0000:00:01.2: Adding to iommu group 1
Sep 14 11:00:11 bz kernel: pci 0000:00:01.3: Adding to iommu group 2
Sep 14 11:00:11 bz kernel: Trying to unpack rootfs image as initramfs...
Sep 14 11:00:11 bz kernel: pci 0000:00:08.0: Adding to iommu group 3
Sep 14 11:00:11 bz kernel: pci 0000:00:08.1: Adding to iommu group 4
Sep 14 11:00:11 bz kernel: pci 0000:00:08.2: Adding to iommu group 3
Sep 14 11:00:11 bz kernel: pci 0000:00:14.0: Adding to iommu group 5
Sep 14 11:00:11 bz kernel: pci 0000:00:14.3: Adding to iommu group 5
Sep 14 11:00:11 bz kernel: pci 0000:00:18.0: Adding to iommu group 6
Sep 14 11:00:11 bz kernel: pci 0000:00:18.1: Adding to iommu group 6
Sep 14 11:00:11 bz kernel: pci 0000:00:18.2: Adding to iommu group 6
Sep 14 11:00:11 bz kernel: pci 0000:00:18.3: Adding to iommu group 6
Sep 14 11:00:11 bz kernel: pci 0000:00:18.4: Adding to iommu group 6
Sep 14 11:00:11 bz kernel: pci 0000:00:18.5: Adding to iommu group 6
Sep 14 11:00:11 bz kernel: pci 0000:00:18.6: Adding to iommu group 6
Sep 14 11:00:11 bz kernel: pci 0000:00:18.7: Adding to iommu group 6
Sep 14 11:00:11 bz kernel: pci 0000:01:00.0: Adding to iommu group 7
Sep 14 11:00:11 bz kernel: pci 0000:02:00.0: Adding to iommu group 8
Sep 14 11:00:11 bz kernel: pci 0000:03:00.0: Adding to iommu group 9
Sep 14 11:00:11 bz kernel: pci 0000:03:00.1: Adding to iommu group 10
Sep 14 11:00:11 bz kernel: pci 0000:03:00.2: Adding to iommu group 10
Sep 14 11:00:11 bz kernel: pci 0000:03:00.3: Adding to iommu group 10
Sep 14 11:00:11 bz kernel: pci 0000:03:00.4: Adding to iommu group 10
Sep 14 11:00:11 bz kernel: pci 0000:03:00.5: Adding to iommu group 10
Sep 14 11:00:11 bz kernel: pci 0000:03:00.6: Adding to iommu group 10
Sep 14 11:00:11 bz kernel: pci 0000:04:00.0: Adding to iommu group 3
Sep 14 11:00:11 bz kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Sep 14 11:00:11 bz kernel: AMD-Vi: Extended features (0x4f77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Sep 14 11:00:11 bz kernel: AMD-Vi: Interrupt remapping enabled
Sep 14 11:00:11 bz kernel: AMD-Vi: Virtual APIC enabled
Sep 14 11:00:11 bz kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 14 11:00:11 bz kernel: software IO TLB: mapped [mem 0x00000000558d5000-0x00000000598d5000] (64MB)
Sep 14 11:00:11 bz kernel: amd_uncore: 4 amd_df counters detected
Sep 14 11:00:11 bz kernel: amd_uncore: 6 amd_l3 counters detected
Sep 14 11:00:11 bz kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 14 11:00:11 bz kernel: Initialise system trusted keyrings
Sep 14 11:00:11 bz kernel: Key type blacklist registered
Sep 14 11:00:11 bz kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
Sep 14 11:00:11 bz kernel: zbud: loaded
Sep 14 11:00:11 bz kernel: integrity: Platform Keyring initialized
Sep 14 11:00:11 bz kernel: integrity: Machine keyring initialized
Sep 14 11:00:11 bz kernel: Key type asymmetric registered
Sep 14 11:00:11 bz kernel: Asymmetric key parser 'x509' registered
Sep 14 11:00:11 bz kernel: Freeing initrd memory: 54740K
Sep 14 11:00:11 bz kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Sep 14 11:00:11 bz kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
Sep 14 11:00:11 bz kernel: io scheduler mq-deadline registered
Sep 14 11:00:11 bz kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 71
Sep 14 11:00:11 bz kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 71
Sep 14 11:00:11 bz kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 72
Sep 14 11:00:11 bz kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 72
Sep 14 11:00:11 bz kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 73
Sep 14 11:00:11 bz kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 74
Sep 14 11:00:11 bz kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 14 11:00:11 bz kernel: Monitor-Mwait will be used to enter C-1 state
Sep 14 11:00:11 bz kernel: ACPI: \_PR_.P000: Found 2 idle states
Sep 14 11:00:11 bz kernel: ACPI: \_PR_.P001: Found 2 idle states
Sep 14 11:00:11 bz kernel: ACPI: \_PR_.P002: Found 2 idle states
Sep 14 11:00:11 bz kernel: ACPI: \_PR_.P003: Found 2 idle states
Sep 14 11:00:11 bz kernel: ACPI: \_PR_.P004: Found 2 idle states
Sep 14 11:00:11 bz kernel: ACPI: \_PR_.P005: Found 2 idle states
Sep 14 11:00:11 bz kernel: ACPI: \_PR_.P006: Found 2 idle states
Sep 14 11:00:11 bz kernel: ACPI: \_PR_.P007: Found 2 idle states
Sep 14 11:00:11 bz kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 14 11:00:11 bz kernel: ACPI: thermal: Thermal Zone [THRM] (49 C)
Sep 14 11:00:11 bz kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Sep 14 11:00:11 bz kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 14 11:00:11 bz kernel: Linux agpgart interface v0.103
Sep 14 11:00:11 bz kernel: tpm_crb MSFT0101:00: Disabling hwrng
Sep 14 11:00:11 bz kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Sep 14 11:00:11 bz kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 61
Sep 14 11:00:11 bz kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Sep 14 11:00:11 bz kernel: serio: i8042 KBD port at 0x60,0x64 irq 61
Sep 14 11:00:11 bz kernel: mousedev: PS/2 mouse device common for all mice
Sep 14 11:00:11 bz kernel: rtc_cmos 00:01: RTC can wake from S4
Sep 14 11:00:11 bz kernel: rtc_cmos 00:01: registered as rtc0
Sep 14 11:00:11 bz kernel: rtc_cmos 00:01: setting system clock to 2025-09-14T16:00:09 UTC (1757865609)
Sep 14 11:00:11 bz kernel: rtc_cmos 00:01: no alarms, y3k, 114 bytes nvram
Sep 14 11:00:11 bz kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 14 11:00:11 bz kernel: efifb: probing for efifb
Sep 14 11:00:11 bz kernel: efifb: framebuffer at 0xe0000000, using 1984k, total 1984k
Sep 14 11:00:11 bz kernel: efifb: mode is 800x600x32, linelength=3328, pages=1
Sep 14 11:00:11 bz kernel: efifb: scrolling: redraw
Sep 14 11:00:11 bz kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Sep 14 11:00:11 bz kernel: Console: switching to colour frame buffer device 100x37
Sep 14 11:00:11 bz kernel: fb0: EFI VGA frame buffer device
Sep 14 11:00:11 bz kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Sep 14 11:00:11 bz kernel: NET: Registered PF_INET6 protocol family
Sep 14 11:00:11 bz kernel: Segment Routing with IPv6
Sep 14 11:00:11 bz kernel: In-situ OAM (IOAM) with IPv6
Sep 14 11:00:11 bz kernel: mip6: Mobile IPv6
Sep 14 11:00:11 bz kernel: NET: Registered PF_PACKET protocol family
Sep 14 11:00:11 bz kernel: mpls_gso: MPLS GSO support
Sep 14 11:00:11 bz kernel: microcode: CPU0: patch_level=0x08108109
Sep 14 11:00:11 bz kernel: microcode: CPU1: patch_level=0x08108109
Sep 14 11:00:11 bz kernel: microcode: CPU2: patch_level=0x08108109
Sep 14 11:00:11 bz kernel: microcode: CPU3: patch_level=0x08108109
Sep 14 11:00:11 bz kernel: microcode: CPU4: patch_level=0x08108109
Sep 14 11:00:11 bz kernel: microcode: CPU5: patch_level=0x08108109
Sep 14 11:00:11 bz kernel: microcode: CPU6: patch_level=0x08108109
Sep 14 11:00:11 bz kernel: microcode: CPU7: patch_level=0x08108109
Sep 14 11:00:11 bz kernel: microcode: Microcode Update Driver: v2.2.
Sep 14 11:00:11 bz kernel: IPI shorthand broadcast: enabled
Sep 14 11:00:11 bz kernel: sched_clock: Marking stable (663649898, 1740090)->(794625453, -129235465)
Sep 14 11:00:11 bz kernel: registered taskstats version 1
Sep 14 11:00:11 bz kernel: Loading compiled-in X.509 certificates
Sep 14 11:00:11 bz kernel: Loaded X.509 cert 'Build time autogenerated kernel key: e4103cdceb28e12f6703a3323fe900c1ca4987e0'
Sep 14 11:00:11 bz kernel: zswap: loaded using pool lzo/zbud
Sep 14 11:00:11 bz kernel: Key type .fscrypt registered
Sep 14 11:00:11 bz kernel: Key type fscrypt-provisioning registered
Sep 14 11:00:11 bz kernel: Key type encrypted registered
Sep 14 11:00:11 bz kernel: AppArmor: AppArmor sha1 policy hashing enabled
Sep 14 11:00:11 bz kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 14 11:00:11 bz kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Sep 14 11:00:11 bz kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 14 11:00:11 bz kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Sep 14 11:00:11 bz kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 14 11:00:11 bz kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 14 11:00:11 bz kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 14 11:00:11 bz kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 14 11:00:11 bz kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 14 11:00:11 bz kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Sep 14 11:00:11 bz kernel: ima: Allocated hash algorithm: sha256
Sep 14 11:00:11 bz kernel: ima: No architecture policies found
Sep 14 11:00:11 bz kernel: evm: Initialising EVM extended attributes:
Sep 14 11:00:11 bz kernel: evm: security.selinux
Sep 14 11:00:11 bz kernel: evm: security.SMACK64 (disabled)
Sep 14 11:00:11 bz kernel: evm: security.SMACK64EXEC (disabled)
Sep 14 11:00:11 bz kernel: evm: security.SMACK64TRANSMUTE (disabled)
Sep 14 11:00:11 bz kernel: evm: security.SMACK64MMAP (disabled)
Sep 14 11:00:11 bz kernel: evm: security.apparmor
Sep 14 11:00:11 bz kernel: evm: security.ima
Sep 14 11:00:11 bz kernel: evm: security.capability
Sep 14 11:00:11 bz kernel: evm: HMAC attrs: 0x1
Sep 14 11:00:11 bz kernel: ACPI: EC: interrupt unblocked
Sep 14 11:00:11 bz kernel: ACPI: EC: event unblocked
Sep 14 11:00:11 bz kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 14 11:00:11 bz kernel: ACPI: EC: IRQ=75
Sep 14 11:00:11 bz kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
Sep 14 11:00:11 bz kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Sep 14 11:00:11 bz kernel: clk: Disabling unused clocks
Sep 14 11:00:11 bz kernel: Freeing unused decrypted memory: 2036K
Sep 14 11:00:11 bz kernel: Freeing unused kernel image (initmem) memory: 2812K
Sep 14 11:00:11 bz kernel: Write protecting the kernel read-only data: 26624k
Sep 14 11:00:11 bz kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Sep 14 11:00:11 bz kernel: Freeing unused kernel image (rodata/data gap) memory: 1120K
Sep 14 11:00:11 bz kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 14 11:00:11 bz kernel: Run /init as init process
Sep 14 11:00:11 bz kernel: with arguments:
Sep 14 11:00:11 bz kernel: /init
Sep 14 11:00:11 bz kernel: with environment:
Sep 14 11:00:11 bz kernel: HOME=/
Sep 14 11:00:11 bz kernel: TERM=linux
Sep 14 11:00:11 bz kernel: BOOT_IMAGE=/boot/vmlinuz-6.1.0-39-amd64
Sep 14 11:00:11 bz kernel: tsc: Refined TSC clocksource calibration: 2295.687 MHz
Sep 14 11:00:11 bz kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21174ac26ec, max_idle_ns: 440795209452 ns
Sep 14 11:00:11 bz kernel: clocksource: Switched to clocksource tsc
Sep 14 11:00:11 bz kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 14 11:00:11 bz kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 14 11:00:11 bz kernel: ACPI: video: Video Device [VGA1] (multi-head: yes rom: no post: no)
Sep 14 11:00:11 bz kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:01/input/input1
Sep 14 11:00:11 bz kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 14 11:00:11 bz kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 14 11:00:11 bz kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 14 11:00:11 bz kernel: cryptd: max_cpu_qlen set to 1000
Sep 14 11:00:11 bz kernel: ACPI: bus type USB registered
Sep 14 11:00:11 bz kernel: usbcore: registered new interface driver usbfs
Sep 14 11:00:11 bz kernel: usbcore: registered new interface driver hub
Sep 14 11:00:11 bz kernel: usbcore: registered new device driver usb
Sep 14 11:00:11 bz kernel: SCSI subsystem initialized
Sep 14 11:00:11 bz kernel: input: ELAN1206:00 04F3:30F1 Mouse as /devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1206:00/0018:04F3:30F1.0001/input/input2
Sep 14 11:00:11 bz kernel: input: ELAN1206:00 04F3:30F1 Touchpad as /devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1206:00/0018:04F3:30F1.0001/input/input3
Sep 14 11:00:11 bz kernel: hid-generic 0018:04F3:30F1.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1206:00 04F3:30F1] on i2c-ELAN1206:00
Sep 14 11:00:11 bz kernel: AVX2 version of gcm_enc/dec engaged.
Sep 14 11:00:11 bz kernel: AES CTR mode by8 optimization enabled
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.3: xHCI Host Controller
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0002000840000410
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.3: xHCI Host Controller
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 14 11:00:11 bz kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Sep 14 11:00:11 bz kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 14 11:00:11 bz kernel: usb usb1: Product: xHCI Host Controller
Sep 14 11:00:11 bz kernel: usb usb1: Manufacturer: Linux 6.1.0-39-amd64 xhci-hcd
Sep 14 11:00:11 bz kernel: usb usb1: SerialNumber: 0000:03:00.3
Sep 14 11:00:11 bz kernel: hub 1-0:1.0: USB hub found
Sep 14 11:00:11 bz kernel: hub 1-0:1.0: 4 ports detected
Sep 14 11:00:11 bz kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 14 11:00:11 bz kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Sep 14 11:00:11 bz kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 14 11:00:11 bz kernel: usb usb2: Product: xHCI Host Controller
Sep 14 11:00:11 bz kernel: usb usb2: Manufacturer: Linux 6.1.0-39-amd64 xhci-hcd
Sep 14 11:00:11 bz kernel: usb usb2: SerialNumber: 0000:03:00.3
Sep 14 11:00:11 bz kernel: hub 2-0:1.0: USB hub found
Sep 14 11:00:11 bz kernel: hub 2-0:1.0: 4 ports detected
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.4: xHCI Host Controller
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 3
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0002000840000410
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.4: xHCI Host Controller
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 4
Sep 14 11:00:11 bz kernel: xhci_hcd 0000:03:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 14 11:00:11 bz kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Sep 14 11:00:11 bz kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 14 11:00:11 bz kernel: usb usb3: Product: xHCI Host Controller
Sep 14 11:00:11 bz kernel: usb usb3: Manufacturer: Linux 6.1.0-39-amd64 xhci-hcd
Sep 14 11:00:11 bz kernel: usb usb3: SerialNumber: 0000:03:00.4
Sep 14 11:00:11 bz kernel: hub 3-0:1.0: USB hub found
Sep 14 11:00:11 bz kernel: hub 3-0:1.0: 2 ports detected
Sep 14 11:00:11 bz kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 14 11:00:11 bz kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Sep 14 11:00:11 bz kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 14 11:00:11 bz kernel: usb usb4: Product: xHCI Host Controller
Sep 14 11:00:11 bz kernel: usb usb4: Manufacturer: Linux 6.1.0-39-amd64 xhci-hcd
Sep 14 11:00:11 bz kernel: usb usb4: SerialNumber: 0000:03:00.4
Sep 14 11:00:11 bz kernel: hub 4-0:1.0: USB hub found
Sep 14 11:00:11 bz kernel: hub 4-0:1.0: 1 port detected
Sep 14 11:00:11 bz kernel: libata version 3.00 loaded.
Sep 14 11:00:11 bz kernel: ahci 0000:04:00.0: version 3.0
Sep 14 11:00:11 bz kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Sep 14 11:00:11 bz kernel: nvme nvme0: pci function 0000:02:00.0
Sep 14 11:00:11 bz kernel: ahci 0000:04:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Sep 14 11:00:11 bz kernel: ahci 0000:04:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Sep 14 11:00:11 bz kernel: scsi host0: ahci
Sep 14 11:00:11 bz kernel: ata1: SATA max UDMA/133 abar m2048@0xfe800000 port 0xfe800100 irq 95
Sep 14 11:00:11 bz kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Sep 14 11:00:11 bz kernel: nvme nvme0: 16/0/0 default/read/poll queues
Sep 14 11:00:11 bz kernel: nvme0n1: p1 p2 p3 p4 p5
Sep 14 11:00:11 bz kernel: input: ELAN1206:00 04F3:30F1 Mouse as /devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1206:00/0018:04F3:30F1.0001/input/input4
Sep 14 11:00:11 bz kernel: input: ELAN1206:00 04F3:30F1 Touchpad as /devices/platform/AMDI0010:01/i2c-0/i2c-ELAN1206:00/0018:04F3:30F1.0001/input/input5
Sep 14 11:00:11 bz kernel: hid-multitouch 0018:04F3:30F1.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1206:00 04F3:30F1] on i2c-ELAN1206:00
Sep 14 11:00:11 bz kernel: usb 1-4: new full-speed USB device number 2 using xhci_hcd
Sep 14 11:00:11 bz kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Sep 14 11:00:11 bz kernel: ata1: SATA link down (SStatus 0 SControl 300)
Sep 14 11:00:11 bz kernel: usb 3-1: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
Sep 14 11:00:11 bz kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 14 11:00:11 bz kernel: usb 3-1: Product: USB2.0-CRW
Sep 14 11:00:11 bz kernel: usb 3-1: Manufacturer: Generic
Sep 14 11:00:11 bz kernel: usb 3-1: SerialNumber: 20100201396000000
Sep 14 11:00:11 bz kernel: usb 1-4: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
Sep 14 11:00:11 bz kernel: usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 14 11:00:11 bz kernel: usbcore: registered new interface driver rtsx_usb
Sep 14 11:00:11 bz kernel: raid6: avx2x4 gen() 23181 MB/s
Sep 14 11:00:11 bz kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
Sep 14 11:00:11 bz kernel: raid6: avx2x2 gen() 25839 MB/s
Sep 14 11:00:11 bz kernel: raid6: avx2x1 gen() 23391 MB/s
Sep 14 11:00:11 bz kernel: raid6: using algorithm avx2x2 gen() 25839 MB/s
Sep 14 11:00:11 bz kernel: raid6: .... xor() 16510 MB/s, rmw enabled
Sep 14 11:00:11 bz kernel: raid6: using avx2x2 recovery algorithm
Sep 14 11:00:11 bz kernel: xor: automatically using best checksumming function avx
Sep 14 11:00:11 bz kernel: async_tx: api initialized (async)
Sep 14 11:00:11 bz kernel: usb 3-2: New USB device found, idVendor=13d3, idProduct=56cb, bcdDevice=19.62
Sep 14 11:00:11 bz kernel: usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Sep 14 11:00:11 bz kernel: usb 3-2: Product: USB2.0 HD IR UVC WebCam
Sep 14 11:00:11 bz kernel: usb 3-2: Manufacturer: Azurewave
Sep 14 11:00:11 bz kernel: usb 3-2: SerialNumber: 200901010001
Sep 14 11:00:11 bz kernel: Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
Sep 14 11:00:11 bz kernel: PM: Image not found (code -22)
Sep 14 11:00:11 bz kernel: EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Quota mode: none.
Sep 14 11:00:11 bz kernel: Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
Sep 14 11:00:11 bz systemd[1]: Inserted module 'autofs4'
Sep 14 11:00:11 bz systemd[1]: systemd 252.39-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
Sep 14 11:00:11 bz systemd[1]: Detected architecture x86-64.
Sep 14 11:00:11 bz systemd[1]: Hostname set to <bz>.
Sep 14 11:00:11 bz systemd[1]: Queued start job for default target graphical.target.
Sep 14 11:00:11 bz systemd[1]: Created slice system-getty.slice - Slice /system/getty.
Sep 14 11:00:11 bz systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
Sep 14 11:00:11 bz systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
Sep 14 11:00:11 bz systemd[1]: Created slice user.slice - User and Session Slice.
Sep 14 11:00:11 bz systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
Sep 14 11:00:11 bz systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
Sep 14 11:00:11 bz systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
Sep 14 11:00:11 bz systemd[1]: Expecting device dev-disk-by\x2duuid-6782430e\x2d1076\x2d40ab\x2d8d89\x2dc2d13ef1058c.device - /dev/disk/by-uuid/6782430e-1076-40ab-8d89-c2d13ef1058c...
Sep 14 11:00:11 bz systemd[1]: Expecting device dev-disk-by\x2duuid-70fe33bc\x2db6bb\x2d492d\x2db9f9\x2dddab1aea1b0e.device - /dev/disk/by-uuid/70fe33bc-b6bb-492d-b9f9-ddab1aea1b0e...
Sep 14 11:00:11 bz systemd[1]: Expecting device dev-disk-by\x2duuid-9a62c4cc\x2dd158\x2d4728\x2d93eb\x2d82b93c965f15.device - /dev/disk/by-uuid/9a62c4cc-d158-4728-93eb-82b93c965f15...
Sep 14 11:00:11 bz systemd[1]: Expecting device dev-disk-by\x2duuid-B9BA\x2d7424.device - /dev/disk/by-uuid/B9BA-7424...
Sep 14 11:00:11 bz systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
Sep 14 11:00:11 bz systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
Sep 14 11:00:11 bz systemd[1]: Reached target remote-fs.target - Remote File Systems.
Sep 14 11:00:11 bz systemd[1]: Reached target slices.target - Slice Units.
Sep 14 11:00:11 bz systemd[1]: Reached target time-set.target - System Time Set.
Sep 14 11:00:11 bz systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
Sep 14 11:00:11 bz systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
Sep 14 11:00:11 bz systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
Sep 14 11:00:11 bz systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
Sep 14 11:00:11 bz systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
Sep 14 11:00:11 bz systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
Sep 14 11:00:11 bz systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
Sep 14 11:00:11 bz systemd[1]: Listening on systemd-journald.socket - Journal Socket.
Sep 14 11:00:11 bz systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
Sep 14 11:00:11 bz systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Sep 14 11:00:11 bz systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
Sep 14 11:00:11 bz systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
Sep 14 11:00:11 bz systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
Sep 14 11:00:11 bz systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
Sep 14 11:00:11 bz systemd[1]: Finished blk-availability.service - Availability of block devices.
Sep 14 11:00:11 bz systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
Sep 14 11:00:11 bz systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
Sep 14 11:00:11 bz systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 14 11:00:11 bz systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
Sep 14 11:00:11 bz systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
Sep 14 11:00:11 bz systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
Sep 14 11:00:11 bz systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
Sep 14 11:00:11 bz systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
Sep 14 11:00:11 bz systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
Sep 14 11:00:11 bz systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
Sep 14 11:00:11 bz systemd[1]: Starting systemd-journald.service - Journal Service...
Sep 14 11:00:11 bz systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
Sep 14 11:00:11 bz systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
Sep 14 11:00:11 bz kernel: pstore: Using crash dump compression: deflate
Sep 14 11:00:11 bz systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
Sep 14 11:00:11 bz kernel: pstore: Registered efi as persistent store backend
Sep 14 11:00:11 bz systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
Sep 14 11:00:11 bz systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
Sep 14 11:00:11 bz systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
Sep 14 11:00:11 bz systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
Sep 14 11:00:11 bz systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
Sep 14 11:00:11 bz systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
Sep 14 11:00:11 bz kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Sep 14 11:00:11 bz kernel: device-mapper: uevent: version 1.0.3
Sep 14 11:00:11 bz systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 14 11:00:11 bz systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
Sep 14 11:00:11 bz kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Sep 14 11:00:11 bz systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 14 11:00:11 bz systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
Sep 14 11:00:11 bz systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 14 11:00:11 bz systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
Sep 14 11:00:11 bz systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
Sep 14 11:00:11 bz kernel: loop: module loaded
Sep 14 11:00:11 bz systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
Sep 14 11:00:11 bz systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 14 11:00:11 bz systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
Sep 14 11:00:11 bz systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 14 11:00:11 bz kernel: EXT4-fs (nvme0n1p1): re-mounted. Quota mode: none.
Sep 14 11:00:11 bz systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
Sep 14 11:00:11 bz systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 14 11:00:11 bz systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 14 11:00:11 bz systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
Sep 14 11:00:11 bz systemd[1]: Starting systemd-sysusers.service - Create System Users...
Sep 14 11:00:11 bz kernel: ACPI: bus type drm_connector registered
Sep 14 11:00:11 bz kernel: fuse: init (API version 7.38)
Sep 14 11:00:11 bz systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 14 11:00:11 bz systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
Sep 14 11:00:11 bz systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 14 11:00:11 bz systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
Sep 14 11:00:11 bz systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
Sep 14 11:00:11 bz systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
Sep 14 11:00:11 bz systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 14 11:00:11 bz systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
Sep 14 11:00:11 bz systemd[1]: Finished systemd-sysusers.service - Create System Users.
Sep 14 11:00:11 bz kernel: lp: driver loaded but no devices found
Sep 14 11:00:11 bz systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
Sep 14 11:00:11 bz kernel: ppdev: user-space parallel port driver
Sep 14 11:00:11 bz systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
Sep 14 11:00:11 bz systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
Sep 14 11:00:11 bz systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
Sep 14 11:00:11 bz systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
Sep 14 11:00:11 bz systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
Sep 14 11:00:11 bz systemd-journald[444]: Journal started
Sep 14 11:00:11 bz systemd-journald[444]: Runtime Journal (/run/log/journal/f83eb007aa694205911c2fdfcd63d808) is 8.0M, max 139.2M, 131.2M free.
Sep 14 11:00:11 bz systemd-modules-load[445]: Inserted module 'lp'
Sep 14 11:00:11 bz systemd-modules-load[445]: Inserted module 'ppdev'
Sep 14 11:00:11 bz systemd-modules-load[445]: Inserted module 'parport_pc'
Sep 14 11:00:11 bz systemd[1]: Started systemd-journald.service - Journal Service.
Sep 14 11:00:11 bz systemd-udevd[462]: Using default interface naming scheme 'v252'.
Sep 14 11:00:11 bz systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 14 11:00:11 bz systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
Sep 14 11:00:11 bz systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
Sep 14 11:00:11 bz systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
Sep 14 11:00:11 bz systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown...
Sep 14 11:00:11 bz systemd[1]: Found device dev-disk-by\x2duuid-6782430e\x2d1076\x2d40ab\x2d8d89\x2dc2d13ef1058c.device - SAMSUNG MZVLB1T0HALR-00000 swap.
Sep 14 11:00:11 bz kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Sep 14 11:00:11 bz kernel: acpi-tad ACPI000E:00: Missing _PRW
Sep 14 11:00:11 bz systemd[1]: Found device dev-disk-by\x2duuid-B9BA\x2d7424.device - SAMSUNG MZVLB1T0HALR-00000 efi.
Sep 14 11:00:11 bz systemd[1]: Finished ifupdown-pre.service - Helper to synchronize boot up for ifupdown.
Sep 14 11:00:11 bz kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:33/PNP0C09:00/PNP0C0D:00/input/input6
Sep 14 11:00:11 bz kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Sep 14 11:00:11 bz systemd[1]: Found device dev-disk-by\x2duuid-70fe33bc\x2db6bb\x2d492d\x2db9f9\x2dddab1aea1b0e.device - SAMSUNG MZVLB1T0HALR-00000 var-log.
Sep 14 11:00:11 bz kernel: ACPI: button: Lid Switch [LID]
Sep 14 11:00:11 bz kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
Sep 14 11:00:11 bz kernel: ACPI: button: Power Button [PWRB]
Sep 14 11:00:11 bz kernel: snd_pci_acp3x 0000:03:00.5: enabling device (0000 -> 0002)
Sep 14 11:00:11 bz kernel: snd_pci_acp3x 0000:03:00.5: ACP audio mode : 2
Sep 14 11:00:11 bz kernel: ccp 0000:03:00.2: enabling device (0000 -> 0002)
Sep 14 11:00:11 bz kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 14 11:00:11 bz kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Sep 14 11:00:11 bz kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 14 11:00:11 bz kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 14 11:00:11 bz kernel: ccp 0000:03:00.2: ccp enabled
Sep 14 11:00:11 bz kernel: ccp 0000:03:00.2: psp: unable to access the device: you might be running a broken BIOS.
Sep 14 11:00:11 bz systemd[1]: Found device dev-disk-by\x2duuid-9a62c4cc\x2dd158\x2d4728\x2d93eb\x2d82b93c965f15.device - SAMSUNG MZVLB1T0HALR-00000 home.
Sep 14 11:00:12 bz systemd[1]: Activating swap dev-disk-by\x2duuid-6782430e\x2d1076\x2d40ab\x2d8d89\x2dc2d13ef1058c.swap - /dev/disk/by-uuid/6782430e-1076-40ab-8d89-c2d13ef1058c...
Sep 14 11:00:12 bz systemd[1]: Starting systemd-fsck@dev-disk-by\x2duuid-70fe33bc\x2db6bb\x2d492d\x2db9f9\x2dddab1aea1b0e.service - File System Check on /dev/disk/by-uuid/70fe33bc-b6bb-492d-b9f9-ddab1aea1b0e...
Sep 14 11:00:12 bz systemd[1]: Starting systemd-fsck@dev-disk-by\x2duuid-9a62c4cc\x2dd158\x2d4728\x2d93eb\x2d82b93c965f15.service - File System Check on /dev/disk/by-uuid/9a62c4cc-d158-4728-93eb-82b93c965f15...
Sep 14 11:00:12 bz systemd[1]: Starting systemd-fsck@dev-disk-by\x2duuid-B9BA\x2d7424.service - File System Check on /dev/disk/by-uuid/B9BA-7424...
Sep 14 11:00:12 bz kernel: Adding 17577980k swap on /dev/nvme0n1p4. Priority:-2 extents:1 across:17577980k SSFS
Sep 14 11:00:12 bz systemd[1]: Activated swap dev-disk-by\x2duuid-6782430e\x2d1076\x2d40ab\x2d8d89\x2dc2d13ef1058c.swap - /dev/disk/by-uuid/6782430e-1076-40ab-8d89-c2d13ef1058c.
Sep 14 11:00:12 bz systemd[1]: Reached target swap.target - Swaps.
Sep 14 11:00:12 bz systemd[1]: Started systemd-fsckd.service - File System Check Daemon to report status.
Sep 14 11:00:12 bz systemd-fsck[583]: var-log: clean, 77/124928 files, 85237/499712 blocks
Sep 14 11:00:12 bz kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 14 11:00:12 bz kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 14 11:00:12 bz kernel: mc: Linux media interface: v0.10
Sep 14 11:00:12 bz kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 14 11:00:12 bz kernel: cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
Sep 14 11:00:12 bz kernel: cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
Sep 14 11:00:12 bz kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 14 11:00:12 bz kernel: cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 14 11:00:12 bz systemd[1]: Finished systemd-fsck@dev-disk-by\x2duuid-70fe33bc\x2db6bb\x2d492d\x2db9f9\x2dddab1aea1b0e.service - File System Check on /dev/disk/by-uuid/70fe33bc-b6bb-492d-b9f9-ddab1aea1b0e.
Sep 14 11:00:12 bz systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 14 11:00:12 bz systemd-fsck[585]: fsck.fat 4.2 (2021-01-31)
Sep 14 11:00:12 bz systemd-fsck[585]: /dev/nvme0n1p5: 8 files, 1496/413652 clusters
Sep 14 11:00:12 bz kernel: platform regulatory.0: firmware: direct-loading firmware regulatory.db
Sep 14 11:00:12 bz kernel: platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
Sep 14 11:00:12 bz systemd[1]: Finished systemd-fsck@dev-disk-by\x2duuid-B9BA\x2d7424.service - File System Check on /dev/disk/by-uuid/B9BA-7424.
Sep 14 11:00:12 bz systemd-fsck[587]: home: clean, 580255/59760640 files, 23233077/239013632 blocks
Sep 14 11:00:12 bz systemd[1]: Finished systemd-fsck@dev-disk-by\x2duuid-9a62c4cc\x2dd158\x2d4728\x2d93eb\x2d82b93c965f15.service - File System Check on /dev/disk/by-uuid/9a62c4cc-d158-4728-93eb-82b93c965f15.
Sep 14 11:00:12 bz kernel: videodev: Linux video capture interface: v2.00
Sep 14 11:00:12 bz kernel: asus_wmi: ASUS WMI generic driver loaded
Sep 14 11:00:12 bz kernel: Intel(R) Wireless WiFi driver for Linux
Sep 14 11:00:12 bz kernel: iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
Sep 14 11:00:12 bz kernel: iwlwifi 0000:01:00.0: firmware: direct-loading firmware iwlwifi-8265-36.ucode
Sep 14 11:00:12 bz kernel: iwlwifi 0000:01:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
Sep 14 11:00:12 bz kernel: kvm: unknown parameter 'enable_virt_at_load' ignored
Sep 14 11:00:12 bz kernel: asus_wmi: Initialization: 0x1
Sep 14 11:00:12 bz kernel: asus_wmi: BIOS WMI version: 9.0
Sep 14 11:00:12 bz kernel: asus_wmi: SFUN value: 0x21
Sep 14 11:00:12 bz kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Sep 14 11:00:12 bz kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Sep 14 11:00:12 bz kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input9
Sep 14 11:00:12 bz kernel: Bluetooth: Core ver 2.22
Sep 14 11:00:12 bz kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 14 11:00:12 bz kernel: Bluetooth: HCI device and connection manager initialized
Sep 14 11:00:12 bz kernel: Bluetooth: HCI socket layer initialized
Sep 14 11:00:12 bz kernel: Bluetooth: L2CAP socket layer initialized
Sep 14 11:00:12 bz kernel: Bluetooth: SCO socket layer initialized
Sep 14 11:00:12 bz kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Sep 14 11:00:12 bz kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Sep 14 11:00:12 bz kernel: ACPI: battery: new extension: ASUS Battery Extension
Sep 14 11:00:12 bz kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
Sep 14 11:00:12 bz kernel: snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
Sep 14 11:00:12 bz kernel: snd_hda_intel 0000:03:00.6: enabling device (0000 -> 0002)
Sep 14 11:00:12 bz kernel: SVM: TSC scaling supported
Sep 14 11:00:12 bz kernel: kvm: Nested Virtualization enabled
Sep 14 11:00:12 bz kernel: SVM: kvm: Nested Paging enabled
Sep 14 11:00:12 bz kernel: SEV enabled (ASIDs 0 - 15)
Sep 14 11:00:12 bz kernel: SEV-ES enabled (ASIDs 0 - 4294967295)
Sep 14 11:00:12 bz kernel: SVM: Virtual VMLOAD VMSAVE supported
Sep 14 11:00:12 bz kernel: SVM: Virtual GIF supported
Sep 14 11:00:12 bz kernel: SVM: LBR virtualization supported
Sep 14 11:00:12 bz systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
Sep 14 11:00:12 bz systemd[1]: Created slice system-systemd\x2dbacklight.slice - Slice /system/systemd-backlight.
Sep 14 11:00:12 bz systemd[1]: Starting systemd-backlight@leds:asus::kbd_backlight.service - Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Sep 14 11:00:12 bz systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
Sep 14 11:00:12 bz systemd[1]: Finished systemd-backlight@leds:asus::kbd_backlight.service - Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Sep 14 11:00:12 bz kernel: MCE: In-kernel MCE decoding enabled.
Sep 14 11:00:12 bz kernel: usb 3-2: Found UVC 1.50 device USB2.0 HD IR UVC WebCam (13d3:56cb)
Sep 14 11:00:12 bz kernel: usbcore: registered new interface driver btusb
Sep 14 11:00:12 bz kernel: input: USB2.0 HD IR UVC WebCam: USB2.0 as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-2/3-2:1.0/input/input11
Sep 14 11:00:12 bz kernel: usb 3-2: Found UVC 1.50 device USB2.0 HD IR UVC WebCam (13d3:56cb)
Sep 14 11:00:12 bz kernel: Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
Sep 14 11:00:12 bz kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:03:00.1/sound/card0/input10
Sep 14 11:00:12 bz kernel: input: USB2.0 HD IR UVC WebCam: USB2.0 as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-2/3-2:1.2/input/input12
Sep 14 11:00:12 bz kernel: usbcore: registered new interface driver uvcvideo
Sep 14 11:00:12 bz kernel: Bluetooth: hci0: Device revision is 16
Sep 14 11:00:12 bz kernel: Bluetooth: hci0: Secure boot is enabled
Sep 14 11:00:12 bz kernel: Bluetooth: hci0: OTP lock is enabled
Sep 14 11:00:12 bz kernel: Bluetooth: hci0: API lock is enabled
Sep 14 11:00:12 bz kernel: Bluetooth: hci0: Debug lock is disabled
Sep 14 11:00:12 bz kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Sep 14 11:00:12 bz kernel: bluetooth hci0: firmware: direct-loading firmware intel/ibt-12-16.sfi
Sep 14 11:00:12 bz kernel: Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
Sep 14 11:00:12 bz kernel: intel_rapl_common: Found RAPL domain package
Sep 14 11:00:12 bz kernel: intel_rapl_common: Found RAPL domain core
Sep 14 11:00:12 bz kernel: iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
Sep 14 11:00:12 bz kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Sep 14 11:00:12 bz kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 14 11:00:12 bz kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 14 11:00:12 bz kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Sep 14 11:00:12 bz kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Sep 14 11:00:12 bz kernel: snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x12
Sep 14 11:00:12 bz kernel: snd_hda_codec_realtek hdaudioC1D0: Headset Mic=0x19
Sep 14 11:00:12 bz kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
Sep 14 11:00:12 bz kernel: iwlwifi 0000:01:00.0: base HW address: 08:d2:3e:8c:ec:a9, OTP minor version: 0x4
Sep 14 11:00:12 bz kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Sep 14 11:00:12 bz systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
Sep 14 11:00:13 bz kernel: Bluetooth: hci0: Waiting for firmware download to complete
Sep 14 11:00:13 bz kernel: Bluetooth: hci0: Firmware loaded in 1279297 usecs
Sep 14 11:00:13 bz kernel: Bluetooth: hci0: Waiting for device to boot
Sep 14 11:00:13 bz kernel: Bluetooth: hci0: Device booted in 14624 usecs
Sep 14 11:00:13 bz kernel: bluetooth hci0: firmware: direct-loading firmware intel/ibt-12-16.ddc
Sep 14 11:00:13 bz kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
Sep 14 11:00:13 bz kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Sep 14 11:00:13 bz kernel: Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
Sep 14 11:00:13 bz kernel: input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1/input13
Sep 14 11:00:13 bz kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1/input14
Sep 14 11:00:13 bz kernel: iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
Sep 14 11:00:13 bz kernel: [drm] amdgpu kernel modesetting enabled.
Sep 14 11:00:13 bz kernel: amdgpu: Topology: Add APU node [0x0:0x0]
Sep 14 11:00:13 bz kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
Sep 14 11:00:14 bz kernel: [drm] initializing kernel modesetting (RAVEN 0x1002:0x15D8 0x1043:0x1B71 0xC1).
Sep 14 11:00:14 bz kernel: [drm] register mmio base: 0xFE700000
Sep 14 11:00:14 bz kernel: [drm] register mmio size: 524288
Sep 14 11:00:14 bz kernel: [drm] add ip block number 0 <soc15_common>
Sep 14 11:00:14 bz kernel: [drm] add ip block number 1 <gmc_v9_0>
Sep 14 11:00:14 bz kernel: [drm] add ip block number 2 <vega10_ih>
Sep 14 11:00:14 bz kernel: [drm] add ip block number 3 <psp>
Sep 14 11:00:14 bz kernel: [drm] add ip block number 4 <powerplay>
Sep 14 11:00:14 bz kernel: [drm] add ip block number 5 <dm>
Sep 14 11:00:14 bz kernel: [drm] add ip block number 6 <gfx_v9_0>
Sep 14 11:00:14 bz kernel: [drm] add ip block number 7 <sdma_v4_0>
Sep 14 11:00:14 bz kernel: [drm] add ip block number 8 <vcn_v1_0>
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_gpu_info.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 14 11:00:14 bz kernel: amdgpu: ATOM BIOS: 113-PICASSO-116
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_sdma.bin
Sep 14 11:00:14 bz kernel: [drm] VCN decode is enabled in VM mode
Sep 14 11:00:14 bz kernel: [drm] VCN encode is enabled in VM mode
Sep 14 11:00:14 bz kernel: [drm] JPEG decode is enabled in VM mode
Sep 14 11:00:14 bz kernel: Console: switching to colour dummy device 80x25
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Sep 14 11:00:14 bz kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Sep 14 11:00:14 bz kernel: [drm] Detected VRAM RAM=2048M, BAR=2048M
Sep 14 11:00:14 bz kernel: [drm] RAM width 128bits DDR4
Sep 14 11:00:14 bz kernel: [drm] amdgpu: 2048M of VRAM memory ready
Sep 14 11:00:14 bz kernel: [drm] amdgpu: 6960M of GTT memory ready.
Sep 14 11:00:14 bz kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Sep 14 11:00:14 bz kernel: [drm] PCIE GART of 1024M enabled.
Sep 14 11:00:14 bz kernel: [drm] PTB located at 0x000000F400A00000
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_asd.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_ta.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Sep 14 11:00:14 bz kernel: amdgpu: hwmgr_sw_init smu backed is smu10_smu
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/raven_dmcu.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_pfp.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_me.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_ce.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_rlc.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_mec.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_mec2.bin
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: firmware: direct-loading firmware amdgpu/picasso_vcn.bin
Sep 14 11:00:14 bz kernel: [drm] Found VCN firmware Version ENC: 1.13 DEC: 2 VEP: 0 Revision: 4
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Sep 14 11:00:14 bz kernel: loop0: detected capacity change from 0 to 8
Sep 14 11:00:14 bz kernel: [drm] reserve 0x400000 from 0xf47fc00000 for PSP TMR
Sep 14 11:00:14 bz kernel: loop1: detected capacity change from 0 to 136816
Sep 14 11:00:14 bz kernel: loop2: detected capacity change from 0 to 1266192
Sep 14 11:00:14 bz kernel: loop3: detected capacity change from 0 to 187776
Sep 14 11:00:14 bz kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Sep 14 11:00:14 bz kernel: loop4: detected capacity change from 0 to 103976
Sep 14 11:00:14 bz kernel: loop5: detected capacity change from 0 to 595504
Sep 14 11:00:14 bz kernel: EXT4-fs (nvme0n1p3): mounting ext2 file system using the ext4 subsystem
Sep 14 11:00:14 bz kernel: EXT4-fs (nvme0n1p3): mounted filesystem without journal. Quota mode: none.
Sep 14 11:00:14 bz kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.819:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=695 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.819:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=689 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.819:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=694 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.819:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=690 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.819:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=690 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.819:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=693 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.819:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=693 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.819:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=693 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865613.823:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=697 comm="apparmor_parser"
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: values for F clock
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: 400000 in kHz, 2749 in mV
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: 933000 in kHz, 3224 in mV
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: 1067000 in kHz, 3924 in mV
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: 1200000 in kHz, 4074 in mV
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: values for DCF clock
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: 300000 in kHz, 2749 in mV
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: 600000 in kHz, 3224 in mV
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: 626000 in kHz, 3924 in mV
Sep 14 11:00:14 bz kernel: [drm] DM_PPLIB: 654000 in kHz, 4074 in mV
Sep 14 11:00:14 bz kernel: [drm] Display Core initialized with v3.2.207!
Sep 14 11:00:14 bz kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 14 11:00:14 bz kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 14 11:00:14 bz kernel: [drm] VCN decode and encode initialized successfully(under SPG Mode).
Sep 14 11:00:14 bz kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 14 11:00:14 bz kernel: amdgpu: sdma_bitmap: 3
Sep 14 11:00:14 bz kernel: amdgpu: Topology: Add APU node [0x15d8:0x1002]
Sep 14 11:00:14 bz kernel: kfd kfd: amdgpu: added device 1002:15d8
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 11, active_cu_number 10
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Sep 14 11:00:14 bz kernel: [drm] Initialized amdgpu 3.49.0 20150101 for 0000:03:00.0 on minor 0
Sep 14 11:00:14 bz kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 14 11:00:14 bz kernel: Console: switching to colour frame buffer device 240x67
Sep 14 11:00:14 bz kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 14 11:00:13 bz audit[695]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=695 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[689]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=689 comm="apparmor_parser"
Sep 14 11:00:14 bz systemd-journald[444]: Time spent on flushing to /var/log/journal/f83eb007aa694205911c2fdfcd63d808 is 13.264ms for 1105 entries.
Sep 14 11:00:14 bz systemd-journald[444]: System Journal (/var/log/journal/f83eb007aa694205911c2fdfcd63d808) is 34.1M, max 45.5M, 11.3M free.
Sep 14 11:00:14 bz systemd-journald[444]: Received client request to flush runtime journal.
Sep 14 11:00:13 bz audit[694]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=694 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[690]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=690 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[690]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=690 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[693]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=693 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[693]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=693 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[693]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=693 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[697]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=697 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[688]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session" pid=688 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[688]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session//chromium" pid=688 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[699]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=699 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[691]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=691 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[691]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=691 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[691]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=691 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[691]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=691 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[698]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=698 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[698]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=698 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[700]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=700 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[700]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=700 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[700]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=700 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[692]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=692 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[692]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=692 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[692]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=692 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[692]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=692 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[692]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=692 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[696]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=696 comm="apparmor_parser"
Sep 14 11:00:13 bz audit[696]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice//gpg" pid=696 comm="apparmor_parser"
Sep 14 11:00:12 bz systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
Sep 14 11:00:12 bz systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
Sep 14 11:00:12 bz systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 14 11:00:12 bz systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 14 11:00:12 bz systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
Sep 14 11:00:12 bz systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 14 11:00:12 bz systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
Sep 14 11:00:12 bz systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 14 11:00:12 bz systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
Sep 14 11:00:12 bz systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 14 11:00:12 bz systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
Sep 14 11:00:12 bz systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 14 11:00:12 bz systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 14 11:00:12 bz systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
Sep 14 11:00:12 bz systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
Sep 14 11:00:12 bz systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
Sep 14 11:00:12 bz systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 14 11:00:12 bz systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 14 11:00:14 bz apparmor.systemd[674]: Restarting AppArmor
Sep 14 11:00:14 bz apparmor.systemd[674]: Reloading AppArmor profiles
Sep 14 11:00:12 bz systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
Sep 14 11:00:12 bz systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 14 11:00:12 bz systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
Sep 14 11:00:12 bz systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 14 11:00:12 bz systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
Sep 14 11:00:12 bz systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 14 11:00:12 bz systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
Sep 14 11:00:12 bz systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 14 11:00:12 bz systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 14 11:00:13 bz systemd[1]: Mounting boot-efi.mount - /boot/efi...
Sep 14 11:00:13 bz systemd[1]: Mounting home.mount - /home...
Sep 14 11:00:13 bz systemd[1]: Mounting snap-bare-5.mount - Mount unit for bare, revision 5...
Sep 14 11:00:13 bz systemd[1]: Mounting snap-core24-1151.mount - Mount unit for core24, revision 1151...
Sep 14 11:00:13 bz systemd[1]: Mounting snap-gnome\x2d46\x2d2404-125.mount - Mount unit for gnome-46-2404, revision 125...
Sep 14 11:00:13 bz systemd[1]: Mounting snap-gtk\x2dcommon\x2dthemes-1535.mount - Mount unit for gtk-common-themes, revision 1535...
Sep 14 11:00:13 bz systemd[1]: Mounting snap-mesa\x2d2404-912.mount - Mount unit for mesa-2404, revision 912...
Sep 14 11:00:13 bz systemd[1]: Mounting snap-snapd-25202.mount - Mount unit for snapd, revision 25202...
Sep 14 11:00:13 bz systemd[1]: Mounting var-log.mount - /var/log...
Sep 14 11:00:13 bz systemd[1]: Mounted home.mount - /home.
Sep 14 11:00:13 bz systemd[1]: Mounted snap-bare-5.mount - Mount unit for bare, revision 5.
Sep 14 11:00:13 bz systemd[1]: Mounted snap-core24-1151.mount - Mount unit for core24, revision 1151.
Sep 14 11:00:13 bz systemd[1]: Mounted snap-gnome\x2d46\x2d2404-125.mount - Mount unit for gnome-46-2404, revision 125.
Sep 14 11:00:13 bz systemd[1]: Mounted snap-gtk\x2dcommon\x2dthemes-1535.mount - Mount unit for gtk-common-themes, revision 1535.
Sep 14 11:00:13 bz systemd[1]: Mounted snap-mesa\x2d2404-912.mount - Mount unit for mesa-2404, revision 912.
Sep 14 11:00:13 bz systemd[1]: Mounted snap-snapd-25202.mount - Mount unit for snapd, revision 25202.
Sep 14 11:00:13 bz systemd[1]: Mounted var-log.mount - /var/log.
Sep 14 11:00:13 bz systemd[1]: Mounted boot-efi.mount - /boot/efi.
Sep 14 11:00:13 bz systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
Sep 14 11:00:13 bz systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
Sep 14 11:00:13 bz systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
Sep 14 11:00:13 bz systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 14 11:00:13 bz systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 14 11:00:13 bz systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
Sep 14 11:00:13 bz systemd[1]: Reached target local-fs.target - Local File Systems.
Sep 14 11:00:13 bz systemd[1]: Starting apparmor.service - Load AppArmor profiles...
Sep 14 11:00:13 bz systemd[1]: Starting console-setup.service - Set console font and keymap...
Sep 14 11:00:13 bz systemd[1]: mdadm-shutdown.service - Prepare mdadm shutdown initramfs was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/dracut).
Sep 14 11:00:13 bz systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats...
Sep 14 11:00:13 bz systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...
Sep 14 11:00:13 bz systemd[1]: systemd-machine-id-commit.service - Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 14 11:00:13 bz systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 14 11:00:13 bz systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
Sep 14 11:00:13 bz systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 14 11:00:13 bz systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
Sep 14 11:00:13 bz systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 14 11:00:13 bz systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
Sep 14 11:00:13 bz systemd[1]: Finished console-setup.service - Set console font and keymap.
Sep 14 11:00:13 bz systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 14 11:00:13 bz systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 14 11:00:13 bz systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 677 (systemd-binfmt)
Sep 14 11:00:13 bz systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System...
Sep 14 11:00:13 bz systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System.
Sep 14 11:00:13 bz systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats.
Sep 14 11:00:13 bz systemd[1]: Finished apparmor.service - Load AppArmor profiles.
Sep 14 11:00:13 bz systemd[1]: Starting networking.service - Raise network interfaces...
Sep 14 11:00:14 bz systemd[1]: Finished networking.service - Raise network interfaces.
Sep 14 11:00:14 bz systemd[1]: Starting systemd-backlight@backlight:amdgpu_bl0.service - Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Sep 14 11:00:14 bz systemd[1]: Finished systemd-backlight@backlight:amdgpu_bl0.service - Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Sep 14 11:00:14 bz systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.
Sep 14 11:00:14 bz systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...
Sep 14 11:00:14 bz systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.
Sep 14 11:00:14 bz systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization...
Sep 14 11:00:14 bz systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP...
Sep 14 11:00:14 bz systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP.
Sep 14 11:00:14 bz systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization.
Sep 14 11:00:14 bz systemd[1]: Reached target sysinit.target - System Initialization.
Sep 14 11:00:14 bz systemd[1]: Started cups.path - CUPS Scheduler.
Sep 14 11:00:14 bz systemd[1]: Started anacron.timer - Trigger anacron every hour.
Sep 14 11:00:14 bz systemd[1]: Started apt-daily.timer - Daily apt download activities.
Sep 14 11:00:14 bz systemd[1]: Started apt-daily-upgrade.timer - Daily apt upgrade and clean activities.
Sep 14 11:00:14 bz systemd[1]: Started dpkg-db-backup.timer - Daily dpkg database backup timer.
Sep 14 11:00:14 bz systemd[1]: Started e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems.
Sep 14 11:00:14 bz systemd[1]: Started fstrim.timer - Discard unused blocks once a week.
Sep 14 11:00:14 bz systemd[1]: Started logrotate.timer - Daily rotation of log files.
Sep 14 11:00:14 bz systemd[1]: Started man-db.timer - Daily man-db regeneration.
Sep 14 11:00:14 bz systemd[1]: Started plocate-updatedb.timer - Update the plocate database daily.
Sep 14 11:00:14 bz systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.
Sep 14 11:00:14 bz systemd[1]: Reached target paths.target - Path Units.
Sep 14 11:00:14 bz systemd[1]: Reached target timers.target - Timer Units.
Sep 14 11:00:14 bz systemd[1]: Listening on avahi-daemon.socket - Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 14 11:00:14 bz systemd[1]: Listening on cups.socket - CUPS Scheduler.
Sep 14 11:00:14 bz systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
Sep 14 11:00:14 bz systemd[1]: Listening on uuidd.socket - UUID daemon activation socket.
Sep 14 11:00:14 bz systemd[1]: Reached target sockets.target - Socket Units.
Sep 14 11:00:14 bz systemd[1]: systemd-pcrphase-sysinit.service - TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 14 11:00:14 bz systemd[1]: Reached target basic.target - Basic System.
Sep 14 11:00:14 bz systemd[1]: alsa-state.service - Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 14 11:00:14 bz systemd[1]: Starting alsa-restore.service - Save/Restore Sound Card State...
Sep 14 11:00:14 bz systemd[1]: Started anacron.service - Run anacron jobs.
Sep 14 11:00:14 bz systemd[1]: Starting atd.service - Deferred execution scheduler...
Sep 14 11:00:14 bz anacron[771]: Anacron 2.3 started on 2025-09-14
Sep 14 11:00:14 bz systemd[1]: Starting avahi-daemon.service - Avahi mDNS/DNS-SD Stack...
Sep 14 11:00:14 bz anacron[771]: Normal exit (0 jobs run)
Sep 14 11:00:14 bz systemd[1]: Starting blueman-mechanism.service - Bluetooth management mechanism...
Sep 14 11:00:14 bz systemd[1]: Starting bluetooth.service - Bluetooth service...
Sep 14 11:00:14 bz (uetoothd)[775]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Sep 14 11:00:14 bz systemd[1]: Started cron.service - Regular background program processing daemon.
Sep 14 11:00:14 bz avahi-daemon[773]: Found user 'avahi' (UID 104) and group 'avahi' (GID 118).
Sep 14 11:00:14 bz systemd[1]: Starting dbus.service - D-Bus System Message Bus...
Sep 14 11:00:14 bz avahi-daemon[773]: Successfully dropped root privileges.
Sep 14 11:00:14 bz avahi-daemon[773]: avahi-daemon 0.8 starting up.
Sep 14 11:00:14 bz cron[776]: (CRON) INFO (pidfile fd = 3)
Sep 14 11:00:14 bz systemd[1]: Starting e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots...
Sep 14 11:00:14 bz systemd[1]: getty-static.service - getty on tty2-tty6 if dbus and logind are not available was skipped because of an unmet condition check (ConditionPathExists=!/usr/bin/dbus-daemon).
Sep 14 11:00:14 bz cron[776]: (CRON) INFO (Running @reboot jobs)
Sep 14 11:00:14 bz systemd[1]: Starting lm-sensors.service - Initialize hardware monitoring sensors...
Sep 14 11:00:14 bz systemd[1]: Starting loadcpufreq.service - LSB: Load kernel modules needed to enable cpufreq scaling...
Sep 14 11:00:14 bz systemd[1]: Starting polkit.service - Authorization Manager...
Sep 14 11:00:14 bz systemd[1]: Starting smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon...
Sep 14 11:00:14 bz systemd[1]: Starting systemd-logind.service - User Login Management...
Sep 14 11:00:14 bz systemd[1]: systemd-pcrphase.service - TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 14 11:00:14 bz systemd[1]: Starting udisks2.service - Disk Manager...
Sep 14 11:00:14 bz systemd[1]: virtualbox-guest-utils.service - Virtualbox guest utils was skipped because of an unmet condition check (ConditionVirtualization=oracle).
Sep 14 11:00:14 bz systemd[1]: Finished alsa-restore.service - Save/Restore Sound Card State.
Sep 14 11:00:14 bz systemd[1]: anacron.service: Deactivated successfully.
Sep 14 11:00:14 bz systemd[1]: Started atd.service - Deferred execution scheduler.
Sep 14 11:00:14 bz polkitd[782]: Started polkitd version 122
Sep 14 11:00:14 bz avahi-daemon[773]: Successfully called chroot().
Sep 14 11:00:14 bz avahi-daemon[773]: Successfully dropped remaining capabilities.
Sep 14 11:00:14 bz systemd[1]: Started dbus.service - D-Bus System Message Bus.
Sep 14 11:00:14 bz avahi-daemon[773]: No service file found in /etc/avahi/services.
Sep 14 11:00:14 bz avahi-daemon[773]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Sep 14 11:00:14 bz avahi-daemon[773]: New relevant interface lo.IPv6 for mDNS.
Sep 14 11:00:14 bz avahi-daemon[773]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Sep 14 11:00:14 bz avahi-daemon[773]: New relevant interface lo.IPv4 for mDNS.
Sep 14 11:00:14 bz avahi-daemon[773]: Network interface enumeration completed.
Sep 14 11:00:14 bz avahi-daemon[773]: Registering new address record for ::1 on lo.*.
Sep 14 11:00:14 bz avahi-daemon[773]: Registering new address record for 127.0.0.1 on lo.IPv4.
Sep 14 11:00:14 bz systemd[1]: Started avahi-daemon.service - Avahi mDNS/DNS-SD Stack.
Sep 14 11:00:14 bz systemd[1]: Reached target sound.target - Sound Card.
Sep 14 11:00:14 bz systemd[1]: Starting NetworkManager.service - Network Manager...
Sep 14 11:00:14 bz sensors[789]: iwlwifi_1-virtual-0
Sep 14 11:00:14 bz sensors[789]: Adapter: Virtual device
Sep 14 11:00:14 bz sensors[789]: temp1: N/A
Sep 14 11:00:14 bz sensors[789]: k10temp-pci-00c3
Sep 14 11:00:14 bz sensors[789]: Adapter: PCI adapter
Sep 14 11:00:14 bz sensors[789]: Tctl: +50.6°C
Sep 14 11:00:14 bz sensors[789]: nvme-pci-0200
Sep 14 11:00:14 bz sensors[789]: Adapter: PCI adapter
Sep 14 11:00:14 bz sensors[789]: Composite: +24.9°C (low = -273.1°C, high = +80.8°C)
Sep 14 11:00:14 bz sensors[789]: (crit = +81.8°C)
Sep 14 11:00:14 bz sensors[789]: Sensor 1: +24.9°C (low = -273.1°C, high = +65261.8°C)
Sep 14 11:00:14 bz sensors[789]: Sensor 2: +30.9°C (low = -273.1°C, high = +65261.8°C)
Sep 14 11:00:14 bz sensors[789]: acpitz-acpi-0
Sep 14 11:00:14 bz sensors[789]: Adapter: ACPI interface
Sep 14 11:00:14 bz sensors[789]: temp1: +51.0°C (crit = +95.0°C)
Sep 14 11:00:14 bz sensors[789]: amdgpu-pci-0300
Sep 14 11:00:14 bz sensors[789]: Adapter: PCI adapter
Sep 14 11:00:14 bz sensors[789]: vddgfx: N/A
Sep 14 11:00:14 bz sensors[789]: vddnb: N/A
Sep 14 11:00:14 bz sensors[789]: edge: +50.0°C
Sep 14 11:00:14 bz sensors[789]: asus-isa-0000
Sep 14 11:00:14 bz sensors[789]: Adapter: ISA adapter
Sep 14 11:00:14 bz sensors[789]: cpu_fan: 0 RPM
Sep 14 11:00:14 bz sensors[789]: BAT0-acpi-0
Sep 14 11:00:14 bz sensors[789]: Adapter: ACPI interface
Sep 14 11:00:14 bz sensors[789]: in0: 11.88 V
Sep 14 11:00:14 bz udisksd[787]: udisks daemon version 2.9.4 starting
Sep 14 11:00:14 bz systemd[1]: Starting wpa_supplicant.service - WPA supplicant...
Sep 14 11:00:14 bz systemd[1]: Finished lm-sensors.service - Initialize hardware monitoring sensors.
Sep 14 11:00:14 bz polkitd[782]: Loading rules from directory /etc/polkit-1/rules.d
Sep 14 11:00:14 bz polkitd[782]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 14 11:00:14 bz smartd[784]: smartd 7.3 2022-02-28 r5338 [x86_64-linux-6.1.0-39-amd64] (local build)
Sep 14 11:00:14 bz smartd[784]: Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
Sep 14 11:00:14 bz smartd[784]: Opened configuration file /etc/smartd.conf
Sep 14 11:00:14 bz smartd[784]: Drive: DEVICESCAN, implied '-a' Directive on line 21 of file /etc/smartd.conf
Sep 14 11:00:14 bz smartd[784]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Sep 14 11:00:14 bz smartd[784]: Device: /dev/nvme0, opened
Sep 14 11:00:14 bz smartd[784]: Device: /dev/nvme0, SAMSUNG MZVLB1T0HALR-00000, S/N:S3W6NX0N420283, FW:EXA7301Q, 1.02 TB
Sep 14 11:00:14 bz smartd[784]: Device: /dev/nvme0, is SMART capable. Adding to "monitor" list.
Sep 14 11:00:14 bz smartd[784]: Device: /dev/nvme0, state read from /var/lib/smartmontools/smartd.SAMSUNG_MZVLB1T0HALR_00000-S3W6NX0N420283.nvme.state
Sep 14 11:00:14 bz smartd[784]: Monitoring 0 ATA/SATA, 0 SCSI/SAS and 1 NVMe devices
Sep 14 11:00:14 bz smartd[784]: Device: /dev/nvme0, number of Error Log entries increased from 151880 to 151881
Sep 14 11:00:14 bz smartd[784]: Device: /dev/nvme0, state written to /var/lib/smartmontools/smartd.SAMSUNG_MZVLB1T0HALR_00000-S3W6NX0N420283.nvme.state
Sep 14 11:00:14 bz polkitd[782]: Finished loading, compiling and executing 6 rules
Sep 14 11:00:14 bz systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon.
Sep 14 11:00:14 bz systemd[1]: Started polkit.service - Authorization Manager.
Sep 14 11:00:14 bz polkitd[782]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 14 11:00:14 bz systemd[1]: Starting ModemManager.service - Modem Manager...
Sep 14 11:00:14 bz systemd[1]: e2scrub_reap.service: Deactivated successfully.
Sep 14 11:00:14 bz systemd[1]: Finished e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots.
Sep 14 11:00:14 bz systemd[1]: Started wpa_supplicant.service - WPA supplicant.
Sep 14 11:00:14 bz udisksd[787]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Sep 14 11:00:14 bz wpa_supplicant[796]: Successfully initialized wpa_supplicant
Sep 14 11:00:14 bz udisksd[787]: Failed to load the 'mdraid' libblockdev plugin
Sep 14 11:00:14 bz bluetoothd[775]: Bluetooth daemon 5.66
Sep 14 11:00:14 bz systemd[1]: Started bluetooth.service - Bluetooth service.
Sep 14 11:00:14 bz systemd[1]: Reached target bluetooth.target - Bluetooth Support.
Sep 14 11:00:14 bz bluetoothd[775]: Starting SDP server
Sep 14 11:00:14 bz bluetoothd[775]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
Sep 14 11:00:14 bz bluetoothd[775]: src/plugin.c:plugin_init() Failed to init vcp plugin
Sep 14 11:00:14 bz bluetoothd[775]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
Sep 14 11:00:14 bz bluetoothd[775]: src/plugin.c:plugin_init() Failed to init mcp plugin
Sep 14 11:00:14 bz bluetoothd[775]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
Sep 14 11:00:14 bz bluetoothd[775]: src/plugin.c:plugin_init() Failed to init bap plugin
Sep 14 11:00:14 bz systemd-logind[786]: New seat seat0.
Sep 14 11:00:14 bz kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 14 11:00:14 bz kernel: Bluetooth: BNEP filters: protocol multicast
Sep 14 11:00:14 bz kernel: Bluetooth: BNEP socket layer initialized
Sep 14 11:00:14 bz bluetoothd[775]: Bluetooth management interface 1.22 initialized
Sep 14 11:00:14 bz dbus-daemon[777]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.6' (uid=0 pid=775 comm="/usr/libexec/bluetooth/bluetoothd")
Sep 14 11:00:14 bz kernel: Bluetooth: MGMT ver 1.22
Sep 14 11:00:14 bz systemd-logind[786]: Watching system buttons on /dev/input/event4 (Lid Switch)
Sep 14 11:00:14 bz systemd-logind[786]: Watching system buttons on /dev/input/event5 (Power Button)
Sep 14 11:00:14 bz systemd-logind[786]: Watching system buttons on /dev/input/event0 (AT Translated Set 2 keyboard)
Sep 14 11:00:14 bz systemd[1]: Starting systemd-hostnamed.service - Hostname Service...
Sep 14 11:00:14 bz systemd[1]: Started systemd-logind.service - User Login Management.
Sep 14 11:00:14 bz ModemManager[813]: <info> ModemManager (version 1.20.4) starting in system bus...
Sep 14 11:00:14 bz kernel: NET: Registered PF_ALG protocol family
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.3376] NetworkManager (version 1.42.4) is starting... (boot:b3041e92-23dc-45ff-bbd3-461cb4420232)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.3377] Read config: /etc/NetworkManager/NetworkManager.conf (lib: no-mac-addr-change.conf)
Sep 14 11:00:14 bz systemd[1]: Started NetworkManager.service - Network Manager.
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.3403] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 14 11:00:14 bz systemd[1]: Reached target network.target - Network.
Sep 14 11:00:14 bz systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online...
Sep 14 11:00:14 bz systemd[1]: Starting cups.service - CUPS Scheduler...
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.3470] manager[0x5595a4823000]: monitoring kernel firmware directory '/lib/firmware'.
Sep 14 11:00:14 bz systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions...
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.3477] monitoring ifupdown state file '/run/network/ifstate'.
Sep 14 11:00:14 bz systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions.
Sep 14 11:00:14 bz systemd[1]: Started getty@tty1.service - Getty on tty1.
Sep 14 11:00:14 bz systemd[1]: Reached target getty.target - Login Prompts.
Sep 14 11:00:14 bz systemd[1]: Starting lightdm.service - Light Display Manager...
Sep 14 11:00:14 bz bluetoothd[775]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
Sep 14 11:00:14 bz bluetoothd[775]: sap-server: Operation not permitted (1)
Sep 14 11:00:14 bz loadcpufreq[781]: Loading cpufreq kernel modules...done (acpi-cpufreq).
Sep 14 11:00:14 bz systemd[1]: Started loadcpufreq.service - LSB: Load kernel modules needed to enable cpufreq scaling.
Sep 14 11:00:14 bz systemd[1]: Starting cpufrequtils.service - LSB: set CPUFreq kernel parameters...
Sep 14 11:00:14 bz kernel: NET: Registered PF_QIPCRTR protocol family
Sep 14 11:00:14 bz systemd[1]: Started ModemManager.service - Modem Manager.
Sep 14 11:00:14 bz dbus-daemon[777]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.11' (uid=0 pid=862 comm="/usr/sbin/cupsd -l")
Sep 14 11:00:14 bz systemd[1]: Starting colord.service - Manage, Install and Generate Color Profiles...
Sep 14 11:00:14 bz lightdm[891]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Sep 14 11:00:14 bz systemd[1]: Started lightdm.service - Light Display Manager.
Sep 14 11:00:14 bz systemd[1]: Started udisks2.service - Disk Manager.
Sep 14 11:00:14 bz dbus-daemon[777]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 14 11:00:14 bz systemd[1]: Started systemd-hostnamed.service - Hostname Service.
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4161] hostname: hostname: using hostnamed
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4161] hostname: static hostname changed from (none) to "bz"
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4166] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4191] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4196] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/asus-nb-wmi/rfkill/rfkill0) (platform driver asus-nb-wmi)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4205] manager[0x5595a4823000]: rfkill: Wi-Fi hardware radio set enabled
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4205] manager[0x5595a4823000]: rfkill: WWAN hardware radio set enabled
Sep 14 11:00:14 bz dbus-daemon[777]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Sep 14 11:00:14 bz systemd[1]: Started colord.service - Manage, Install and Generate Color Profiles.
Sep 14 11:00:14 bz udisksd[787]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4311] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.42.4/libnm-device-plugin-team.so)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4351] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.42.4/libnm-device-plugin-bluetooth.so)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4357] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.42.4/libnm-device-plugin-adsl.so)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4363] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.42.4/libnm-device-plugin-wwan.so)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4374] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.42.4/libnm-device-plugin-wifi.so)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4377] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4378] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4379] manager: Networking is enabled by state file
Sep 14 11:00:14 bz dbus-daemon[777]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.9' (uid=0 pid=790 comm="/usr/sbin/NetworkManager --no-daemon")
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4388] settings: Loaded settings plugin: ifupdown ("/usr/lib/x86_64-linux-gnu/NetworkManager/1.42.4/libnm-settings-plugin-ifupdown.so")
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4388] settings: Loaded settings plugin: keyfile (internal)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4389] ifupdown: management mode: unmanaged
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4389] ifupdown: interface-parser: parsing file /etc/network/interfaces
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4389] ifupdown: interface-parser: source line includes interfaces file(s) /etc/network/interfaces.d/*
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4390] ifupdown: interfaces file /etc/network/interfaces.d/* doesn't exist
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4390] ifupdown: interface-parser: finished parsing file /etc/network/interfaces
Sep 14 11:00:14 bz systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4445] dhcp: init: Using DHCP client 'internal'
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4453] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4466] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4473] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4480] device (lo): Activation: starting connection 'lo' (8235af86-06b7-4296-8155-5666dca21728)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4483] device (wlp1s0): driver supports Access Point (AP) mode
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4491] manager: (wlp1s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.4495] device (wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 14 11:00:14 bz dbus-daemon[777]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 14 11:00:14 bz systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
Sep 14 11:00:14 bz audit[862]: AVC apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=862 comm="cupsd" capability=12 capname="net_admin"
Sep 14 11:00:14 bz systemd[1]: Started cups.service - CUPS Scheduler.
Sep 14 11:00:14 bz kernel: kauditd_printk_skb: 19 callbacks suppressed
Sep 14 11:00:14 bz kernel: audit: type=1400 audit(1757865614.527:30): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=862 comm="cupsd" capability=12 capname="net_admin"
Sep 14 11:00:14 bz systemd[1]: Started blueman-mechanism.service - Bluetooth management mechanism.
Sep 14 11:00:14 bz cpufrequtils[901]: CPUFreq Utilities: Setting ondemand CPUFreq governor...CPU0...CPU1...CPU2...CPU3...CPU4...CPU5...CPU6...CPU7...done.
Sep 14 11:00:14 bz systemd[1]: Started cpufrequtils.service - LSB: set CPUFreq kernel parameters.
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.7158] device (wlp1s0): set-hw-addr: set MAC address to AA:D3:BE:62:D0:0E (scanning)
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.9407] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.9414] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.9418] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.9429] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.9465] modem-manager: ModemManager available
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.9466] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.9468] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Sep 14 11:00:14 bz NetworkManager[790]: <info> [1757865614.9474] device (lo): Activation: successful, device activated.
Sep 14 11:00:15 bz NetworkManager[790]: <info> [1757865615.0090] device (wlp1s0): supplicant interface state: internal-starting -> disconnected
Sep 14 11:00:15 bz NetworkManager[790]: <info> [1757865615.0091] Wi-Fi P2P device controlled by interface wlp1s0 created
Sep 14 11:00:15 bz NetworkManager[790]: <info> [1757865615.0097] manager: (p2p-dev-wlp1s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/3)
Sep 14 11:00:15 bz NetworkManager[790]: <info> [1757865615.0102] device (p2p-dev-wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 14 11:00:15 bz NetworkManager[790]: <info> [1757865615.0112] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Sep 14 11:00:15 bz NetworkManager[790]: <info> [1757865615.0125] device (p2p-dev-wlp1s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:15 bz avahi-daemon[773]: Server startup complete. Host name is bz.local. Local service cookie is 1919053704.
Sep 14 11:00:15 bz lightdm[970]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Sep 14 11:00:15 bz lightdm[970]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=103) by (uid=0)
Sep 14 11:00:15 bz systemd[1]: Created slice user-103.slice - User Slice of UID 103.
Sep 14 11:00:15 bz systemd[1]: Starting user-runtime-dir@103.service - User Runtime Directory /run/user/103...
Sep 14 11:00:15 bz systemd-logind[786]: New session c1 of user lightdm.
Sep 14 11:00:15 bz systemd[1]: Finished user-runtime-dir@103.service - User Runtime Directory /run/user/103.
Sep 14 11:00:15 bz systemd[1]: Starting user@103.service - User Manager for UID 103...
Sep 14 11:00:15 bz (systemd)[974]: pam_unix(systemd-user:session): session opened for user lightdm(uid=103) by (uid=0)
Sep 14 11:00:15 bz systemd-xdg-autostart-generator[988]: Exec binary '/usr/bin/snap' does not exist: No such file or directory
Sep 14 11:00:15 bz systemd-xdg-autostart-generator[988]: /etc/xdg/autostart/snap-userd-autostart.desktop: not generating unit, executable specified in Exec= does not exist.
Sep 14 11:00:15 bz systemd[974]: Queued start job for default target default.target.
Sep 14 11:00:15 bz systemd[974]: Created slice app.slice - User Application Slice.
Sep 14 11:00:15 bz systemd[974]: Created slice session.slice - User Core Session Slice.
Sep 14 11:00:15 bz systemd[974]: Started bunsen-apt-update-checker.timer - Run bl-apt-update-check 10min after login and daily thereafter..
Sep 14 11:00:15 bz systemd[974]: Reached target paths.target - Paths.
Sep 14 11:00:15 bz systemd[974]: Reached target timers.target - Timers.
Sep 14 11:00:15 bz systemd[974]: Starting dbus.socket - D-Bus User Message Bus Socket...
Sep 14 11:00:15 bz systemd[974]: Listening on dirmngr.socket - GnuPG network certificate management daemon.
Sep 14 11:00:15 bz systemd[974]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper.
Sep 14 11:00:15 bz systemd[974]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
Sep 14 11:00:15 bz systemd[974]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 14 11:00:15 bz systemd[974]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
Sep 14 11:00:15 bz systemd[974]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
Sep 14 11:00:15 bz systemd[974]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
Sep 14 11:00:15 bz systemd[974]: Listening on pulseaudio.socket - Sound System.
Sep 14 11:00:15 bz systemd[974]: Listening on dbus.socket - D-Bus User Message Bus Socket.
Sep 14 11:00:15 bz systemd[974]: Reached target sockets.target - Sockets.
Sep 14 11:00:15 bz systemd[974]: Reached target basic.target - Basic System.
Sep 14 11:00:15 bz systemd[1]: Started user@103.service - User Manager for UID 103.
Sep 14 11:00:15 bz systemd[1]: Started session-c1.scope - Session c1 of User lightdm.
Sep 14 11:00:15 bz systemd[974]: Starting pulseaudio.service - Sound Service...
Sep 14 11:00:15 bz systemd[974]: Starting dbus.service - D-Bus User Message Bus...
Sep 14 11:00:15 bz systemd[974]: Started dbus.service - D-Bus User Message Bus.
Sep 14 11:00:15 bz dbus-daemon[993]: [session uid=103 pid=993] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=103 pid=991 comm="/usr/sbin/lightdm-gtk-greeter")
Sep 14 11:00:15 bz systemd[974]: Starting at-spi-dbus-bus.service - Accessibility services bus...
Sep 14 11:00:15 bz dbus-daemon[993]: [session uid=103 pid=993] Successfully activated service 'org.a11y.Bus'
Sep 14 11:00:15 bz systemd[974]: Started at-spi-dbus-bus.service - Accessibility services bus.
Sep 14 11:00:15 bz dbus-daemon[993]: [session uid=103 pid=993] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=103 pid=991 comm="/usr/sbin/lightdm-gtk-greeter")
Sep 14 11:00:15 bz systemd[974]: Starting gvfs-daemon.service - Virtual filesystem service...
Sep 14 11:00:15 bz dbus-daemon[993]: [session uid=103 pid=993] Successfully activated service 'org.gtk.vfs.Daemon'
Sep 14 11:00:15 bz systemd[974]: Started gvfs-daemon.service - Virtual filesystem service.
Sep 14 11:00:16 bz at-spi-bus-launcher[1004]: dbus-daemon[1004]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=103 pid=991 comm="/usr/sbin/lightdm-gtk-greeter")
Sep 14 11:00:16 bz at-spi-bus-launcher[1004]: dbus-daemon[1004]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 14 11:00:16 bz at-spi-bus-launcher[1045]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 14 11:00:16 bz systemd[974]: Started pulseaudio.service - Sound Service.
Sep 14 11:00:16 bz systemd[974]: Reached target default.target - Main User Target.
Sep 14 11:00:16 bz systemd[974]: Startup finished in 1.004s.
Sep 14 11:00:16 bz pulseaudio[990]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Sep 14 11:00:16 bz kernel: Bluetooth: RFCOMM TTY layer initialized
Sep 14 11:00:16 bz kernel: Bluetooth: RFCOMM socket layer initialized
Sep 14 11:00:16 bz kernel: Bluetooth: RFCOMM ver 1.11
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/ldac_hq
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/ldac_sq
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/ldac_mq
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSink/aptx_hd
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/aptx_hd
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSink/aptx
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/aptx
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Sep 14 11:00:16 bz bluetoothd[775]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Sep 14 11:00:16 bz ModemManager[813]: <info> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0': not supported by any plugin
Sep 14 11:00:17 bz systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.2700] policy: auto-activating connection 'Wi-Fi connection 1' (ad16e4e8-f899-42b0-bfe6-a86875b4d721)
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.2706] device (wlp1s0): Activation: starting connection 'Wi-Fi connection 1' (ad16e4e8-f899-42b0-bfe6-a86875b4d721)
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.2708] device (wlp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.2713] manager: NetworkManager state is now CONNECTING
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3039] device (wlp1s0): set-hw-addr: reset MAC address to 08:D2:3E:8C:EC:A9 (preserve)
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3078] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3083] device (wlp1s0): Activation: (wifi) access point 'Wi-Fi connection 1' has security, but secrets are required.
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3084] device (wlp1s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3101] device (wlp1s0): supplicant interface state: disconnected -> inactive
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3101] device (p2p-dev-wlp1s0): supplicant management interface state: disconnected -> inactive
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3102] device (wlp1s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3107] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3112] device (wlp1s0): Activation: (wifi) connection 'Wi-Fi connection 1' has security, and secrets exist. No new secrets needed.
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3113] Config: added 'ssid' value 'KnitWit'
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3114] Config: added 'scan_ssid' value '1'
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3114] Config: added 'bgscan' value 'simple:30:-70:86400'
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3114] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3115] Config: added 'psk' value '<hidden>'
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: SME: Trying to authenticate with c8:7f:54:1a:d7:74 (SSID='KnitWit' freq=5200 MHz)
Sep 14 11:00:18 bz kernel: wlp1s0: authenticate with c8:7f:54:1a:d7:74
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3356] device (wlp1s0): supplicant interface state: inactive -> authenticating
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3357] device (p2p-dev-wlp1s0): supplicant management interface state: inactive -> authenticating
Sep 14 11:00:18 bz kernel: wlp1s0: send auth to c8:7f:54:1a:d7:74 (try 1/3)
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: Trying to associate with c8:7f:54:1a:d7:74 (SSID='KnitWit' freq=5200 MHz)
Sep 14 11:00:18 bz kernel: wlp1s0: authenticated
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3456] device (wlp1s0): supplicant interface state: authenticating -> associating
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3457] device (p2p-dev-wlp1s0): supplicant management interface state: authenticating -> associating
Sep 14 11:00:18 bz kernel: wlp1s0: associate with c8:7f:54:1a:d7:74 (try 1/3)
Sep 14 11:00:18 bz kernel: wlp1s0: RX AssocResp from c8:7f:54:1a:d7:74 (capab=0x1011 status=0 aid=34)
Sep 14 11:00:18 bz kernel: wlp1s0: associated
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: Associated with c8:7f:54:1a:d7:74
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3585] device (wlp1s0): supplicant interface state: associating -> associated
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.3586] device (p2p-dev-wlp1s0): supplicant management interface state: associating -> associated
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: WPA: Key negotiation completed with c8:7f:54:1a:d7:74 [PTK=CCMP GTK=CCMP]
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: CTRL-EVENT-CONNECTED - Connection to c8:7f:54:1a:d7:74 completed [id=0 id_str=]
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.4885] device (wlp1s0): supplicant interface state: associated -> completed
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.4886] device (wlp1s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "KnitWit"
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.4886] device (p2p-dev-wlp1s0): supplicant management interface state: associated -> completed
Sep 14 11:00:18 bz kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.4888] device (wlp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.4897] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Sep 14 11:00:18 bz avahi-daemon[773]: Joining mDNS multicast group on interface wlp1s0.IPv6 with address fe80::68f4:1ef6:7f4:582a.
Sep 14 11:00:18 bz avahi-daemon[773]: New relevant interface wlp1s0.IPv6 for mDNS.
Sep 14 11:00:18 bz avahi-daemon[773]: Registering new address record for fe80::68f4:1ef6:7f4:582a on wlp1s0.*.
Sep 14 11:00:18 bz kernel: wlp1s0: Limiting TX power to 30 (30 - 0) dBm as advertised by c8:7f:54:1a:d7:74
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5576] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.231
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5582] policy: set 'Wi-Fi connection 1' (wlp1s0) as default for IPv4 routing and DNS
Sep 14 11:00:18 bz avahi-daemon[773]: Joining mDNS multicast group on interface wlp1s0.IPv4 with address 192.168.1.231.
Sep 14 11:00:18 bz avahi-daemon[773]: New relevant interface wlp1s0.IPv4 for mDNS.
Sep 14 11:00:18 bz avahi-daemon[773]: Registering new address record for 192.168.1.231 on wlp1s0.IPv4.
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5756] device (wlp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5794] device (wlp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5797] device (wlp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5804] manager: NetworkManager state is now CONNECTED_SITE
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5816] device (wlp1s0): Activation: successful, device activated.
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-68 noise=9999 txrate=650000
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5823] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 14 11:00:18 bz NetworkManager[790]: <info> [1757865618.5828] manager: startup complete
Sep 14 11:00:18 bz systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online.
Sep 14 11:00:18 bz systemd[1]: Reached target network-online.target - Network is Online.
Sep 14 11:00:18 bz systemd[1]: Started cups-browsed.service - Make remote CUPS printers available locally.
Sep 14 11:00:18 bz systemd[1]: Starting virtualbox.service - LSB: VirtualBox Linux kernel module...
Sep 14 11:00:18 bz kernel: vboxdrv: loading out-of-tree module taints kernel.
Sep 14 11:00:18 bz kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Sep 14 11:00:18 bz kernel: vboxdrv: Found 8 processor cores/threads
Sep 14 11:00:18 bz wpa_supplicant[796]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-68 noise=9999 txrate=650000
Sep 14 11:00:18 bz kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2295672548 Hz
Sep 14 11:00:18 bz kernel: vboxdrv: Successfully loaded version 7.1.12_Debian r169651 (interface 0x00340001)
Sep 14 11:00:18 bz kernel: VBoxNetFlt: Successfully started.
Sep 14 11:00:18 bz kernel: VBoxNetAdp: Successfully started.
Sep 14 11:00:18 bz virtualbox[1112]: Loading VirtualBox kernel modules... vboxdrv vboxnetflt vboxnetadp.
Sep 14 11:00:18 bz systemd[1]: Started virtualbox.service - LSB: VirtualBox Linux kernel module.
Sep 14 11:00:18 bz systemd[1]: Reached target multi-user.target - Multi-User System.
Sep 14 11:00:18 bz systemd[1]: Reached target graphical.target - Graphical Interface.
Sep 14 11:00:18 bz systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP...
Sep 14 11:00:18 bz systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.
Sep 14 11:00:18 bz systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP.
Sep 14 11:00:18 bz systemd[1]: Startup finished in 4.703s (firmware) + 3.304s (loader) + 2.537s (kernel) + 7.394s (userspace) = 17.938s.
Sep 14 11:00:24 bz wpa_supplicant[796]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-74 noise=9999 txrate=58500
Sep 14 11:00:27 bz lightdm[1043]: gkr-pam: unable to locate daemon control file
Sep 14 11:00:27 bz lightdm[1043]: gkr-pam: stashed password to try later in open session
Sep 14 11:00:27 bz lightdm[1043]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Sep 14 11:00:27 bz systemd[1]: Stopping session-c1.scope - Session c1 of User lightdm...
Sep 14 11:00:27 bz lightdm[970]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Sep 14 11:00:27 bz systemd[1]: session-c1.scope: Deactivated successfully.
Sep 14 11:00:27 bz systemd[1]: Stopped session-c1.scope - Session c1 of User lightdm.
Sep 14 11:00:27 bz systemd-logind[786]: Removed session c1.
Sep 14 11:00:27 bz lightdm[1043]: pam_unix(lightdm:session): session opened for user bill(uid=1000) by (uid=0)
Sep 14 11:00:27 bz systemd-logind[786]: New session 2 of user bill.
Sep 14 11:00:27 bz systemd[1]: Created slice user-1000.slice - User Slice of UID 1000.
Sep 14 11:00:27 bz systemd[1]: Starting user-runtime-dir@1000.service - User Runtime Directory /run/user/1000...
Sep 14 11:00:27 bz pulseaudio[990]: Error opening PCM device front:1: No such file or directory
Sep 14 11:00:27 bz pulseaudio[990]: Error opening PCM device front:1: No such file or directory
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/ldac_hq
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/ldac_sq
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/ldac_mq
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSink/aptx_hd
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/aptx_hd
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSink/aptx
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/aptx
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc
Sep 14 11:00:27 bz systemd[1]: Finished user-runtime-dir@1000.service - User Runtime Directory /run/user/1000.
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Sep 14 11:00:27 bz systemd[1]: Starting user@1000.service - User Manager for UID 1000...
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Sep 14 11:00:27 bz bluetoothd[775]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Sep 14 11:00:27 bz (systemd)[1143]: pam_unix(systemd-user:session): session opened for user bill(uid=1000) by (uid=0)
Sep 14 11:00:27 bz systemd-xdg-autostart-generator[1157]: Exec binary '/usr/bin/snap' does not exist: No such file or directory
Sep 14 11:00:27 bz systemd-xdg-autostart-generator[1157]: /etc/xdg/autostart/snap-userd-autostart.desktop: not generating unit, executable specified in Exec= does not exist.
Sep 14 11:00:27 bz systemd[1143]: Queued start job for default target default.target.
Sep 14 11:00:27 bz systemd[1143]: Created slice app.slice - User Application Slice.
Sep 14 11:00:27 bz systemd[1143]: Created slice session.slice - User Core Session Slice.
Sep 14 11:00:27 bz systemd[1143]: Started bunsen-apt-update-checker.timer - Run bl-apt-update-check 10min after login and daily thereafter..
Sep 14 11:00:27 bz systemd[1143]: Reached target paths.target - Paths.
Sep 14 11:00:27 bz systemd[1143]: Reached target timers.target - Timers.
Sep 14 11:00:27 bz systemd[1143]: Starting dbus.socket - D-Bus User Message Bus Socket...
Sep 14 11:00:27 bz systemd[1143]: Listening on dirmngr.socket - GnuPG network certificate management daemon.
Sep 14 11:00:27 bz systemd[1143]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper.
Sep 14 11:00:27 bz systemd[1143]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
Sep 14 11:00:27 bz systemd[1143]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 14 11:00:27 bz systemd[1143]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
Sep 14 11:00:27 bz systemd[1143]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
Sep 14 11:00:27 bz systemd[1143]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
Sep 14 11:00:27 bz systemd[1143]: Listening on pulseaudio.socket - Sound System.
Sep 14 11:00:27 bz systemd[1143]: Listening on dbus.socket - D-Bus User Message Bus Socket.
Sep 14 11:00:27 bz systemd[1143]: Reached target sockets.target - Sockets.
Sep 14 11:00:27 bz systemd[1143]: Reached target basic.target - Basic System.
Sep 14 11:00:27 bz systemd[1]: Started user@1000.service - User Manager for UID 1000.
Sep 14 11:00:27 bz systemd[1]: Started session-2.scope - Session 2 of User bill.
Sep 14 11:00:27 bz systemd[1143]: Starting pulseaudio.service - Sound Service...
Sep 14 11:00:27 bz systemd[1143]: Started gnome-keyring-daemon.service - GNOME Keyring daemon.
Sep 14 11:00:27 bz gnome-keyring-daemon[1161]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Sep 14 11:00:27 bz systemd[1143]: Starting dbus.service - D-Bus User Message Bus...
Sep 14 11:00:27 bz systemd[1143]: Started dbus.service - D-Bus User Message Bus.
Sep 14 11:00:27 bz lightdm[1043]: gkr-pam: unlocked login keyring
Sep 14 11:00:27 bz gnome-keyring-daemon[1161]: The Secret Service was already initialized
Sep 14 11:00:27 bz gnome-keyring-d[1161]: The Secret Service was already initialized
Sep 14 11:00:27 bz gnome-keyring-daemon[1161]: The PKCS#11 component was already initialized
Sep 14 11:00:27 bz gnome-keyring-d[1161]: The PKCS#11 component was already initialized
Sep 14 11:00:27 bz gnome-keyring-daemon[1249]: discover_other_daemon: 1
Sep 14 11:00:27 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.7' (uid=1000 pid=1246 comm="/usr/bin/ibus-daemon --daemonize --xim")
Sep 14 11:00:27 bz systemd[1143]: Starting gvfs-daemon.service - Virtual filesystem service...
Sep 14 11:00:27 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Successfully activated service 'org.gtk.vfs.Daemon'
Sep 14 11:00:27 bz systemd[1143]: Started gvfs-daemon.service - Virtual filesystem service.
Sep 14 11:00:27 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Activating service name='org.freedesktop.portal.IBus' requested by ':1.7' (uid=1000 pid=1246 comm="/usr/bin/ibus-daemon --daemonize --xim")
Sep 14 11:00:27 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Successfully activated service 'org.freedesktop.portal.IBus'
Sep 14 11:00:27 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.12' (uid=1000 pid=1264 comm="/usr/libexec/ibus-ui-gtk3")
Sep 14 11:00:27 bz systemd[1143]: Starting at-spi-dbus-bus.service - Accessibility services bus...
Sep 14 11:00:28 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Successfully activated service 'org.a11y.Bus'
Sep 14 11:00:28 bz systemd[1143]: Started at-spi-dbus-bus.service - Accessibility services bus.
Sep 14 11:00:28 bz at-spi-bus-launcher[1303]: dbus-daemon[1303]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=1264 comm="/usr/libexec/ibus-ui-gtk3")
Sep 14 11:00:28 bz at-spi-bus-launcher[1303]: dbus-daemon[1303]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 14 11:00:28 bz at-spi-bus-launcher[1324]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 14 11:00:28 bz systemd[1143]: Started pulseaudio.service - Sound Service.
Sep 14 11:00:28 bz systemd[1143]: Reached target default.target - Main User Target.
Sep 14 11:00:28 bz systemd[1143]: Startup finished in 724ms.
Sep 14 11:00:28 bz pulseaudio[1159]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Sep 14 11:00:28 bz polkitd[782]: Registered Authentication Agent for unix-session:2 (system bus name :1.80 [/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/ldac_hq
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/ldac_sq
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/ldac_mq
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSink/aptx_hd
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/aptx_hd
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSink/aptx
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/aptx
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSink/sbc
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/sbc
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Sep 14 11:00:28 bz bluetoothd[775]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Sep 14 11:00:28 bz systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 14 11:00:29 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Activating service name='org.xfce.Xfconf' requested by ':1.24' (uid=1000 pid=1399 comm="thunar --daemon")
Sep 14 11:00:29 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Successfully activated service 'org.xfce.Xfconf'
Sep 14 11:00:29 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.27' (uid=1000 pid=1421 comm="light-locker")
Sep 14 11:00:29 bz systemd[1143]: Starting dconf.service - User preferences database...
Sep 14 11:00:29 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Successfully activated service 'ca.desrt.dconf'
Sep 14 11:00:29 bz systemd[1143]: Started dconf.service - User preferences database.
Sep 14 11:00:29 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.29' (uid=1000 pid=1430 comm="xfce4-power-manager")
Sep 14 11:00:29 bz systemd[1143]: Starting xfce4-notifyd.service - XFCE notifications service...
Sep 14 11:00:29 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Successfully activated service 'org.freedesktop.Notifications'
Sep 14 11:00:29 bz systemd[1143]: Started xfce4-notifyd.service - XFCE notifications service.
Sep 14 11:00:29 bz dbus-daemon[777]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.82' (uid=1000 pid=1430 comm="xfce4-power-manager")
Sep 14 11:00:29 bz systemd[1]: Starting upower.service - Daemon for power management...
Sep 14 11:00:29 bz dbus-daemon[777]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 14 11:00:29 bz systemd[1]: Started upower.service - Daemon for power management.
Sep 14 11:00:30 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Activating via systemd: service name='org.bluez.obex' unit='obex.service' requested by ':1.34' (uid=1000 pid=1422 comm="/usr/bin/python3 /usr/bin/blueman-applet")
Sep 14 11:00:30 bz systemd[1143]: Starting obex.service - Bluetooth OBEX service...
Sep 14 11:00:30 bz obexd[1582]: OBEX daemon 5.66
Sep 14 11:00:30 bz dbus-daemon[1165]: [session uid=1000 pid=1165] Successfully activated service 'org.bluez.obex'
Sep 14 11:00:30 bz systemd[1143]: Started obex.service - Bluetooth OBEX service.
Sep 14 11:00:30 bz NetworkManager[790]: <info> [1757865630.4018] agent-manager: agent[8184f013f9585b7e,:1.85/org.freedesktop.nm-applet/1000]: agent registered
Sep 14 11:00:30 bz pkexec[1643]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Sep 14 11:00:30 bz pkexec[1643]: bill: Executing command [USER=root] [TTY=unknown] [CWD=/home/bill] [COMMAND=/usr/sbin/xfpm-power-backlight-helper --set-brightness-switch 0]
Sep 14 11:00:31 bz pkexec[1664]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Sep 14 11:00:31 bz pkexec[1664]: bill: Executing command [USER=root] [TTY=unknown] [CWD=/home/bill] [COMMAND=/usr/sbin/xfpm-power-backlight-helper --set-brightness-switch 0]
Sep 14 11:00:37 bz systemd[1]: Started anacron.service - Run anacron jobs.
Sep 14 11:00:37 bz systemd[1]: Stopping user@103.service - User Manager for UID 103...
Sep 14 11:00:37 bz anacron[1741]: Anacron 2.3 started on 2025-09-14
Sep 14 11:00:37 bz anacron[1741]: Normal exit (0 jobs run)
Sep 14 11:00:37 bz systemd[1]: anacron.service: Deactivated successfully.
Sep 14 11:00:37 bz systemd[974]: Activating special unit exit.target...
Sep 14 11:00:37 bz systemd[974]: Stopped target default.target - Main User Target.
Sep 14 11:00:37 bz systemd[974]: Stopping at-spi-dbus-bus.service - Accessibility services bus...
Sep 14 11:00:37 bz systemd[974]: Stopping dbus.service - D-Bus User Message Bus...
Sep 14 11:00:37 bz systemd[974]: Stopping gvfs-daemon.service - Virtual filesystem service...
Sep 14 11:00:37 bz systemd[974]: Stopped dbus.service - D-Bus User Message Bus.
Sep 14 11:00:37 bz systemd[974]: Stopped at-spi-dbus-bus.service - Accessibility services bus.
Sep 14 11:00:37 bz systemd[974]: Stopped gvfs-daemon.service - Virtual filesystem service.
Sep 14 11:00:37 bz systemd[974]: Removed slice session.slice - User Core Session Slice.
Sep 14 11:00:37 bz systemd[974]: Stopped target basic.target - Basic System.
Sep 14 11:00:37 bz systemd[974]: Stopped target paths.target - Paths.
Sep 14 11:00:37 bz systemd[974]: Stopped target sockets.target - Sockets.
Sep 14 11:00:37 bz systemd[974]: Stopped target timers.target - Timers.
Sep 14 11:00:37 bz systemd[974]: Stopped bunsen-apt-update-checker.timer - Run bl-apt-update-check 10min after login and daily thereafter..
Sep 14 11:00:37 bz systemd[1]: run-user-103-gvfs.mount: Deactivated successfully.
Sep 14 11:00:37 bz systemd[974]: Closed dbus.socket - D-Bus User Message Bus Socket.
Sep 14 11:00:37 bz systemd[974]: Closed dirmngr.socket - GnuPG network certificate management daemon.
Sep 14 11:00:37 bz systemd[974]: Closed gcr-ssh-agent.socket - GCR ssh-agent wrapper.
Sep 14 11:00:37 bz systemd[974]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon.
Sep 14 11:00:37 bz systemd[974]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 14 11:00:37 bz systemd[974]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
Sep 14 11:00:37 bz systemd[974]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
Sep 14 11:00:37 bz systemd[974]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
Sep 14 11:00:37 bz systemd[974]: Closed pulseaudio.socket - Sound System.
Sep 14 11:00:37 bz systemd[974]: Removed slice app.slice - User Application Slice.
Sep 14 11:00:37 bz systemd[974]: Reached target shutdown.target - Shutdown.
Sep 14 11:00:37 bz systemd[974]: Finished systemd-exit.service - Exit the Session.
Sep 14 11:00:37 bz systemd[974]: Reached target exit.target - Exit the Session.
Sep 14 11:00:37 bz systemd[1]: user@103.service: Deactivated successfully.
Sep 14 11:00:37 bz systemd[1]: Stopped user@103.service - User Manager for UID 103.
Sep 14 11:00:37 bz systemd[1]: Stopping user-runtime-dir@103.service - User Runtime Directory /run/user/103...
Sep 14 11:00:37 bz systemd[1]: run-user-103.mount: Deactivated successfully.
Sep 14 11:00:37 bz systemd[1]: user-runtime-dir@103.service: Deactivated successfully.
Sep 14 11:00:37 bz systemd[1]: Stopped user-runtime-dir@103.service - User Runtime Directory /run/user/103.
Sep 14 11:00:37 bz systemd[1]: Removed slice user-103.slice - User Slice of UID 103.
Sep 14 11:00:37 bz systemd[1]: user-103.slice: Consumed 1.507s CPU time.
Sep 14 11:00:42 bz systemd[1]: systemd-fsckd.service: Deactivated successfully.
Sep 14 11:00:44 bz systemd-timesyncd[767]: Contacted time server 65.100.46.166:123 (2.debian.pool.ntp.org).
Sep 14 11:00:44 bz systemd-timesyncd[767]: Initial clock synchronization to Sun 2025-09-14 11:00:44.628582 CDT.
Sep 14 11:00:44 bz systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 14 11:01:00 bz systemd[1]: blueman-mechanism.service: Deactivated successfully.
Sep 14 11:01:51 bz sudo[2418]: bill : TTY=pts/0 ; PWD=/home/bill ; USER=root ; COMMAND=/usr/bin/journalctl --no-pager
Sep 14 11:01:51 bz sudo[2418]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Please let me know of any other diagnostics I can run or any other ideas you might have.
Offline
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
Can you try with a different cable? Looks like the port is detected just fine.
Offline
I tried a different cable and still nothing. Running xrandr while the HDMI cable is plugged in yields this:
xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1920x1080 60.00*+
1680x1050 60.00
1280x1024 60.00
1440x900 60.00
1280x800 60.00
1280x720 60.00
1024x768 60.00
800x600 60.00
640x480 60.00
HDMI-A-0 connected (normal left inverted right x axis y axis)
3840x2160 60.00 + 59.94 30.00 25.00 24.00 29.97 23.98
4096x2160 60.00 59.94 30.00 25.00 24.00 29.97 23.98
1920x1200 60.00
1920x1080 60.00 59.94 30.00 24.00 29.97 23.98
1600x1200 60.00
1680x1050 59.88
1280x1024 60.02
1440x900 59.90
1280x960 60.00
1280x800 74.93 59.91
1280x720 60.00 59.94
1024x768 60.00
800x600 60.32 56.25
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
Is it possible the system is choosing a screen resolution my TV cannot handle?
Offline
The port is working fine according to your posted output. I presume the screen's native resolution is listed in your last output. EDIT: I think the "+" symbol marks it as 3840x2160@60Hz.
Have you tried using arandr to select the output at the correct resolution? It should be buried in the menu somewhere.
Last edited by Head_on_a_Stick (2025-09-15 06:01:49)
Offline
Thanks very much Head_on_a_Stick! I was unaware of xrandr and arandr before this.
As you probably know, the '+' on the xrandr output marks the preferred resolution and the '*' marks the current resolution. So my HDMI port is not assigned a resolution.
Note that the HDMI port is usually not connected, but occasionally I connect it to a TV. My last issue is to set the resolution automatically. I have tried to set the resolution on startup using xrandr, but this doesn't work, I believe because xrandr doesn't work when the HDMI port is not connected.
Any ideas how I can automatically set the resolution whenever I plug in the HDMI cable, or do I have to set it in the terminal every time?
Last edited by MoeJoe (2025-09-15 10:32:39)
Offline
Any ideas how I can automatically set the resolution whenever I plug in the HDMI cable, or do I have to set it in the terminal every time?
You can script that, and probably a systemd service to run at startup or when you attach the cable.
A quick search of "bash script to set hdmi when active" yielded a lot of results. For example, this is from the Arch forum:
if xrandr | grep -q 'HDMI-0 connected' ; then
xrandr --output HDMI-0 --auto --right-of LVDS
fi
just to give you an idea. You'll have to set up for your particular use case.
You must unlearn what you have learned.
-- yoda
Offline
Maybe relevant, maybe not. My use case is similar. I use my laptop on occasion to watch streaming shows on the bedroom TV. The TV has an HDMI cable and I connect the laptop to it.
Use the ARandR Screen Layout editor GUI to get your external display configured and then save the profile. The next time you use the HDMI output, just load and apply the profile from the GUI.
When you are done watching, disconnect the cable and then go back into the GUI and reload your default profile.
Note, you probably have to do something similar in the audio mixer to change the audio output from your laptop speakers to the HDMI.
It's a minor PITA, but once you get the profiles set up, it's not that bad.
Linux User #624832 : Chaotic Good Dudeist, retro-PC geek.
Daily Driver : Lenovo Ideapad 3 (8G RAM, 250G SSD, Boron)
Workstation : HP Slim Desktop (4G RAM, 1TB HDD, Boron)
Past hardware : Commodore 64, TRS-80, IBM 8088, WebTV
Offline
I was going to suggest https://keithp.com/blogs/x-on-resize/ but Debian don't package it and I can't get it to compile under trixie (I'm too tired from $DAY_JOB to investigate more) so perhaps try a udev rule:
https://bbs.archlinux.org/viewtopic.php … 5#p1329375
A bit complicated though.
Offline
Many thanks to johnraff, brontosaurusrex, greenjeans, PackRat, GalacticStone, and especially Head_on_a_Stick for all the help.
To summarize, the problem was that the HDMI port did not set the resolution when it was activated. I built a dead-simple bash script to call xrandr to set the resolution. Right now I need to get back to my usual work, but I would like to automate this to call xrandr when the HDMI port is activated. If and when this happens I will report back.
Offline
To summarize, the problem was that the HDMI port did not set the resolution when it was activated.
Did not set anything at all, or just the wrong resolution for specific monitor/tv?
Online
No resolution was set. Check out post #8 with the xrandr output. There is not an '*' next to any resolution.
Offline
Online
FYI, for a few reasons I decided to move on from the ASUS ZenBook laptop, so I won't be updating this thread with automating processing of the HDMI port.
Offline