页次: 1
最近 Debian 更新到 12 了,也就把笔记本里的 Windows 11 划出来一大块硬盘,装上了 Debian。
由于以前装过 Arch,内心多少还是有点洁癖的,所以装 Debian 也是采用 debootstrap 一点一点搭起来的,避免一堆国际化的没用的包。最后进入系统,发现一个挺严重的问题:
浏览器里网速挺正常的,但是一但使用终端工具,所有需要联网的命令在开始执行前都会有很长的一段等待时间,包括 apt、wget 等。不过这些工具,一旦过了开始的等待时间,开始工作后网速又挺正常的,apt 也是顶着带宽下载。最明显的是 ping 了,哪怕 ping 百度官网,一分钟也就只能 ping 出几行……
更奇怪的是,这台机器支持 4G 网络,如果我停掉 wifi 改用 4G 网络连接,无论是 Firefox、chrome 还是 wget、apt、ping 等终端命令,速度都很正常……
由于一开始在 Debian live cd 里网速正常(毕竟是 debootstrap 装的嘛),因此首先怀疑的是是不是自己少装了什么包。所以回到 live cd 里,让 apt 列出所有安装的包,回到装好的系统里也列一份,用 diff 对比着把可能与无线网有关的包都装上了,重启,问题依旧……
又开始怀疑 firmware 对机器上的 AX201 支持不好,Bing 搜“linux AX201 wifi slow”还能搜到不少帖子,但是试了大多数解决方法后问题依旧……
最后回过神来,既然浏览器里面速度正常(再加上 dmesg 与 journalctl 输出正常)apt 等开始下载后也能跑满带宽,那就肯定不会是固件的问题。那么到底是什么与 live cd 里有区别呢……
绕过的弯路就不赘述了。原因是:我在 live cd 里没配置 4G 网络,在装好系统后配置了 4G 网络。由于 目前还没找到的原因,在同时启用了 wifi 和 4G 网络后,wifi 的速度会以前文所述的方式变慢。只要与 4G 网断开连接,各种终端命令的速度就正常了。
使用“linux network slow multiple interface”为关键词搜索,就没有搜出有效信息了。因此问一下论坛大神,有没有什么思路?
1、不是 DNS 解析的问题。
ping 114.114.114.114 与 ping www.baidu.com 一样慢
2、iwlwifi 固件版本:
firmware-version: 72.daa05125.0 QuZ-a0-hr-b0-72.u
3、dmesg:
lxyan@X1-Nano ~ [1|1]> sudo dmesg | grep iwl
请把您的右手食指放在指纹读取器上
[ 8.078190] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 8.085791] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-QuZ-a0-hr-b0-72.ucode
[ 8.085803] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[ 8.085814] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 8.086096] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 8.086105] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 8.086107] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
[ 8.270738] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
[ 8.399008] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
[ 8.466504] iwlwifi 0000:00:14.3: base HW address: f8:9e:94:c2:b7:8f
[ 8.483676] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
4、ip -c link:
(2 是 wifi,3 是 4G)
lxyan@X1-Nano ~ [SIGINT]> ip -c link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlp0s20f3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether f8:9e:94:c2:b7:8f brd ff:ff:ff:ff:ff:ff
3: wwan0: <BROADCAST,MULTICAST,NOARP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether d6:8a:c4:bc:31:40 brd ff:ff:ff:ff:ff:ff
5、断开 4G 链接后的 journalctl 输出:(看起来好像没关系)
6月 19 22:30:50 X1-Nano plasmashell[1943]: QQmlExpression: Expression file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml:181:21 depends on non-NOTIFYable properties:
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:30:50 X1-Nano plasmashell[1943]: QQmlExpression: Expression file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml:82:17 depends on non-NOTIFYable properties:
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:30:50 X1-Nano plasmashell[1943]: QAction::priority
6月 19 22:31:04 X1-Nano kded5[1911]: org.kde.plasma.nm.kded: Unhandled active connection state change: 3
6月 19 22:31:04 X1-Nano plasmashell[1943]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55e95a385080) QQmlContext(0x55e956be3de0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
6月 19 22:31:04 X1-Nano plasmashell[1943]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55e95a385080) QQmlContext(0x55e956be3de0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
6月 19 22:31:09 X1-Nano plasmashell[1943]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
6、开关 4G 前后,dmesg 输出没变
[ 0.000000] microcode: microcode updated early to revision 0xaa, date = 2022-12-28
[ 0.000000] Linux version 6.1.0-9-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08)
[ 0.000000] Command line: root=/dev/Debian/root rw resume=/dev/Debian/swap quiet rootfstype=btrfs rootflags=subvol=/@ add_efi_memmap panic=0
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 3632
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008ef6efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008ef6f000-0x0000000093f2efff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000093f2f000-0x0000000094b2efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000094b2f000-0x0000000094bfefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000094bff000-0x0000000094bfffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000094c00000-0x00000000991fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099a00000-0x00000000a07fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045f7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.70 by Lenovo
[ 0.000000] efi: ACPI=0x94bfe000 ACPI 2.0=0x94bfe014 SMBIOS=0x90cbd000 SMBIOS 3.0=0x90cb0000 TPMFinalLog=0x9499f000 MEMATTR=0x8aef3018 ESRT=0x8b05b018 MOKvar=0x8f425000 INITRD=0x6db65f98 RNG=0x94bfd018 TPMEventLog=0x6bc68018
[ 0.000000] random: crng init done
[ 0.000000] Kernel is locked down from EFI Secure Boot; see man kernel_lockdown.7
[ 0.000000] secureboot: Secure boot enabled
[ 0.000000] SMBIOS 3.2.0 present.
[ 0.000000] DMI: LENOVO 20UNA00CCD/20UNA00CCD, BIOS N2TET77W (1.55 ) 12/20/2022
[ 0.000000] tsc: Detected 1800.000 MHz processor
[ 0.000000] tsc: Detected 1804.800 MHz TSC
[ 0.000008] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000026] last_pfn = 0x45f800 max_arch_pfn = 0x400000000
[ 0.000312] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001886] last_pfn = 0x94c00 max_arch_pfn = 0x400000000
[ 0.025361] esrt: Reserving ESRT space from 0x000000008b05b018 to 0x000000008b05b230.
[ 0.025373] e820: update [mem 0x8b05b000-0x8b05bfff] usable ==> reserved
[ 0.025407] Using GB pages for direct mapping
[ 0.025984] RAMDISK: [mem 0x597a2000-0x5e531fff]
[ 0.025991] ACPI: Early table checksum verification disabled
[ 0.025996] ACPI: RSDP 0x0000000094BFE014 000024 (v02 LENOVO)
[ 0.026003] ACPI: XSDT 0x0000000094BFC188 000124 (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026014] ACPI: FACP 0x0000000090C9F000 000114 (v06 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026023] ACPI: DSDT 0x0000000090C65000 03477F (v02 LENOVO ICL 00000002 01000013)
[ 0.026029] ACPI: FACS 0x000000009497E000 000040
[ 0.026034] ACPI: SSDT 0x0000000090D4A000 00255D (v02 LENOVO CpuSsdt 00003000 INTL 20191018)
[ 0.026040] ACPI: SSDT 0x0000000090D49000 00059B (v02 LENOVO CtdpB 00001000 INTL 20191018)
[ 0.026046] ACPI: SSDT 0x0000000090CD0000 0035D4 (v02 LENOVO DptfTabl 00001000 INTL 20191018)
[ 0.026051] ACPI: SSDT 0x0000000090CA3000 00045A (v02 LENOVO Tpm2Tabl 00001000 INTL 20191018)
[ 0.026057] ACPI: SSDT 0x0000000090CA2000 000046 (v02 LENOVO MeSsdt 00003000 INTL 20191018)
[ 0.026062] ACPI: TPM2 0x0000000090CA1000 000034 (v03 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026068] ACPI: ECDT 0x0000000090CA0000 000053 (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026073] ACPI: HPET 0x0000000090C9E000 000038 (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026079] ACPI: APIC 0x0000000090C9D000 00012C (v04 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026084] ACPI: SSDT 0x0000000090C9C000 000115 (v02 LENOVO PID0Ssdt 00000010 INTL 20191018)
[ 0.026090] ACPI: SSDT 0x0000000090C9A000 0014D8 (v02 LENOVO ProjSsdt 00000010 INTL 20191018)
[ 0.026095] ACPI: SSDT 0x0000000090C62000 002318 (v02 LENOVO TglY_Rvp 00001000 INTL 20191018)
[ 0.026100] ACPI: NHLT 0x0000000090C60000 001B80 (v00 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026106] ACPI: SSDT 0x0000000090C5C000 002CD7 (v02 LENOVO SaSsdt 00003000 INTL 20191018)
[ 0.026111] ACPI: SSDT 0x0000000090C58000 003573 (v02 LENOVO IgfxSsdt 00003000 INTL 20191018)
[ 0.026117] ACPI: SSDT 0x0000000090C4C000 00B6A1 (v02 LENOVO TcssSsdt 00001000 INTL 20191018)
[ 0.026122] ACPI: LPIT 0x0000000090C4A000 0000CC (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026128] ACPI: WSMT 0x0000000090C49000 000028 (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026133] ACPI: SSDT 0x0000000090C48000 00012A (v02 LENOVO TbtTypeC 00000000 INTL 20191018)
[ 0.026139] ACPI: DBGP 0x0000000090C47000 000034 (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026144] ACPI: DBG2 0x0000000090C46000 000054 (v00 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026150] ACPI: MSDM 0x0000000090C45000 000055 (v03 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026155] ACPI: SSDT 0x0000000090C2E000 000B9C (v02 LENOVO UsbCTabl 00001000 INTL 20191018)
[ 0.026160] ACPI: BATB 0x0000000090C2D000 00004A (v02 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026166] ACPI: DMAR 0x000000008F42B000 0000B8 (v02 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026171] ACPI: SDEV 0x000000008F42A000 000024 (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026177] ACPI: MCFG 0x000000008F429000 00003C (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026182] ACPI: SSDT 0x000000008F428000 000144 (v02 LENOVO ADebTabl 00001000 INTL 20191018)
[ 0.026188] ACPI: PTDT 0x0000000090C2F000 000986 (v00 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026193] ACPI: UEFI 0x00000000940D2000 00008A (v01 LENOVO TP-N2T 00001550 PTEC 00000002)
[ 0.026198] ACPI: FPDT 0x000000008F426000 000034 (v01 LENOVO TP-N2T 00001550 PTEC 00001550)
[ 0.026202] ACPI: Reserving FACP table memory at [mem 0x90c9f000-0x90c9f113]
[ 0.026205] ACPI: Reserving DSDT table memory at [mem 0x90c65000-0x90c9977e]
[ 0.026207] ACPI: Reserving FACS table memory at [mem 0x9497e000-0x9497e03f]
[ 0.026208] ACPI: Reserving SSDT table memory at [mem 0x90d4a000-0x90d4c55c]
[ 0.026210] ACPI: Reserving SSDT table memory at [mem 0x90d49000-0x90d4959a]
[ 0.026211] ACPI: Reserving SSDT table memory at [mem 0x90cd0000-0x90cd35d3]
[ 0.026212] ACPI: Reserving SSDT table memory at [mem 0x90ca3000-0x90ca3459]
[ 0.026214] ACPI: Reserving SSDT table memory at [mem 0x90ca2000-0x90ca2045]
[ 0.026215] ACPI: Reserving TPM2 table memory at [mem 0x90ca1000-0x90ca1033]
[ 0.026216] ACPI: Reserving ECDT table memory at [mem 0x90ca0000-0x90ca0052]
[ 0.026218] ACPI: Reserving HPET table memory at [mem 0x90c9e000-0x90c9e037]
[ 0.026219] ACPI: Reserving APIC table memory at [mem 0x90c9d000-0x90c9d12b]
[ 0.026220] ACPI: Reserving SSDT table memory at [mem 0x90c9c000-0x90c9c114]
[ 0.026222] ACPI: Reserving SSDT table memory at [mem 0x90c9a000-0x90c9b4d7]
[ 0.026223] ACPI: Reserving SSDT table memory at [mem 0x90c62000-0x90c64317]
[ 0.026225] ACPI: Reserving NHLT table memory at [mem 0x90c60000-0x90c61b7f]
[ 0.026226] ACPI: Reserving SSDT table memory at [mem 0x90c5c000-0x90c5ecd6]
[ 0.026228] ACPI: Reserving SSDT table memory at [mem 0x90c58000-0x90c5b572]
[ 0.026229] ACPI: Reserving SSDT table memory at [mem 0x90c4c000-0x90c576a0]
[ 0.026230] ACPI: Reserving LPIT table memory at [mem 0x90c4a000-0x90c4a0cb]
[ 0.026232] ACPI: Reserving WSMT table memory at [mem 0x90c49000-0x90c49027]
[ 0.026233] ACPI: Reserving SSDT table memory at [mem 0x90c48000-0x90c48129]
[ 0.026235] ACPI: Reserving DBGP table memory at [mem 0x90c47000-0x90c47033]
[ 0.026236] ACPI: Reserving DBG2 table memory at [mem 0x90c46000-0x90c46053]
[ 0.026238] ACPI: Reserving MSDM table memory at [mem 0x90c45000-0x90c45054]
[ 0.026239] ACPI: Reserving SSDT table memory at [mem 0x90c2e000-0x90c2eb9b]
[ 0.026241] ACPI: Reserving BATB table memory at [mem 0x90c2d000-0x90c2d049]
[ 0.026242] ACPI: Reserving DMAR table memory at [mem 0x8f42b000-0x8f42b0b7]
[ 0.026244] ACPI: Reserving SDEV table memory at [mem 0x8f42a000-0x8f42a023]
[ 0.026245] ACPI: Reserving MCFG table memory at [mem 0x8f429000-0x8f42903b]
[ 0.026246] ACPI: Reserving SSDT table memory at [mem 0x8f428000-0x8f428143]
[ 0.026248] ACPI: Reserving PTDT table memory at [mem 0x90c2f000-0x90c2f985]
[ 0.026250] ACPI: Reserving UEFI table memory at [mem 0x940d2000-0x940d2089]
[ 0.026251] ACPI: Reserving FPDT table memory at [mem 0x8f426000-0x8f426033]
[ 0.026733] No NUMA configuration found
[ 0.026734] Faking a node at [mem 0x0000000000000000-0x000000045f7fffff]
[ 0.026750] NODE_DATA(0) allocated [mem 0x45f7d5000-0x45f7fffff]
[ 0.027116] Zone ranges:
[ 0.027117] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.027120] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.027123] Normal [mem 0x0000000100000000-0x000000045f7fffff]
[ 0.027125] Device empty
[ 0.027127] Movable zone start for each node
[ 0.027130] Early memory node ranges
[ 0.027130] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.027133] node 0: [mem 0x0000000000100000-0x000000008ef6efff]
[ 0.027135] node 0: [mem 0x0000000094bff000-0x0000000094bfffff]
[ 0.027136] node 0: [mem 0x0000000100000000-0x000000045f7fffff]
[ 0.027141] Initmem setup node 0 [mem 0x0000000000001000-0x000000045f7fffff]
[ 0.027148] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.027205] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.035860] On node 0, zone DMA32: 23696 pages in unavailable ranges
[ 0.036560] On node 0, zone Normal: 13312 pages in unavailable ranges
[ 0.036591] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.036654] Reserving Intel graphics memory at [mem 0x9c800000-0xa07fffff]
[ 0.037770] ACPI: PM-Timer IO Port: 0x1808
[ 0.037785] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.037788] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.037789] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.037791] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.037792] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.037793] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.037794] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.037795] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.037796] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.037797] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.037798] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.037800] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.037801] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.037802] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.037803] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.037804] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.037913] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.037919] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.037921] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.037930] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.037932] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.037938] TSC deadline timer available
[ 0.037940] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.037965] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.037968] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.037971] PM: hibernation: Registered nosave memory: [mem 0x8b05b000-0x8b05bfff]
[ 0.037974] PM: hibernation: Registered nosave memory: [mem 0x8ef6f000-0x93f2efff]
[ 0.037975] PM: hibernation: Registered nosave memory: [mem 0x93f2f000-0x94b2efff]
[ 0.037976] PM: hibernation: Registered nosave memory: [mem 0x94b2f000-0x94bfefff]
[ 0.037979] PM: hibernation: Registered nosave memory: [mem 0x94c00000-0x991fffff]
[ 0.037980] PM: hibernation: Registered nosave memory: [mem 0x99200000-0x999fffff]
[ 0.037981] PM: hibernation: Registered nosave memory: [mem 0x99a00000-0xa07fffff]
[ 0.037982] PM: hibernation: Registered nosave memory: [mem 0xa0800000-0xbfffffff]
[ 0.037984] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[ 0.037985] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff]
[ 0.037986] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[ 0.037987] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[ 0.037989] [mem 0xd0000000-0xfed1ffff] available for PCI devices
[ 0.037992] Booting paravirtualized kernel on bare hardware
[ 0.037996] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.047016] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.047331] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[ 0.047341] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[ 0.047346] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.047389] Fallback order for Node 0: 0
[ 0.047394] Built 1 zonelists, mobility grouping on. Total pages: 4057810
[ 0.047396] Policy zone: Normal
[ 0.047398] Kernel command line: root=/dev/Debian/root rw resume=/dev/Debian/swap quiet rootfstype=btrfs rootflags=subvol=/@ add_efi_memmap panic=0
[ 0.048734] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.049305] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.049479] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.049496] software IO TLB: area num 8.
[ 0.079840] Memory: 2216128K/16489528K available (14342K kernel code, 2324K rwdata, 8728K rodata, 2772K init, 17436K bss, 597584K reserved, 0K cma-reserved)
[ 0.080018] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.080040] ftrace: allocating 39983 entries in 157 pages
[ 0.093279] ftrace: allocated 157 pages with 5 groups
[ 0.094486] Dynamic Preempt: voluntary
[ 0.094537] rcu: Preemptible hierarchical RCU implementation.
[ 0.094539] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.094541] Trampoline variant of Tasks RCU enabled.
[ 0.094542] Rude variant of Tasks RCU enabled.
[ 0.094543] Tracing variant of Tasks RCU enabled.
[ 0.094544] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.094545] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.101703] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.102198] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.102708] Console: colour dummy device 80x25
[ 0.102740] printk: console [tty0] enabled
[ 0.102770] ACPI: Core revision 20220331
[ 0.103299] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.103301] APIC: Switch to symmetric I/O mode setup
[ 0.103305] DMAR: Host address width 39
[ 0.103307] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.103322] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.103326] DMAR: DRHD base: 0x000000fed85000 flags: 0x0
[ 0.103333] DMAR: dmar1: reg_base_addr fed85000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.103337] DMAR: DRHD base: 0x000000fed86000 flags: 0x0
[ 0.103343] DMAR: dmar2: reg_base_addr fed86000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.103346] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.103354] DMAR: dmar3: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.103357] DMAR: RMRR base: 0x0000009c000000 end: 0x000000a07fffff
[ 0.103363] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 3
[ 0.103365] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.103367] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.108335] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.108339] x2apic enabled
[ 0.108424] Switched APIC routing to cluster x2apic.
[ 0.120165] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1a03dfe73b3, max_idle_ns: 440795256845 ns
[ 0.120178] Calibrating delay loop (skipped), value calculated using timer frequency.. 3609.60 BogoMIPS (lpj=7219200)
[ 0.120183] pid_max: default: 32768 minimum: 301
[ 0.124172] LSM: Security Framework initializing
[ 0.124172] landlock: Up and running.
[ 0.124172] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.124172] AppArmor: AppArmor initialized
[ 0.124172] TOMOYO Linux initialized
[ 0.124172] LSM support for eBPF active
[ 0.124172] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.124172] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.124172] CPU0: Thermal monitoring enabled (TM1)
[ 0.124172] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.124172] process: using mwait in idle threads
[ 0.124172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.124172] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.124172] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.124172] Spectre V2 : Mitigation: Enhanced IBRS
[ 0.124172] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.124172] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.124172] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.124172] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.124172] Freeing SMP alternatives memory: 36K
[ 0.124172] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1130G7 @ 1.10GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[ 0.124172] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.124172] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.124172] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.124172] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.124172] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.124172] ... version: 5
[ 0.124172] ... bit width: 48
[ 0.124172] ... generic registers: 8
[ 0.124172] ... value mask: 0000ffffffffffff
[ 0.124172] ... max period: 00007fffffffffff
[ 0.124172] ... fixed-purpose events: 4
[ 0.124172] ... event mask: 0001000f000000ff
[ 0.124172] Estimated ratio of average max frequency by base frequency (times 1024): 1934
[ 0.124172] rcu: Hierarchical SRCU implementation.
[ 0.124172] rcu: Max phase no-delay instances is 1000.
[ 0.124172] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.124172] smp: Bringing up secondary CPUs ...
[ 0.124172] x86: Booting SMP configuration:
[ 0.124172] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.158709] smp: Brought up 1 node, 8 CPUs
[ 0.158709] smpboot: Max logical packages: 1
[ 0.158709] smpboot: Total of 8 processors activated (28876.80 BogoMIPS)
[ 0.184231] node 0 deferred pages initialised in 24ms
[ 0.184761] devtmpfs: initialized
[ 0.184761] x86/mm: Memory block size: 128MB
[ 0.188424] ACPI: PM: Registering ACPI NVS region [mem 0x93f2f000-0x94b2efff] (12582912 bytes)
[ 0.188542] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.188568] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.188641] pinctrl core: initialized pinctrl subsystem
[ 0.189700] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.190138] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.190417] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.190695] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.190710] audit: initializing netlink subsys (disabled)
[ 0.190723] audit: type=2000 audit(1687182284.068:1): state=initialized audit_enabled=0 res=1
[ 0.190723] thermal_sys: Registered thermal governor 'fair_share'
[ 0.190723] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.190723] thermal_sys: Registered thermal governor 'step_wise'
[ 0.190723] thermal_sys: Registered thermal governor 'user_space'
[ 0.190723] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.190723] cpuidle: using governor ladder
[ 0.190723] cpuidle: using governor menu
[ 0.190723] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.190723] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.190723] PCI: MMCONFIG for domain 0000 [bus 00-79] at [mem 0xc0000000-0xc79fffff] (base 0xc0000000)
[ 0.190723] PCI: MMCONFIG at [mem 0xc0000000-0xc79fffff] reserved in E820
[ 0.190723] PCI: Using configuration type 1 for base access
[ 0.192369] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.193554] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.193565] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.193565] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.193565] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.193565] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.193565] ACPI: Added _OSI(Module Device)
[ 0.193565] ACPI: Added _OSI(Processor Device)
[ 0.193565] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.193565] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.312619] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.327167] ACPI: 15 ACPI AML tables successfully acquired and loaded
[ 0.329022] ACPI: EC: EC started
[ 0.329024] ACPI: EC: interrupt blocked
[ 0.331429] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.331431] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.360818] ACPI: Dynamic OEM Table Load:
[ 0.360840] ACPI: SSDT 0xFFFF993D81BC6800 0001CB (v02 PmRef Cpu0Psd 00003000 INTL 20191018)
[ 0.362346] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.362346] ACPI: Dynamic OEM Table Load:
[ 0.362346] ACPI: SSDT 0xFFFF993D81C0C400 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20191018)
[ 0.362640] ACPI: Dynamic OEM Table Load:
[ 0.362652] ACPI: SSDT 0xFFFF993D81C06800 0004FD (v02 PmRef Cpu0Ist 00003000 INTL 20191018)
[ 0.364376] ACPI: Dynamic OEM Table Load:
[ 0.364388] ACPI: SSDT 0xFFFF993D81C0E000 00028B (v02 PmRef Cpu0Hwp 00003000 INTL 20191018)
[ 0.366289] ACPI: Dynamic OEM Table Load:
[ 0.366303] ACPI: SSDT 0xFFFF993D81C16000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018)
[ 0.368105] ACPI: Dynamic OEM Table Load:
[ 0.368116] ACPI: SSDT 0xFFFF993D81C02800 00048A (v02 PmRef ApHwp 00003000 INTL 20191018)
[ 0.369831] ACPI: Dynamic OEM Table Load:
[ 0.369843] ACPI: SSDT 0xFFFF993D81C04800 0004D4 (v02 PmRef ApPsd 00003000 INTL 20191018)
[ 0.371527] ACPI: Dynamic OEM Table Load:
[ 0.371537] ACPI: SSDT 0xFFFF993D81C00000 00048A (v02 PmRef ApCst 00003000 INTL 20191018)
[ 0.377462] ACPI: Interpreter enabled
[ 0.377568] ACPI: PM: (supports S0 S4 S5)
[ 0.377571] ACPI: Using IOAPIC for interrupt routing
[ 0.377650] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.377652] PCI: Using E820 reservations for host bridge windows
[ 0.378325] ACPI: Enabled 9 GPEs in block 00 to 7F
[ 0.379971] ACPI: PM: Power Resource [PXP]
[ 0.383775] ACPI: PM: Power Resource [PUBS]
[ 0.390075] ACPI: PM: Power Resource [BTPR]
[ 0.391890] ACPI: PM: Power Resource [PXP]
[ 0.392383] ACPI: PM: Power Resource [MRST]
[ 0.392410] ACPI: PM: Power Resource [DRST]
[ 0.395508] ACPI: PM: Power Resource [PXP]
[ 0.403703] ACPI: PM: Power Resource [V0PR]
[ 0.403872] ACPI: PM: Power Resource [V1PR]
[ 0.404036] ACPI: PM: Power Resource [V2PR]
[ 0.407205] ACPI: PM: Power Resource [WRST]
[ 0.407552] ACPI: PM: Power Resource [TBT0]
[ 0.407612] ACPI: PM: Power Resource [TBT1]
[ 0.407663] ACPI: PM: Power Resource [D3C]
[ 0.666288] ACPI: PM: Power Resource [PIN]
[ 0.666319] ACPI: PM: Power Resource [PINP]
[ 0.667035] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-79])
[ 0.667047] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.672999] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.684526] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[ 0.684528] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.691206] PCI host bridge to bus 0000:00
[ 0.691209] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.691213] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.691216] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.691218] pci_bus 0000:00: root bus resource [mem 0xa0800000-0xbfffffff window]
[ 0.691220] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.691222] pci_bus 0000:00: root bus resource [bus 00-79]
[ 0.813358] pci 0000:00:00.0: [8086:9a12] type 00 class 0x060000
[ 0.813716] pci 0000:00:02.0: [8086:9a40] type 00 class 0x030000
[ 0.813730] pci 0000:00:02.0: reg 0x10: [mem 0x603c000000-0x603cffffff 64bit]
[ 0.813740] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x401fffffff 64bit pref]
[ 0.813747] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.813772] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.813774] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.813778] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.813819] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[ 0.813822] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[ 0.813829] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.813831] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[ 0.814077] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[ 0.814098] pci 0000:00:04.0: reg 0x10: [mem 0x603d180000-0x603d19ffff 64bit]
[ 0.814634] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
[ 0.814786] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.814836] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.815641] pci 0000:00:07.0: [8086:9a25] type 01 class 0x060400
[ 0.815706] pci 0000:00:07.0: Overriding RP PIO Log Size to 4
[ 0.815808] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.816829] pci 0000:00:07.2: [8086:9a27] type 01 class 0x060400
[ 0.816894] pci 0000:00:07.2: Overriding RP PIO Log Size to 4
[ 0.816995] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[ 0.818055] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[ 0.818069] pci 0000:00:08.0: reg 0x10: [mem 0x603d1db000-0x603d1dbfff 64bit]
[ 0.818241] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[ 0.818255] pci 0000:00:0a.0: reg 0x10: [mem 0x603d1c0000-0x603d1c7fff 64bit]
[ 0.818291] pci 0000:00:0a.0: enabling Extended Tags
[ 0.818464] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
[ 0.818484] pci 0000:00:0d.0: reg 0x10: [mem 0x603d1b0000-0x603d1bffff 64bit]
[ 0.818575] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 0.819113] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
[ 0.819133] pci 0000:00:0d.2: reg 0x10: [mem 0x603d140000-0x603d17ffff 64bit]
[ 0.819147] pci 0000:00:0d.2: reg 0x18: [mem 0x603d1da000-0x603d1dafff 64bit]
[ 0.819212] pci 0000:00:0d.2: supports D1 D2
[ 0.819214] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.819383] pci 0000:00:0d.3: [8086:9a1d] type 00 class 0x0c0340
[ 0.819404] pci 0000:00:0d.3: reg 0x10: [mem 0x603d100000-0x603d13ffff 64bit]
[ 0.819418] pci 0000:00:0d.3: reg 0x18: [mem 0x603d1d9000-0x603d1d9fff 64bit]
[ 0.819483] pci 0000:00:0d.3: supports D1 D2
[ 0.819485] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.819844] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
[ 0.819876] pci 0000:00:14.0: reg 0x10: [mem 0x603d1a0000-0x603d1affff 64bit]
[ 0.820040] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.820653] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
[ 0.820683] pci 0000:00:14.2: reg 0x10: [mem 0x603d1d0000-0x603d1d3fff 64bit]
[ 0.820704] pci 0000:00:14.2: reg 0x18: [mem 0x603d1d8000-0x603d1d8fff 64bit]
[ 0.821452] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
[ 0.821943] pci 0000:00:14.3: reg 0x10: [mem 0x603d1cc000-0x603d1cffff 64bit]
[ 0.824484] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ 0.826747] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
[ 0.827604] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.832139] pci 0000:00:15.3: [8086:a0eb] type 00 class 0x0c8000
[ 0.832974] pci 0000:00:15.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.836938] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
[ 0.836972] pci 0000:00:16.0: reg 0x10: [mem 0x603d1d5000-0x603d1d5fff 64bit]
[ 0.837117] pci 0000:00:16.0: PME# supported from D3hot
[ 0.837780] pci 0000:00:1f.0: [8086:a087] type 00 class 0x060100
[ 0.838493] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
[ 0.838581] pci 0000:00:1f.3: reg 0x10: [mem 0x603d1c8000-0x603d1cbfff 64bit]
[ 0.838711] pci 0000:00:1f.3: reg 0x20: [mem 0x603d000000-0x603d0fffff 64bit]
[ 0.838937] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.839451] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
[ 0.839506] pci 0000:00:1f.4: reg 0x10: [mem 0x603d1d4000-0x603d1d40ff 64bit]
[ 0.839563] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.840080] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
[ 0.840108] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.840707] pci 0000:04:00.0: [1c5c:174a] type 00 class 0x010802
[ 0.840733] pci 0000:04:00.0: reg 0x10: [mem 0xbc200000-0xbc203fff 64bit]
[ 0.840745] pci 0000:04:00.0: reg 0x18: [mem 0xbc205000-0xbc205fff]
[ 0.840756] pci 0000:04:00.0: reg 0x1c: [mem 0xbc204000-0xbc204fff]
[ 0.841113] pci 0000:00:06.0: PCI bridge to [bus 04]
[ 0.841119] pci 0000:00:06.0: bridge window [mem 0xbc200000-0xbc2fffff]
[ 0.841181] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[ 0.841188] pci 0000:00:07.0: bridge window [mem 0xb0000000-0xbc1fffff]
[ 0.841194] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ 0.841251] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[ 0.841257] pci 0000:00:07.2: bridge window [mem 0xa2000000-0xae1fffff]
[ 0.841264] pci 0000:00:07.2: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[ 0.871550] Low-power S0 idle used by default for system suspend
[ 0.872691] ACPI: EC: interrupt unblocked
[ 0.872694] ACPI: EC: event unblocked
[ 0.872745] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.872747] ACPI: EC: GPE=0x6e
[ 0.872749] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
[ 0.872752] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[ 0.872902] iommu: Default domain type: Translated
[ 0.872902] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.872902] EDAC MC: Ver: 3.0.0
[ 0.876217] Registered efivars operations
[ 0.876490] NetLabel: Initializing
[ 0.876493] NetLabel: domain hash size = 128
[ 0.876495] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.876526] NetLabel: unlabeled traffic allowed by default
[ 0.876528] PCI: Using ACPI for IRQ routing
[ 0.896512] PCI: pci_cache_line_size set to 64 bytes
[ 0.897034] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[ 0.897254] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.897257] e820: reserve RAM buffer [mem 0x8b05b000-0x8bffffff]
[ 0.897259] e820: reserve RAM buffer [mem 0x8ef6f000-0x8fffffff]
[ 0.897260] e820: reserve RAM buffer [mem 0x94c00000-0x97ffffff]
[ 0.897262] e820: reserve RAM buffer [mem 0x45f800000-0x45fffffff]
[ 0.897285] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.897285] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.897285] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.897285] vgaarb: loaded
[ 0.898682] clocksource: Switched to clocksource tsc-early
[ 0.898840] VFS: Disk quotas dquot_6.6.0
[ 0.898857] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.898857] AppArmor: AppArmor Filesystem Enabled
[ 0.898857] pnp: PnP ACPI init
[ 0.898857] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.898857] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.898857] system 00:01: [io 0x1854-0x1857] has been reserved
[ 0.898893] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.898952] system 00:04: [io 0x1800-0x189f] could not be reserved
[ 0.898954] system 00:04: [io 0x0800-0x087f] has been reserved
[ 0.898957] system 00:04: [io 0x0880-0x08ff] has been reserved
[ 0.898959] system 00:04: [io 0x0900-0x097f] has been reserved
[ 0.898961] system 00:04: [io 0x0980-0x09ff] has been reserved
[ 0.898963] system 00:04: [io 0x0a00-0x0a7f] has been reserved
[ 0.898964] system 00:04: [io 0x0a80-0x0aff] has been reserved
[ 0.898966] system 00:04: [io 0x0b00-0x0b7f] has been reserved
[ 0.898968] system 00:04: [io 0x0b80-0x0bff] has been reserved
[ 0.898970] system 00:04: [io 0x15e0-0x15ef] has been reserved
[ 0.898972] system 00:04: [io 0x1600-0x167f] could not be reserved
[ 0.898975] system 00:04: [io 0x1640-0x165f] could not be reserved
[ 0.898979] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.898982] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.898984] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.898987] system 00:04: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.898989] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.898992] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.899657] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.899693] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 0.899695] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.899698] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.899700] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.899702] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.899705] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.899708] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.900604] system 00:06: [io 0x1800-0x18fe] could not be reserved
[ 0.900607] system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved
[ 0.900610] system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved
[ 0.900613] system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved
[ 0.900616] system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[ 0.900619] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.900622] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.900625] system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved
[ 0.900627] system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 0.900630] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.901152] system 00:07: [io 0x2000-0x20fe] has been reserved
[ 0.901917] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.901921] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.901924] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.901926] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.901930] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901933] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901936] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901939] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901941] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901944] pnp 00:09: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901946] pnp 00:09: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901949] pnp 00:09: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901951] pnp 00:09: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.901954] pnp 00:09: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.901957] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.901960] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.901963] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.901965] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.901968] pnp 00:09: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.901970] pnp 00:09: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.901973] pnp 00:09: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.901976] pnp 00:09: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.902008] system 00:09: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.902011] system 00:09: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.902257] pnp: PnP ACPI: found 10 devices
[ 0.908518] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.908621] NET: Registered PF_INET protocol family
[ 0.909116] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.914407] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.914457] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.914594] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.915021] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.915414] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.915556] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.915667] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.915738] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.915827] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.915837] NET: Registered PF_XDP protocol family
[ 0.915846] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[ 0.915861] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
[ 0.915870] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[ 0.915875] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 0.915880] pci 0000:00:02.0: BAR 7: assigned [mem 0x4100000000-0x4106ffffff 64bit]
[ 0.915885] pci 0000:00:07.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.915889] pci 0000:00:07.2: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.915892] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 0.915895] pci 0000:00:15.0: BAR 0: assigned [mem 0x4107000000-0x4107000fff 64bit]
[ 0.916337] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 0.916341] pci 0000:00:15.3: BAR 0: assigned [mem 0x4107001000-0x4107001fff 64bit]
[ 0.916756] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
[ 0.916759] pci 0000:00:1f.5: BAR 0: assigned [mem 0xa0800000-0xa0800fff]
[ 0.916798] pci 0000:00:06.0: PCI bridge to [bus 04]
[ 0.916809] pci 0000:00:06.0: bridge window [mem 0xbc200000-0xbc2fffff]
[ 0.916828] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[ 0.916831] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff]
[ 0.916836] pci 0000:00:07.0: bridge window [mem 0xb0000000-0xbc1fffff]
[ 0.916840] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ 0.916847] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[ 0.916849] pci 0000:00:07.2: bridge window [io 0x5000-0x5fff]
[ 0.916854] pci 0000:00:07.2: bridge window [mem 0xa2000000-0xae1fffff]
[ 0.916858] pci 0000:00:07.2: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[ 0.916866] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.916868] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.916870] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.916872] pci_bus 0000:00: resource 7 [mem 0xa0800000-0xbfffffff window]
[ 0.916874] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ 0.916876] pci_bus 0000:04: resource 1 [mem 0xbc200000-0xbc2fffff]
[ 0.916878] pci_bus 0000:20: resource 0 [io 0x4000-0x4fff]
[ 0.916880] pci_bus 0000:20: resource 1 [mem 0xb0000000-0xbc1fffff]
[ 0.916882] pci_bus 0000:20: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[ 0.916884] pci_bus 0000:50: resource 0 [io 0x5000-0x5fff]
[ 0.916886] pci_bus 0000:50: resource 1 [mem 0xa2000000-0xae1fffff]
[ 0.916888] pci_bus 0000:50: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[ 0.918221] PCI: CLS 0 bytes, default 64
[ 0.918247] DMAR: No ATSR found
[ 0.918248] DMAR: No SATC found
[ 0.918251] DMAR: IOMMU feature fl1gp_support inconsistent
[ 0.918253] DMAR: IOMMU feature pgsel_inv inconsistent
[ 0.918254] DMAR: IOMMU feature nwfs inconsistent
[ 0.918255] DMAR: IOMMU feature dit inconsistent
[ 0.918256] DMAR: IOMMU feature sc_support inconsistent
[ 0.918257] DMAR: IOMMU feature dev_iotlb_support inconsistent
[ 0.918258] DMAR: dmar2: Using Queued invalidation
[ 0.918264] DMAR: dmar1: Using Queued invalidation
[ 0.918267] DMAR: dmar0: Using Queued invalidation
[ 0.918270] DMAR: dmar3: Using Queued invalidation
[ 0.918316] Trying to unpack rootfs image as initramfs...
[ 0.918446] pci 0000:00:07.2: Adding to iommu group 0
[ 0.918602] pci 0000:00:07.0: Adding to iommu group 1
[ 0.918724] pci 0000:00:02.0: Adding to iommu group 2
[ 0.918767] pci 0000:00:00.0: Adding to iommu group 3
[ 0.918778] pci 0000:00:04.0: Adding to iommu group 4
[ 0.918793] pci 0000:00:06.0: Adding to iommu group 5
[ 0.918806] pci 0000:00:08.0: Adding to iommu group 6
[ 0.918820] pci 0000:00:0a.0: Adding to iommu group 7
[ 0.918845] pci 0000:00:0d.0: Adding to iommu group 8
[ 0.918859] pci 0000:00:0d.2: Adding to iommu group 8
[ 0.918871] pci 0000:00:0d.3: Adding to iommu group 8
[ 0.918891] pci 0000:00:14.0: Adding to iommu group 9
[ 0.918903] pci 0000:00:14.2: Adding to iommu group 9
[ 0.918917] pci 0000:00:14.3: Adding to iommu group 10
[ 0.918939] pci 0000:00:15.0: Adding to iommu group 11
[ 0.918955] pci 0000:00:15.3: Adding to iommu group 11
[ 0.918972] pci 0000:00:16.0: Adding to iommu group 12
[ 0.919001] pci 0000:00:1f.0: Adding to iommu group 13
[ 0.919014] pci 0000:00:1f.3: Adding to iommu group 13
[ 0.919027] pci 0000:00:1f.4: Adding to iommu group 13
[ 0.919042] pci 0000:00:1f.5: Adding to iommu group 13
[ 0.919061] pci 0000:04:00.0: Adding to iommu group 14
[ 0.920162] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.920164] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.920165] software IO TLB: mapped [mem 0x0000000085da3000-0x0000000089da3000] (64MB)
[ 0.920225] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1a03dfe73b3, max_idle_ns: 440795256845 ns
[ 0.920254] clocksource: Switched to clocksource tsc
[ 0.920289] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.920828] Initialise system trusted keyrings
[ 0.920839] Key type blacklist registered
[ 0.920907] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.922789] zbud: loaded
[ 0.923082] integrity: Platform Keyring initialized
[ 0.923087] integrity: Machine keyring initialized
[ 0.923088] Key type asymmetric registered
[ 0.923090] Asymmetric key parser 'x509' registered
[ 1.681721] Freeing initrd memory: 79424K
[ 1.688461] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 1.688510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 1.688597] io scheduler mq-deadline registered
[ 1.699122] pcieport 0000:00:06.0: PME: Signaling with IRQ 124
[ 1.699526] pcieport 0000:00:07.0: PME: Signaling with IRQ 125
[ 1.699555] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.700109] pcieport 0000:00:07.2: PME: Signaling with IRQ 126
[ 1.700137] pcieport 0000:00:07.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.700454] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.700800] Monitor-Mwait will be used to enter C-1 state
[ 1.700820] Monitor-Mwait will be used to enter C-2 state
[ 1.700833] Monitor-Mwait will be used to enter C-3 state
[ 1.700842] ACPI: \_SB_.PR00: Found 3 idle states
[ 1.714405] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.714410] ACPI: thermal: Thermal Zone [THM0] (41 C)
[ 1.714914] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.716130] hpet_acpi_add: no address or irqs in _CRS
[ 1.716205] Linux agpgart interface v0.103
[ 1.722067] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 1.723156] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.723586] i8042: Warning: Keylock active
[ 1.725554] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.725559] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.725850] mousedev: PS/2 mouse device common for all mice
[ 1.725960] rtc_cmos rtc_cmos: RTC can wake from S4
[ 1.728551] rtc_cmos rtc_cmos: registered as rtc0
[ 1.728660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.729015] rtc_cmos rtc_cmos: setting system clock to 2023-06-19T13:44:46 UTC (1687182286)
[ 1.729076] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[ 1.729833] intel_pstate: Intel P-state driver initializing
[ 1.730530] intel_pstate: HWP enabled
[ 1.730590] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.730802] efifb: probing for efifb
[ 1.730813] efifb: framebuffer at 0x4000000000, using 11392k, total 11390k
[ 1.730815] efifb: mode is 2160x1350x32, linelength=8640, pages=1
[ 1.730816] efifb: scrolling: redraw
[ 1.730817] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.730904] Console: switching to colour frame buffer device 135x42
[ 1.734855] fb0: EFI VGA frame buffer device
[ 1.745401] NET: Registered PF_INET6 protocol family
[ 1.748872] Segment Routing with IPv6
[ 1.748879] In-situ OAM (IOAM) with IPv6
[ 1.748893] mip6: Mobile IPv6
[ 1.748896] NET: Registered PF_PACKET protocol family
[ 1.749023] mpls_gso: MPLS GSO support
[ 1.750065] microcode: sig=0x806c1, pf=0x80, revision=0xaa
[ 1.750291] microcode: Microcode Update Driver: v2.2.
[ 1.750530] resctrl: L2 allocation detected
[ 1.750536] IPI shorthand broadcast: enabled
[ 1.750554] sched_clock: Marking stable (1732974424, 17550040)->(1801143684, -50619220)
[ 1.750761] registered taskstats version 1
[ 1.750768] Loading compiled-in X.509 certificates
[ 1.772443] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[ 1.772470] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[ 1.773507] zswap: loaded using pool lzo/zbud
[ 1.774045] Key type .fscrypt registered
[ 1.774049] Key type fscrypt-provisioning registered
[ 1.779782] Key type encrypted registered
[ 1.779796] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.780565] integrity: Loading X.509 certificate: UEFI:db
[ 1.780602] integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
[ 1.780604] integrity: Loading X.509 certificate: UEFI:db
[ 1.780630] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
[ 1.780632] integrity: Loading X.509 certificate: UEFI:db
[ 1.780661] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 1.780662] integrity: Loading X.509 certificate: UEFI:db
[ 1.780686] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 1.781454] blacklist: Problem blacklisting hash (-13)
[ 1.781509] blacklist: Problem blacklisting hash (-13)
[ 1.781554] blacklist: Problem blacklisting hash (-13)
[ 1.781601] blacklist: Problem blacklisting hash (-13)
[ 1.781647] blacklist: Problem blacklisting hash (-13)
[ 1.781692] blacklist: Problem blacklisting hash (-13)
[ 1.781737] blacklist: Problem blacklisting hash (-13)
[ 1.781782] blacklist: Problem blacklisting hash (-13)
[ 1.781827] blacklist: Problem blacklisting hash (-13)
[ 1.781873] blacklist: Problem blacklisting hash (-13)
[ 1.781917] blacklist: Problem blacklisting hash (-13)
[ 1.781964] blacklist: Problem blacklisting hash (-13)
[ 1.782010] blacklist: Problem blacklisting hash (-13)
[ 1.782054] blacklist: Problem blacklisting hash (-13)
[ 1.782100] blacklist: Problem blacklisting hash (-13)
[ 1.782144] blacklist: Problem blacklisting hash (-13)
[ 1.782189] blacklist: Problem blacklisting hash (-13)
[ 1.782233] blacklist: Problem blacklisting hash (-13)
[ 1.782277] blacklist: Problem blacklisting hash (-13)
[ 1.782322] blacklist: Problem blacklisting hash (-13)
[ 1.782368] blacklist: Problem blacklisting hash (-13)
[ 1.782415] blacklist: Problem blacklisting hash (-13)
[ 1.782459] blacklist: Problem blacklisting hash (-13)
[ 1.782504] blacklist: Problem blacklisting hash (-13)
[ 1.782551] blacklist: Problem blacklisting hash (-13)
[ 1.782596] blacklist: Problem blacklisting hash (-13)
[ 1.782640] blacklist: Problem blacklisting hash (-13)
[ 1.783999] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[ 1.784310] integrity: Loaded X.509 cert 'Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4cd963b42'
[ 1.784312] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[ 1.785292] integrity: Loaded X.509 cert 'my Machine Owner Key: 2366af7a7f9b66356089e9cd3dcd82655b6e4899'
[ 1.785301] ima: Allocated hash algorithm: sha256
[ 1.822295] evm: Initialising EVM extended attributes:
[ 1.822299] evm: security.selinux
[ 1.822301] evm: security.SMACK64 (disabled)
[ 1.822302] evm: security.SMACK64EXEC (disabled)
[ 1.822303] evm: security.SMACK64TRANSMUTE (disabled)
[ 1.822304] evm: security.SMACK64MMAP (disabled)
[ 1.822305] evm: security.apparmor
[ 1.822306] evm: security.ima
[ 1.822307] evm: security.capability
[ 1.822308] evm: HMAC attrs: 0x1
[ 1.822342] audit: type=1807 audit(1687182286.588:2): action=measure func=KEXEC_KERNEL_CHECK res=1
[ 1.822350] audit: type=1807 audit(1687182286.588:3): action=measure func=MODULE_CHECK res=1
[ 1.891729] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[ 1.895460] Freeing unused decrypted memory: 2036K
[ 1.895880] Freeing unused kernel image (initmem) memory: 2772K
[ 1.912403] Write protecting the kernel read-only data: 26624k
[ 1.913215] Freeing unused kernel image (text/rodata gap) memory: 2040K
[ 1.913478] Freeing unused kernel image (rodata/data gap) memory: 1512K
[ 1.926309] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.926316] Run /init as init process
[ 1.926317] with arguments:
[ 1.926319] /init
[ 1.926320] with environment:
[ 1.926320] HOME=/
[ 1.926321] TERM=linux
[ 2.042523] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 2.042556] ACPI: button: Sleep Button [SLPB]
[ 2.042590] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[ 2.042604] ACPI: button: Lid Switch [LID]
[ 2.042626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 2.042639] ACPI: button: Power Button [PWRF]
[ 2.056132] hid: raw HID events driver (C) Jiri Kosina
[ 2.077278] cryptd: max_cpu_qlen set to 1000
[ 2.082709] ACPI: bus type thunderbolt registered
[ 2.095821] ACPI: bus type drm_connector registered
[ 2.143836] ACPI: battery: Slot [BAT0] (battery present)
[ 2.171604] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 2.171875] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 2.171935] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 2.172901] i2c i2c-0: 8/8 memory slots populated (from DMI)
[ 2.172902] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[ 2.184475] AVX2 version of gcm_enc/dec engaged.
[ 2.184504] AES CTR mode by8 optimization enabled
[ 2.198494] ACPI: bus type USB registered
[ 2.198519] usbcore: registered new interface driver usbfs
[ 2.198527] usbcore: registered new interface driver hub
[ 2.198539] usbcore: registered new device driver usb
[ 2.203123] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 2.203652] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 2.220231] intel-lpss 0000:00:15.3: enabling device (0000 -> 0002)
[ 2.220680] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 2.314222] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 2.314232] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[ 2.315354] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 2.315592] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 2.315595] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[ 2.315596] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.315626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 2.315628] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.315629] usb usb1: Product: xHCI Host Controller
[ 2.315630] usb usb1: Manufacturer: Linux 6.1.0-9-amd64 xhci-hcd
[ 2.315630] usb usb1: SerialNumber: 0000:00:0d.0
[ 2.315721] hub 1-0:1.0: USB hub found
[ 2.315730] hub 1-0:1.0: 1 port detected
[ 2.316073] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 2.316075] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.316076] usb usb2: Product: xHCI Host Controller
[ 2.316077] usb usb2: Manufacturer: Linux 6.1.0-9-amd64 xhci-hcd
[ 2.316078] usb usb2: SerialNumber: 0000:00:0d.0
[ 2.316149] hub 2-0:1.0: USB hub found
[ 2.316159] hub 2-0:1.0: 4 ports detected
[ 2.316979] usb: port power management may be unreliable
[ 2.316992] input: ELAN0670:00 04F3:3150 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0670:00/0018:04F3:3150.0001/input/input6
[ 2.317077] input: ELAN0670:00 04F3:3150 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0670:00/0018:04F3:3150.0001/input/input8
[ 2.317119] hid-generic 0018:04F3:3150.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0670:00 04F3:3150] on i2c-ELAN0670:00
[ 2.317562] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.317571] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 2.318856] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 2.319183] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.319185] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 2.319187] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.319243] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 2.319244] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.319245] usb usb3: Product: xHCI Host Controller
[ 2.319246] usb usb3: Manufacturer: Linux 6.1.0-9-amd64 xhci-hcd
[ 2.319247] usb usb3: SerialNumber: 0000:00:14.0
[ 2.319346] hub 3-0:1.0: USB hub found
[ 2.319394] hub 3-0:1.0: 12 ports detected
[ 2.320744] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 2.320745] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.320746] usb usb4: Product: xHCI Host Controller
[ 2.320747] usb usb4: Manufacturer: Linux 6.1.0-9-amd64 xhci-hcd
[ 2.320748] usb usb4: SerialNumber: 0000:00:14.0
[ 2.320824] hub 4-0:1.0: USB hub found
[ 2.320864] hub 4-0:1.0: 4 ports detected
[ 2.339301] nvme 0000:04:00.0: platform quirk: setting simple suspend
[ 2.339345] nvme nvme0: pci function 0000:04:00.0
[ 2.431250] nvme nvme0: 8/0/0 default/read/poll queues
[ 2.435803] nvme nvme0: Ignoring bogus Namespace Identifiers
[ 2.437294] nvme0n1: p1 p2 p3 p4 p5
[ 2.531331] i915 0000:00:02.0: enabling device (0006 -> 0007)
[ 2.532053] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 2.532114] Console: switching to colour dummy device 80x25
[ 2.532158] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 2.532226] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 2.532623] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[ 2.532702] i915 0000:00:02.0: firmware: direct-loading firmware i915/tgl_dmc_ver2_12.bin
[ 2.533250] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[ 2.565428] psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x62, buttons: 3/3
[ 2.578822] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input5
[ 2.580201] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[ 2.747716] usb 3-2: New USB device found, idVendor=2c7c, idProduct=0127, bcdDevice= 3.18
[ 2.747725] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.747728] usb 3-2: Product: Quectel EM05-CE
[ 2.747730] usb 3-2: Manufacturer: Quectel
[ 2.880354] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[ 3.030523] usb 3-3: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00
[ 3.030532] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 3.030535] usb 3-3: SerialNumber: 0a1537fd7de3
[ 3.160362] usb 3-4: new high-speed USB device number 4 using xhci_hcd
[ 3.312090] usb 3-4: New USB device found, idVendor=13d3, idProduct=5411, bcdDevice=61.01
[ 3.312099] usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.312102] usb 3-4: Product: Integrated Camera
[ 3.312104] usb 3-4: Manufacturer: Azurewave
[ 3.312106] usb 3-4: SerialNumber: 0000
[ 3.440399] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[ 3.590743] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[ 3.590752] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.901520] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 3.905503] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.905975] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 3.909014] fbcon: i915drmfb (fb0) is primary device
[ 3.914947] Console: switching to colour frame buffer device 135x42
[ 3.936280] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 4.003349] unlockdown: loading out-of-tree module taints kernel.
[ 4.008305] unlockdown: resolved kallsyms_lookup_name
[ 4.049342] unlockdown: kernel lockdown lifted
[ 4.125024] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 4.125058] device-mapper: uevent: version 1.0.3
[ 4.125149] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 6.548173] raid6: avx512x4 gen() 62965 MB/s
[ 6.616173] raid6: avx512x2 gen() 70496 MB/s
[ 6.684173] raid6: avx512x1 gen() 64793 MB/s
[ 6.752173] raid6: avx2x4 gen() 52345 MB/s
[ 6.820174] raid6: avx2x2 gen() 53756 MB/s
[ 6.888173] raid6: avx2x1 gen() 39604 MB/s
[ 6.888174] raid6: using algorithm avx512x2 gen() 70496 MB/s
[ 6.956173] raid6: .... xor() 40374 MB/s, rmw enabled
[ 6.956173] raid6: using avx512x2 recovery algorithm
[ 6.978436] xor: automatically using best checksumming function avx
[ 7.065095] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[ 7.089272] BTRFS: device label root devid 1 transid 2762 /dev/mapper/Debian-root scanned by btrfs (496)
[ 7.118586] PM: Image not found (code -22)
[ 7.149422] BTRFS info (device dm-2): using crc32c (crc32c-intel) checksum algorithm
[ 7.149430] BTRFS info (device dm-2): using free space tree
[ 7.157088] BTRFS info (device dm-2): enabling ssd optimizations
[ 7.195762] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 7.260074] systemd[1]: Inserted module 'autofs4'
[ 7.372822] systemd[1]: systemd 252.6-1 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)
[ 7.372826] systemd[1]: Detected architecture x86-64.
[ 7.373767] systemd[1]: Hostname set to <X1-Nano>.
[ 7.542018] systemd[1]: /run/systemd/generator/systemd-cryptsetup@cryptlvm.service:14: RequiresMountsFor= path is not absolute, ignoring: unseal
[ 7.548068] systemd[1]: Queued start job for default target graphical.target.
[ 7.585409] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 7.585758] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 7.586145] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Cryptsetup Units Slice.
[ 7.586571] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 7.586852] systemd[1]: Created slice user.slice - User and Session Slice.
[ 7.586949] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 7.587180] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 7.587274] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 7.587313] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 7.587333] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 7.587349] systemd[1]: Reached target slices.target - Slice Units.
[ 7.587394] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 7.587516] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 7.587672] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 7.591464] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 7.591611] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 7.591701] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 7.591918] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 7.592057] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 7.592222] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 7.592826] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 7.592944] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 7.594121] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 7.595097] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 7.596133] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 7.597034] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 7.597290] systemd[1]: Finished blk-availability.service - Availability of block devices.
[ 7.598575] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 7.599433] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 7.600125] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 7.600794] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 7.601470] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 7.602326] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 7.603224] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 7.603832] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 7.604555] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 7.605578] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 7.606615] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 7.607258] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 7.608000] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 7.609640] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 7.609857] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 7.610034] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 7.610202] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 7.610479] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 7.610785] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 7.611110] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 7.611228] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 7.611455] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 7.611570] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 7.627327] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 7.627474] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 7.628156] pstore: Using crash dump compression: deflate
[ 7.630677] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 7.663190] loop: module loaded
[ 7.666411] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 7.667251] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 7.670356] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 7.671790] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 7.672797] systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[ 7.682235] pstore: Registered efi as persistent store backend
[ 7.682259] fuse: init (API version 7.37)
[ 7.682727] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 7.682862] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 7.683141] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 7.683274] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 7.683672] lp: driver loaded but no devices found
[ 7.688707] ppdev: user-space parallel port driver
[ 7.704441] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 7.704559] systemd[1]: Started systemd-journald.service - Journal Service.
[ 7.778157] BTRFS info (device dm-2: state M): use zstd compression, level 3
[ 7.778164] BTRFS info (device dm-2: state M): turning on async discard
[ 7.859797] BTRFS info: devid 1 device path /dev/Debian/root changed to /dev/dm-2 scanned by (udev-worker) (624)
[ 7.860330] BTRFS info: devid 1 device path /dev/dm-2 changed to /dev/mapper/Debian-root scanned by (udev-worker) (624)
[ 7.887001] Adding 20971516k swap on /dev/mapper/Debian-swap. Priority:-2 extents:1 across:20971516k SSFS
[ 7.891440] intel_pmc_core INT33A1:00: initialized
[ 7.915476] Consider using thermal netlink events interface
[ 7.917910] ACPI: AC: AC Adapter [AC] (on-line)
[ 7.922438] input: Intel HID events as /devices/platform/INTC1051:00/input/input10
[ 8.000622] iTCO_vendor_support: vendor-support=0
[ 8.009434] input: PC Speaker as /devices/platform/pcspkr/input/input11
[ 8.022303] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
[ 8.022309] caller __uncore_imc_init_box+0xc4/0x120 [intel_uncore] mapping multiple BARs
[ 8.024738] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 8.030066] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 8.030266] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 8.030444] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 8.030609] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 8.031730] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[ 8.031779] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[ 8.047918] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 8.048024] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 8.049884] input: ELAN0670:00 04F3:3150 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0670:00/0018:04F3:3150.0001/input/input12
[ 8.049950] input: ELAN0670:00 04F3:3150 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0670:00/0018:04F3:3150.0001/input/input14
[ 8.050005] hid-multitouch 0018:04F3:3150.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0670:00 04F3:3150] on i2c-ELAN0670:00
[ 8.056613] Non-volatile memory driver v1.3
[ 8.071998] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 8.072002] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 8.072003] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 8.072004] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 8.072004] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 8.078057] Intel(R) Wireless WiFi driver for Linux
[ 8.078190] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 8.079592] intel_rapl_msr: PL4 support detected.
[ 8.080403] intel_rapl_common: Found RAPL domain package
[ 8.080405] intel_rapl_common: Found RAPL domain core
[ 8.080406] intel_rapl_common: Found RAPL domain uncore
[ 8.080408] intel_rapl_common: Found RAPL domain psys
[ 8.082691] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 8.085791] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-QuZ-a0-hr-b0-72.ucode
[ 8.085803] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[ 8.085814] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 8.086096] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 8.086098] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[ 8.086105] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 8.086107] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
[ 8.086352] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 8.086354] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 8.086355] thinkpad_acpi: ThinkPad BIOS N2TET77W (1.55 ), EC N2THT68W
[ 8.086356] thinkpad_acpi: Lenovo ThinkPad X1 Nano Gen 1, model 20UNA00CCD
[ 8.094774] thinkpad_acpi: radio switch found; radios are enabled
[ 8.094781] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 8.094782] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 8.099780] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[ 8.109691] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 8.113336] intel_rapl_common: Found RAPL domain package
[ 8.133189] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is blocked
[ 8.211092] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 8.211896] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[ 8.270738] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
[ 8.270780] thermal thermal_zone6: failed to read out thermal zone (-61)
[ 8.278860] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
[ 8.278870] ACPI: battery: new extension: ThinkPad Battery Extension
[ 8.303321] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input15
[ 8.383027] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 8.383487] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[ 8.384054] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[ 8.384133] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 8.392215] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[ 8.399008] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
[ 8.431777] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[ 8.431780] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[ 8.431784] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 4
[ 8.433709] sof-audio-pci-intel-tgl 0000:00:1f.3: firmware: direct-loading firmware intel/sof/sof-tgl.ri
[ 8.433716] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ 8.433718] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ 8.433722] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[ 8.466504] iwlwifi 0000:00:14.3: base HW address: f8:9e:94:c2:b7:8f
[ 8.483676] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[ 8.533830] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ 8.533833] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ 8.552169] sof-audio-pci-intel-tgl 0000:00:1f.3: firmware: direct-loading firmware intel/sof-tplg/sof-hda-generic-4ch.tplg
[ 8.552184] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[ 8.552419] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[ 8.582792] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC287: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[ 8.582796] snd_hda_codec_realtek ehdaudio0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 8.582797] snd_hda_codec_realtek ehdaudio0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 8.582798] snd_hda_codec_realtek ehdaudio0D0: mono: mono_out=0x0
[ 8.582799] snd_hda_codec_realtek ehdaudio0D0: inputs:
[ 8.582799] snd_hda_codec_realtek ehdaudio0D0: Mic=0x19
[ 8.595217] typec port0: bound usb3-port5 (ops connector_ops [usbcore])
[ 8.595248] typec port0: bound usb2-port2 (ops connector_ops [usbcore])
[ 8.637945] snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
[ 8.637953] snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
[ 8.638115] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
[ 8.638121] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
[ 8.638125] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
[ 8.638130] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
[ 8.638134] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
[ 8.638140] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
[ 8.638145] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
[ 8.638151] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
[ 8.638157] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
[ 8.638162] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
[ 8.638168] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
[ 8.638181] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[ 8.654575] systemd-journald[585]: Received client request to flush runtime journal.
[ 8.660676] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
[ 8.660765] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
[ 8.660842] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
[ 8.660917] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[ 8.661033] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
[ 8.708764] audit: type=1400 audit(1687182293.476:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1025 comm="apparmor_parser"
[ 8.710912] audit: type=1400 audit(1687182293.476:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1034 comm="apparmor_parser"
[ 8.710916] audit: type=1400 audit(1687182293.476:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1034 comm="apparmor_parser"
[ 8.710918] audit: type=1400 audit(1687182293.476:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1034 comm="apparmor_parser"
[ 8.710920] audit: type=1400 audit(1687182293.476:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1029 comm="apparmor_parser"
[ 8.710922] audit: type=1400 audit(1687182293.476:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1029 comm="apparmor_parser"
[ 8.710924] audit: type=1400 audit(1687182293.476:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="mariadbd_akonadi" pid=1026 comm="apparmor_parser"
[ 8.710926] audit: type=1400 audit(1687182293.476:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="mysqld_akonadi" pid=1028 comm="apparmor_parser"
[ 8.711210] audit: type=1400 audit(1687182293.476:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="postgresql_akonadi" pid=1030 comm="apparmor_parser"
[ 8.713127] audit: type=1400 audit(1687182293.480:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=1035 comm="apparmor_parser"
[ 9.066939] mc: Linux media interface: v0.10
[ 9.079173] usbcore: registered new interface driver cdc_ether
[ 9.088939] usbcore: registered new interface driver cdc_ncm
[ 9.088951] NET: Registered PF_QIPCRTR protocol family
[ 9.091109] videodev: Linux video capture interface: v2.00
[ 9.092768] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[ 9.098558] usbcore: registered new interface driver cdc_wdm
[ 9.137589] cdc_mbim 3-2:1.1: cdc-wdm0: USB WDM device
[ 9.209189] Bluetooth: Core ver 2.22
[ 9.209230] NET: Registered PF_BLUETOOTH protocol family
[ 9.209231] Bluetooth: HCI device and connection manager initialized
[ 9.209236] Bluetooth: HCI socket layer initialized
[ 9.209238] Bluetooth: L2CAP socket layer initialized
[ 9.209244] Bluetooth: SCO socket layer initialized
[ 9.253031] usb 3-4: Found UVC 1.10 device Integrated Camera (13d3:5411)
[ 9.255188] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input21
[ 9.255906] usb 3-4: Found UVC 1.50 device Integrated Camera (13d3:5411)
[ 9.256496] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/input/input22
[ 9.256585] usbcore: registered new interface driver uvcvideo
[ 9.326218] cdc_mbim 3-2:1.1 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-2, CDC MBIM, d6:8a:c4:bc:31:40
[ 9.326268] usbcore: registered new interface driver cdc_mbim
[ 9.364528] usbcore: registered new interface driver btusb
[ 9.365348] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[ 9.366445] Bluetooth: hci0: Device revision is 2
[ 9.366446] Bluetooth: hci0: Secure boot is enabled
[ 9.366447] Bluetooth: hci0: OTP lock is enabled
[ 9.366447] Bluetooth: hci0: API lock is enabled
[ 9.366448] Bluetooth: hci0: Debug lock is disabled
[ 9.366448] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 9.368688] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.sfi
[ 9.368693] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[ 9.368741] Bluetooth: hci0: Boot Address: 0x24800
[ 9.368742] Bluetooth: hci0: Firmware Version: 15-45.22
[ 9.450230] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.450233] Bluetooth: BNEP filters: protocol multicast
[ 9.450237] Bluetooth: BNEP socket layer initialized
[ 9.808244] typec port1: bound usb3-port6 (ops connector_ops [usbcore])
[ 9.808266] typec port1: bound usb2-port3 (ops connector_ops [usbcore])
[ 11.408015] Bluetooth: hci0: Waiting for firmware download to complete
[ 11.408359] Bluetooth: hci0: Firmware loaded in 1991860 usecs
[ 11.408507] Bluetooth: hci0: Waiting for device to boot
[ 11.423566] Bluetooth: hci0: Device booted in 14801 usecs
[ 11.423701] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.ddc
[ 11.423708] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[ 11.425616] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 11.426600] Bluetooth: hci0: Firmware revision 0.4 build 15 week 45 2022
[ 11.492853] Bluetooth: MGMT ver 1.22
[ 11.526596] NET: Registered PF_ALG protocol family
[ 11.563445] Bluetooth: RFCOMM TTY layer initialized
[ 11.563456] Bluetooth: RFCOMM socket layer initialized
[ 11.563462] Bluetooth: RFCOMM ver 1.11
[ 18.244738] kauditd_printk_skb: 14 callbacks suppressed
[ 18.244741] audit: type=1400 audit(1687182303.012:28): apparmor="DENIED" operation="open" profile="mariadbd_akonadi" name="/sys/devices/system/node/" pid=2482 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 18.283409] audit: type=1400 audit(1687182303.048:29): apparmor="DENIED" operation="open" profile="mariadbd_akonadi" name="/sys/devices/system/node/" pid=2491 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 18.315035] audit: type=1400 audit(1687182303.080:30): apparmor="DENIED" operation="open" profile="mariadbd_akonadi" name="/sys/block/" pid=2491 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 18.995550] tun: Universal TUN/TAP device driver, 1.6
[ 28.703492] wlp0s20f3: authenticate with [address replaced]
[ 28.711570] wlp0s20f3: send auth to [address replaced] (try 1/3)
[ 28.743862] wlp0s20f3: authenticated
[ 28.744215] wlp0s20f3: associate with [address replaced] (try 1/3)
[ 28.746421] wlp0s20f3: RX AssocResp from [address replaced] (capab=0x411 status=0 aid=4)
[ 28.754726] wlp0s20f3: associated
[ 28.849554] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by [address replaced]
[ 28.877576] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
最近编辑记录 LXYan233 (2023-06-20 11:50:37)
离线
一开始排除一个正确答案……ping 是会查询 PTR 记录的,所以 ping IP 也确认不了。curl -v baidu.com 吧,不行就开头加个 strace -ttt。
离线
一开始排除一个正确答案……ping 是会查询 PTR 记录的,所以 ping IP 也确认不了。curl -v baidu.com 吧,不行就开头加个 strace -ttt。
原来还真是 DNS的问题……在 NetworkManager 里指定了wifi 的 DNS 为阿里的 DNS,4G的 DNS 留着不管,结果好像 4G 的 DNS 把 wifi 的 DNS 污染了……
这是同时开 4G 和 wifi 的 resolve.conf:
lxyan@X1-Nano ~> cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 221.6.4.66
nameserver 58.240.57.33
nameserver 223.6.6.6
# NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 223.5.5.5
nameserver 172.20.10.1
nameserver 2400:3200:baba::1
nameserver 2400:3200::1
nameserver fe80::5ce9:1eff:fef3:3b64%wlp0s20f3
这个 221.6.4.66 估计是联通 4G 指定的 DNS……
在 KDE 里指定 4G 网也用阿里的 DNS 后,速度就正常了。感谢依云!
估摸着应该给 Debian 的 NetWorkManager 报告一下这个 bug……
离线
页次: 1