Bug#1095764: Fwd: Bug#1095764: linux-image-6.1.0-31-amd64: Image 6.1.0-31 does not seem to be build from source 6.1.128-1
Hello Salvatore,
Strange about the 6.1 source.
root@lenovo-m83:~# aptitude search linux-source-6.1 -vv
i A linux-source-6.1 - Linux kernel source for version 6.1 with Debian patches
v linux-source-6.1:i386 -
root@lenovo-m83:~# aptitude show linux-source-6.1
Package: linux-source-6.1
Version: 6.1.128-1
State: installed
Automatically installed: yes
Multi-Arch: foreign
Priority: optional
Section: kernel
Maintainer: Debian Kernel Team <
debian-kernel@lists.debian.org>
Architecture: all
Uncompressed Size: 139 M
Depends: binutils, xz-utils
Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.1
Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config
Provides: linux-source-6.1:i386 (= 6.1.128-1)
Description: Linux kernel source for version 6.1 with Debian patches
This package provides source code for the Linux kernel version 6.1. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and
features that have already been (or are believed to be) accepted by the upstream maintainers.
Homepage:
https://www.kernel.org/root@lenovo-m83:/# grep -R 'Found multiple Units' /usr/src/linux-source-6.1
root@lenovo-m83:/#
So not found in my source code on a Debian 12 system.
> Is this a regression? Which is the last 6.1.y kernel which worked?
>
root@lenovo-m83:/var/run# uname -vr
6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
> Can you test recent kernels from unstable (6.12.16-1) or experimental
> (6.13.4-1~exp1), does the issue replicate there as well?
root@debian-unstable:~# uname -vr
6.12.16-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.16-1 (2025-02-22)
Works fine in unstable.
Reboot now to 3.1.0-31-amd.
root@lenovo-m83:~# uname -vr
6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07)
Attaching a boot kernel log with the camera attached.
(See kernel.log)
Regards,
Alf Nilsson
Hi Alf,
On Mon, Feb 24, 2025 at 05:52:33PM +0100, Salvatore Bonaccorso wrote:
> Hi,
>
> On Mon, Feb 24, 2025 at 10:57:39PM +0700, Alf Nilsson wrote:
> > Hello Salvatore,
> >
> > This is the info about the linux-image-6.1.0-31-and64 package:
> > Package: linux-image-6.1.0-31-amd64
> > Version: 6.1.128-1
> > New: yes
> > State: installed
> > Automatically installed: yes
> > Priority: optional
> > Section: kernel
> > Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
> > Architecture: amd64
> > Uncompressed Size: 409 M
> > Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) |
> > linux-initramfs-tool
> > Recommends: firmware-linux-free, apparmor
> > Suggests: linux-doc-6.1, debian-kernel-handbook, grub-pc | grub-efi-amd64 |
> > extlinux
> > Conflicts: linux-image-6.1.0-31-amd64-unsigned
> > Breaks: fwupdate (< 12-7), fwupdate:i386 (< 12-7), initramfs-tools (<
> > 0.120+deb8u2), initramfs-tools:i386 (< 0.120+deb8u2), wireless-regdb (<
> > 2019.06.03-1~), wireless-regdb:i386 (< 2019.06.03-1~)
> > Replaces: linux-image-6.1.0-31-amd64-unsigned
> > Provides: $kernel (= 6.1.128-1)
> > Description: Linux 6.1 for 64-bit PCs (signed)
> > The Linux kernel 6.1 and modules for use on PCs with AMD64, Intel 64 or
> > VIA Nano processors.
> >
> > The kernel image and modules are signed for use with Secure Boot.
> > Homepage: https://www.kernel.org/
> >
> > Notice this:
> > Version: 6.1.128-1
> >
> > That makes me assume that if I download the linux-kernel 6.1.128-1 code I
> > should have the code that this is compiled from.
> >
> > So I check: linux_source-6.1:
> > Package: linux-source-6.1
> > Version: 6.1.128-1
> > State: installed
> > Automatically installed: yes
> > Multi-Arch: foreign
> > Priority: optional
> > Section: kernel
> > Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
> > Architecture: all
> > Uncompressed Size: 139 M
> > Depends: binutils, xz-utils
> > Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex,
> > libelf-dev, libssl-dev, linux-config-6.1
> > Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config
> > Provides: linux-source-6.1:i386 (= 6.1.128-1)
> > Description: Linux kernel source for version 6.1 with Debian patches
> > This package provides source code for the Linux kernel version 6.1. This
> > source closely tracks official Linux kernel releases. Debian's
> > modifications to that source consist of security fixes, bug fixes, and
> > features that have already been (or are believed to be) accepted by the
> > upstream maintainers.
> > Homepage: https://www.kernel.org/
> >
> > So I go to the file: llinux-source-6.1/drivers/media/usb/uvc/uvc_video.c
> >
> > And do a grep for : "Found multiple Units"
> > And no hits, which is correct, the rollback removed the code that added the
> > "Found multiple Units"
> >
> > If I go back to a previous version of the kernel code: 6.1.124-1
> > And do the same grep: "Found multiple Units"
> > 774: dev_err(&dev->udev->dev, "Found multiple Units with ID %u\n", id);
> >
> > So here we clearly have the code.
> >
> > So back to my log from journalctl:
> >
> > Feb 11 23:25:31 lenovo-m83 kernel: Run /init as init process
> > Feb 11 23:25:31 lenovo-m83 kernel: with arguments:
> > Feb 11 23:25:31 lenovo-m83 kernel: /init
> > Feb 11 23:25:31 lenovo-m83 kernel: with environment:
> > Feb 11 23:25:31 lenovo-m83 kernel: HOME=/
> > Feb 11 23:25:31 lenovo-m83 kernel: TERM=linux
> > Feb 11 23:25:31 lenovo-m83 kernel:
> > BOOT_IMAGE=/boot/vmlinuz-6.1.0-31-amd64
> > ........
> > Feb 11 23:25:33 lenovo-m83 kernel: usb 2-1: Found multiple Units with ID 5
> >
> > Kernel 6.1.0-31-amd64.....which should be built from linux-source
> > 6.1.128-1 that does not have that version of the driver, as far as I
> > understand.
> >
> > The last kernel that worked good was : 6.1.0-28-amd64.
> >
> >
> > So am I understanding the version number wrong in the kernel package?
>
> dpkg-query -W -f '${Package}\t${Version}\n' linux-source-6.1
> linux-source-6.1 6.1.128-1
>
> it is present in the /usr/src/linux-source-6.1.tar.xz:
>
> grep -R 'Found multiple Units'
> linux-source-6.1/drivers/media/usb/uvc/uvc_driver.c: dev_err(&dev->udev->dev, "Found multiple Units with ID %u\n", id);
If we want to tackle the webcam issue:
> Is this a regression? Which is the last 6.1.y kernel which worked?
>
> Can you test recent kernels from unstable (6.12.16-1) or experimental
> (6.13.4-1~exp1), does the issue replicate there as well?
>
> Can you attach the USB webcam and then post as well the full kernel
> log?
Regards,
Salvatore
[ 0.000000] microcode: microcode updated early to revision 0x28, date = 2019-11-12
[ 0.000000] Linux version 6.1.0-31-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.128-1 (2025-02-07)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-31-amd64 root=UUID=e373b1ee-f6a4-420b-a5df-e744e4d667f0 ro quiet
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cadd1fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cadd2000-0x00000000cadd8fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cadd9000-0x00000000cb221fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cb222000-0x00000000cb6e1fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cb6e2000-0x00000000dd713fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dd714000-0x00000000ddfbbfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ddfbc000-0x00000000de01ffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000de020000-0x00000000de516fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000de517000-0x00000000def61fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000def62000-0x00000000deffefff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000defff000-0x00000000deffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081dffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ESRT=0xdef60818 ACPI=0xddfd0000 ACPI 2.0=0xddfd0000 SMBIOS=0xf0480
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: LENOVO 10AGS16500/SHARKBAY, BIOS FBKTE0AUS 12/23/2021
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3591.700 MHz processor
[ 0.000496] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000498] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000505] last_pfn = 0x81e000 max_arch_pfn = 0x400000000
[ 0.000598] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001010] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.001015] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[ 0.006807] found SMP MP-table at [mem 0x000fccf0-0x000fccff]
[ 0.006816] esrt: Reserving ESRT space from 0x00000000def60818 to 0x00000000def60850.
[ 0.006823] Using GB pages for direct mapping
[ 0.007479] RAMDISK: [mem 0x30bab000-0x345ccfff]
[ 0.007483] ACPI: Early table checksum verification disabled
[ 0.007485] ACPI: RSDP 0x00000000DDFD0000 000024 (v02 LENOVO)
[ 0.007488] ACPI: XSDT 0x00000000DDFD0098 0000B4 (v01 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007492] ACPI: FACP 0x00000000DDFE7AB0 00010C (v05 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007495] ACPI: DSDT 0x00000000DDFD01E0 0178CB (v02 LENOVO TC-FB 31453030 INTL 20120711)
[ 0.007497] ACPI: FACS 0x00000000DE515F80 000040
[ 0.007499] ACPI: APIC 0x00000000DDFE7BC0 000092 (v03 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007501] ACPI: FPDT 0x00000000DDFE7C58 000044 (v01 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007503] ACPI: FIDT 0x00000000DDFE7CA0 00009C (v01 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007505] ACPI: TCPA 0x00000000DDFE7D40 000032 (v02 LENOVO TC-FB 31453030 MSFT 01000013)
[ 0.007507] ACPI: DBGP 0x00000000DDFE7D78 000034 (v01 LENOVO TC-FB 31453030 MSFT 00000005)
[ 0.007509] ACPI: SLIC 0x00000000DDFE7DB0 000176 (v01 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007511] ACPI: MSDM 0x00000000DDFE7F28 000055 (v03 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007513] ACPI: SSDT 0x00000000DDFE7F80 000539 (v01 LENOVO TC-FB 31453030 INTL 20120711)
[ 0.007515] ACPI: SSDT 0x00000000DDFE84C0 000AD8 (v01 LENOVO TC-FB 31453030 INTL 20120711)
[ 0.007517] ACPI: MCFG 0x00000000DDFE8F98 00003C (v01 LENOVO TC-FB 31453030 MSFT 00000097)
[ 0.007519] ACPI: HPET 0x00000000DDFE8FD8 000038 (v01 LENOVO TC-FB 31453030 AMI. 00000005)
[ 0.007521] ACPI: SSDT 0x00000000DDFE9010 00036D (v01 LENOVO TC-FB 31453030 INTL 20120711)
[ 0.007523] ACPI: SSDT 0x00000000DDFE9380 003528 (v01 LENOVO TC-FB 31453030 INTL 20091112)
[ 0.007526] ACPI: ASF! 0x00000000DDFEC8A8 0000A5 (v32 LENOVO TC-FB 31453030 TFSM 000F4240)
[ 0.007528] ACPI: BGRT 0x00000000DDFEC950 000038 (v00 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007530] ACPI: LUFT 0x00000000DDFEC988 0329E2 (v01 LENOVO TC-FB 31453030 AMI 00010013)
[ 0.007532] ACPI: DMAR 0x00000000DE01F370 000080 (v01 LENOVO TC-FB 31453030 INTL 00000001)
[ 0.007533] ACPI: Reserving FACP table memory at [mem 0xddfe7ab0-0xddfe7bbb]
[ 0.007534] ACPI: Reserving DSDT table memory at [mem 0xddfd01e0-0xddfe7aaa]
[ 0.007535] ACPI: Reserving FACS table memory at [mem 0xde515f80-0xde515fbf]
[ 0.007536] ACPI: Reserving APIC table memory at [mem 0xddfe7bc0-0xddfe7c51]
[ 0.007536] ACPI: Reserving FPDT table memory at [mem 0xddfe7c58-0xddfe7c9b]
[ 0.007537] ACPI: Reserving FIDT table memory at [mem 0xddfe7ca0-0xddfe7d3b]
[ 0.007537] ACPI: Reserving TCPA table memory at [mem 0xddfe7d40-0xddfe7d71]
[ 0.007538] ACPI: Reserving DBGP table memory at [mem 0xddfe7d78-0xddfe7dab]
[ 0.007539] ACPI: Reserving SLIC table memory at [mem 0xddfe7db0-0xddfe7f25]
[ 0.007539] ACPI: Reserving MSDM table memory at [mem 0xddfe7f28-0xddfe7f7c]
[ 0.007540] ACPI: Reserving SSDT table memory at [mem 0xddfe7f80-0xddfe84b8]
[ 0.007540] ACPI: Reserving SSDT table memory at [mem 0xddfe84c0-0xddfe8f97]
[ 0.007541] ACPI: Reserving MCFG table memory at [mem 0xddfe8f98-0xddfe8fd3]
[ 0.007542] ACPI: Reserving HPET table memory at [mem 0xddfe8fd8-0xddfe900f]
[ 0.007542] ACPI: Reserving SSDT table memory at [mem 0xddfe9010-0xddfe937c]
[ 0.007543] ACPI: Reserving SSDT table memory at [mem 0xddfe9380-0xddfec8a7]
[ 0.007543] ACPI: Reserving ASF! table memory at [mem 0xddfec8a8-0xddfec94c]
[ 0.007544] ACPI: Reserving BGRT table memory at [mem 0xddfec950-0xddfec987]
[ 0.007545] ACPI: Reserving LUFT table memory at [mem 0xddfec988-0xde01f369]
[ 0.007545] ACPI: Reserving DMAR table memory at [mem 0xde01f370-0xde01f3ef]
[ 0.007602] No NUMA configuration found
[ 0.007603] Faking a node at [mem 0x0000000000000000-0x000000081dffffff]
[ 0.007611] NODE_DATA(0) allocated [mem 0x81dfd5000-0x81dffffff]
[ 0.008043] Zone ranges:
[ 0.008044] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.008045] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.008047] Normal [mem 0x0000000100000000-0x000000081dffffff]
[ 0.008048] Device empty
[ 0.008048] Movable zone start for each node
[ 0.008050] Early memory node ranges
[ 0.008051] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.008052] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.008052] node 0: [mem 0x0000000000100000-0x00000000cadd1fff]
[ 0.008053] node 0: [mem 0x00000000cadd9000-0x00000000cb221fff]
[ 0.008054] node 0: [mem 0x00000000cb6e2000-0x00000000dd713fff]
[ 0.008054] node 0: [mem 0x00000000defff000-0x00000000deffffff]
[ 0.008055] node 0: [mem 0x0000000100000000-0x000000081dffffff]
[ 0.008058] Initmem setup node 0 [mem 0x0000000000001000-0x000000081dffffff]
[ 0.008062] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.008063] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.008090] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.013777] On node 0, zone DMA32: 7 pages in unavailable ranges
[ 0.014315] On node 0, zone DMA32: 1216 pages in unavailable ranges
[ 0.014376] On node 0, zone DMA32: 6379 pages in unavailable ranges
[ 0.014651] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.014727] On node 0, zone Normal: 8192 pages in unavailable ranges
[ 0.014796] ACPI: PM-Timer IO Port: 0x1808
[ 0.014802] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.014817] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.014819] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.014821] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.014824] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.014825] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.014831] e820: update [mem 0xd1b36000-0xd1b7dfff] usable ==> reserved
[ 0.014842] TSC deadline timer available
[ 0.014843] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.014858] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.014860] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.014861] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.014862] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.014863] PM: hibernation: Registered nosave memory: [mem 0xcadd2000-0xcadd8fff]
[ 0.014864] PM: hibernation: Registered nosave memory: [mem 0xcb222000-0xcb6e1fff]
[ 0.014865] PM: hibernation: Registered nosave memory: [mem 0xd1b36000-0xd1b7dfff]
[ 0.014867] PM: hibernation: Registered nosave memory: [mem 0xdd714000-0xddfbbfff]
[ 0.014867] PM: hibernation: Registered nosave memory: [mem 0xddfbc000-0xde01ffff]
[ 0.014868] PM: hibernation: Registered nosave memory: [mem 0xde020000-0xde516fff]
[ 0.014868] PM: hibernation: Registered nosave memory: [mem 0xde517000-0xdef61fff]
[ 0.014869] PM: hibernation: Registered nosave memory: [mem 0xdef62000-0xdeffefff]
[ 0.014870] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[ 0.014870] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.014871] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.014871] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.014872] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.014872] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.014873] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.014873] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.014874] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.014874] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.014875] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.014875] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.014876] [mem 0xdf000000-0xf7ffffff] available for PCI devices
[ 0.014877] Booting paravirtualized kernel on bare hardware
[ 0.014879] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.018209] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.018378] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[ 0.018383] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[ 0.018385] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.018409] Fallback order for Node 0: 0
[ 0.018411] Built 1 zonelists, mobility grouping on. Total pages: 8237444
[ 0.018412] Policy zone: Normal
[ 0.018413] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-31-amd64 root=UUID=e373b1ee-f6a4-420b-a5df-e744e4d667f0 ro quiet
[ 0.018445] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.1.0-31-amd64", will be passed to user space.
[ 0.018459] random: crng init done
[ 0.019751] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.020419] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.020483] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.020489] software IO TLB: area num 8.
[ 0.046838] Memory: 3407292K/33474476K available (14342K kernel code, 2338K rwdata, 9084K rodata, 2796K init, 17392K bss, 976092K reserved, 0K cma-reserved)
[ 0.046945] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.046955] Kernel/User page tables isolation: enabled
[ 0.046980] ftrace: allocating 40309 entries in 158 pages
[ 0.052434] ftrace: allocated 158 pages with 5 groups
[ 0.052931] Dynamic Preempt: voluntary
[ 0.052956] rcu: Preemptible hierarchical RCU implementation.
[ 0.052957] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.052958] Trampoline variant of Tasks RCU enabled.
[ 0.052959] Rude variant of Tasks RCU enabled.
[ 0.052959] Tracing variant of Tasks RCU enabled.
[ 0.052959] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.052960] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.056704] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[ 0.056874] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.056937] Console: colour dummy device 80x25
[ 0.056952] printk: console [tty0] enabled
[ 0.056964] ACPI: Core revision 20220331
[ 0.057126] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.057138] APIC: Switch to symmetric I/O mode setup
[ 0.057139] DMAR: Host address width 39
[ 0.057140] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[ 0.057145] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[ 0.057146] DMAR: RMRR base: 0x000000dee4b000 end: 0x000000dee71fff
[ 0.057148] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed90000 IOMMU 0
[ 0.057150] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[ 0.057151] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.057407] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.057408] x2apic enabled
[ 0.057414] Switched APIC routing to cluster x2apic.
[ 0.057817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.077143] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33c5b306fdc, max_idle_ns: 440795349230 ns
[ 0.077147] Calibrating delay loop (skipped), value calculated using timer frequency.. 7183.40 BogoMIPS (lpj=14366800)
[ 0.077165] CPU0: Thermal monitoring enabled (TM1)
[ 0.077187] process: using mwait in idle threads
[ 0.077189] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.077190] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.077192] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.077193] Spectre V2 : Mitigation: Retpolines
[ 0.077194] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.077195] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.077195] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.077196] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.077197] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.077198] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.077199] MDS: Mitigation: Clear CPU buffers
[ 0.077199] MMIO Stale Data: Unknown: No mitigations
[ 0.077200] SRBDS: Mitigation: Microcode
[ 0.077204] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.077205] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.077205] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.077206] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.077207] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.087027] Freeing SMP alternatives memory: 36K
[ 0.087029] pid_max: default: 32768 minimum: 301
[ 0.091935] LSM: Security Framework initializing
[ 0.091945] landlock: Up and running.
[ 0.091945] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.091962] AppArmor: AppArmor initialized
[ 0.091963] TOMOYO Linux initialized
[ 0.091967] LSM support for eBPF active
[ 0.092002] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.092026] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.093204] smpboot: CPU0: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.093281] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.093282] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.093292] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.093293] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.093301] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.093302] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.093309] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.093338] ... version: 3
[ 0.093339] ... bit width: 48
[ 0.093339] ... generic registers: 4
[ 0.093340] ... value mask: 0000ffffffffffff
[ 0.093341] ... max period: 00007fffffffffff
[ 0.093341] ... fixed-purpose events: 3
[ 0.093342] ... event mask: 000000070000000f
[ 0.093435] signal: max sigframe size: 1776
[ 0.093446] Estimated ratio of average max frequency by base frequency (times 1024): 1080
[ 0.093460] rcu: Hierarchical SRCU implementation.
[ 0.093460] rcu: Max phase no-delay instances is 1000.
[ 0.093948] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.094001] smp: Bringing up secondary CPUs ...
[ 0.094056] x86: Booting SMP configuration:
[ 0.094057] .... node #0, CPUs: #1 #2 #3 #4
[ 0.098585] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.098585] #5 #6 #7
[ 0.101190] smp: Brought up 1 node, 8 CPUs
[ 0.101190] smpboot: Max logical packages: 1
[ 0.101190] smpboot: Total of 8 processors activated (57467.20 BogoMIPS)
[ 0.149165] node 0 deferred pages initialised in 48ms
[ 0.150149] devtmpfs: initialized
[ 0.150149] x86/mm: Memory block size: 128MB
[ 0.150730] ACPI: PM: Registering ACPI NVS region [mem 0xcadd2000-0xcadd8fff] (28672 bytes)
[ 0.150730] ACPI: PM: Registering ACPI NVS region [mem 0xde020000-0xde516fff] (5206016 bytes)
[ 0.150730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.150730] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.150730] pinctrl core: initialized pinctrl subsystem
[ 0.150730] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.150730] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.150730] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.153237] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.153251] audit: initializing netlink subsys (disabled)
[ 0.153263] audit: type=2000 audit(1740451595.096:1): state=initialized audit_enabled=0 res=1
[ 0.153263] thermal_sys: Registered thermal governor 'fair_share'
[ 0.153263] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.153263] thermal_sys: Registered thermal governor 'step_wise'
[ 0.153263] thermal_sys: Registered thermal governor 'user_space'
[ 0.153263] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.153263] cpuidle: using governor ladder
[ 0.153263] cpuidle: using governor menu
[ 0.153277] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.153278] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.153332] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.153336] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.153342] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[ 0.153389] PCI: Using configuration type 1 for base access
[ 0.153409] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.153541] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.153746] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.153750] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.153750] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.153750] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.153750] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.153750] ACPI: Added _OSI(Module Device)
[ 0.153750] ACPI: Added _OSI(Processor Device)
[ 0.153750] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.153750] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.165449] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.166184] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.166739] ACPI: Dynamic OEM Table Load:
[ 0.166744] ACPI: SSDT 0xFFFF898D40F2E000 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
[ 0.167173] ACPI: Dynamic OEM Table Load:
[ 0.167176] ACPI: SSDT 0xFFFF898D40FB0000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
[ 0.167624] ACPI: Dynamic OEM Table Load:
[ 0.167627] ACPI: SSDT 0xFFFF898D41401C00 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
[ 0.169260] ACPI: Interpreter enabled
[ 0.169282] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.169283] ACPI: Using IOAPIC for interrupt routing
[ 0.169299] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.169300] PCI: Using E820 reservations for host bridge windows
[ 0.169652] ACPI: Enabled 9 GPEs in block 00 to 3F
[ 0.176592] ACPI: PM: Power Resource [FN00]
[ 0.176630] ACPI: PM: Power Resource [FN01]
[ 0.176665] ACPI: PM: Power Resource [FN02]
[ 0.176700] ACPI: PM: Power Resource [FN03]
[ 0.176734] ACPI: PM: Power Resource [FN04]
[ 0.177275] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.177279] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.177381] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.177456] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[ 0.177457] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.178014] PCI host bridge to bus 0000:00
[ 0.178015] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.178017] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.178018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.178019] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[ 0.178020] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[ 0.178021] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.178037] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[ 0.178087] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[ 0.178114] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.178293] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[ 0.178307] pci 0000:00:14.0: reg 0x10: [mem 0xf7120000-0xf712ffff 64bit]
[ 0.178356] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.178434] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[ 0.178448] pci 0000:00:16.0: reg 0x10: [mem 0xf713c000-0xf713c00f 64bit]
[ 0.178500] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.178538] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
[ 0.178548] pci 0000:00:16.3: reg 0x10: [io 0xf0a0-0xf0a7]
[ 0.178554] pci 0000:00:16.3: reg 0x14: [mem 0xf713a000-0xf713afff]
[ 0.178639] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[ 0.178650] pci 0000:00:19.0: reg 0x10: [mem 0xf7100000-0xf711ffff]
[ 0.178657] pci 0000:00:19.0: reg 0x14: [mem 0xf7139000-0xf7139fff]
[ 0.178664] pci 0000:00:19.0: reg 0x18: [io 0xf040-0xf05f]
[ 0.178710] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.178981] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[ 0.178995] pci 0000:00:1a.0: reg 0x10: [mem 0xf7138000-0xf71383ff]
[ 0.179066] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.179130] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[ 0.179142] pci 0000:00:1b.0: reg 0x10: [mem 0xf7130000-0xf7133fff 64bit]
[ 0.179195] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.179261] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[ 0.179275] pci 0000:00:1d.0: reg 0x10: [mem 0xf7137000-0xf71373ff]
[ 0.179345] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.179410] pci 0000:00:1f.0: [8086:8c4c] type 00 class 0x060100
[ 0.179561] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[ 0.179570] pci 0000:00:1f.2: reg 0x10: [io 0xf090-0xf097]
[ 0.179577] pci 0000:00:1f.2: reg 0x14: [io 0xf080-0xf083]
[ 0.179583] pci 0000:00:1f.2: reg 0x18: [io 0xf070-0xf077]
[ 0.179589] pci 0000:00:1f.2: reg 0x1c: [io 0xf060-0xf063]
[ 0.179595] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
[ 0.179600] pci 0000:00:1f.2: reg 0x24: [mem 0xf7136000-0xf71367ff]
[ 0.179629] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.179681] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[ 0.179694] pci 0000:00:1f.3: reg 0x10: [mem 0xf7135000-0xf71350ff 64bit]
[ 0.179711] pci 0000:00:1f.3: reg 0x20: [io 0x0580-0x059f]
[ 0.180004] pci 0000:01:00.0: [10de:2187] type 00 class 0x030000
[ 0.180014] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[ 0.180023] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.180032] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.180038] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.180045] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[ 0.180060] pci 0000:01:00.0: BAR 3: assigned to efifb
[ 0.180064] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.180095] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.180142] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[ 0.180224] pci 0000:01:00.1: [10de:1aeb] type 00 class 0x040300
[ 0.180235] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[ 0.180338] pci 0000:01:00.2: [10de:1aec] type 00 class 0x0c0330
[ 0.180351] pci 0000:01:00.2: reg 0x10: [mem 0xf2000000-0xf203ffff 64bit pref]
[ 0.180364] pci 0000:01:00.2: reg 0x1c: [mem 0xf2040000-0xf204ffff 64bit pref]
[ 0.180406] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[ 0.180454] pci 0000:01:00.3: [10de:1aed] type 00 class 0x0c8000
[ 0.180464] pci 0000:01:00.3: reg 0x10: [mem 0xf7084000-0xf7084fff]
[ 0.180525] pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
[ 0.180584] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.180585] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.180587] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.180589] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf20fffff 64bit pref]
[ 0.181469] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.181506] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.181542] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[ 0.181577] ACPI: PCI: Interrupt link LNKD configured for IRQ 3
[ 0.181612] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 0.181647] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.181648] ACPI: PCI: Interrupt link LNKF disabled
[ 0.181683] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[ 0.181718] ACPI: PCI: Interrupt link LNKH configured for IRQ 5
[ 0.182241] iommu: Default domain type: Translated
[ 0.182241] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.182241] pps_core: LinuxPPS API ver. 1 registered
[ 0.182241] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.182241] PTP clock support registered
[ 0.182241] EDAC MC: Ver: 3.0.0
[ 0.182241] Registered efivars operations
[ 0.182241] NetLabel: Initializing
[ 0.182241] NetLabel: domain hash size = 128
[ 0.182241] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.182241] NetLabel: unlabeled traffic allowed by default
[ 0.182241] PCI: Using ACPI for IRQ routing
[ 0.182904] PCI: pci_cache_line_size set to 64 bytes
[ 0.182943] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.182944] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.182945] e820: reserve RAM buffer [mem 0xcadd2000-0xcbffffff]
[ 0.182946] e820: reserve RAM buffer [mem 0xcb222000-0xcbffffff]
[ 0.182947] e820: reserve RAM buffer [mem 0xd1b36000-0xd3ffffff]
[ 0.182947] e820: reserve RAM buffer [mem 0xdd714000-0xdfffffff]
[ 0.182948] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[ 0.182949] e820: reserve RAM buffer [mem 0x81e000000-0x81fffffff]
[ 0.182960] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.182960] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.182960] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.182960] vgaarb: loaded
[ 0.185492] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.185498] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.187531] clocksource: Switched to clocksource tsc-early
[ 0.187617] VFS: Disk quotas dquot_6.6.0
[ 0.187626] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.187712] AppArmor: AppArmor Filesystem Enabled
[ 0.187932] pnp: PnP ACPI init
[ 0.188093] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.188096] system 00:00: [io 0xffff] has been reserved
[ 0.188097] system 00:00: [io 0xffff] has been reserved
[ 0.188098] system 00:00: [io 0xffff] has been reserved
[ 0.188099] system 00:00: [io 0x1c00-0x1cfe] has been reserved
[ 0.188100] system 00:00: [io 0x1d00-0x1dfe] has been reserved
[ 0.188101] system 00:00: [io 0x1e00-0x1efe] has been reserved
[ 0.188102] system 00:00: [io 0x1f00-0x1ffe] has been reserved
[ 0.188103] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.188104] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.188146] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.188229] system 00:03: [io 0x0a00-0x0a2f] has been reserved
[ 0.188230] system 00:03: [io 0x0a30-0x0a3f] has been reserved
[ 0.188231] system 00:03: [io 0x0a40-0x0a4f] has been reserved
[ 0.188265] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.188398] pnp 00:05: [dma 0 disabled]
[ 0.189110] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.189112] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.189114] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.189115] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.189117] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.189118] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.189119] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.189120] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.189122] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.189123] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.189124] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[ 0.189126] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[ 0.189126] pnp: PnP ACPI: found 8 devices
[ 0.192547] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.192592] NET: Registered PF_INET protocol family
[ 0.192712] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.195600] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.195630] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.195728] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.195967] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.196152] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.196237] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.196555] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.196611] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.196671] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.196677] NET: Registered PF_XDP protocol family
[ 0.196687] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.196690] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.196693] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.196695] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf20fffff 64bit pref]
[ 0.196698] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.196699] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.196700] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.196701] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[ 0.196702] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xfeafffff window]
[ 0.196703] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.196704] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.196705] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf20fffff 64bit pref]
[ 0.220308] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x750 took 22824 usecs
[ 0.244304] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x750 took 23417 usecs
[ 0.244331] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.244352] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.244396] pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
[ 0.244533] pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
[ 0.244537] PCI: CLS 64 bytes, default 64
[ 0.244581] DMAR: No ATSR found
[ 0.244581] DMAR: No SATC found
[ 0.244582] DMAR: dmar0: Using Queued invalidation
[ 0.244614] Trying to unpack rootfs image as initramfs...
[ 0.244616] pci 0000:00:00.0: Adding to iommu group 0
[ 0.244624] pci 0000:00:01.0: Adding to iommu group 1
[ 0.244630] pci 0000:00:14.0: Adding to iommu group 2
[ 0.244638] pci 0000:00:16.0: Adding to iommu group 3
[ 0.244643] pci 0000:00:16.3: Adding to iommu group 3
[ 0.244648] pci 0000:00:19.0: Adding to iommu group 4
[ 0.244653] pci 0000:00:1a.0: Adding to iommu group 5
[ 0.244658] pci 0000:00:1b.0: Adding to iommu group 6
[ 0.244664] pci 0000:00:1d.0: Adding to iommu group 7
[ 0.244675] pci 0000:00:1f.0: Adding to iommu group 8
[ 0.244681] pci 0000:00:1f.2: Adding to iommu group 8
[ 0.244686] pci 0000:00:1f.3: Adding to iommu group 8
[ 0.244689] pci 0000:01:00.0: Adding to iommu group 1
[ 0.244692] pci 0000:01:00.1: Adding to iommu group 1
[ 0.244695] pci 0000:01:00.2: Adding to iommu group 1
[ 0.244698] pci 0000:01:00.3: Adding to iommu group 1
[ 0.245288] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.245290] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.245290] software IO TLB: mapped [mem 0x00000000cc002000-0x00000000d0002000] (64MB)
[ 0.245587] Initialise system trusted keyrings
[ 0.245595] Key type blacklist registered
[ 0.245641] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 0.246474] zbud: loaded
[ 0.246617] integrity: Platform Keyring initialized
[ 0.246620] integrity: Machine keyring initialized
[ 0.246621] Key type asymmetric registered
[ 0.246621] Asymmetric key parser 'x509' registered
[ 0.500309] Freeing initrd memory: 59528K
[ 0.504006] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 0.504027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.504048] io scheduler mq-deadline registered
[ 0.504722] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.505470] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.505472] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.505603] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.505604] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[ 0.505703] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.505871] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.506580] serial 0000:00:16.3: enabling device (0000 -> 0003)
[ 0.506794] 0000:00:16.3: ttyS1 at I/O 0xf0a0 (irq = 19, base_baud = 115200) is a 16550A
[ 0.506951] Linux agpgart interface v0.103
[ 0.511231] tpm_tis 00:06: 1.2 TPM (device-id 0x0, rev-id 78)
[ 0.571636] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.572248] i8042: PNP: No PS/2 controller found.
[ 0.572323] mousedev: PS/2 mouse device common for all mice
[ 0.572338] rtc_cmos 00:01: RTC can wake from S4
[ 0.572563] rtc_cmos 00:01: registered as rtc0
[ 0.572598] rtc_cmos 00:01: setting system clock to 2025-02-25T02:46:35 UTC (1740451595)
[ 0.572621] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 0.572802] intel_pstate: Intel P-state driver initializing
[ 0.573104] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.573428] efifb: probing for efifb
[ 0.573450] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[ 0.573452] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.573454] efifb: scrolling: redraw
[ 0.573454] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.573536] Console: switching to colour frame buffer device 128x48
[ 0.574625] fb0: EFI VGA frame buffer device
[ 0.586906] NET: Registered PF_INET6 protocol family
[ 0.591429] Segment Routing with IPv6
[ 0.591438] In-situ OAM (IOAM) with IPv6
[ 0.591456] mip6: Mobile IPv6
[ 0.591458] NET: Registered PF_PACKET protocol family
[ 0.591517] mpls_gso: MPLS GSO support
[ 0.591909] microcode: sig=0x306c3, pf=0x2, revision=0x28
[ 0.591967] microcode: Microcode Update Driver: v2.2.
[ 0.591973] IPI shorthand broadcast: enabled
[ 0.591991] sched_clock: Marking stable (591613478, 237620)->(594746960, -2895862)
[ 0.592191] registered taskstats version 1
[ 0.592198] Loading compiled-in X.509 certificates
[ 0.605676] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[ 0.605685] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[ 0.606029] zswap: loaded using pool lzo/zbud
[ 0.606318] Key type .fscrypt registered
[ 0.606319] Key type fscrypt-provisioning registered
[ 0.609759] Key type encrypted registered
[ 0.609762] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.610134] integrity: Loading X.509 certificate: UEFI:db
[ 0.610283] integrity: Loaded X.509 cert 'Trust - Lenovo Certificate: bc19ccf68446c18b4a08dce9b1cb4deb'
[ 0.610284] integrity: Loading X.509 certificate: UEFI:db
[ 0.610420] integrity: Loaded X.509 cert 'Trust - Lenovo Certificate: ddfada488c169b80473d73f8a38a5d58'
[ 0.610421] integrity: Loading X.509 certificate: UEFI:db
[ 0.610434] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.610435] integrity: Loading X.509 certificate: UEFI:db
[ 0.610450] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.611075] ima: Allocated hash algorithm: sha256
[ 0.707598] ima: No architecture policies found
[ 0.707615] evm: Initialising EVM extended attributes:
[ 0.707615] evm: security.selinux
[ 0.707616] evm: security.SMACK64 (disabled)
[ 0.707617] evm: security.SMACK64EXEC (disabled)
[ 0.707618] evm: security.SMACK64TRANSMUTE (disabled)
[ 0.707618] evm: security.SMACK64MMAP (disabled)
[ 0.707619] evm: security.apparmor
[ 0.707620] evm: security.ima
[ 0.707620] evm: security.capability
[ 0.707621] evm: HMAC attrs: 0x1
[ 0.784016] clk: Disabling unused clocks
[ 0.784703] Freeing unused decrypted memory: 2036K
[ 0.784997] Freeing unused kernel image (initmem) memory: 2796K
[ 0.785035] Write protecting the kernel read-only data: 26624k
[ 0.785404] Freeing unused kernel image (text/rodata gap) memory: 2040K
[ 0.785577] Freeing unused kernel image (rodata/data gap) memory: 1156K
[ 0.819680] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.819681] x86/mm: Checking user space page tables
[ 0.851791] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.851794] Run /init as init process
[ 0.851795] with arguments:
[ 0.851796] /init
[ 0.851797] with environment:
[ 0.851797] HOME=/
[ 0.851798] TERM=linux
[ 0.851798] BOOT_IMAGE=/boot/vmlinuz-6.1.0-31-amd64
[ 0.924590] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.941974] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20220331/utaddress-204)
[ 0.941982] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.941991] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20220331/utaddress-204)
[ 0.941994] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.941996] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRE) (20220331/utaddress-204)
[ 0.941999] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20220331/utaddress-204)
[ 0.942003] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20220331/utaddress-204)
[ 0.942006] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.942007] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRE) (20220331/utaddress-204)
[ 0.942011] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C1F (\GPBL) (20220331/utaddress-204)
[ 0.942015] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20220331/utaddress-204)
[ 0.942018] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20220331/utaddress-204)
[ 0.942021] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.942022] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 0.943084] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[ 0.943245] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 0.943976] i2c i2c-0: 4/4 memory slots populated (from DMI)
[ 0.944298] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 0.944611] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 0.944919] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 0.945227] i2c i2c-0: Successfully instantiated SPD at 0x53
[ 0.949982] ACPI: button: Power Button [PWRB]
[ 0.950032] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.950063] ACPI: button: Power Button [PWRF]
[ 0.952471] ACPI: bus type USB registered
[ 0.952493] usbcore: registered new interface driver usbfs
[ 0.952501] usbcore: registered new interface driver hub
[ 0.952514] usbcore: registered new device driver usb
[ 0.954726] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.954728] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.954911] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 0.957701] SCSI subsystem initialized
[ 0.960054] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.960137] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.960150] ehci-pci 0000:00:1a.0: debug port 2
[ 0.964089] ehci-pci 0000:00:1a.0: irq 17, io mem 0xf7138000
[ 0.975138] libata version 3.00 loaded.
[ 0.976294] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.976366] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.976370] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.976373] usb usb1: Product: EHCI Host Controller
[ 0.976374] usb usb1: Manufacturer: Linux 6.1.0-31-amd64 ehci_hcd
[ 0.976376] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.976523] hub 1-0:1.0: USB hub found
[ 0.976534] hub 1-0:1.0: 3 ports detected
[ 0.976773] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.976779] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.977898] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 0.978033] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.978043] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[ 0.978059] ehci-pci 0000:00:1d.0: debug port 2
[ 0.978140] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.978529] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.978533] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 0.978988] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.978991] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.978992] usb usb2: Product: xHCI Host Controller
[ 0.978993] usb usb2: Manufacturer: Linux 6.1.0-31-amd64 xhci-hcd
[ 0.978994] usb usb2: SerialNumber: 0000:00:14.0
[ 0.979138] hub 2-0:1.0: USB hub found
[ 0.979160] hub 2-0:1.0: 14 ports detected
[ 0.980516] ahci 0000:00:1f.2: version 3.0
[ 0.980665] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.980701] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xb impl SATA mode
[ 0.980705] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
[ 0.982001] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7137000
[ 0.982464] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 0.982466] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.982467] usb usb4: Product: xHCI Host Controller
[ 0.982468] usb usb4: Manufacturer: Linux 6.1.0-31-amd64 xhci-hcd
[ 0.982469] usb usb4: SerialNumber: 0000:00:14.0
[ 0.982531] hub 4-0:1.0: USB hub found
[ 0.982547] hub 4-0:1.0: 6 ports detected
[ 0.996328] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.996372] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.996374] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.996375] usb usb3: Product: EHCI Host Controller
[ 0.996376] usb usb3: Manufacturer: Linux 6.1.0-31-amd64 ehci_hcd
[ 0.996377] usb usb3: SerialNumber: 0000:00:1d.0
[ 0.996565] hub 3-0:1.0: USB hub found
[ 0.996570] hub 3-0:1.0: 3 ports detected
[ 0.996702] xhci_hcd 0000:01:00.2: xHCI Host Controller
[ 0.996709] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 5
[ 0.997317] xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
[ 0.997468] xhci_hcd 0000:01:00.2: xHCI Host Controller
[ 0.997472] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 6
[ 0.997475] xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.997518] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.997521] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.997522] usb usb5: Product: xHCI Host Controller
[ 0.997524] usb usb5: Manufacturer: Linux 6.1.0-31-amd64 xhci-hcd
[ 0.997526] usb usb5: SerialNumber: 0000:01:00.2
[ 0.997639] hub 5-0:1.0: USB hub found
[ 0.997649] hub 5-0:1.0: 2 ports detected
[ 0.997755] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.997775] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 0.997778] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.997780] usb usb6: Product: xHCI Host Controller
[ 0.997781] usb usb6: Manufacturer: Linux 6.1.0-31-amd64 xhci-hcd
[ 0.997783] usb usb6: SerialNumber: 0000:01:00.2
[ 0.997922] hub 6-0:1.0: USB hub found
[ 0.997932] hub 6-0:1.0: 4 ports detected
[ 1.008722] scsi host0: ahci
[ 1.008886] scsi host1: ahci
[ 1.009001] scsi host2: ahci
[ 1.009077] scsi host3: ahci
[ 1.009161] scsi host4: ahci
[ 1.009250] scsi host5: ahci
[ 1.009301] ata1: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136100 irq 28
[ 1.009304] ata2: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136180 irq 28
[ 1.009305] ata3: DUMMY
[ 1.009307] ata4: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136280 irq 28
[ 1.009308] ata5: DUMMY
[ 1.009309] ata6: DUMMY
[ 1.031281] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[ 1.098010] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:23:24:9a:ba:b2
[ 1.098013] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 1.098048] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[ 1.232289] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.236317] usb 2-1: new high-speed USB device number 2 using xhci_hcd
[ 1.252316] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 1.272322] tsc: Refined TSC clocksource calibration: 3591.667 MHz
[ 1.272329] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33c5939df6d, max_idle_ns: 440795297647 ns
[ 1.272355] clocksource: Switched to clocksource tsc
[ 1.323989] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.326217] ata1.00: ATAPI: HL-DT-ST DVD-RAM GHC0N, MA00, max UDMA/133
[ 1.330546] ata1.00: configured for UDMA/133
[ 1.336616] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GHC0N MA00 PQ: 0 ANSI: 5
[ 1.385449] usb 2-1: config 1 interface 0 altsetting 0 endpoint 0x83 has an invalid bInterval 32, changing to 9
[ 1.385844] usb 2-1: New USB device found, idVendor=1b3f, idProduct=2247, bcdDevice= 1.00
[ 1.385849] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.385851] usb 2-1: Product: GENERAL WEBCAM
[ 1.385853] usb 2-1: Manufacturer: GENERAL
[ 1.388718] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[ 1.388722] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.389104] hub 1-1:1.0: USB hub found
[ 1.389282] hub 1-1:1.0: 6 ports detected
[ 1.408696] usb 3-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[ 1.408711] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.408968] hub 3-1:1.0: USB hub found
[ 1.409060] hub 3-1:1.0: 8 ports detected
[ 1.512328] usb 2-2: new high-speed USB device number 3 using xhci_hcd
[ 1.668987] usb 2-2: New USB device found, idVendor=04a9, idProduct=1912, bcdDevice= 1.00
[ 1.668993] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.668995] usb 2-2: Product: LiDE 400
[ 1.668997] usb 2-2: Manufacturer: Canon
[ 1.668998] usb 2-2: SerialNumber: 47FF49
[ 1.708039] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.712384] ata2.00: ATA-11: PNY 1TB SATA SSD, H221215a, max UDMA/133
[ 1.712540] ata2.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.715993] ata2.00: configured for UDMA/133
[ 1.716482] scsi 1:0:0:0: Direct-Access ATA PNY 1TB SATA SSD 215a PQ: 0 ANSI: 5
[ 1.800321] usb 2-3: new high-speed USB device number 4 using xhci_hcd
[ 1.955919] usb 2-3: New USB device found, idVendor=0bda, idProduct=5401, bcdDevice= 1.26
[ 1.955923] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.955925] usb 2-3: Product: USB3.0 Hub
[ 1.955926] usb 2-3: Manufacturer: Realtek
[ 1.957236] hub 2-3:1.0: USB hub found
[ 1.958298] hub 2-3:1.0: 4 ports detected
[ 2.031826] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.052289] e1000e 0000:00:19.0 eno1: renamed from eth0
[ 2.084323] usb 2-4: new full-speed USB device number 5 using xhci_hcd
[ 2.131182] sr 0:0:0:0: [sr0] scsi3-mmc drive: 40x/8x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.131187] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.173917] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 2.174100] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.174142] sd 1:0:0:0: [sda] Write Protect is off
[ 2.174145] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.174197] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.174242] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 2.178445] sda: sda1 sda2 sda3 sda4 sda5 sda6
[ 2.178592] sd 1:0:0:0: [sda] Attached SCSI disk
[ 2.244962] usb 2-4: string descriptor 0 read error: -22
[ 2.244967] usb 2-4: New USB device found, idVendor=0001, idProduct=0000, bcdDevice= 1.00
[ 2.244978] usb 2-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.316322] usb 2-3.4: new low-speed USB device number 6 using xhci_hcd
[ 2.438142] usb 2-3.4: New USB device found, idVendor=045e, idProduct=00db, bcdDevice= 1.73
[ 2.438146] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.438148] usb 2-3.4: Product: Natural® Ergonomic Keyboard 4000
[ 2.438149] usb 2-3.4: Manufacturer: Microsoft
[ 2.544328] usb 2-5: new high-speed USB device number 7 using xhci_hcd
[ 2.701160] usb 2-5: New USB device found, idVendor=0bda, idProduct=0184, bcdDevice=84.13
[ 2.701164] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.701166] usb 2-5: Product: USB2.0-CRW
[ 2.701167] usb 2-5: Manufacturer: Generic
[ 2.701168] usb 2-5: SerialNumber: 20100818841300000
[ 3.592405] usb 4-6: new SuperSpeed USB device number 2 using xhci_hcd
[ 3.613151] usb 4-6: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[ 3.613155] usb 4-6: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 3.613156] usb 4-6: Product: ASMT1051
[ 3.613157] usb 4-6: Manufacturer: asmedia
[ 3.613158] usb 4-6: SerialNumber: 00000000000000000000
[ 3.630595] usb-storage 4-6:1.0: USB Mass Storage device detected
[ 3.631050] usb-storage 4-6:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 3.631210] scsi host6: usb-storage 4-6:1.0
[ 3.631315] usbcore: registered new interface driver usb-storage
[ 3.632999] usbcore: registered new interface driver uas
[ 3.740318] usb 2-9: new full-speed USB device number 9 using xhci_hcd
[ 3.891692] usb 2-9: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
[ 3.891698] usb 2-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.891699] usb 2-9: Product: USB Receiver
[ 3.891701] usb 2-9: Manufacturer: Logitech
[ 3.968328] usb 2-3.3: new full-speed USB device number 10 using xhci_hcd
[ 4.076969] usb 2-3.3: New USB device found, idVendor=1235, idProduct=0003, bcdDevice= 1.00
[ 4.076974] usb 2-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.076976] usb 2-3.3: Product: F998
[ 4.076978] usb 2-3.3: Manufacturer: MV-SILICON
[ 4.076979] usb 2-3.3: SerialNumber: 20190808
[ 4.196324] usb 2-10: new full-speed USB device number 11 using xhci_hcd
[ 4.412829] usb 2-10: New USB device found, idVendor=046d, idProduct=0a37, bcdDevice= 1.22
[ 4.412834] usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.412837] usb 2-10: Product: Logitech USB Headset H540
[ 4.412838] usb 2-10: Manufacturer: Logitech Inc
[ 4.412839] usb 2-10: SerialNumber: 00000000
[ 4.423386] hid: raw HID events driver (C) Jiri Kosina
[ 4.454169] usbhid 2-3.3:1.4: couldn't find an input interrupt endpoint
[ 4.467975] usbcore: registered new interface driver usbhid
[ 4.467978] usbhid: USB HID core driver
[ 4.470346] hid-generic 0003:0001:0000.0001: hiddev0,hidraw0: USB HID v1.11 Device [HID 0001:0000] on usb-0000:00:14.0-4/input0
[ 4.470503] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9:1.0/0003:046D:C52B.0004/input/input2
[ 4.563650] ums-realtek 2-5:1.0: USB Mass Storage device detected
[ 4.571001] scsi host7: usb-storage 2-5:1.0
[ 4.571056] usbcore: registered new interface driver ums-realtek
[ 4.620417] hid-generic 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-9/input0
[ 4.620610] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9:1.1/0003:046D:C52B.0005/input/input3
[ 4.620704] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9:1.1/0003:046D:C52B.0005/input/input4
[ 4.633063] scsi 6:0:0:0: Direct-Access ASMT 2105 0 PQ: 0 ANSI: 6
[ 4.639761] sd 6:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 4.640077] sd 6:0:0:0: [sdb] Write Protect is off
[ 4.640081] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 4.640404] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.645916] sdb: sdb1 sdb2 sdb3
[ 4.646028] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 4.680298] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9:1.1/0003:046D:C52B.0005/input/input5
[ 4.680387] hid-generic 0003:046D:C52B.0005: input,hiddev1,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-9/input1
[ 4.680523] hid-generic 0003:046D:C52B.0006: hiddev2,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-9/input2
[ 4.680572] input: MV-SILICON F998 as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.3/2-3.3:1.3/0003:1235:0003.0007/input/input7
[ 4.740457] hid-generic 0003:1235:0003.0007: input,hidraw4: USB HID v2.01 Device [MV-SILICON F998] on usb-0000:00:14.0-3.3/input3
[ 4.740585] input: Logitech Inc Logitech USB Headset H540 as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10:1.3/0003:046D:0A37.0008/input/input8
[ 4.800441] hid-generic 0003:046D:0A37.0008: input,hidraw5: USB HID v1.11 Device [Logitech Inc Logitech USB Headset H540] on usb-0000:00:14.0-10/input3
[ 4.807621] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/0003:045E:00DB.0002/input/input9
[ 5.060467] microsoft 0003:045E:00DB.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:14.0-3.4/input0
[ 5.060723] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.1/0003:045E:00DB.0003/input/input10
[ 5.136486] microsoft 0003:045E:00DB.0003: input,hidraw6: USB HID v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:14.0-3.4/input1
[ 5.136943] logitech-djreceiver 0003:046D:C52B.0006: hiddev2,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-9/input2
[ 5.264561] input: Logitech Wireless Device PID:406f Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9:1.2/0003:046D:C52B.0006/0003:046D:406F.0009/input/input11
[ 5.372517] input: Logitech Wireless Device PID:406f Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9:1.2/0003:046D:C52B.0006/0003:046D:406F.0009/input/input12
[ 5.372971] hid-generic 0003:046D:406F.0009: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:406f] on usb-0000:00:14.0-9/input2:1
[ 5.523125] input: Logitech MX Ergo as /devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9:1.2/0003:046D:C52B.0006/0003:046D:406F.0009/input/input16
[ 5.588845] logitech-hidpp-device 0003:046D:406F.0009: input,hidraw2: USB HID v1.11 Keyboard [Logitech MX Ergo] on usb-0000:00:14.0-9/input2:1
[ 5.594684] scsi 7:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS
[ 5.596649] scsi 7:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS
[ 5.598713] scsi 7:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
[ 5.600827] scsi 7:0:0:3: Direct-Access Generic- M.S./M.S.Pro/HG 1.00 PQ: 0 ANSI: 0 CCS
[ 5.602755] scsi 7:0:0:4: Direct-Access Generic- SD/MMC/M.S.PRO 1.00 PQ: 0 ANSI: 0 CCS
[ 5.605489] sd 7:0:0:0: [sdc] Media removed, stopped polling
[ 5.605650] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[ 5.607504] sd 7:0:0:1: [sdd] Media removed, stopped polling
[ 5.607649] sd 7:0:0:1: [sdd] Attached SCSI removable disk
[ 5.611303] sd 7:0:0:2: [sde] Media removed, stopped polling
[ 5.611446] sd 7:0:0:2: [sde] Attached SCSI removable disk
[ 5.622941] sd 7:0:0:3: [sdf] Media removed, stopped polling
[ 5.623154] sd 7:0:0:3: [sdf] Attached SCSI removable disk
[ 5.624804] sd 7:0:0:4: [sdg] Media removed, stopped polling
[ 5.624997] sd 7:0:0:4: [sdg] Attached SCSI removable disk
[ 5.759074] PM: Image not found (code -22)
[ 5.940538] EXT4-fs (sda5): orphan cleanup on readonly fs
[ 5.940840] EXT4-fs (sda5): mounted filesystem with ordered data mode. Quota mode: none.
[ 6.007953] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 6.413849] systemd[1]: RTC configured in localtime, applying delta of 420 minutes to system time.
[ 6.448943] systemd[1]: Inserted module 'autofs4'
[ 6.522064] systemd[1]: systemd 252.33-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)
[ 6.522070] systemd[1]: Detected architecture x86-64.
[ 6.524618] systemd[1]: Hostname set to <lenovo-m83>.
[ 6.834429] systemd[1]: /lib/systemd/system/scanbd.service:30: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 6.834436] systemd[1]: /lib/systemd/system/scanbd.service:31: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 6.857760] systemd[1]: /etc/systemd/system/anydesk.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/anydesk.pid → /run/anydesk.pid; please update the unit file accordingly.
[ 6.914674] systemd[1]: Queued start job for default target graphical.target.
[ 6.937140] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 6.937427] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 6.937677] systemd[1]: Created slice system-nut\x2ddriver.slice - Slice /system/nut-driver.
[ 6.937910] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 6.938062] systemd[1]: Created slice user.slice - User and Session Slice.
[ 6.938119] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 6.938249] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 6.938267] systemd[1]: Expecting device dev-disk-by\x2duuid-2678\x2d7731.device - /dev/disk/by-uuid/2678-7731...
[ 6.938274] systemd[1]: Expecting device dev-disk-by\x2duuid-e9bd2233\x2d8773\x2d494a\x2d8bce\x2d16dfa7788034.device - /dev/disk/by-uuid/e9bd2233-8773-494a-8bce-16dfa7788034...
[ 6.938297] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 6.938323] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 6.938346] systemd[1]: Reached target slices.target - Slice Units.
[ 6.938368] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 6.940922] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 6.941309] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 6.941361] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 6.941672] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 6.941774] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 6.941888] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 6.942004] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 6.942081] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 6.942655] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 6.943245] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 6.943898] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 6.944474] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 6.944568] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 6.945964] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 6.946582] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 6.947222] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 6.947836] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 6.948490] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 6.949149] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 6.950112] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 6.950821] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 6.950994] 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).
[ 6.952032] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 6.968952] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 6.969598] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 6.970283] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 6.971363] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 6.971723] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.971822] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 6.972488] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 6.977768] pstore: Using crash dump compression: deflate
[ 6.984413] fuse: init (API version 7.38)
[ 6.985067] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 6.985177] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 6.985698] pstore: Registered efi as persistent store backend
[ 6.985910] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 6.986280] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 6.986347] loop: module loaded
[ 6.986397] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 6.986679] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 6.986774] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 6.993436] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 6.993463] device-mapper: uevent: version 1.0.3
[ 6.993524] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 6.994201] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 6.994357] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 6.994532] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 7.017109] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 7.017329] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 7.017511] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 7.017691] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 7.017842] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 7.017984] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 7.021284] EXT4-fs (sda5): re-mounted. Quota mode: none.
[ 7.022018] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 7.022205] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 7.022233] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 7.033636] ACPI: bus type drm_connector registered
[ 7.040509] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 7.041357] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 7.041521] systemd[1]: Started systemd-journald.service - Journal Service.
[ 7.055059] systemd-journald[322]: Received client request to flush runtime journal.
[ 7.064155] lp: driver loaded but no devices found
[ 7.069641] ppdev: user-space parallel port driver
[ 7.111639] it87: Found IT8733E chip at 0xa40, revision 3
[ 7.111678] ACPI Warning: SystemIO range 0x0000000000000A45-0x0000000000000A46 conflicts with OpRegion 0x0000000000000A40-0x0000000000000A46 (\_SB.PCI0.LPCB.SIO1.HWMP) (20220331/utaddress-204)
[ 7.111682] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 7.199079] usbcore: registered new interface driver rtsx_usb
[ 8.008043] loop0: detected capacity change from 0 to 8
[ 8.008845] loop1: detected capacity change from 0 to 113992
[ 8.011413] loop2: detected capacity change from 0 to 113384
[ 8.018486] loop3: detected capacity change from 0 to 130552
[ 8.022258] loop4: detected capacity change from 0 to 130448
[ 8.023973] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 8.027071] loop5: detected capacity change from 0 to 151288
[ 8.029109] loop6: detected capacity change from 0 to 151328
[ 8.037164] loop7: detected capacity change from 0 to 135624
[ 8.039731] loop8: detected capacity change from 0 to 135624
[ 8.042747] loop9: detected capacity change from 0 to 422496
[ 8.045512] loop10: detected capacity change from 0 to 423592
[ 8.050656] loop11: detected capacity change from 0 to 431592
[ 8.053337] loop12: detected capacity change from 0 to 395216
[ 8.055053] loop13: detected capacity change from 0 to 337560
[ 8.062373] loop14: detected capacity change from 0 to 447264
[ 8.064515] loop15: detected capacity change from 0 to 1034424
[ 8.068412] loop16: detected capacity change from 0 to 1056784
[ 8.071185] loop17: detected capacity change from 0 to 819344
[ 8.072867] loop18: detected capacity change from 0 to 827600
[ 8.074125] loop19: detected capacity change from 0 to 187776
[ 8.079551] loop20: detected capacity change from 0 to 433128
[ 8.081189] loop21: detected capacity change from 0 to 424736
[ 8.084057] loop22: detected capacity change from 0 to 366768
[ 8.086801] loop23: detected capacity change from 0 to 366848
[ 8.092208] loop24: detected capacity change from 0 to 370864
[ 8.105063] loop25: detected capacity change from 0 to 370864
[ 8.112301] loop27: detected capacity change from 0 to 26472
[ 8.112303] loop26: detected capacity change from 0 to 24984
[ 8.116534] loop28: detected capacity change from 0 to 90720
[ 8.122574] loop29: detected capacity change from 0 to 91008
[ 8.211284] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 8.211306] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 8.211326] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 8.211343] sd 7:0:0:0: Attached scsi generic sg3 type 0
[ 8.211359] sd 7:0:0:1: Attached scsi generic sg4 type 0
[ 8.211377] sd 7:0:0:2: Attached scsi generic sg5 type 0
[ 8.211394] sd 7:0:0:3: Attached scsi generic sg6 type 0
[ 8.211410] sd 7:0:0:4: Attached scsi generic sg7 type 0
[ 8.217848] at24 0-0050: supply vcc not found, using dummy regulator
[ 8.221107] at24 0-0050: 256 byte spd EEPROM, read-only
[ 8.221131] at24 0-0051: supply vcc not found, using dummy regulator
[ 8.222779] at24 0-0051: 256 byte spd EEPROM, read-only
[ 8.222800] at24 0-0052: supply vcc not found, using dummy regulator
[ 8.224618] at24 0-0052: 256 byte spd EEPROM, read-only
[ 8.224640] at24 0-0053: supply vcc not found, using dummy regulator
[ 8.226479] at24 0-0053: 256 byte spd EEPROM, read-only
[ 8.235370] iTCO_vendor_support: vendor-support=0
[ 8.235637] input: PC Speaker as /devices/platform/pcspkr/input/input17
[ 8.251279] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[ 8.251947] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 8.373645] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[ 8.374675] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 8.374681] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 8.438450] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[ 8.438891] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[ 8.438953] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[ 8.439389] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[ 8.484292] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC662 rev3: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 8.484297] snd_hda_codec_realtek hdaudioC0D2: speaker_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 8.484298] snd_hda_codec_realtek hdaudioC0D2: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 8.484299] snd_hda_codec_realtek hdaudioC0D2: mono: mono_out=0x0
[ 8.484300] snd_hda_codec_realtek hdaudioC0D2: inputs:
[ 8.484301] snd_hda_codec_realtek hdaudioC0D2: Front Mic=0x19
[ 8.484302] snd_hda_codec_realtek hdaudioC0D2: Rear Mic=0x18
[ 8.484303] snd_hda_codec_realtek hdaudioC0D2: Line=0x1a
[ 8.494666] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[ 8.494706] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[ 8.494741] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
[ 8.494775] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
[ 8.494808] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
[ 8.633618] nvidia: loading out-of-tree module taints kernel.
[ 8.633630] nvidia: module license 'NVIDIA' taints kernel.
[ 8.633632] Disabling lock debugging due to kernel taint
[ 8.649175] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 8.782112] mc: Linux media interface: v0.10
[ 8.784360] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
[ 8.786772] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 8.814524] videodev: Linux video capture interface: v2.00
[ 8.829720] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 535.216.01 Tue Sep 17 16:54:04 UTC 2024
[ 8.853677] usb 2-1: Warning! Unlikely big volume range (=5120), cval->res is probably wrong.
[ 8.853680] usb 2-1: [5] FU [Mic Capture Volume] ch = 1, val = 7680/12800/1
[ 8.878997] usb 2-3.3: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[ 8.879001] usb 2-3.3: [2] FU [PCM Playback Volume] ch = 2, val = 0/4096/1
[ 8.890979] usb 2-3.3: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[ 8.890981] usb 2-3.3: [5] FU [Mic Capture Volume] ch = 2, val = 0/4096/1
[ 8.916464] usb 2-1: Found multiple Units with ID 5
[ 8.916541] usbcore: registered new interface driver uvcvideo
[ 9.014481] usb 2-10: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[ 9.014484] usb 2-10: [11] FU [Sidetone Playback Volume] ch = 1, val = 0/4096/1
[ 9.054814] usbcore: registered new interface driver snd-usb-audio
[ 9.175930] Adding 42874876k swap on /dev/sda6. Priority:-2 extents:1 across:42874876k SSFS
[ 9.367872] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 9.367876] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 9.367877] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 9.367878] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 9.375648] cryptd: max_cpu_qlen set to 1000
[ 9.420091] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.216.01 Tue Sep 17 16:46:49 UTC 2024
[ 9.436514] AVX2 version of gcm_enc/dec engaged.
[ 9.436567] AES CTR mode by8 optimization enabled
[ 9.777462] audit: type=1400 audit(1740426404.701:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=704 comm="apparmor_parser"
[ 9.778454] audit: type=1400 audit(1740426404.701:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=698 comm="apparmor_parser"
[ 9.778801] audit: type=1400 audit(1740426404.701:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=699 comm="apparmor_parser"
[ 9.778804] audit: type=1400 audit(1740426404.701:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=699 comm="apparmor_parser"
[ 9.808075] audit: type=1400 audit(1740426404.721:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=703 comm="apparmor_parser"
[ 9.812441] audit: type=1400 audit(1740426404.737:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=702 comm="apparmor_parser"
[ 9.812446] audit: type=1400 audit(1740426404.737:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=702 comm="apparmor_parser"
[ 9.812447] audit: type=1400 audit(1740426404.737:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=702 comm="apparmor_parser"
[ 9.815561] audit: type=1400 audit(1740426404.737:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=716 comm="apparmor_parser"
[ 9.816868] audit: type=1400 audit(1740426404.741:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=718 comm="apparmor_parser"
[ 9.983438] RPC: Registered named UNIX socket transport module.
[ 9.983440] RPC: Registered udp transport module.
[ 9.983441] RPC: Registered tcp transport module.
[ 9.983441] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.044891] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 10.084323] intel_rapl_common: Found RAPL domain package
[ 10.084325] intel_rapl_common: Found RAPL domain core
[ 10.084326] intel_rapl_common: Found RAPL domain dram
[ 10.084329] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[ 10.084332] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[ 10.813436] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[ 14.980685] process '/usr/bin/anydesk' started with executable stack
[ 15.765272] loop30: detected capacity change from 0 to 8
[ 16.123851] NET: Registered PF_QIPCRTR protocol family
[ 17.755440] kauditd_printk_skb: 41 callbacks suppressed
[ 17.755443] audit: type=1400 audit(1740426412.677:53): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=1050 comm="cupsd" capability=12 capname="net_admin"
[ 19.638715] e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 19.638743] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[ 25.263870] sdb: sdb1 sdb2 sdb3
[ 28.351822] rfkill: input handler disabled
[ 38.712907] rfkill: input handler enabled
[ 43.135438] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Quota mode: none.
[ 43.165863] rfkill: input handler disabled
[ 49.422805] logitech-hidpp-device 0003:046D:406F.0009: HID++ 4.5 device connected.
Reply to: