Hello everyone,
many thanks for the quick replies!
The netbook is from 2009 and has the latest BIOS update offered by Asus,
version 1202 from 2010. I used the BIOS defaults (it doesn't even have
fail-safe and optimized defaults, just "defaults"), and there are basically
no settings you can change: enable/disable onboard audio, LAN and LAN boot,
set the HDD in IDE or AHCI mode, and a sole CPU option "Max CPUID Limit"
("disabled for WIndows XP", but it makes no difference for the warning if I
enable or disable it).
I have been running Debian Stable on the netbook ever since I bought it,
and it worked without any errors or warnings in all versions before Debian
13 with kernel 6.12.43 (I get the same in Debian Testing with kernel
6.16.9). I attached the dmesg output produced by Debian 12 Bookworm, kernel
6.1.0, which works without warnings, and cpuinfo. There's a single CPU, an
Intel Atom N450, seen as two CPUs due to hyperthreading - but I can't
disable hyperthreading in BIOS, either.
"rdmsr -a 0x000001a0" produces the following output:
364972489
364972488
Kind regards,
Laurentiu
On Fri, Oct 17, 2025 at 4:26 PM Dave Hansen <[email protected]> wrote:
> On 10/17/25 07:05, Salvatore Bonaccorso wrote:
> > [ 0.008282] RAX: 0000000000000000 RBX: ffffcd5fc00bfd18 RCX:
> 0000000000000000
> > [ 0.008282] RDX: 0000000000000001 RSI: 0000000000000070 RDI:
> ffffcd5fc00bfd78
> > [ 0.008282] RBP: 0000000000000070 R08: 0000000000000000 R09:
> 706f20676e697274
> > [ 0.008282] R10: 7473207473616620 R11: 64656c6261736944 R12:
> ffffffffb8f20ba0
> > [ 0.008282] R13: ffff8ad332718090 R14: 000000000000061c R15:
> 0000000000000000
> > [ 0.008282] FS: 0000000000000000(0000) GS:ffff8ad378ec7000(0000)
> knlGS:0000000000000000
> > [ 0.008282] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > [ 0.008282] CR2: 0000000000000000 CR3: 000000005842c000 CR4:
> 00000000000006f0
> > [ 0.008282] Call Trace:
> > [ 0.008282] <TASK>
> > [ 0.008282] do_clear_cpu_cap+0x106/0x130
> > [ 0.008282] early_init_intel.cold+0x4d/0x11a
> > [ 0.008282] init_intel+0x2a/0x2c0
> > [ 0.008282] identify_cpu+0x18c/0x750
> > [ 0.008282] identify_secondary_cpu+0x50/0xa0
> > [ 0.008282] start_secondary+0x7c/0x160
> > [ 0.008282] common_startup_64+0x13e/0x141
> > [ 0.008282] </TASK>
> > [ 0.008282] ---[ end trace 0000000000000000 ]---
> > [ 0.354753] smp: Brought up 1 node, 2 CPUs
> > [ 0.354797] smpboot: Total of 2 processors activated (6666.06
> BogoMIPS)
> >
> > Any ideas?
>
> That's a fun one.
>
> This looks to be this code:
>
> pr_info("Disabled fast string operations\n");
> setup_clear_cpu_cap(X86_FEATURE_REP_GOOD);
>
> because we can see the pr_info() and I'm assuming that the 'feature' is
> X86_FEATURE_REP_GOOD (0x70) which we can see in RSI/RBP.
>
> But X86_FEATURE_REP_GOOD isn't even a real CPU feature, it's one of the
> synthetic ones. The only way I can see this happening is if
> MSR_IA32_MISC_ENABLE_FAST_STRING is mismatched between the boot CPU and
> a secondary.
>
> Could you boot the system on a known good kernel and run this, please?
>
> rdmsr -a 0x000001a0
>
> That'll dump out MSR_IA32_MISC_ENABLE on all the CPUs.
>
> When was the last kernel that worked for you? Also, do you have old
> microcode? Can you dump the beginning of /proc/cpuinfo, please?
>
> processor : 21
> vendor_id : GenuineIntel
> cpu family : 6
> model : 170
> model name : Intel(R) Core(TM) Ultra 7 155H
> stepping : 4
> microcode : 0x24
>
> I can see your microcode version in dmesg, but not the cpu
> model/family/stepping.
>
>
>
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 28
model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz
stepping : 10
microcode : 0x107
cpu MHz : 999.932
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc
arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl
est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
bugs :
bogomips : 3332.94
clflush size : 64
cache_alignment : 64
address sizes : 32 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 28
model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz
stepping : 10
microcode : 0x107
cpu MHz : 999.855
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc
arch_perfmon pebs bts nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2
ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
bugs :
bogomips : 3332.94
clflush size : 64
cache_alignment : 64
address sizes : 32 bits physical, 48 bits virtual
power management:
[ 0.000000] Linux version 6.1.0-40-amd64 ([email protected])
(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.153-1 (2025-09-20)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.1.0-40-amd64
root=/dev/mapper/snowbell--vg-root ro zswap.enabled=1 loglevel=7
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e2000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f68ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007f690000-0x000000007f69dfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007f69e000-0x000000007f6dffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007f6e0000-0x000000007f6fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: ASUSTeK Computer INC. 1005PE/1005P, BIOS 1202 06/23/2010
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1666.498 MHz processor
[ 0.002689] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.002702] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.002721] last_pfn = 0x7f690 max_arch_pfn = 0x400000000
[ 0.002819] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.013118] found SMP MP-table at [mem 0x000ff780-0x000ff78f]
[ 0.014214] RAMDISK: [mem 0x2faaf000-0x33d4efff]
[ 0.014236] ACPI: Early table checksum verification disabled
[ 0.014247] ACPI: RSDP 0x00000000000FBF40 000024 (v02 ACPIAM)
[ 0.014262] ACPI: XSDT 0x000000007F690100 00006C (v01 _ASUS_ Notebook
06001023 MSFT 00000097)
[ 0.014281] ACPI: FACP 0x000000007F690290 0000F4 (v04 A_M_I_ OEMFACP
06001023 MSFT 00000097)
[ 0.014302] ACPI: DSDT 0x000000007F690490 008BDE (v02 A1414 A1414000
00000000 INTL 20060113)
[ 0.014318] ACPI: FACS 0x000000007F69E000 000040
[ 0.014329] ACPI: FACS 0x000000007F69E000 000040
[ 0.014342] ACPI: APIC 0x000000007F690390 00005C (v02 A_M_I_ OEMAPIC
06001023 MSFT 00000097)
[ 0.014356] ACPI: MCFG 0x000000007F6903F0 00003C (v01 A_M_I_ OEMMCFG
06001023 MSFT 00000097)
[ 0.014371] ACPI: ECDT 0x000000007F690430 000055 (v01 A_M_I_ OEMECDT
06001023 MSFT 00000097)
[ 0.014386] ACPI: OEMB 0x000000007F69E040 000061 (v01 A_M_I_ AMI_OEM
06001023 MSFT 00000097)
[ 0.014400] ACPI: HPET 0x000000007F699070 000038 (v01 A_M_I_ OEMHPET
06001023 MSFT 00000097)
[ 0.014415] ACPI: GSCI 0x000000007F69E0B0 002024 (v01 A_M_I_ GMCHSCI
06001023 MSFT 00000097)
[ 0.014430] ACPI: SSDT 0x000000007F6A0C80 0004F0 (v01 PmRef CpuPm
00003000 INTL 20060113)
[ 0.014444] ACPI: SLIC 0x000000007F6990B0 000176 (v01 _ASUS_ Notebook
06001023 MSFT 00000097)
[ 0.014457] ACPI: Reserving FACP table memory at [mem 0x7f690290-0x7f690383]
[ 0.014463] ACPI: Reserving DSDT table memory at [mem 0x7f690490-0x7f69906d]
[ 0.014468] ACPI: Reserving FACS table memory at [mem 0x7f69e000-0x7f69e03f]
[ 0.014472] ACPI: Reserving FACS table memory at [mem 0x7f69e000-0x7f69e03f]
[ 0.014476] ACPI: Reserving APIC table memory at [mem 0x7f690390-0x7f6903eb]
[ 0.014481] ACPI: Reserving MCFG table memory at [mem 0x7f6903f0-0x7f69042b]
[ 0.014485] ACPI: Reserving ECDT table memory at [mem 0x7f690430-0x7f690484]
[ 0.014490] ACPI: Reserving OEMB table memory at [mem 0x7f69e040-0x7f69e0a0]
[ 0.014494] ACPI: Reserving HPET table memory at [mem 0x7f699070-0x7f6990a7]
[ 0.014499] ACPI: Reserving GSCI table memory at [mem 0x7f69e0b0-0x7f6a00d3]
[ 0.014503] ACPI: Reserving SSDT table memory at [mem 0x7f6a0c80-0x7f6a116f]
[ 0.014508] ACPI: Reserving SLIC table memory at [mem 0x7f6990b0-0x7f699225]
[ 0.014653] No NUMA configuration found
[ 0.014657] Faking a node at [mem 0x0000000000000000-0x000000007f68ffff]
[ 0.014718] NODE_DATA(0) allocated [mem 0x7f665000-0x7f68ffff]
[ 0.015906] Zone ranges:
[ 0.015910] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.015919] DMA32 [mem 0x0000000001000000-0x000000007f68ffff]
[ 0.015926] Normal empty
[ 0.015930] Device empty
[ 0.015935] Movable zone start for each node
[ 0.015944] Early memory node ranges
[ 0.015946] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.015952] node 0: [mem 0x0000000000100000-0x000000007f68ffff]
[ 0.015960] Initmem setup node 0 [mem 0x0000000000001000-0x000000007f68ffff]
[ 0.015979] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.016123] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.018832] On node 0, zone DMA32: 2416 pages in unavailable ranges
[ 0.018849] Reserving Intel graphics memory at [mem 0x7f800000-0x7fffffff]
[ 0.019019] ACPI: PM-Timer IO Port: 0x808
[ 0.019058] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.019071] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.019079] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.019093] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.019099] ACPI: HPET id: 0xffffffff base: 0xfed00000
[ 0.019116] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.019163] PM: hibernation: Registered nosave memory: [mem
0x00000000-0x00000fff]
[ 0.019172] PM: hibernation: Registered nosave memory: [mem
0x0009f000-0x000fffff]
[ 0.019178] [mem 0x80000000-0xfedfffff] available for PCI devices
[ 0.019183] Booting paravirtualized kernel on bare hardware
[ 0.019191] clocksource: refined-jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.033767] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2
nr_node_ids:1
[ 0.035497] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u1048576
[ 0.035524] pcpu-alloc: s217088 r8192 d28672 u1048576 alloc=1*2097152
[ 0.035535] pcpu-alloc: [0] 0 1
[ 0.035645] Fallback order for Node 0: 0
[ 0.035656] Built 1 zonelists, mobility grouping on. Total pages: 513461
[ 0.035663] Policy zone: DMA32
[ 0.035667] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-40-amd64
root=/dev/mapper/snowbell--vg-root ro zswap.enabled=1 loglevel=7
[ 0.035828] Unknown kernel command line parameters
"BOOT_IMAGE=/vmlinuz-6.1.0-40-amd64", will be passed to user space.
[ 0.037137] Dentry cache hash table entries: 262144 (order: 9, 2097152
bytes, linear)
[ 0.037844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes,
linear)
[ 0.037944] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.052126] Memory: 260860K/2087096K available (14343K kernel code, 2340K
rwdata, 9104K rodata, 2816K init, 17360K bss, 158748K reserved, 0K cma-reserved)
[ 0.053490] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.053645] ftrace: allocating 40377 entries in 158 pages
[ 0.066779] ftrace: allocated 158 pages with 5 groups
[ 0.068440] Dynamic Preempt: voluntary
[ 0.068611] rcu: Preemptible hierarchical RCU implementation.
[ 0.068615] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[ 0.068621] Trampoline variant of Tasks RCU enabled.
[ 0.068624] Rude variant of Tasks RCU enabled.
[ 0.068625] Tracing variant of Tasks RCU enabled.
[ 0.068628] rcu: RCU calculated value of scheduler-enlistment delay is 25
jiffies.
[ 0.068632] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.090314] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[ 0.090667] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.093511] Console: colour VGA+ 80x25
[ 0.101903] printk: console [tty0] enabled
[ 0.102077] ACPI: Core revision 20220331
[ 0.102508] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 133484882848 ns
[ 0.102659] APIC: Switch to symmetric I/O mode setup
[ 0.103208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.122661] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles:
0x18058735afc, max_idle_ns: 440795226946 ns
[ 0.122805] Calibrating delay loop (skipped), value calculated using timer
frequency.. 3332.99 BogoMIPS (lpj=6665992)
[ 0.122966] CPU0: Thermal monitoring enabled (TM2)
[ 0.123090] process: using mwait in idle threads
[ 0.123176] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
[ 0.123260] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0
[ 0.123362] x86/fpu: x87 FPU will use FXSAVE
[ 0.175104] Freeing SMP alternatives memory: 36K
[ 0.175204] pid_max: default: 32768 minimum: 301
[ 0.175544] LSM: Security Framework initializing
[ 0.175704] landlock: Up and running.
[ 0.175780] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.175977] AppArmor: AppArmor initialized
[ 0.176060] TOMOYO Linux initialized
[ 0.176149] LSM support for eBPF active
[ 0.176394] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes,
linear)
[ 0.176526] Mountpoint-cache hash table entries: 4096 (order: 3, 32768
bytes, linear)
[ 0.291041] smpboot: CPU0: Intel(R) Atom(TM) CPU N450 @ 1.66GHz (family:
0x6, model: 0x1c, stepping: 0xa)
[ 0.291976] cblist_init_generic: Setting adjustable number of callback
queues.
[ 0.292100] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.292317] cblist_init_generic: Setting adjustable number of callback
queues.
[ 0.292433] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.292624] cblist_init_generic: Setting adjustable number of callback
queues.
[ 0.292738] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.292918] Performance Events: PEBS fmt0+, Atom events, 8-deep LBR, Intel
PMU driver.
[ 0.293083] ... version: 3
[ 0.293158] ... bit width: 40
[ 0.293233] ... generic registers: 2
[ 0.293308] ... value mask: 000000ffffffffff
[ 0.293388] ... max period: 000000007fffffff
[ 0.293469] ... fixed-purpose events: 3
[ 0.293544] ... event mask: 0000000700000003
[ 0.293932] signal: max sigframe size: 1440
[ 0.294169] rcu: Hierarchical SRCU implementation.
[ 0.294253] rcu: Max phase no-delay instances is 1000.
[ 0.295453] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.295839] smp: Bringing up secondary CPUs ...
[ 0.296530] x86: Booting SMP configuration:
[ 0.296619] .... node #0, CPUs: #1
[ 0.016092] Disabled fast string operations
[ 0.313144] smp: Brought up 1 node, 2 CPUs
[ 0.313144] smpboot: Max logical packages: 1
[ 0.313144] smpboot: Total of 2 processors activated (6665.99 BogoMIPS)
[ 0.342419] node 0 deferred pages initialised in 28ms
[ 0.343260] devtmpfs: initialized
[ 0.343260] x86/mm: Memory block size: 128MB
[ 0.344770] ACPI: PM: Registering ACPI NVS region [mem
0x7f69e000-0x7f6dffff] (270336 bytes)
[ 0.344770] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 7645041785100000 ns
[ 0.344770] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.344770] pinctrl core: initialized pinctrl subsystem
[ 0.349067] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.349683] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.349938] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic
allocations
[ 0.350235] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic
allocations
[ 0.350456] audit: initializing netlink subsys (disabled)
[ 0.350998] audit: type=2000 audit(1760733280.248:1): state=initialized
audit_enabled=0 res=1
[ 0.351389] thermal_sys: Registered thermal governor 'fair_share'
[ 0.351396] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.351484] thermal_sys: Registered thermal governor 'step_wise'
[ 0.354809] thermal_sys: Registered thermal governor 'user_space'
[ 0.354895] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.355029] cpuidle: using governor ladder
[ 0.355208] cpuidle: using governor menu
[ 0.355477] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.355911] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.356047] PCI: not using MMCONFIG
[ 0.356130] PCI: Using configuration type 1 for base access
[ 0.361111] kprobes: kprobe jump-optimization is enabled. All kprobes are
optimized if possible.
[ 0.386794] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.386794] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.388240] ACPI: Added _OSI(Module Device)
[ 0.388240] ACPI: Added _OSI(Processor Device)
[ 0.388240] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.407056] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.408755] ACPI: EC: EC started
[ 0.408841] ACPI: EC: interrupt blocked
[ 0.410861] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.410952] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.432053] ACPI: Dynamic OEM Table Load:
[ 0.432053] ACPI: SSDT 0xFFFF8BAC96498000 000326 (v01 PmRef Cpu0Ist
00003000 INTL 20060113)
[ 0.432412] ACPI: Dynamic OEM Table Load:
[ 0.432522] ACPI: SSDT 0xFFFF8BAC9643F800 000724 (v01 PmRef Cpu0Cst
00003001 INTL 20060113)
[ 0.434596] ACPI: Dynamic OEM Table Load:
[ 0.434690] ACPI: SSDT 0xFFFF8BAC965303C0 0000AB (v01 PmRef Cpu1Ist
00003000 INTL 20060113)
[ 0.435837] ACPI: Dynamic OEM Table Load:
[ 0.435928] ACPI: SSDT 0xFFFF8BAC96530300 000085 (v01 PmRef Cpu1Cst
00003000 INTL 20060113)
[ 0.437329] ACPI: Interpreter enabled
[ 0.437471] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.437552] ACPI: Using IOAPIC for interrupt routing
[ 0.437734] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.439281] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI
motherboard resources
[ 0.439466] PCI: Using host bridge windows from ACPI; if necessary, use
"pci=nocrs" and report a bug
[ 0.439587] PCI: Using E820 reservations for host bridge windows
[ 0.440171] ACPI: Enabled 4 GPEs in block 00 to 1F
[ 0.454944] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.459020] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.459133] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM
Segments MSI HPX-Type3]
[ 0.459272] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME
AER PCIeCapability LTR]
[ 0.459395] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug
SHPCHotplug PME AER PCIeCapability LTR]
[ 0.459519] acpi PNP0A08:00: _OSC: platform retains control of PCIe features
(AE_NOT_FOUND)
[ 0.460428] PCI host bridge to bus 0000:00
[ 0.460530] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.460624] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.460714] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff
window]
[ 0.460829] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff
window]
[ 0.460944] pci_bus 0000:00: root bus resource [mem 0x7f700000-0xfed8ffff
window]
[ 0.461061] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.461188] pci 0000:00:00.0: [8086:a010] type 00 class 0x060000
[ 0.461487] pci 0000:00:02.0: [8086:a011] type 00 class 0x030000
[ 0.461587] pci 0000:00:02.0: reg 0x10: [mem 0xf7e00000-0xf7e7ffff]
[ 0.461680] pci 0000:00:02.0: reg 0x14: [io 0xdc00-0xdc07]
[ 0.461769] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
[ 0.461862] pci 0000:00:02.0: reg 0x1c: [mem 0xf7d00000-0xf7dfffff]
[ 0.461980] pci 0000:00:02.0: Video device with shadowed ROM at [mem
0x000c0000-0x000dffff]
[ 0.462365] pci 0000:00:02.1: [8086:a012] type 00 class 0x038000
[ 0.462464] pci 0000:00:02.1: reg 0x10: [mem 0xf7e80000-0xf7efffff]
[ 0.462762] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[ 0.462824] pci 0000:00:1b.0: reg 0x10: [mem 0xf7cf8000-0xf7cfbfff 64bit]
[ 0.463016] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.463289] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[ 0.463478] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.463877] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[ 0.464073] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.464492] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
[ 0.464690] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.465117] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[ 0.465253] pci 0000:00:1d.0: reg 0x20: [io 0xd400-0xd41f]
[ 0.465621] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[ 0.465755] pci 0000:00:1d.1: reg 0x20: [io 0xd480-0xd49f]
[ 0.466119] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[ 0.466252] pci 0000:00:1d.2: reg 0x20: [io 0xd800-0xd81f]
[ 0.466608] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[ 0.466825] pci 0000:00:1d.3: reg 0x20: [io 0xd880-0xd89f]
[ 0.467214] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[ 0.467324] pci 0000:00:1d.7: reg 0x10: [mem 0xf7cf7c00-0xf7cf7fff]
[ 0.467509] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.467893] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.468299] pci 0000:00:1f.0: [8086:27bc] type 00 class 0x060100
[ 0.468839] pci 0000:00:1f.2: [8086:27c1] type 00 class 0x010601
[ 0.468948] pci 0000:00:1f.2: reg 0x10: [io 0xd080-0xd087]
[ 0.469042] pci 0000:00:1f.2: reg 0x14: [io 0xd000-0xd003]
[ 0.469134] pci 0000:00:1f.2: reg 0x18: [io 0xcc00-0xcc07]
[ 0.469226] pci 0000:00:1f.2: reg 0x1c: [io 0xc880-0xc883]
[ 0.469317] pci 0000:00:1f.2: reg 0x20: [io 0xc800-0xc81f]
[ 0.469409] pci 0000:00:1f.2: reg 0x24: [mem 0xf7cf7800-0xf7cf7bff]
[ 0.469552] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.469919] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[ 0.470065] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
[ 0.470419] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.470643] pci 0000:02:00.0: [168c:002b] type 00 class 0x028000
[ 0.470762] pci 0000:02:00.0: reg 0x10: [mem 0xfbff0000-0xfbffffff 64bit]
[ 0.470971] pci 0000:02:00.0: supports D1
[ 0.471052] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
[ 0.471398] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[ 0.471492] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xfbffffff]
[ 0.471586] pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf6ffffff
64bit pref]
[ 0.471830] pci 0000:01:00.0: [1969:1062] type 00 class 0x020000
[ 0.471948] pci 0000:01:00.0: reg 0x10: [mem 0xf7fc0000-0xf7ffffff 64bit]
[ 0.472050] pci 0000:01:00.0: reg 0x18: [io 0xec00-0xec7f]
[ 0.472207] pci 0000:01:00.0: [Firmware Bug]: disabling VPD access (can't
determine size of non-standard VPD format)
[ 0.472409] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.472732] pci 0000:00:1c.3: PCI bridge to [bus 01]
[ 0.472820] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
[ 0.472909] pci 0000:00:1c.3: bridge window [mem 0xf7f00000-0xf7ffffff]
[ 0.473055] pci_bus 0000:05: extended config space not accessible
[ 0.473254] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[ 0.473356] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window]
(subtractive decode)
[ 0.473476] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window]
(subtractive decode)
[ 0.473595] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff
window] (subtractive decode)
[ 0.473717] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff
window] (subtractive decode)
[ 0.473837] pci 0000:00:1e.0: bridge window [mem 0x7f700000-0xfed8ffff
window] (subtractive decode)
[ 0.476618] ACPI: PCI: Interrupt link LNKA configured for IRQ 15
[ 0.476907] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.477182] ACPI: PCI: Interrupt link LNKC configured for IRQ 7
[ 0.477456] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.477730] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.477818] ACPI: PCI: Interrupt link LNKE disabled
[ 0.478083] ACPI: PCI: Interrupt link LNKF configured for IRQ 5
[ 0.478377] ACPI: PCI: Interrupt link LNKG configured for IRQ 4
[ 0.478651] ACPI: PCI: Interrupt link LNKH configured for IRQ 3
[ 0.479365] ACPI: EC: interrupt unblocked
[ 0.479451] ACPI: EC: event unblocked
[ 0.479529] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.479610] ACPI: EC: GPE=0x1c
[ 0.479685] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
[ 0.479777] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and
events
[ 0.480249] iommu: Default domain type: Translated
[ 0.482806] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.483240] pps_core: LinuxPPS API ver. 1 registered
[ 0.483328] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
Giometti <[email protected]>
[ 0.483456] PTP clock support registered
[ 0.483576] EDAC MC: Ver: 3.0.0
[ 0.483854] NetLabel: Initializing
[ 0.483854] NetLabel: domain hash size = 128
[ 0.483854] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.483854] NetLabel: unlabeled traffic allowed by default
[ 0.483889] PCI: Using ACPI for IRQ routing
[ 0.491659] PCI: pci_cache_line_size set to 64 bytes
[ 0.491744] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.491752] e820: reserve RAM buffer [mem 0x7f690000-0x7fffffff]
[ 0.491835] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.491835] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.491835] pci 0000:00:02.0: vgaarb: VGA device added:
decodes=io+mem,owns=io+mem,locks=none
[ 0.491835] vgaarb: loaded
[ 0.502644] hpet: 3 channels of 0 reserved for per-cpu timers
[ 0.502744] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.502805] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.505034] clocksource: Switched to clocksource tsc-early
[ 0.565751] VFS: Disk quotas dquot_6.6.0
[ 0.565956] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.566801] AppArmor: AppArmor Filesystem Enabled
[ 0.566992] pnp: PnP ACPI init
[ 0.567331] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[ 0.567432] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.569500] system 00:04: [io 0x025c-0x025f] has been reserved
[ 0.569603] system 00:04: [io 0x0380-0x0383] has been reserved
[ 0.569691] system 00:04: [io 0x0400-0x041f] has been reserved
[ 0.569778] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.569865] system 00:04: [io 0x0800-0x087f] has been reserved
[ 0.569952] system 00:04: [io 0x0480-0x04bf] has been reserved
[ 0.570043] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.570135] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.570226] system 00:04: [mem 0xfed50000-0xfed8ffff] has been reserved
[ 0.570317] system 00:04: [mem 0xffb00000-0xffbfffff] has been reserved
[ 0.570408] system 00:04: [mem 0xfff00000-0xffffffff] could not be reserved
[ 0.570897] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.571002] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.571334] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.572005] pnp 00:07: disabling [mem 0x000c0000-0x000cffff] because it
overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.572276] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.572373] system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.572466] system 00:07: [mem 0x00100000-0x7f6fffff] could not be reserved
[ 0.572580] system 00:07: [mem 0xfed90000-0xffffffff] could not be reserved
[ 0.573226] pnp: PnP ACPI: found 8 devices
[ 0.586365] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff,
max_idle_ns: 2085701024 ns
[ 0.586802] NET: Registered PF_INET protocol family
[ 0.587126] IP idents hash table entries: 32768 (order: 6, 262144 bytes,
linear)
[ 0.590746] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2,
16384 bytes, linear)
[ 0.591010] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes,
linear)
[ 0.591206] TCP established hash table entries: 16384 (order: 5, 131072
bytes, linear)
[ 0.591737] TCP bind hash table entries: 16384 (order: 7, 524288 bytes,
linear)
[ 0.592123] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.592692] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes,
linear)
[ 0.593036] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.593175] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.593473] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.593610] NET: Registered PF_XDP protocol family
[ 0.593723] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 04]
add_size 1000
[ 0.593849] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit
pref] to [bus 04] add_size 200000 add_align 100000
[ 0.593983] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to
[bus 04] add_size 200000 add_align 100000
[ 0.594112] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus
02-03] add_size 1000
[ 0.594235] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit
pref] to [bus 01] add_size 200000 add_align 100000
[ 0.594393] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[ 0.594495] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff
64bit pref]
[ 0.594620] pci 0000:00:1c.3: BAR 15: assigned [mem 0x80400000-0x805fffff
64bit pref]
[ 0.594741] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.594831] pci 0000:00:1c.1: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.594937] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.595024] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.595115] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
[ 0.595206] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff
64bit pref]
[ 0.595326] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[ 0.595410] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.595500] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xfbffffff]
[ 0.595592] pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf6ffffff
64bit pref]
[ 0.595713] pci 0000:00:1c.3: PCI bridge to [bus 01]
[ 0.595796] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
[ 0.595885] pci 0000:00:1c.3: bridge window [mem 0xf7f00000-0xf7ffffff]
[ 0.595977] pci 0000:00:1c.3: bridge window [mem 0x80400000-0x805fffff
64bit pref]
[ 0.596098] pci 0000:00:1e.0: PCI bridge to [bus 05]
[ 0.596191] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.596280] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.596366] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.596456] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[ 0.596564] pci_bus 0000:00: resource 8 [mem 0x7f700000-0xfed8ffff window]
[ 0.596656] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 0.596741] pci_bus 0000:04: resource 1 [mem 0x80000000-0x801fffff]
[ 0.596829] pci_bus 0000:04: resource 2 [mem 0x80200000-0x803fffff 64bit
pref]
[ 0.596943] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.597028] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xfbffffff]
[ 0.597115] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf6ffffff 64bit
pref]
[ 0.597230] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.597315] pci_bus 0000:01: resource 1 [mem 0xf7f00000-0xf7ffffff]
[ 0.597402] pci_bus 0000:01: resource 2 [mem 0x80400000-0x805fffff 64bit
pref]
[ 0.597517] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7 window]
[ 0.597604] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff window]
[ 0.597691] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.597781] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff window]
[ 0.597871] pci_bus 0000:05: resource 8 [mem 0x7f700000-0xfed8ffff window]
[ 0.599589] PCI: CLS 32 bytes, default 64
[ 0.600021] Trying to unpack rootfs image as initramfs...
[ 0.602377] Initialise system trusted keyrings
[ 0.602561] Key type blacklist registered
[ 0.603146] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[ 0.615485] zbud: loaded
[ 0.617271] integrity: Platform Keyring initialized
[ 0.617418] integrity: Machine keyring initialized
[ 0.617527] Key type asymmetric registered
[ 0.617625] Asymmetric key parser 'x509' registered
[ 1.608185] tsc: Refined TSC clocksource calibration: 1666.477 MHz
[ 1.608315] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
0x180573589cb, max_idle_ns: 440795224286 ns
[ 1.608799] clocksource: Switched to clocksource tsc
[ 3.678445] Freeing initrd memory: 68224K
[ 3.700396] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 3.700603] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
248)
[ 3.700936] io scheduler mq-deadline registered
[ 3.705706] pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
[ 3.706112] pcieport 0000:00:1c.1: enabling device (0106 -> 0107)
[ 3.706815] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3.706985] tsc: Marking TSC unstable due to TSC halts in idle states deeper
than C2
[ 3.707442] clocksource: Checking clocksource tsc synchronization from CPU 0
to CPUs 1.
[ 3.707629] clocksource: Switched to clocksource hpet
[ 3.724265] thermal LNXTHERM:00: registered as thermal_zone0
[ 3.724365] ACPI: thermal: Thermal Zone [TZ00] (54 C)
[ 3.724979] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.726991] Linux agpgart interface v0.103
[ 3.727452] AMD-Vi: AMD IOMMUv2 functionality not available on this system -
This is not a bug.
[ 3.728497] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at
0x60,0x64 irq 1,12
[ 3.746197] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.746303] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.746975] mousedev: PS/2 mouse device common for all mice
[ 3.747457] rtc_cmos 00:01: RTC can wake from S4
[ 3.748209] rtc_cmos 00:01: registered as rtc0
[ 3.748339] rtc_cmos 00:01: setting system clock to 2025-10-17T20:34:44 UTC
(1760733284)
[ 3.748553] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram,
hpet irqs
[ 3.748799] intel_pstate: CPU model not supported
[ 3.748943] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.764662] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input0
[ 3.793991] NET: Registered PF_INET6 protocol family
[ 3.815866] Segment Routing with IPv6
[ 3.816009] In-situ OAM (IOAM) with IPv6
[ 3.816212] mip6: Mobile IPv6
[ 3.816319] NET: Registered PF_PACKET protocol family
[ 3.816575] mpls_gso: MPLS GSO support
[ 3.817255] microcode: sig=0x106ca, pf=0x4, revision=0x107
[ 3.817369] microcode: Microcode Update Driver: v2.2.
[ 3.817388] IPI shorthand broadcast: enabled
[ 3.818136] registered taskstats version 1
[ 3.818247] Loading compiled-in X.509 certificates
[ 3.987731] Loaded X.509 cert 'Build time autogenerated kernel key:
69f0a93457c7a5b34688fbc5c07f181934864335'
[ 3.988989] zswap: loaded using pool lzo/zbud
[ 3.989835] Key type .fscrypt registered
[ 3.989926] Key type fscrypt-provisioning registered
[ 4.010431] Key type encrypted registered
[ 4.010544] AppArmor: AppArmor sha1 policy hashing enabled
[ 4.010671] ima: No TPM chip found, activating TPM-bypass!
[ 4.010758] ima: Allocated hash algorithm: sha256
[ 4.010892] ima: No architecture policies found
[ 4.011032] evm: Initialising EVM extended attributes:
[ 4.011114] evm: security.selinux
[ 4.011188] evm: security.SMACK64 (disabled)
[ 4.011264] evm: security.SMACK64EXEC (disabled)
[ 4.011341] evm: security.SMACK64TRANSMUTE (disabled)
[ 4.011420] evm: security.SMACK64MMAP (disabled)
[ 4.011497] evm: security.apparmor
[ 4.011570] evm: security.ima
[ 4.011640] evm: security.capability
[ 4.011712] evm: HMAC attrs: 0x1
[ 4.909771] Unstable clock detected, switching default tracing clock to
"global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
[ 4.910972] clk: Disabling unused clocks
[ 4.915870] Freeing unused decrypted memory: 2036K
[ 4.918643] Freeing unused kernel image (initmem) memory: 2816K
[ 4.918752] Write protecting the kernel read-only data: 26624k
[ 4.921477] Freeing unused kernel image (text/rodata gap) memory: 2040K
[ 4.922662] Freeing unused kernel image (rodata/data gap) memory: 1136K
[ 4.988981] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 4.989128] Run /init as init process
[ 4.989213] with arguments:
[ 4.989219] /init
[ 4.989222] with environment:
[ 4.989225] HOME=/
[ 4.989229] TERM=linux
[ 4.989232] BOOT_IMAGE=/vmlinuz-6.1.0-40-amd64
[ 5.887834] input: Lid Switch as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 5.896168] ACPI: button: Lid Switch [LID]
[ 5.897249] input: Sleep Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[ 5.897566] ACPI: button: Sleep Button [SLPB]
[ 5.897976] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 5.898292] ACPI: button: Power Button [PWRB]
[ 5.898749] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 5.912365] ACPI: button: Power Button [PWRF]
[ 6.024809] ACPI: battery: Slot [BAT0] (battery present)
[ 6.155244] ACPI Warning: SystemIO range
0x0000000000000828-0x000000000000082F conflicts with OpRegion
0x0000000000000800-0x000000000000087F (\PMIO) (20220331/utaddress-204)
[ 6.155452] ACPI Warning: SystemIO range
0x0000000000000828-0x000000000000082F conflicts with OpRegion
0x0000000000000828-0x000000000000082F (\_SB.PCI0.SBRG.IELK.GPSE)
(20220331/utaddress-204)
[ 6.155646] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 6.155743] ACPI Warning: SystemIO range
0x00000000000004B0-0x00000000000004BF conflicts with OpRegion
0x0000000000000480-0x00000000000004BF (\_SB.PCI0.SBRG.GPBX)
(20220331/utaddress-204)
[ 6.155935] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 6.156029] ACPI Warning: SystemIO range
0x0000000000000480-0x00000000000004AF conflicts with OpRegion
0x0000000000000480-0x00000000000004BF (\_SB.PCI0.SBRG.GPBX)
(20220331/utaddress-204)
[ 6.156302] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 6.156403] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 6.160841] ACPI Warning: SystemIO range
0x0000000000000400-0x000000000000041F conflicts with OpRegion
0x0000000000000400-0x000000000000040F (\SMRG) (20220331/utaddress-204)
[ 6.161081] ACPI Warning: SystemIO range
0x0000000000000400-0x000000000000041F conflicts with OpRegion
0x0000000000000400-0x000000000000040F (\_SB.PCI0.SBRG.SMRG)
(20220331/utaddress-204)
[ 6.161294] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 6.317910] ACPI: bus type USB registered
[ 6.318175] usbcore: registered new interface driver usbfs
[ 6.318318] usbcore: registered new interface driver hub
[ 6.318461] usbcore: registered new device driver usb
[ 6.531790] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 6.531917] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus
number 1
[ 6.532058] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 6.548176] uhci_hcd 0000:00:1d.0: irq 23, io port 0x0000d400
[ 6.548618] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001,
bcdDevice= 6.01
[ 6.548777] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.548926] usb usb1: Product: UHCI Host Controller
[ 6.549027] usb usb1: Manufacturer: Linux 6.1.0-40-amd64 uhci_hcd
[ 6.549136] usb usb1: SerialNumber: 0000:00:1d.0
[ 6.550099] hub 1-0:1.0: USB hub found
[ 6.550263] hub 1-0:1.0: 2 ports detected
[ 6.565613] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 6.565757] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus
number 2
[ 6.565919] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 6.566194] uhci_hcd 0000:00:1d.1: irq 19, io port 0x0000d480
[ 6.570515] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001,
bcdDevice= 6.01
[ 6.570682] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.570823] usb usb2: Product: UHCI Host Controller
[ 6.570927] usb usb2: Manufacturer: Linux 6.1.0-40-amd64 uhci_hcd
[ 6.571035] usb usb2: SerialNumber: 0000:00:1d.1
[ 6.575278] hub 2-0:1.0: USB hub found
[ 6.576983] hub 2-0:1.0: 2 ports detected
[ 6.586179] SCSI subsystem initialized
[ 6.692298] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 6.692445] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus
number 3
[ 6.692603] ehci-pci 0000:00:1d.7: debug port 1
[ 6.696716] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf7cf7c00
[ 6.697211] ACPI: bus type drm_connector registered
[ 6.712158] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 6.712622] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002,
bcdDevice= 6.01
[ 6.712757] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.712879] usb usb3: Product: EHCI Host Controller
[ 6.712966] usb usb3: Manufacturer: Linux 6.1.0-40-amd64 ehci_hcd
[ 6.713059] usb usb3: SerialNumber: 0000:00:1d.7
[ 6.714153] hub 3-0:1.0: USB hub found
[ 6.714572] hub 3-0:1.0: 8 ports detected
[ 6.724522] atl1c 0000:01:00.0 enp1s0: renamed from eth0
[ 6.724830] libata version 3.00 loaded.
[ 6.744499] hub 1-0:1.0: USB hub found
[ 6.744944] hub 1-0:1.0: 2 ports detected
[ 6.756519] ahci 0000:00:1f.2: version 3.0
[ 6.756987] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x1
impl SATA mode
[ 6.757132] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[ 6.761096] scsi host0: ahci
[ 6.763444] scsi host1: ahci
[ 6.772489] hub 2-0:1.0: USB hub found
[ 6.772661] hub 2-0:1.0: 2 ports detected
[ 6.775889] scsi host2: ahci
[ 6.777059] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 6.777224] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus
number 4
[ 6.777390] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 6.777670] uhci_hcd 0000:00:1d.2: irq 18, io port 0x0000d800
[ 6.778162] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001,
bcdDevice= 6.01
[ 6.778318] usb usb4: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.778465] usb usb4: Product: UHCI Host Controller
[ 6.778573] usb usb4: Manufacturer: Linux 6.1.0-40-amd64 uhci_hcd
[ 6.778672] usb usb4: SerialNumber: 0000:00:1d.2
[ 6.779499] hub 4-0:1.0: USB hub found
[ 6.779657] hub 4-0:1.0: 2 ports detected
[ 6.781002] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 6.781127] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus
number 5
[ 6.781264] uhci_hcd 0000:00:1d.3: detected 2 ports
[ 6.781466] uhci_hcd 0000:00:1d.3: irq 16, io port 0x0000d880
[ 6.781860] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001,
bcdDevice= 6.01
[ 6.781997] usb usb5: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.782120] usb usb5: Product: UHCI Host Controller
[ 6.782208] usb usb5: Manufacturer: Linux 6.1.0-40-amd64 uhci_hcd
[ 6.782300] usb usb5: SerialNumber: 0000:00:1d.3
[ 6.783042] hub 5-0:1.0: USB hub found
[ 6.783175] hub 5-0:1.0: 2 ports detected
[ 6.791733] scsi host3: ahci
[ 6.792234] ata1: SATA max UDMA/133 abar m1024@0xf7cf7800 port 0xf7cf7900
irq 24
[ 6.792388] ata2: DUMMY
[ 6.792480] ata3: DUMMY
[ 6.792567] ata4: DUMMY
[ 6.976223] usb 3-6: new high-speed USB device number 2 using ehci-pci
[ 7.112212] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 7.113466] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK)
filtered out
[ 7.113770] ata1.00: ATA-8: Hitachi HTS545025B9A300, PB2OC60N, max UDMA/133
[ 7.136779] usb 3-6: New USB device found, idVendor=13d3, idProduct=5111,
bcdDevice= 9.17
[ 7.136921] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=2
[ 7.137013] usb 3-6: Product: USB2.0 UVC VGA WebCam
[ 7.137096] usb 3-6: Manufacturer: Image Processor
[ 7.137178] usb 3-6: SerialNumber: USB2.0 UVC VGA WebCam
[ 7.490676] psmouse serio1: synaptics: queried max coordinates: x [..5808],
y [..4842]
[ 7.602702] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id:
0x1a0b1, caps: 0xd04731/0xa40000/0xa0000/0x0, board id: 0, fw id: 570166
[ 7.673494] input: SynPS/2 Synaptics TouchPad as
/devices/platform/i8042/serio1/input/input6
[ 8.082724] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 8.084411] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK)
filtered out
[ 8.084996] ata1.00: configured for UDMA/133
[ 8.085582] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54502 C60N
PQ: 0 ANSI: 5
[ 8.285504] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233
GiB)
[ 8.285703] sd 0:0:0:0: [sda] Write Protect is off
[ 8.285797] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 8.285909] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 8.286190] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 8.319876] sda: sda1 sda2 < sda5 >
[ 8.320813] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.427890] pci 0000:00:00.0: Intel GMA3150 Chipset
[ 9.428016] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K
mappable
[ 9.428271] pci 0000:00:00.0: detected 8192K stolen memory
[ 9.428583] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 9.429627] Console: switching to colour dummy device 80x25
[ 9.433309] i915 0000:00:02.0: vgaarb: changed VGA decodes:
olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 9.459716] i915 0000:00:02.0: [drm] Initialized overlay support.
[ 9.461828] i915 0000:00:02.0: [drm] Skipping intel_backlight registration
[ 9.462107] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 9.463152] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post:
no)
[ 9.464147] input: Video Bus as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 9.476958] acpi device:0d: registered as cooling_device2
[ 9.493159] fbcon: i915drmfb (fb0) is primary device
[ 10.231204] Console: switching to colour frame buffer device 128x37
[ 10.251517] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 10.430060] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled.
Duplicate IMA measurements will not be recorded in the IMA log.
[ 10.430376] device-mapper: uevent: version 1.0.3
[ 10.430822] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised:
[email protected]
[ 11.228121] random: crng init done
[ 52.746790] cryptd: max_cpu_qlen set to 1000
[ 54.754647] PM: Image not found (code -22)
[ 55.352913] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Quota
mode: none.
[ 55.894114] Not activating Mandatory Access Control as /sbin/tomoyo-init
does not exist.
[ 57.675483] systemd[1]: Inserted module 'autofs4'
[ 57.964884] 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)
[ 57.965279] systemd[1]: Detected architecture x86-64.
[ 57.990411] systemd[1]: Hostname set to <snowbell>.
[ 60.375010] systemd[1]: Queued start job for default target graphical.target.
[ 60.401479] systemd[1]: Created slice system-getty.slice - Slice
/system/getty.
[ 60.404229] systemd[1]: Created slice system-modprobe.slice - Slice
/system/modprobe.
[ 60.406734] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice -
Cryptsetup Units Slice.
[ 60.409861] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice
/system/systemd-fsck.
[ 60.415200] systemd[1]: Created slice user.slice - User and Session Slice.
[ 60.422772] systemd[1]: Started systemd-ask-password-wall.path - Forward
Password Requests to Wall Directory Watch.
[ 60.431948] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount -
Arbitrary Executable File Formats File System Automount Point.
[ 60.442287] systemd[1]: Expecting device
dev-disk-by\x2duuid-8385d303\x2db5dc\x2d47e9\x2d962c\x2d19bbdfffa4af.device -
/dev/disk/by-uuid/8385d303-b5dc-47e9-962c-19bbdfffa4af...
[ 60.448064] systemd[1]: Expecting device
dev-disk-by\x2duuid-eee7de2e\x2d52f2\x2d47dc\x2da264\x2d3effeb22715d.device -
/dev/disk/by-uuid/eee7de2e-52f2-47dc-a264-3effeb22715d...
[ 60.459585] systemd[1]: Expecting device
dev-mapper-snowbell\x2d\x2dvg\x2dhome.device - /dev/mapper/snowbell--vg-home...
[ 60.462866] systemd[1]: Expecting device
dev-mapper-snowbell\x2d\x2dvg\x2dswap_1.device -
/dev/mapper/snowbell--vg-swap_1...
[ 60.471702] systemd[1]: Expecting device
dev-mapper-snowbell\x2d\x2dvg\x2dtmp.device - /dev/mapper/snowbell--vg-tmp...
[ 60.480570] systemd[1]: Expecting device
dev-mapper-snowbell\x2d\x2dvg\x2dvar.device - /dev/mapper/snowbell--vg-var...
[ 60.484228] systemd[1]: Reached target integritysetup.target - Local
Integrity Protected Volumes.
[ 60.490390] systemd[1]: Reached target remote-fs.target - Remote File
Systems.
[ 60.499228] systemd[1]: Reached target slices.target - Slice Units.
[ 60.502791] systemd[1]: Reached target veritysetup.target - Local Verity
Protected Volumes.
[ 60.512016] systemd[1]: Listening on dm-event.socket - Device-mapper event
daemon FIFOs.
[ 60.521580] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon
socket.
[ 60.531046] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd
communication Socket.
[ 60.540341] systemd[1]: Listening on systemd-initctl.socket - initctl
Compatibility Named Pipe.
[ 60.550982] systemd[1]: Listening on systemd-journald-audit.socket - Journal
Audit Socket.
[ 60.560310] systemd[1]: Listening on systemd-journald-dev-log.socket -
Journal Socket (/dev/log).
[ 60.570142] systemd[1]: Listening on systemd-journald.socket - Journal
Socket.
[ 60.602825] systemd[1]: Listening on systemd-udevd-control.socket - udev
Control Socket.
[ 60.607005] systemd[1]: Listening on systemd-udevd-kernel.socket - udev
Kernel Socket.
[ 60.636617] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File
System...
[ 60.647921] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File
System...
[ 60.660626] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File
System...
[ 60.671940] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace
File System...
[ 60.682541] systemd[1]: Finished blk-availability.service - Availability of
block devices.
[ 60.721090] systemd[1]: Starting keyboard-setup.service - Set the console
keyboard layout...
[ 60.732630] systemd[1]: Starting kmod-static-nodes.service - Create List of
Static Device Nodes...
[ 60.749142] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2
mirrors, snapshots etc. using dmeventd or progress polling...
[ 60.768252] systemd[1]: Starting [email protected] - Load Kernel
Module configfs...
[ 60.785183] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel
Module dm_mod...
[ 60.804984] systemd[1]: Starting [email protected] - Load Kernel Module
drm...
[ 60.840079] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel
Module efi_pstore...
[ 60.876980] systemd[1]: Starting [email protected] - Load Kernel Module
fuse...
[ 60.895783] systemd[1]: Starting [email protected] - Load Kernel Module
loop...
[ 60.900608] 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).
[ 60.915404] systemd[1]: Starting systemd-journald.service - Journal
Service...
[ 61.040930] systemd[1]: Starting systemd-modules-load.service - Load Kernel
Modules...
[ 61.051046] systemd[1]: Starting systemd-remount-fs.service - Remount Root
and Kernel File Systems...
[ 61.069376] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All
udev Devices...
[ 61.109615] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 61.130497] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File
System.
[ 61.140754] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File
System.
[ 61.161081] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File
System.
[ 61.193464] systemd[1]: Finished kmod-static-nodes.service - Create List of
Static Device Nodes.
[ 61.212070] loop: module loaded
[ 61.221055] systemd[1]: Finished keyboard-setup.service - Set the console
keyboard layout.
[ 61.249855] systemd[1]: [email protected]: Deactivated successfully.
[ 61.254614] systemd[1]: Finished [email protected] - Load Kernel
Module configfs.
[ 61.265085] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 61.275086] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel
Module dm_mod.
[ 61.288829] systemd[1]: [email protected]: Deactivated successfully.
[ 61.292558] EXT4-fs (dm-1): re-mounted. Quota mode: none.
[ 61.294055] systemd[1]: Finished [email protected] - Load Kernel Module
drm.
[ 61.314211] fuse: init (API version 7.38)
[ 61.330775] systemd[1]: modprobe@efi_pstore.service: Deactivated
successfully.
[ 61.335561] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel
Module efi_pstore.
[ 61.346127] systemd[1]: [email protected]: Deactivated successfully.
[ 61.350876] systemd[1]: Finished [email protected] - Load Kernel Module
fuse.
[ 61.360691] systemd[1]: [email protected]: Deactivated successfully.
[ 61.366501] systemd[1]: Finished [email protected] - Load Kernel Module
loop.
[ 61.375775] systemd[1]: Finished systemd-remount-fs.service - Remount Root
and Kernel File Systems.
[ 61.404776] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE
Control File System...
[ 61.414636] systemd[1]: Mounting sys-kernel-config.mount - Kernel
Configuration File System...
[ 61.425728] systemd[1]: systemd-firstboot.service - First Boot Wizard was
skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 61.426627] systemd[1]: systemd-repart.service - Repartition Root Disk was
skipped because no trigger condition checks were met.
[ 61.477608] systemd[1]: Starting systemd-sysusers.service - Create System
Users...
[ 61.499427] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control
File System.
[ 61.507404] systemd[1]: Mounted sys-kernel-config.mount - Kernel
Configuration File System.
[ 61.758197] lp: driver loaded but no devices found
[ 61.846193] ppdev: user-space parallel port driver
[ 61.949259] systemd[1]: Started systemd-journald.service - Journal Service.
[ 65.068205] ACPI: AC: AC Adapter [AC0] (on-line)
[ 65.120877] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 65.765712] input: PC Speaker as /devices/platform/pcspkr/input/input8
[ 66.079263] iTCO_vendor_support: vendor-support=0
[ 66.318458] asus_wmi: ASUS WMI generic driver loaded
[ 66.351405] eeepc_wmi: Found legacy ATKD device (ASUS010)
[ 66.354117] eeepc_wmi: WMI device present, but legacy ATKD device is also
present and enabled
[ 66.356703] eeepc_wmi: You probably booted with acpi_osi="Linux" or
acpi_osi="!Windows 2009"
[ 66.359355] eeepc_wmi: Can't load eeepc-wmi, use default acpi_osi
(preferred) or eeepc-laptop
[ 66.361863] eeepc-wmi: probe of eeepc-wmi failed with error -16
[ 66.417634] iTCO_wdt iTCO_wdt.1.auto: Found a NM10 TCO device (Version=2,
TCOBASE=0x0860)
[ 66.427156] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec
(nowayout=0)
[ 66.743609] intel_powerclamp: No package C-state available
[ 66.769499] cfg80211: Loading compiled-in X.509 certificates for regulatory
database
[ 66.776649] cfg80211: Loaded X.509 cert '[email protected]:
577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 66.781850] cfg80211: Loaded X.509 cert '[email protected]:
3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 66.786658] mc: Linux media interface: v0.10
[ 66.792749] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 66.798390] cfg80211: Loaded X.509 cert 'wens:
61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 67.356491] platform regulatory.0: firmware: direct-loading firmware
regulatory.db
[ 67.366844] videodev: Linux video capture interface: v2.00
[ 67.470504] platform regulatory.0: firmware: direct-loading firmware
regulatory.db.p7s
[ 68.237709] Adding 999420k swap on /dev/mapper/snowbell--vg-swap_1.
Priority:-2 extents:1 across:999420k FS
[ 68.318329] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269:
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 68.321710] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0
(0x0/0x0/0x0/0x0/0x0)
[ 68.325109] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1
(0x15/0x0/0x0/0x0/0x0)
[ 68.328480] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 68.331642] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 68.336278] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 68.339390] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 68.373820] input: HDA Digital PCBeep as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 68.377361] input: HDA Intel Mic as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 68.380966] input: HDA Intel Headphone as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 68.451684] usb 3-6: Found UVC 1.00 device USB2.0 UVC VGA WebCam (13d3:5111)
[ 68.468620] input: USB2.0 UVC VGA WebCam as
/devices/pci0000:00/0000:00:1d.7/usb3/3-6/3-6:1.0/input/input12
[ 68.476909] usbcore: registered new interface driver uvcvideo
[ 68.865864] ath: phy0: ASPM enabled: 0x42
[ 68.869128] ath: EEPROM regdomain: 0x60
[ 68.869135] ath: EEPROM indicates we should expect a direct regpair map
[ 68.869144] ath: Country alpha2 being used: 00
[ 68.869148] ath: Regpair used: 0x60
[ 68.877282] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 68.892269] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0x00000000df37329b,
irq=17
[ 69.076313] ath9k 0000:02:00.0 wlp2s0: renamed from wlan0
[ 69.861404] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Quota
mode: none.
[ 70.093304] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Quota
mode: none.
[ 70.146452] systemd-journald[353]: Received client request to flush runtime
journal.
[ 70.455036] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Quota
mode: none.
[ 72.808414] EXT4-fs (sda1): mounting ext2 file system using the ext4
subsystem
[ 72.987163] EXT4-fs (sda1): mounted filesystem without journal. Quota mode:
none.
[ 73.850497] audit: type=1400 audit(1760733354.596:2): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="lsb_release" pid=552
comm="apparmor_parser"
[ 73.940469] audit: type=1400 audit(1760733354.688:3): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=553
comm="apparmor_parser"
[ 73.949962] audit: type=1400 audit(1760733354.688:4): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod"
pid=553 comm="apparmor_parser"
[ 73.967493] audit: type=1400 audit(1760733354.712:5): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session" pid=551
comm="apparmor_parser"
[ 73.981352] audit: type=1400 audit(1760733354.712:6): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session//chromium"
pid=551 comm="apparmor_parser"
[ 74.058220] audit: type=1400 audit(1760733354.804:7): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=557
comm="apparmor_parser"
[ 74.096015] audit: type=1400 audit(1760733354.804:8): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="man_filter" pid=557
comm="apparmor_parser"
[ 74.104691] audit: type=1400 audit(1760733354.804:9): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="man_groff" pid=557
comm="apparmor_parser"
[ 74.114134] audit: type=1400 audit(1760733354.860:10): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=555
comm="apparmor_parser"
[ 74.125228] audit: type=1400 audit(1760733354.860:11): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=555 comm="apparmor_parser"
[ 85.161222] NET: Registered PF_QIPCRTR protocol family
[ 85.953247] kauditd_printk_skb: 11 callbacks suppressed
[ 85.953258] audit: type=1400 audit(1760733366.700:23): apparmor="DENIED"
operation="capable" profile="/usr/sbin/cupsd" pid=683 comm="cupsd"
capability=12 capname="net_admin"
[ 88.411905] wlp2s0: authenticate with 0c:72:74:4f:ae:46
[ 88.411987] wlp2s0: 80 MHz not supported, disabling VHT
[ 88.429293] wlp2s0: send auth to 0c:72:74:4f:ae:46 (try 1/3)
[ 88.433149] wlp2s0: authenticated
[ 88.440565] wlp2s0: associate with 0c:72:74:4f:ae:46 (try 1/3)
[ 88.445744] wlp2s0: RX AssocResp from 0c:72:74:4f:ae:46 (capab=0x1411
status=0 aid=30)
[ 88.446013] wlp2s0: associated
[ 88.449532] ath: EEPROM regdomain: 0x8114
[ 88.449548] ath: EEPROM indicates we should expect a country code
[ 88.449553] ath: doing EEPROM country->regdmn map search
[ 88.449558] ath: country maps to regdmn code: 0x37
[ 88.449563] ath: Country alpha2 being used: DE
[ 88.449569] ath: Regpair used: 0x37
[ 88.449574] ath: regdomain 0x8114 dynamically updated by country element
[ 88.748365] wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by
0c:72:74:4f:ae:46
[ 88.764584] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready