Linux logs error `Failed to query (GET_CUR) UVC control X on unit Y: -75 (exp. 1).` (75 == EOVERFLOW?)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Linux folks,


Today, starting the Intel Kaby Lake laptop Dell XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022 with

    Bus 001 Device 004: ID 0c45:670c Microdia Integrated Webcam HD

Linux “6.11-rc0” (v6.10-8070-gcb273eb7c839) logged UVC errors:

    $ sudo dmesg | grep "usb 1-5"
[ 6.530358] usb 1-5: new high-speed USB device number 4 using xhci_hcd [ 6.739200] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26 [ 6.739224] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
    [    6.739234] usb 1-5: Product: Integrated_Webcam_HD
    [    6.739242] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[ 13.138324] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c) [ 13.139881] usb 1-5: Failed to query (GET_CUR) UVC control 2 on unit 2: -75 (exp. 1). [ 13.141689] usb 1-5: Failed to query (GET_CUR) UVC control 3 on unit 2: -75 (exp. 1). [ 13.146931] usb 1-5: Failed to query (GET_CUR) UVC control 6 on unit 2: -75 (exp. 1). [ 13.149257] usb 1-5: Failed to query (GET_CUR) UVC control 7 on unit 2: -75 (exp. 1). [ 13.162456] usb 1-5: Failed to query (GET_CUR) UVC control 8 on unit 2: -75 (exp. 1). [ 13.176789] usb 1-5: Failed to query (GET_CUR) UVC control 9 on unit 2: -75 (exp. 1). [ 13.178409] usb 1-5: Failed to query (GET_CUR) UVC control 10 on unit 2: -75 (exp. 1). [ 13.180053] usb 1-5: Failed to query (GET_CUR) UVC control 1 on unit 2: -75 (exp. 1). [ 13.182754] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 2: -75 (exp. 1). [ 13.333317] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 1: -75 (exp. 1).

According to the archived logs, it’s the first time they are logged. It’s from `uvc_query_ctrl()` in `drivers/media/usb/uvc/uvc_video.c`:

    int uvc_query_ctrl(struct uvc_device *dev, u8 query, u8 unit,
                        u8 intfnum, u8 cs, void *data, u16 size)
    {
        int ret;
        u8 error;
        u8 tmp;

        ret = __uvc_query_ctrl(dev, query, unit, intfnum, cs, data, size,
                                UVC_CTRL_CONTROL_TIMEOUT);
        if (likely(ret == size))
                return 0;

        if (ret != -EPIPE) {
                dev_err(&dev->udev->dev,
"Failed to query (%s) UVC control %u on unit %u: %d (exp. %u).\n",
                        uvc_query_name(query), cs, unit, ret, size);
                return ret < 0 ? ret : -EPIPE;
        }

That function has not been changed recently. Does error number 75 mean

#define EOVERFLOW 75 /* Value too large for defined data type */


from `include/uapi/asm-generic/errno.h`?

Is my hardware failing, or did something change?


Kind regards,

Paul
[    0.000000] Linux version 6.10.0-08070-gcb273eb7c839 (build@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (Debian 13.3.0-2) 13.3.0, GNU ld (GNU Binutils for Debian) 2.42.50.20240710) #224 SMP PREEMPT_DYNAMIC Thu Jul 18 23:15:07 CEST 2024
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.10.0-08070-gcb273eb7c839 root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=8M cryptomgr.notests
[    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-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000556aafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f872000-0x000000006fffefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000785fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078600000-0x000000007c7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004817fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0x511d7018-0x511e7057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000511d7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000511d7018-0x00000000511e7057] usable
[    0.000000] reserve setup_data: [mem 0x00000000511e7058-0x00000000556aafff] usable
[    0.000000] reserve setup_data: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f872000-0x000000006fffefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000078000000-0x00000000785fffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000078600000-0x000000007c7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004817fffff] usable
[    0.000000] efi: EFI v2.4 by American Megatrends
[    0.000000] efi: ACPI=0x6518d000 ACPI 2.0=0x6518d000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x6f812000 ESRT=0x6fc86698 MEMATTR=0x62679298 INITRD=0x5577da98 TPMEventLog=0x5577e018 
[    0.000000] efi: Remove mem34: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem35: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem36: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem37: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem38: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell Inc. XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.000000] tsc: Detected 2899.886 MHz TSC
[    0.000792] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000795] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000800] last_pfn = 0x481800 max_arch_pfn = 0x400000000
[    0.000803] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[    0.000805] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001094] last_pfn = 0x78600 max_arch_pfn = 0x400000000
[    0.006922] esrt: Reserving ESRT space from 0x000000006fc86698 to 0x000000006fc866d0.
[    0.006928] Using GB pages for direct mapping
[    0.013339] printk: log_buf_len: 8388608 bytes
[    0.013340] printk: early log buf free: 125336(95%)
[    0.013341] Secure boot disabled
[    0.013342] RAMDISK: [mem 0x511e8000-0x525fcfff]
[    0.013346] ACPI: Early table checksum verification disabled
[    0.013349] ACPI: RSDP 0x000000006518D000 000024 (v02 DELL  )
[    0.013352] ACPI: XSDT 0x000000006518D0C8 00010C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013357] ACPI: FACP 0x00000000651B2A48 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.013361] ACPI: DSDT 0x000000006518D260 0257E7 (v02 DELL   CBX3     01072009 INTL 20160422)
[    0.013364] ACPI: FACS 0x000000006F86F180 000040
[    0.013366] ACPI: APIC 0x00000000651B2B58 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.013368] ACPI: FPDT 0x00000000651B2BE0 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013370] ACPI: FIDT 0x00000000651B2C28 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013372] ACPI: MCFG 0x00000000651B2CD8 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.013374] ACPI: HPET 0x00000000651B2D18 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.013376] ACPI: SSDT 0x00000000651B2D50 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.013379] ACPI: BOOT 0x00000000651B30B0 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013381] ACPI: SSDT 0x00000000651B30D8 0012CF (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.013383] ACPI: HPET 0x00000000651B43A8 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.013385] ACPI: SSDT 0x00000000651B43E0 000D84 (v02 INTEL  xh_rvp07 00000000 INTL 20160422)
[    0.013387] ACPI: UEFI 0x00000000651B5168 000042 (v01                 00000000      00000000)
[    0.013389] ACPI: SSDT 0x00000000651B51B0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.013392] ACPI: LPIT 0x00000000651B6090 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.013394] ACPI: WSMT 0x00000000651B6128 000028 (v01 DELL   CBX3     00000000 MSFT 0000005F)
[    0.013396] ACPI: SSDT 0x00000000651B6150 000161 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.013398] ACPI: SSDT 0x00000000651B62B8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.013400] ACPI: SSDT 0x00000000651B6558 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.013402] ACPI: SSDT 0x00000000651B9560 0000DB (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.013405] ACPI: DBGP 0x00000000651B9640 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.013407] ACPI: DBG2 0x00000000651B9678 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.013409] ACPI: SSDT 0x00000000651B96D0 0007DD (v02 INTEL  UsbCTabl 00001000 INTL 20160422)
[    0.013411] ACPI: SSDT 0x00000000651B9EB0 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[    0.013413] ACPI: SLIC 0x00000000651C23A8 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.013418] ACPI: NHLT 0x00000000651C2520 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.013420] ACPI: BGRT 0x00000000651C2550 000038 (v00                 01072009 AMI  00010013)
[    0.013422] ACPI: TPM2 0x00000000651C2588 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.013425] ACPI: ASF! 0x00000000651C25C0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.013427] ACPI: DMAR 0x00000000651C2660 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.013429] ACPI: Reserving FACP table memory at [mem 0x651b2a48-0x651b2b53]
[    0.013430] ACPI: Reserving DSDT table memory at [mem 0x6518d260-0x651b2a46]
[    0.013431] ACPI: Reserving FACS table memory at [mem 0x6f86f180-0x6f86f1bf]
[    0.013431] ACPI: Reserving APIC table memory at [mem 0x651b2b58-0x651b2bdb]
[    0.013432] ACPI: Reserving FPDT table memory at [mem 0x651b2be0-0x651b2c23]
[    0.013433] ACPI: Reserving FIDT table memory at [mem 0x651b2c28-0x651b2cd3]
[    0.013433] ACPI: Reserving MCFG table memory at [mem 0x651b2cd8-0x651b2d13]
[    0.013434] ACPI: Reserving HPET table memory at [mem 0x651b2d18-0x651b2d4f]
[    0.013435] ACPI: Reserving SSDT table memory at [mem 0x651b2d50-0x651b30a8]
[    0.013435] ACPI: Reserving BOOT table memory at [mem 0x651b30b0-0x651b30d7]
[    0.013436] ACPI: Reserving SSDT table memory at [mem 0x651b30d8-0x651b43a6]
[    0.013437] ACPI: Reserving HPET table memory at [mem 0x651b43a8-0x651b43df]
[    0.013437] ACPI: Reserving SSDT table memory at [mem 0x651b43e0-0x651b5163]
[    0.013438] ACPI: Reserving UEFI table memory at [mem 0x651b5168-0x651b51a9]
[    0.013439] ACPI: Reserving SSDT table memory at [mem 0x651b51b0-0x651b608d]
[    0.013439] ACPI: Reserving LPIT table memory at [mem 0x651b6090-0x651b6123]
[    0.013440] ACPI: Reserving WSMT table memory at [mem 0x651b6128-0x651b614f]
[    0.013441] ACPI: Reserving SSDT table memory at [mem 0x651b6150-0x651b62b0]
[    0.013441] ACPI: Reserving SSDT table memory at [mem 0x651b62b8-0x651b6556]
[    0.013442] ACPI: Reserving SSDT table memory at [mem 0x651b6558-0x651b9559]
[    0.013442] ACPI: Reserving SSDT table memory at [mem 0x651b9560-0x651b963a]
[    0.013443] ACPI: Reserving DBGP table memory at [mem 0x651b9640-0x651b9673]
[    0.013444] ACPI: Reserving DBG2 table memory at [mem 0x651b9678-0x651b96cb]
[    0.013444] ACPI: Reserving SSDT table memory at [mem 0x651b96d0-0x651b9eac]
[    0.013445] ACPI: Reserving SSDT table memory at [mem 0x651b9eb0-0x651c23a0]
[    0.013446] ACPI: Reserving SLIC table memory at [mem 0x651c23a8-0x651c251d]
[    0.013446] ACPI: Reserving NHLT table memory at [mem 0x651c2520-0x651c254c]
[    0.013447] ACPI: Reserving BGRT table memory at [mem 0x651c2550-0x651c2587]
[    0.013448] ACPI: Reserving TPM2 table memory at [mem 0x651c2588-0x651c25bb]
[    0.013448] ACPI: Reserving ASF! table memory at [mem 0x651c25c0-0x651c265f]
[    0.013449] ACPI: Reserving DMAR table memory at [mem 0x651c2660-0x651c274f]
[    0.013577] No NUMA configuration found
[    0.013577] Faking a node at [mem 0x0000000000000000-0x00000004817fffff]
[    0.013591] NODE_DATA(0) allocated [mem 0x47f3d5000-0x47f3fffff]
[    0.013738] Zone ranges:
[    0.013739]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.013740]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.013742]   Normal   [mem 0x0000000100000000-0x00000004817fffff]
[    0.013743]   Device   empty
[    0.013743] Movable zone start for each node
[    0.013745] Early memory node ranges
[    0.013745]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.013747]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.013747]   node   0: [mem 0x0000000000100000-0x00000000556aafff]
[    0.013748]   node   0: [mem 0x00000000556ad000-0x0000000064df3fff]
[    0.013749]   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
[    0.013750]   node   0: [mem 0x0000000078000000-0x00000000785fffff]
[    0.013750]   node   0: [mem 0x0000000100000000-0x00000004817fffff]
[    0.013753] Initmem setup node 0 [mem 0x0000000000001000-0x00000004817fffff]
[    0.013762] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.013763] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.013785] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.016137] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.016555] On node 0, zone DMA32: 45579 pages in unavailable ranges
[    0.017073] On node 0, zone Normal: 31232 pages in unavailable ranges
[    0.017326] On node 0, zone Normal: 26624 pages in unavailable ranges
[    0.017333] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[    0.017516] ACPI: PM-Timer IO Port: 0x1808
[    0.017521] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.017523] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.017523] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.017524] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.017550] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.017552] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.017554] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.017557] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.017558] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.017563] e820: update [mem 0x62260000-0x623ecfff] usable ==> reserved
[    0.017570] TSC deadline timer available
[    0.017574] CPU topo: Max. logical packages:   1
[    0.017574] CPU topo: Max. logical dies:       1
[    0.017575] CPU topo: Max. dies per package:   1
[    0.017578] CPU topo: Max. threads per core:   2
[    0.017579] CPU topo: Num. cores per package:     2
[    0.017580] CPU topo: Num. threads per package:   4
[    0.017580] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.017597] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.017599] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.017601] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.017602] PM: hibernation: Registered nosave memory: [mem 0x511d7000-0x511d7fff]
[    0.017604] PM: hibernation: Registered nosave memory: [mem 0x511e7000-0x511e7fff]
[    0.017605] PM: hibernation: Registered nosave memory: [mem 0x556ab000-0x556abfff]
[    0.017606] PM: hibernation: Registered nosave memory: [mem 0x556ac000-0x556acfff]
[    0.017607] PM: hibernation: Registered nosave memory: [mem 0x62260000-0x623ecfff]
[    0.017608] PM: hibernation: Registered nosave memory: [mem 0x64df4000-0x6517ffff]
[    0.017609] PM: hibernation: Registered nosave memory: [mem 0x65180000-0x651c3fff]
[    0.017609] PM: hibernation: Registered nosave memory: [mem 0x651c4000-0x6f871fff]
[    0.017610] PM: hibernation: Registered nosave memory: [mem 0x6f872000-0x6fffefff]
[    0.017612] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[    0.017613] PM: hibernation: Registered nosave memory: [mem 0x78600000-0x7c7fffff]
[    0.017614] PM: hibernation: Registered nosave memory: [mem 0x7c800000-0xfdffffff]
[    0.017614] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.017615] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.017615] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.017616] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.017617] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.017617] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.017618] [mem 0x7c800000-0xfdffffff] available for PCI devices
[    0.017619] Booting paravirtualized kernel on bare hardware
[    0.017621] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.021858] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.022175] percpu: Embedded 94 pages/cpu s290816 r65536 d28672 u524288
[    0.022182] pcpu-alloc: s290816 r65536 d28672 u524288 alloc=1*2097152
[    0.022183] pcpu-alloc: [0] 0 1 2 3 
[    0.022201] Kernel command line: BOOT_IMAGE=/vmlinuz-6.10.0-08070-gcb273eb7c839 root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=8M cryptomgr.notests
[    0.022263] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.10.0-08070-gcb273eb7c839", will be passed to user space.
[    0.022287] random: crng init done
[    0.023755] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.024508] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.024561] Fallback order for Node 0: 0 
[    0.024563] Built 1 zonelists, mobility grouping on.  Total pages: 4090767
[    0.024564] Policy zone: Normal
[    0.024569] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.024575] software IO TLB: area num 4.
[    0.042719] Memory: 1656176K/16363068K available (14336K kernel code, 2531K rwdata, 9868K rodata, 2908K init, 6512K bss, 500228K reserved, 0K cma-reserved)
[    0.042919] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.042925] kmemleak: Kernel memory leak detector disabled
[    0.042954] ftrace: allocating 42657 entries in 167 pages
[    0.049739] ftrace: allocated 167 pages with 5 groups
[    0.050354] Dynamic Preempt: voluntary
[    0.050385] rcu: Preemptible hierarchical RCU implementation.
[    0.050385] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.050386] 	Trampoline variant of Tasks RCU enabled.
[    0.050387] 	Rude variant of Tasks RCU enabled.
[    0.050387] 	Tracing variant of Tasks RCU enabled.
[    0.050388] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.050388] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.050393] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.050395] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.050396] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.052635] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.052854] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.053043] spurious 8259A interrupt: IRQ7.
[    0.053068] Console: colour dummy device 80x25
[    0.053070] printk: legacy console [tty0] enabled
[    0.053104] ACPI: Core revision 20240322
[    0.053248] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.053250] APIC: Switch to symmetric I/O mode setup
[    0.053251] DMAR: Host address width 39
[    0.053252] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.053258] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.053260] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.053264] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.053266] DMAR: RMRR base: 0x00000064ec2000 end: 0x00000064ee1fff
[    0.053267] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[    0.053268] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.053269] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.053271] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.053272] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.053273] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.055064] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.055066] x2apic enabled
[    0.055120] APIC: Switched APIC routing to: cluster x2apic
[    0.059025] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[    0.059030] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[    0.059058] CPU0: Thermal monitoring enabled (TM1)
[    0.059094] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.059095] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.059098] process: using mwait in idle threads
[    0.059110] Spectre V2 : User space: Vulnerable
[    0.059111] Speculative Store Bypass: Vulnerable
[    0.059113] SRBDS: Vulnerable
[    0.059118] GDS: Vulnerable
[    0.059123] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.059124] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.059125] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.059126] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.059126] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.059127] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.059129] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.059130] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.059130] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.063028] Freeing SMP alternatives memory: 36K
[    0.063028] pid_max: default: 32768 minimum: 301
[    0.063028] LSM: initializing lsm=capability,landlock,apparmor,bpf,ima,evm
[    0.063028] landlock: Up and running.
[    0.063028] AppArmor: AppArmor initialized
[    0.063028] LSM support for eBPF active
[    0.063028] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.063028] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.063028] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.063028] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.063028] ... version:                4
[    0.063028] ... bit width:              48
[    0.063028] ... generic registers:      4
[    0.063028] ... value mask:             0000ffffffffffff
[    0.063028] ... max period:             00007fffffffffff
[    0.063028] ... fixed-purpose events:   3
[    0.063028] ... event mask:             000000070000000f
[    0.063028] signal: max sigframe size: 1616
[    0.063028] Estimated ratio of average max frequency by base frequency (times 1024): 1235
[    0.063028] rcu: Hierarchical SRCU implementation.
[    0.063028] rcu: 	Max phase no-delay instances is 1000.
[    0.063028] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.063028] smp: Bringing up secondary CPUs ...
[    0.063028] smpboot: x86: Booting SMP configuration:
[    0.063028] .... node  #0, CPUs:      #1 #2 #3
[    0.063028] smp: Brought up 1 node, 4 CPUs
[    0.063028] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[    0.083049] node 0 deferred pages initialised in 20ms
[    0.083473] devtmpfs: initialized
[    0.083473] x86/mm: Memory block size: 128MB
[    0.084114] ACPI: PM: Registering ACPI NVS region [mem 0x556ab000-0x556abfff] (4096 bytes)
[    0.084114] ACPI: PM: Registering ACPI NVS region [mem 0x651c4000-0x6f871fff] (174776320 bytes)
[    0.087175] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.087182] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.087231] pinctrl core: initialized pinctrl subsystem
[    0.087653] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.087866] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.087971] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.088092] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.088107] audit: initializing netlink subsys (disabled)
[    0.088122] audit: type=2000 audit(1721364449.028:1): state=initialized audit_enabled=0 res=1
[    0.088122] thermal_sys: Registered thermal governor 'fair_share'
[    0.088122] thermal_sys: Registered thermal governor 'bang_bang'
[    0.088122] thermal_sys: Registered thermal governor 'step_wise'
[    0.088122] thermal_sys: Registered thermal governor 'user_space'
[    0.088122] thermal_sys: Registered thermal governor 'power_allocator'
[    0.088122] cpuidle: using governor ladder
[    0.088122] cpuidle: using governor menu
[    0.088122] Simple Boot Flag at 0x47 set to 0x80
[    0.088122] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.088122] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.088122] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.088122] PCI: Using configuration type 1 for base access
[    0.088122] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.088122] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.088122] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.088122] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.088122] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.088122] Demotion targets for Node 0: null
[    0.088122] ACPI: Added _OSI(Module Device)
[    0.088122] ACPI: Added _OSI(Processor Device)
[    0.088122] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.088122] ACPI: Added _OSI(Processor Aggregator Device)
[    0.126126] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    5.109215] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    5.113723] ACPI: Dynamic OEM Table Load:
[    5.113723] ACPI: SSDT 0xFFFF9BD1C264C000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    5.113723] ACPI: Dynamic OEM Table Load:
[    5.113723] ACPI: SSDT 0xFFFF9BD1F478B000 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    5.115727] ACPI: Dynamic OEM Table Load:
[    5.115732] ACPI: SSDT 0xFFFF9BD1F4788000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    5.116770] ACPI: Dynamic OEM Table Load:
[    5.116773] ACPI: SSDT 0xFFFF9BD1C264BC00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    5.119211] ACPI: EC: EC started
[    5.119212] ACPI: EC: interrupt blocked
[    5.127265] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    5.127268] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    5.127269] ACPI: Interpreter enabled
[    5.127304] ACPI: PM: (supports S0 S3 S4 S5)
[    5.127305] ACPI: Using IOAPIC for interrupt routing
[    5.127339] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    5.127341] PCI: Using E820 reservations for host bridge windows
[    5.127864] ACPI: Enabled 8 GPEs in block 00 to 7F
[    5.137989] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[    5.138261] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[    5.138521] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[    5.138784] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[    5.139818] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[    5.140079] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[    5.140338] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[    5.159240] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    5.159251] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    5.159405] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    5.159684] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    5.159686] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    5.160411] PCI host bridge to bus 0000:00
[    5.160412] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    5.160415] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    5.160417] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    5.160418] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xdfffffff window]
[    5.160419] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    5.160420] pci_bus 0000:00: root bus resource [bus 00-fe]
[    5.160436] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 conventional PCI endpoint
[    5.160496] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    5.160503] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[    5.160508] pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
[    5.160511] pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
[    5.160524] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.160647] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[    5.160655] pci 0000:00:04.0: BAR 0 [mem 0xdc320000-0xdc327fff 64bit]
[    5.160896] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[    5.160913] pci 0000:00:14.0: BAR 0 [mem 0xdc310000-0xdc31ffff 64bit]
[    5.160966] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    5.161414] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[    5.161428] pci 0000:00:14.2: BAR 0 [mem 0xdc334000-0xdc334fff 64bit]
[    5.161558] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 conventional PCI endpoint
[    5.161586] pci 0000:00:15.0: BAR 0 [mem 0xdc333000-0xdc333fff 64bit]
[    5.161893] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 conventional PCI endpoint
[    5.161933] pci 0000:00:15.1: BAR 0 [mem 0xdc332000-0xdc332fff 64bit]
[    5.162233] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[    5.162246] pci 0000:00:16.0: BAR 0 [mem 0xdc331000-0xdc331fff 64bit]
[    5.162288] pci 0000:00:16.0: PME# supported from D3hot
[    5.162583] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 PCIe Root Port
[    5.162600] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    5.162604] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    5.162610] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.162651] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    5.163028] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[    5.167048] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    5.167053] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xdc1fffff]
[    5.167109] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    5.167497] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 PCIe Root Port
[    5.167514] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    5.167518] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    5.167566] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    5.167957] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 conventional PCI endpoint
[    5.168228] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[    5.168240] pci 0000:00:1f.2: BAR 0 [mem 0xdc32c000-0xdc32ffff]
[    5.168438] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 conventional PCI endpoint
[    5.168457] pci 0000:00:1f.3: BAR 0 [mem 0xdc328000-0xdc32bfff 64bit]
[    5.168479] pci 0000:00:1f.3: BAR 4 [mem 0xdc300000-0xdc30ffff 64bit]
[    5.168519] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    5.169058] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[    5.169116] pci 0000:00:1f.4: BAR 0 [mem 0xdc330000-0xdc3300ff 64bit]
[    5.169187] pci 0000:00:1f.4: BAR 4 [io  0xf040-0xf05f]
[    5.169510] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[    5.169541] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[    5.169549] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    5.169560] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.169571] pci 0000:01:00.0: enabling Extended Tags
[    5.169654] pci 0000:01:00.0: supports D1 D2
[    5.169654] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.169729] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    5.169987] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    5.170067] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.170099] pci 0000:02:00.0: PCI bridge to [bus 03]
[    5.170107] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[    5.170129] pci 0000:02:00.0: enabling Extended Tags
[    5.170216] pci 0000:02:00.0: supports D1 D2
[    5.170217] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.170385] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.170417] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[    5.170425] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[    5.170436] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.170449] pci 0000:02:01.0: enabling Extended Tags
[    5.170539] pci 0000:02:01.0: supports D1 D2
[    5.170540] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.170706] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.170738] pci 0000:02:02.0: PCI bridge to [bus 39]
[    5.170747] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[    5.170770] pci 0000:02:02.0: enabling Extended Tags
[    5.170857] pci 0000:02:02.0: supports D1 D2
[    5.170858] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.170858] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[    5.170858] pci 0000:02:00.0: PCI bridge to [bus 03]
[    5.170858] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[    5.170858] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[    5.170858] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[    5.170858] pci 0000:39:00.0: enabling Extended Tags
[    5.170858] pci 0000:39:00.0: supports D1 D2
[    5.170858] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.170858] pci 0000:39:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:02:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    5.170858] pci 0000:02:02.0: PCI bridge to [bus 39]
[    5.170858] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000 PCIe Endpoint
[    5.170858] pci 0000:3a:00.0: BAR 0 [mem 0xdc000000-0xdc1fffff 64bit]
[    5.170858] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[    5.175138] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    5.175232] pci 0000:3b:00.0: [1c5c:1284] type 00 class 0x010802 PCIe Endpoint
[    5.175251] pci 0000:3b:00.0: BAR 0 [mem 0xdc200000-0xdc203fff 64bit]
[    5.175359] pci 0000:3b:00.0: PME# supported from D0 D1 D3hot
[    5.175680] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    5.178396] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    5.179055] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    5.179098] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    5.179141] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    5.179182] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    5.179224] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    5.179266] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    5.179307] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    5.187946] ACPI: EC: interrupt unblocked
[    5.187947] ACPI: EC: event unblocked
[    5.187952] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    5.187953] ACPI: EC: GPE=0x14
[    5.187955] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    5.187956] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    5.188016] iommu: Default domain type: Translated
[    5.188016] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.188016] pps_core: LinuxPPS API ver. 1 registered
[    5.188016] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    5.188016] PTP clock support registered
[    5.188016] EDAC MC: Ver: 3.0.0
[    5.188016] efivars: Registered efivars operations
[    5.188016] NetLabel: Initializing
[    5.188016] NetLabel:  domain hash size = 128
[    5.188016] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.188016] NetLabel:  unlabeled traffic allowed by default
[    5.188016] PCI: Using ACPI for IRQ routing
[    5.210464] PCI: pci_cache_line_size set to 64 bytes
[    5.210852] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    5.210854] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    5.210855] e820: reserve RAM buffer [mem 0x511d7018-0x53ffffff]
[    5.210855] e820: reserve RAM buffer [mem 0x556ab000-0x57ffffff]
[    5.210856] e820: reserve RAM buffer [mem 0x62260000-0x63ffffff]
[    5.210857] e820: reserve RAM buffer [mem 0x64df4000-0x67ffffff]
[    5.210858] e820: reserve RAM buffer [mem 0x78600000-0x7bffffff]
[    5.210859] e820: reserve RAM buffer [mem 0x481800000-0x483ffffff]
[    5.211041] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    5.211041] pci 0000:00:02.0: vgaarb: bridge control possible
[    5.211041] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.211041] vgaarb: loaded
[    5.211089] clocksource: Switched to clocksource tsc-early
[    5.211133] VFS: Disk quotas dquot_6.6.0
[    5.211140] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.211224] AppArmor: AppArmor Filesystem Enabled
[    5.211235] pnp: PnP ACPI init
[    5.211433] system 00:00: [io  0x0680-0x069f] has been reserved
[    5.211436] system 00:00: [io  0xffff] has been reserved
[    5.211437] system 00:00: [io  0xffff] has been reserved
[    5.211439] system 00:00: [io  0xffff] has been reserved
[    5.211440] system 00:00: [io  0x1800-0x18fe] has been reserved
[    5.211441] system 00:00: [io  0x164e-0x164f] has been reserved
[    5.211567] system 00:02: [io  0x1854-0x1857] has been reserved
[    5.211900] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    5.211902] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    5.211904] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    5.211905] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    5.211907] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    5.211908] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    5.211909] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    5.211911] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    5.211912] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    5.211914] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    5.211950] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    5.211952] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    5.211953] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    5.211954] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    5.211956] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    5.211957] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    5.211959] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    5.212209] system 00:07: [io  0xff00-0xfffe] has been reserved
[    5.213150] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[    5.213152] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[    5.216410] pnp: PnP ACPI: found 9 devices
[    5.221937] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.221984] NET: Registered PF_INET protocol family
[    5.222108] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    5.233395] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    5.233420] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    5.233467] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    5.233652] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    5.233847] TCP: Hash tables configured (established 131072 bind 65536)
[    5.233923] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    5.233961] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    5.233994] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    5.234044] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.234103] NET: Registered PF_XDP protocol family
[    5.234112] pci 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[    5.234116] pci 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[    5.234118] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[    5.234121] pci 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[    5.234123] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-39] add_size 3000
[    5.234129] pci 0000:00:1c.0: bridge window [io  0x2000-0x4fff]: assigned
[    5.234132] pci 0000:01:00.0: bridge window [io  0x2000-0x3fff]: assigned
[    5.234135] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    5.234136] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    5.234138] pci 0000:02:01.0: bridge window [io  0x2000-0x2fff]: assigned
[    5.234139] pci 0000:02:02.0: bridge window [io  0x3000-0x3fff]: assigned
[    5.234140] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[    5.234142] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[    5.234143] pci 0000:02:00.0: PCI bridge to [bus 03]
[    5.234148] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[    5.234155] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[    5.234158] pci 0000:02:01.0:   bridge window [io  0x2000-0x2fff]
[    5.234162] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[    5.234165] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.234170] pci 0000:02:02.0: PCI bridge to [bus 39]
[    5.234172] pci 0000:02:02.0:   bridge window [io  0x3000-0x3fff]
[    5.234176] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[    5.234183] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[    5.234185] pci 0000:01:00.0:   bridge window [io  0x2000-0x3fff]
[    5.234189] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    5.234192] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.234197] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    5.234199] pci 0000:00:1c.0:   bridge window [io  0x2000-0x4fff]
[    5.234201] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    5.234204] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.234207] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    5.234210] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xdc1fffff]
[    5.234215] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    5.234218] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    5.234223] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    5.234224] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    5.234225] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[    5.234226] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xdfffffff window]
[    5.234227] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    5.234229] pci_bus 0000:01: resource 0 [io  0x2000-0x4fff]
[    5.234230] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[    5.234231] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.234232] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    5.234233] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[    5.234234] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.234235] pci_bus 0000:03: resource 1 [mem 0xda000000-0xda0fffff]
[    5.234238] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    5.234239] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xd9efffff]
[    5.234240] pci_bus 0000:04: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    5.234242] pci_bus 0000:39: resource 0 [io  0x3000-0x3fff]
[    5.234243] pci_bus 0000:39: resource 1 [mem 0xd9f00000-0xd9ffffff]
[    5.234245] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[    5.234246] pci_bus 0000:3b: resource 1 [mem 0xdc200000-0xdc2fffff]
[    5.234753] pci 0000:01:00.0: enabling device (0006 -> 0007)
[    5.234791] pci 0000:02:02.0: enabling device (0006 -> 0007)
[    5.235060] PCI: CLS 128 bytes, default 64
[    5.235107] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[    5.235165] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[    5.235393] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[    5.235396] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[    5.235406] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.235407] software IO TLB: mapped [mem 0x000000005e260000-0x0000000062260000] (64MB)
[    5.235440] Unpacking initramfs...
[    5.235460] sgx: EPC section 0x70200000-0x75f7ffff
[    5.236150] Initialise system trusted keyrings
[    5.236159] Key type blacklist registered
[    5.236223] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    5.236248] zbud: loaded
[    5.236463] fuse: init (API version 7.40)
[    5.236709] integrity: Platform Keyring initialized
[    5.236715] integrity: Machine keyring initialized
[    5.236726] Key type asymmetric registered
[    5.236729] Asymmetric key parser 'x509' registered
[    5.263710] Freeing initrd memory: 20564K
[    5.266473] alg: self-tests disabled
[    5.266529] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    5.266549] io scheduler mq-deadline registered
[    5.267729] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[    5.268014] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.270042] thermal LNXTHERM:00: registered as thermal_zone0
[    5.270044] ACPI: thermal: Thermal Zone [THM] (25 C)
[    5.270193] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.270745] hpet_acpi_add: no address or irqs in _CRS
[    5.282329] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[    5.317582] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    5.317896] i8042: Warning: Keylock active
[    5.320229] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.320248] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.320413] mousedev: PS/2 mouse device common for all mice
[    5.320450] rtc_cmos 00:01: RTC can wake from S4
[    5.321218] rtc_cmos 00:01: registered as rtc0
[    5.321360] rtc_cmos 00:01: setting system clock to 2024-07-19T04:47:34 UTC (1721364454)
[    5.321414] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    5.321543] intel_pstate: Intel P-state driver initializing
[    5.321647] intel_pstate: HWP enabled
[    5.321705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    5.321850] ledtrig-cpu: registered to indicate activity on CPUs
[    5.322127] efifb: probing for efifb
[    5.322137] efifb: framebuffer at 0x90000000, using 22500k, total 22500k
[    5.322139] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[    5.322140] efifb: scrolling: redraw
[    5.322140] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    5.322204] Console: switching to colour frame buffer device 200x56
[    5.325591] fb0: EFI VGA frame buffer device
[    5.325720] NET: Registered PF_INET6 protocol family
[    5.328753] Segment Routing with IPv6
[    5.328765] In-situ OAM (IOAM) with IPv6
[    5.328785] mip6: Mobile IPv6
[    5.328789] NET: Registered PF_PACKET protocol family
[    5.328808] mpls_gso: MPLS GSO support
[    5.328965] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    5.328990] microcode: Current revision: 0x000000f4
[    5.328991] microcode: Updated early from: 0x000000f0
[    5.329045] IPI shorthand broadcast: enabled
[    5.329922] sched_clock: Marking stable (5322979805, 6047515)->(5417649089, -88621769)
[    5.329994] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    5.330020] registered taskstats version 1
[    5.330242] Loading compiled-in X.509 certificates
[    5.331811] Demotion targets for Node 0: null
[    5.331898] Key type .fscrypt registered
[    5.331900] Key type fscrypt-provisioning registered
[    5.336159] cryptd: max_cpu_qlen set to 1000
[    5.336841] AVX2 version of gcm_enc/dec engaged.
[    5.336867] AES CTR mode by8 optimization enabled
[    5.350908] Key type encrypted registered
[    5.350913] AppArmor: AppArmor sha256 policy hashing enabled
[    5.351318] integrity: Loading X.509 certificate: UEFI:db
[    5.351338] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[    5.351339] integrity: Loading X.509 certificate: UEFI:db
[    5.351356] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    5.351357] integrity: Loading X.509 certificate: UEFI:db
[    5.351369] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    5.351637] ima: Allocated hash algorithm: sha1
[    5.381067] ima: No architecture policies found
[    5.381153] evm: Initialising EVM extended attributes:
[    5.381156] evm: security.selinux
[    5.381160] evm: security.SMACK64 (disabled)
[    5.381164] evm: security.SMACK64EXEC (disabled)
[    5.381167] evm: security.SMACK64TRANSMUTE (disabled)
[    5.381170] evm: security.SMACK64MMAP (disabled)
[    5.381173] evm: security.apparmor
[    5.381175] evm: security.ima
[    5.381178] evm: security.capability
[    5.381181] evm: HMAC attrs: 0x1
[    5.383584] RAS: Correctable Errors collector initialized.
[    5.422149] clk: Disabling unused clocks
[    5.423407] Freeing unused decrypted memory: 2036K
[    5.424009] Freeing unused kernel image (initmem) memory: 2908K
[    5.424027] Write protecting the kernel read-only data: 24576k
[    5.424554] Freeing unused kernel image (rodata/data gap) memory: 372K
[    5.440940] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.440945] Run /init as init process
[    5.440946]   with arguments:
[    5.440948]     /init
[    5.440948]   with environment:
[    5.440949]     HOME=/
[    5.440950]     TERM=linux
[    5.440950]     BOOT_IMAGE=/vmlinuz-6.10.0-08070-gcb273eb7c839
[    5.506831] hid: raw HID events driver (C) Jiri Kosina
[    5.511367] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    5.511643] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    5.527548] ACPI: bus type drm_connector registered
[    5.530836] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.530864] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.533110] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    5.533324] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    5.534273] ACPI: bus type USB registered
[    5.534305] usbcore: registered new interface driver usbfs
[    5.534315] usbcore: registered new interface driver hub
[    5.534327] usbcore: registered new device driver usb
[    5.550610] nvme nvme0: pci function 0000:3b:00.0
[    5.568427] nvme nvme0: 4/0/0 default/read/poll queues
[    5.574202]  nvme0n1: p1 p2 p3 p4
[    5.709779] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.710032] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    5.711119] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    5.711792] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.711797] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    5.711801] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    5.711862] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[    5.711866] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.711867] usb usb1: Product: xHCI Host Controller
[    5.711869] usb usb1: Manufacturer: Linux 6.10.0-08070-gcb273eb7c839 xhci-hcd
[    5.711870] usb usb1: SerialNumber: 0000:00:14.0
[    5.711991] hub 1-0:1.0: USB hub found
[    5.712008] hub 1-0:1.0: 12 ports detected
[    5.712124] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input4
[    5.712188] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input5
[    5.712265] hid-generic 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[    5.713800] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[    5.713803] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.713805] usb usb2: Product: xHCI Host Controller
[    5.713806] usb usb2: Manufacturer: Linux 6.10.0-08070-gcb273eb7c839 xhci-hcd
[    5.713808] usb usb2: SerialNumber: 0000:00:14.0
[    5.713893] hub 2-0:1.0: USB hub found
[    5.713904] hub 2-0:1.0: 6 ports detected
[    5.714785] xhci_hcd 0000:39:00.0: xHCI Host Controller
[    5.714790] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[    5.715895] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    5.716165] xhci_hcd 0000:39:00.0: xHCI Host Controller
[    5.716167] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[    5.716169] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    5.716196] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[    5.716198] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.716200] usb usb3: Product: xHCI Host Controller
[    5.716201] usb usb3: Manufacturer: Linux 6.10.0-08070-gcb273eb7c839 xhci-hcd
[    5.716202] usb usb3: SerialNumber: 0000:39:00.0
[    5.716291] hub 3-0:1.0: USB hub found
[    5.716298] hub 3-0:1.0: 2 ports detected
[    5.716652] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[    5.716654] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.716656] usb usb4: Product: xHCI Host Controller
[    5.716657] usb usb4: Manufacturer: Linux 6.10.0-08070-gcb273eb7c839 xhci-hcd
[    5.716658] usb usb4: SerialNumber: 0000:39:00.0
[    5.716735] hub 4-0:1.0: USB hub found
[    5.716742] hub 4-0:1.0: 2 ports detected
[    5.751993] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    5.752023] device-mapper: uevent: version 1.0.3
[    5.752104] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
[    5.970294] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    5.970352] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    6.119985] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[    6.120013] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.122697] usb 3-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice= 9.f3
[    6.122714] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.122722] usb 3-1: Product: USB2.0 Hub             
[    6.122728] usb 3-1: Manufacturer: VIA Labs, Inc.         
[    6.125167] hub 3-1:1.0: USB hub found
[    6.125399] hub 3-1:1.0: 5 ports detected
[    6.249686] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[    6.250105] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    6.266291] tsc: Refined TSC clocksource calibration: 2904.012 MHz
[    6.266318] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc11722fc, max_idle_ns: 440795347324 ns
[    6.266394] clocksource: Switched to clocksource tsc
[    6.270607] usb 4-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice= 9.f3
[    6.270628] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.270636] usb 4-1: Product: USB3.1 Hub             
[    6.270643] usb 4-1: Manufacturer: VIA Labs, Inc.         
[    6.274092] hub 4-1:1.0: USB hub found
[    6.274705] hub 4-1:1.0: 4 ports detected
[    6.400414] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[    6.400438] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[    6.400449] usb 1-4: Product: Touchscreen
[    6.400457] usb 1-4: Manufacturer: ELAN
[    6.424772] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input7
[    6.425134] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input8
[    6.425229] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input9
[    6.425712] hid-generic 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[    6.425868] usbcore: registered new interface driver usbhid
[    6.425875] usbhid: USB HID core driver
[    6.530358] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    6.739200] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[    6.739224] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    6.739234] usb 1-5: Product: Integrated_Webcam_HD
[    6.739242] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[    6.854299] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[    7.010822] usb 3-1.1: New USB device found, idVendor=06c4, idProduct=c412, bcdDevice= 0.01
[    7.010855] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.010865] usb 3-1.1: Product: DELL DA300
[    7.010872] usb 3-1.1: Manufacturer: Bizlink
[    7.010879] usb 3-1.1: SerialNumber: MCU Ver0001
[    7.024716] hid-generic 0003:06C4:C412.0003: hiddev1,hidraw2: USB HID v1.11 Device [Bizlink DELL DA300] on usb-0000:39:00.0-1.1/input0
[    8.150473] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[    8.171070] usb 4-1.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[    8.171092] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    8.171100] usb 4-1.2: Product: USB 10/100/1000 LAN
[    8.171106] usb 4-1.2: Manufacturer: Realtek
[    8.171111] usb 4-1.2: SerialNumber: 001000001
[    8.198368] usbcore: registered new device driver r8152-cfgselector
[    8.282542] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[    8.305705] r8152 4-1.2:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[    8.358231] r8152 4-1.2:1.0 eth0: v1.12.13
[    8.358322] usbcore: registered new interface driver r8152
[    8.362232] usbcore: registered new interface driver cdc_ether
[    8.363350] usbcore: registered new interface driver r8153_ecm
[    8.388667] r8152 4-1.2:1.0 enp57s0u1u2: renamed from eth0
[   12.039177] PM: Image not found (code -22)
[   12.155340] EXT4-fs (dm-0): mounted filesystem 32e29882-d94d-4a92-9ee4-4d03002bfa29 ro with ordered data mode. Quota mode: none.
[   12.283864] systemd[1]: Inserted module 'autofs4'
[   12.335851] systemd[1]: systemd 256.2-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 +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[   12.335867] systemd[1]: Detected architecture x86-64.
[   12.337463] systemd[1]: Hostname set to <abreu>.
[   12.503953] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[   12.633470] systemd[1]: Queued start job for default target graphical.target.
[   12.654998] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   12.655264] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   12.655482] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[   12.655703] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   12.655860] systemd[1]: Created slice user.slice - User and Session Slice.
[   12.655906] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[   12.655938] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   12.656070] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   12.656087] systemd[1]: Expecting device dev-disk-by\x2ddiskseq-1\x2dpart4.device - /dev/disk/by-diskseq/1-part4...
[   12.656093] systemd[1]: Expecting device dev-disk-by\x2duuid-2d23fd4c\x2d5d03\x2d4e1a\x2d8a42\x2d0e859d1f00d8.device - /dev/disk/by-uuid/2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8...
[   12.656098] systemd[1]: Expecting device dev-disk-by\x2duuid-61be8f50\x2d69c5\x2d49a5\x2dbcad\x2d3f4521e9c7b5.device - /dev/disk/by-uuid/61be8f50-69c5-49a5-bcad-3f4521e9c7b5...
[   12.656102] systemd[1]: Expecting device dev-disk-by\x2duuid-96BD\x2d5653.device - /dev/disk/by-uuid/96BD-5653...
[   12.656115] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   12.656142] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[   12.656150] systemd[1]: Reached target paths.target - Path Units.
[   12.656163] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[   12.656170] systemd[1]: Reached target slices.target - Slice Units.
[   12.656192] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   12.657189] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   12.657786] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[   12.657847] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   12.657904] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[   12.657969] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[   12.658000] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   12.658012] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   12.658074] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   12.658117] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   12.658844] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   12.659293] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   12.660042] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[   12.663864] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   12.665474] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   12.668872] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   12.669905] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   12.671921] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   12.674548] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[   12.675805] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   12.675905] 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).
[   12.675953] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[   12.680658] systemd[1]: Starting systemd-journald.service - Journal Service...
[   12.684088] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   12.684128] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   12.685615] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   12.685675] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   12.687554] pstore: Using crash dump compression: deflate
[   12.688675] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[   12.693524] pstore: Registered efi_pstore as persistent store backend
[   12.696526] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   12.699620] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   12.699723] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   12.699808] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[   12.700231] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[   12.700352] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[   12.700616] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[   12.700911] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   12.701081] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[   12.701310] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   12.701477] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[   12.701703] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   12.701864] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[   12.702138] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   12.702294] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[   12.704175] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[   12.705154] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[   12.706634] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[   12.706837] systemd-journald[406]: Collecting audit messages is disabled.
[   12.709661] lp: driver loaded but no devices found
[   12.714291] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[   12.714429] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[   12.714517] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[   12.715525] ppdev: user-space parallel port driver
[   12.727177] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[   12.728309] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[   12.732449] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[   12.735262] EXT4-fs (dm-0): re-mounted 32e29882-d94d-4a92-9ee4-4d03002bfa29 r/w. Quota mode: none.
[   12.736340] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[   12.736661] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[   12.736703] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[   12.738214] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[   12.738273] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[   12.742285] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[   12.742315] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   12.752067] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[   12.754679] systemd[1]: Started systemd-journald.service - Journal Service.
[   12.767125] systemd-journald[406]: Received client request to flush runtime journal.
[   12.897015] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input11
[   12.905315] input: Intel HID events as /devices/platform/INT33D5:00/input/input12
[   12.905347] Consider using thermal netlink events interface
[   12.906372] ACPI: AC: AC Adapter [AC] (on-line)
[   12.907760] ACPI: button: Lid Switch [LID0]
[   12.926176] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input13
[   12.940331] wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQBC data block query control method not found
[   12.947688] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input14
[   12.955031] ACPI: button: Power Button [PBTN]
[   12.955621] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input16
[   12.956448] intel-hid INT33D5:00: platform supports 5 button array
[   12.956578] ACPI: button: Sleep Button [SBTN]
[   12.957030] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input17
[   12.957270] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input18
[   12.961571] ACPI: battery: Slot [BAT0] (battery present)
[   12.962457] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input19
[   12.963457] ACPI: button: Power Button [PWRF]
[   12.965134] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input20
[   12.965454] hid-multitouch 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[   13.001049] Adding 8387904k swap on /dev/nvme0n1p4.  Priority:-2 extents:1 across:8387904k SS
[   13.009335] mc: Linux media interface: v0.10
[   13.022285] iTCO_vendor_support: vendor-support=0
[   13.024107] intel_pmc_core INT33A1:00:  initialized
[   13.030028] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   13.031889] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   13.031943] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   13.057801] input: PC Speaker as /devices/platform/pcspkr/input/input22
[   13.058317] videodev: Linux video capture interface: v2.00
[   13.062497] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   13.100460] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input23
[   13.102687] intel_rapl_common: Found RAPL domain package
[   13.102691] intel_rapl_common: Found RAPL domain dram
[   13.102702] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input24
[   13.103045] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input25
[   13.112820] hid-multitouch 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[   13.129267] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   13.129272] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   13.129273] RAPL PMU: hw unit of domain package 2^-14 Joules
[   13.129274] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   13.129276] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   13.129277] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   13.138324] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[   13.139881] usb 1-5: Failed to query (GET_CUR) UVC control 2 on unit 2: -75 (exp. 1).
[   13.141689] usb 1-5: Failed to query (GET_CUR) UVC control 3 on unit 2: -75 (exp. 1).
[   13.146931] usb 1-5: Failed to query (GET_CUR) UVC control 6 on unit 2: -75 (exp. 1).
[   13.149257] usb 1-5: Failed to query (GET_CUR) UVC control 7 on unit 2: -75 (exp. 1).
[   13.162456] usb 1-5: Failed to query (GET_CUR) UVC control 8 on unit 2: -75 (exp. 1).
[   13.176789] usb 1-5: Failed to query (GET_CUR) UVC control 9 on unit 2: -75 (exp. 1).
[   13.178409] usb 1-5: Failed to query (GET_CUR) UVC control 10 on unit 2: -75 (exp. 1).
[   13.180053] usb 1-5: Failed to query (GET_CUR) UVC control 1 on unit 2: -75 (exp. 1).
[   13.182754] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 2: -75 (exp. 1).
[   13.257562] Bluetooth: Core ver 2.22
[   13.257586] NET: Registered PF_BLUETOOTH protocol family
[   13.257588] Bluetooth: HCI device and connection manager initialized
[   13.257592] Bluetooth: HCI socket layer initialized
[   13.257594] Bluetooth: L2CAP socket layer initialized
[   13.257598] Bluetooth: SCO socket layer initialized
[   13.268517] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   13.272749] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   13.272964] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   13.275535] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[   13.333317] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 1: -75 (exp. 1).
[   13.334697] intel_rapl_common: Found RAPL domain package
[   13.334700] intel_rapl_common: Found RAPL domain core
[   13.334702] intel_rapl_common: Found RAPL domain uncore
[   13.334703] intel_rapl_common: Found RAPL domain dram
[   13.334705] intel_rapl_common: Found RAPL domain psys
[   13.338450] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   13.374343] usbcore: registered new interface driver uvcvideo
[   13.612411] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input27
[   13.622118] stackdepot: allocating hash table of 1048576 entries via kvcalloc
[   13.624624] i915 0000:00:02.0: [drm] Found KABYLAKE/ULT (device ID 5916) display version 9.00
[   13.653030] Console: switching to colour dummy device 80x25
[   13.653956] i915 0000:00:02.0: vgaarb: deactivate vga console
[   13.669639] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.671517] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   13.713980] EXT4-fs (nvme0n1p2): mounted filesystem 2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8 r/w with ordered data mode. Quota mode: none.
[   13.732734] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[   13.734861] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   13.790144] audit: type=1400 audit(1721364462.965:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=557 comm="apparmor_parser"
[   13.790997] audit: type=1400 audit(1721364462.965:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=558 comm="apparmor_parser"
[   13.791002] audit: type=1400 audit(1721364462.965:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=558 comm="apparmor_parser"
[   13.796041] audit: type=1400 audit(1721364462.969:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=561 comm="apparmor_parser"
[   13.796048] audit: type=1400 audit(1721364462.969:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=561 comm="apparmor_parser"
[   13.796050] audit: type=1400 audit(1721364462.969:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=561 comm="apparmor_parser"
[   13.802663] audit: type=1400 audit(1721364462.973:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="msmtp" pid=562 comm="apparmor_parser"
[   13.802669] audit: type=1400 audit(1721364462.973:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="msmtp//helpers" pid=562 comm="apparmor_parser"
[   13.804135] audit: type=1400 audit(1721364462.977:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=559 comm="apparmor_parser"
[   13.804140] audit: type=1400 audit(1721364462.977:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=559 comm="apparmor_parser"
[   13.812910] usbcore: registered new interface driver btusb
[   13.816520] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[   13.816526] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[   13.901650] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[   14.030093] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[   14.030100] ath10k_pci 0000:3a:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[   14.031083] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1-00309- api 6 features wowlan,ignore-otp,mfp crc32 0793bcf2
[   14.052064] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[   14.068481] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   14.077362] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   14.087243] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input28
[   14.106020] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[   14.180634] fbcon: i915drmfb (fb0) is primary device
[   14.197872] Console: switching to colour frame buffer device 200x56
[   14.198338] ath10k_pci 0000:3a:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   14.207734] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   14.221653] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   14.289897] ath: EEPROM regdomain: 0x6c
[   14.289902] ath: EEPROM indicates we should expect a direct regpair map
[   14.289903] ath: Country alpha2 being used: 00
[   14.289904] ath: Regpair used: 0x6c
[   14.294078] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   14.297769] ath10k_pci 0000:3a:00.0 wlp58s0: renamed from wlan0
[   14.390763] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   14.390770] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   14.390773] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   14.390775] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   14.390776] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   14.390777] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   14.390779] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[   14.390781] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   14.455948] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[   14.456519] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[   14.456577] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[   14.456629] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[   14.456673] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
[   14.523158] PPP generic driver version 2.4.2
[   14.552082] Initializing XFRM netlink socket
[   14.736470] NET: Registered PF_PPPOX protocol family
[   14.742606] IPsec XFRM device driver
[   14.851035] l2tp_core: L2TP core driver, V2.0
[   14.854224] l2tp_netlink: L2TP netlink interface
[   14.856802] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[   16.796357] rfkill: input handler disabled
[   19.941516] rfkill: input handler enabled
[   22.450411] rfkill: input handler disabled
[   24.313009] r8152 4-1.2:1.0 enp57s0u1u2: carrier on

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux