Re: 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 Laurent,


Thank you for your quick response.

Am 19.07.24 um 11:38 schrieb Laurent Pinchart:
(CC'ing Ricardo)

On Fri, Jul 19, 2024 at 08:05:35AM +0200, Greg KH wrote:
On Fri, Jul 19, 2024 at 07:22:54AM +0200, Paul Menzel wrote:

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:

Does 6.10-final have the same issue?

No, it does not. Linux 6.10-04829-ge2f710f97f35 (Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux) does also not show this, and 6.10-rc3-00148-g8676a5e796fa (media: uvcvideo: Fix integer overflow calculating timestamp) neither.

If not, can you use 'git bisect' to track down the offending commit?

I am on it. I tried to pass the USB device through to a VM and try to reproduce there. Thank you for the comment, that reloading the module is (of course) also possible. That avoids rebooting the system.

There have not been any USB changes in Linus's tree yet, but there have
been a bunch of media changes, so perhaps something in the uvc driver is
causing this?

We've merged quite a few changes for the uvcvideo driver recently.
Bisecting the problem would help greatly. It could also be helpful to
set the uvcvideo module 'trace' parameter to 0xffff (e.g. add
`uvcvideo.trace=0xffff` to the kernel command line, or unload and reload
the uvcvideo module with the parameter set to 0xffff) and give us the
additional messages printed to the kernel log.

```
[ 10.688580] usb 1-5: Adding mapping 'Brightness' to control 00000000-0000-0000-0000-000000000101/2 [ 10.689134] usb 1-5: Failed to query (GET_CUR) UVC control 2 on unit 2: -75 (exp. 1). [ 10.689209] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/3 to device 5 entity 2 [ 10.691085] usb 1-5: Adding mapping 'Contrast' to control 00000000-0000-0000-0000-000000000101/3 [ 10.691645] usb 1-5: Failed to query (GET_CUR) UVC control 3 on unit 2: -75 (exp. 1). [ 10.691709] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/6 to device 5 entity 2 [ 10.692729] usb 1-5: Adding mapping 'Hue' to control 00000000-0000-0000-0000-000000000101/6 [ 10.693530] usb 1-5: Failed to query (GET_CUR) UVC control 6 on unit 2: -75 (exp. 1). [ 10.693604] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/7 to device 5 entity 2 [ 10.698164] usb 1-5: Adding mapping 'Saturation' to control 00000000-0000-0000-0000-000000000101/7 [ 10.699621] usb 1-5: Failed to query (GET_CUR) UVC control 7 on unit 2: -75 (exp. 1). [ 10.699708] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/8 to device 5 entity 2 [ 10.700676] usb 1-5: Adding mapping 'Sharpness' to control 00000000-0000-0000-0000-000000000101/8 [ 10.701263] usb 1-5: Failed to query (GET_CUR) UVC control 8 on unit 2: -75 (exp. 1). [ 10.701325] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/9 to device 5 entity 2 [ 10.702991] usb 1-5: Adding mapping 'Gamma' to control 00000000-0000-0000-0000-000000000101/9 [ 10.705787] usb 1-5: Failed to query (GET_CUR) UVC control 9 on unit 2: -75 (exp. 1). [ 10.705860] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/10 to device 5 entity 2 [ 10.707036] usb 1-5: Adding mapping 'White Balance Temperature' to control 00000000-0000-0000-0000-000000000101/10 [ 10.708098] usb 1-5: Failed to query (GET_CUR) UVC control 10 on unit 2: -75 (exp. 1). [ 10.708150] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/1 to device 5 entity 2 [ 10.709279] usb 1-5: Adding mapping 'Backlight Compensation' to control 00000000-0000-0000-0000-000000000101/1 [ 10.710748] usb 1-5: Failed to query (GET_CUR) UVC control 1 on unit 2: -75 (exp. 1). [ 10.711147] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/4 to device 5 entity 2 [ 10.713670] usb 1-5: Adding mapping 'Gain' to control 00000000-0000-0000-0000-000000000101/4 [ 10.714623] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 2: -75 (exp. 1). [ 10.715104] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/5 to device 5 entity 2 [ 10.803567] usb 1-5: Adding mapping 'Power Line Frequency' to control 00000000-0000-0000-0000-000000000101/5 [ 10.803573] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/11 to device 5 entity 2 [ 10.804683] usb 1-5: Adding mapping 'White Balance, Automatic' to control 00000000-0000-0000-0000-000000000101/11
```

Full log attached.

Could you also provide the output of `lsusb -v -d 0c45:670c` (running as
root if possible) ?

Attached.


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 uvcvideo.trace=0xffff
[    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=0x62676018 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.000684] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000686] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000691] last_pfn = 0x481800 max_arch_pfn = 0x400000000
[    0.000695] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[    0.000696] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000981] last_pfn = 0x78600 max_arch_pfn = 0x400000000
[    0.007455] esrt: Reserving ESRT space from 0x000000006fc86698 to 0x000000006fc866d0.
[    0.007460] Using GB pages for direct mapping
[    0.014101] printk: log_buf_len: 8388608 bytes
[    0.014102] printk: early log buf free: 125312(95%)
[    0.014103] Secure boot disabled
[    0.014104] RAMDISK: [mem 0x511e8000-0x525fcfff]
[    0.014107] ACPI: Early table checksum verification disabled
[    0.014110] ACPI: RSDP 0x000000006518D000 000024 (v02 DELL  )
[    0.014113] ACPI: XSDT 0x000000006518D0C8 00010C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.014118] ACPI: FACP 0x00000000651B2A48 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.014123] ACPI: DSDT 0x000000006518D260 0257E7 (v02 DELL   CBX3     01072009 INTL 20160422)
[    0.014126] ACPI: FACS 0x000000006F86F180 000040
[    0.014128] ACPI: APIC 0x00000000651B2B58 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.014130] ACPI: FPDT 0x00000000651B2BE0 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.014132] ACPI: FIDT 0x00000000651B2C28 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.014134] ACPI: MCFG 0x00000000651B2CD8 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.014136] ACPI: HPET 0x00000000651B2D18 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.014138] ACPI: SSDT 0x00000000651B2D50 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.014141] ACPI: BOOT 0x00000000651B30B0 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.014143] ACPI: SSDT 0x00000000651B30D8 0012CF (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.014146] ACPI: HPET 0x00000000651B43A8 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.014148] ACPI: SSDT 0x00000000651B43E0 000D84 (v02 INTEL  xh_rvp07 00000000 INTL 20160422)
[    0.014150] ACPI: UEFI 0x00000000651B5168 000042 (v01                 00000000      00000000)
[    0.014152] ACPI: SSDT 0x00000000651B51B0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.014154] ACPI: LPIT 0x00000000651B6090 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.014156] ACPI: WSMT 0x00000000651B6128 000028 (v01 DELL   CBX3     00000000 MSFT 0000005F)
[    0.014158] ACPI: SSDT 0x00000000651B6150 000161 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.014161] ACPI: SSDT 0x00000000651B62B8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.014163] ACPI: SSDT 0x00000000651B6558 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.014165] ACPI: SSDT 0x00000000651B9560 0000DB (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.014167] ACPI: DBGP 0x00000000651B9640 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.014169] ACPI: DBG2 0x00000000651B9678 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.014171] ACPI: SSDT 0x00000000651B96D0 0007DD (v02 INTEL  UsbCTabl 00001000 INTL 20160422)
[    0.014173] ACPI: SSDT 0x00000000651B9EB0 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[    0.014175] ACPI: SLIC 0x00000000651C23A8 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.014177] ACPI: NHLT 0x00000000651C2520 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.014180] ACPI: BGRT 0x00000000651C2550 000038 (v00                 01072009 AMI  00010013)
[    0.014182] ACPI: TPM2 0x00000000651C2588 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.014184] ACPI: ASF! 0x00000000651C25C0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.014186] ACPI: DMAR 0x00000000651C2660 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.014188] ACPI: Reserving FACP table memory at [mem 0x651b2a48-0x651b2b53]
[    0.014189] ACPI: Reserving DSDT table memory at [mem 0x6518d260-0x651b2a46]
[    0.014190] ACPI: Reserving FACS table memory at [mem 0x6f86f180-0x6f86f1bf]
[    0.014191] ACPI: Reserving APIC table memory at [mem 0x651b2b58-0x651b2bdb]
[    0.014191] ACPI: Reserving FPDT table memory at [mem 0x651b2be0-0x651b2c23]
[    0.014192] ACPI: Reserving FIDT table memory at [mem 0x651b2c28-0x651b2cd3]
[    0.014192] ACPI: Reserving MCFG table memory at [mem 0x651b2cd8-0x651b2d13]
[    0.014193] ACPI: Reserving HPET table memory at [mem 0x651b2d18-0x651b2d4f]
[    0.014194] ACPI: Reserving SSDT table memory at [mem 0x651b2d50-0x651b30a8]
[    0.014194] ACPI: Reserving BOOT table memory at [mem 0x651b30b0-0x651b30d7]
[    0.014195] ACPI: Reserving SSDT table memory at [mem 0x651b30d8-0x651b43a6]
[    0.014196] ACPI: Reserving HPET table memory at [mem 0x651b43a8-0x651b43df]
[    0.014196] ACPI: Reserving SSDT table memory at [mem 0x651b43e0-0x651b5163]
[    0.014197] ACPI: Reserving UEFI table memory at [mem 0x651b5168-0x651b51a9]
[    0.014198] ACPI: Reserving SSDT table memory at [mem 0x651b51b0-0x651b608d]
[    0.014198] ACPI: Reserving LPIT table memory at [mem 0x651b6090-0x651b6123]
[    0.014199] ACPI: Reserving WSMT table memory at [mem 0x651b6128-0x651b614f]
[    0.014200] ACPI: Reserving SSDT table memory at [mem 0x651b6150-0x651b62b0]
[    0.014200] ACPI: Reserving SSDT table memory at [mem 0x651b62b8-0x651b6556]
[    0.014201] ACPI: Reserving SSDT table memory at [mem 0x651b6558-0x651b9559]
[    0.014202] ACPI: Reserving SSDT table memory at [mem 0x651b9560-0x651b963a]
[    0.014202] ACPI: Reserving DBGP table memory at [mem 0x651b9640-0x651b9673]
[    0.014203] ACPI: Reserving DBG2 table memory at [mem 0x651b9678-0x651b96cb]
[    0.014204] ACPI: Reserving SSDT table memory at [mem 0x651b96d0-0x651b9eac]
[    0.014204] ACPI: Reserving SSDT table memory at [mem 0x651b9eb0-0x651c23a0]
[    0.014205] ACPI: Reserving SLIC table memory at [mem 0x651c23a8-0x651c251d]
[    0.014206] ACPI: Reserving NHLT table memory at [mem 0x651c2520-0x651c254c]
[    0.014206] ACPI: Reserving BGRT table memory at [mem 0x651c2550-0x651c2587]
[    0.014207] ACPI: Reserving TPM2 table memory at [mem 0x651c2588-0x651c25bb]
[    0.014208] ACPI: Reserving ASF! table memory at [mem 0x651c25c0-0x651c265f]
[    0.014208] ACPI: Reserving DMAR table memory at [mem 0x651c2660-0x651c274f]
[    0.014335] No NUMA configuration found
[    0.014336] Faking a node at [mem 0x0000000000000000-0x00000004817fffff]
[    0.014343] NODE_DATA(0) allocated [mem 0x47f3d5000-0x47f3fffff]
[    0.014494] Zone ranges:
[    0.014495]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014497]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014498]   Normal   [mem 0x0000000100000000-0x00000004817fffff]
[    0.014499]   Device   empty
[    0.014500] Movable zone start for each node
[    0.014501] Early memory node ranges
[    0.014502]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.014503]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.014504]   node   0: [mem 0x0000000000100000-0x00000000556aafff]
[    0.014505]   node   0: [mem 0x00000000556ad000-0x0000000064df3fff]
[    0.014505]   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
[    0.014506]   node   0: [mem 0x0000000078000000-0x00000000785fffff]
[    0.014507]   node   0: [mem 0x0000000100000000-0x00000004817fffff]
[    0.014508] Initmem setup node 0 [mem 0x0000000000001000-0x00000004817fffff]
[    0.014513] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014515] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014536] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.016883] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.017308] On node 0, zone DMA32: 45579 pages in unavailable ranges
[    0.017825] On node 0, zone Normal: 31232 pages in unavailable ranges
[    0.018078] On node 0, zone Normal: 26624 pages in unavailable ranges
[    0.018085] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[    0.018263] ACPI: PM-Timer IO Port: 0x1808
[    0.018268] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.018270] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.018271] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.018271] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.018297] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.018299] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.018301] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.018304] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.018305] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.018310] e820: update [mem 0x62260000-0x623ecfff] usable ==> reserved
[    0.018317] TSC deadline timer available
[    0.018321] CPU topo: Max. logical packages:   1
[    0.018321] CPU topo: Max. logical dies:       1
[    0.018322] CPU topo: Max. dies per package:   1
[    0.018325] CPU topo: Max. threads per core:   2
[    0.018326] CPU topo: Num. cores per package:     2
[    0.018327] CPU topo: Num. threads per package:   4
[    0.018327] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.018344] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.018346] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.018347] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.018348] PM: hibernation: Registered nosave memory: [mem 0x511d7000-0x511d7fff]
[    0.018350] PM: hibernation: Registered nosave memory: [mem 0x511e7000-0x511e7fff]
[    0.018351] PM: hibernation: Registered nosave memory: [mem 0x556ab000-0x556abfff]
[    0.018352] PM: hibernation: Registered nosave memory: [mem 0x556ac000-0x556acfff]
[    0.018353] PM: hibernation: Registered nosave memory: [mem 0x62260000-0x623ecfff]
[    0.018355] PM: hibernation: Registered nosave memory: [mem 0x64df4000-0x6517ffff]
[    0.018355] PM: hibernation: Registered nosave memory: [mem 0x65180000-0x651c3fff]
[    0.018356] PM: hibernation: Registered nosave memory: [mem 0x651c4000-0x6f871fff]
[    0.018356] PM: hibernation: Registered nosave memory: [mem 0x6f872000-0x6fffefff]
[    0.018358] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[    0.018359] PM: hibernation: Registered nosave memory: [mem 0x78600000-0x7c7fffff]
[    0.018360] PM: hibernation: Registered nosave memory: [mem 0x7c800000-0xfdffffff]
[    0.018360] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.018361] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.018361] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.018362] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.018363] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.018363] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.018364] [mem 0x7c800000-0xfdffffff] available for PCI devices
[    0.018365] Booting paravirtualized kernel on bare hardware
[    0.018367] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.022604] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.022931] percpu: Embedded 94 pages/cpu s290816 r65536 d28672 u524288
[    0.022937] pcpu-alloc: s290816 r65536 d28672 u524288 alloc=1*2097152
[    0.022939] pcpu-alloc: [0] 0 1 2 3 
[    0.022956] 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 uvcvideo.trace=0xffff
[    0.023027] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.10.0-08070-gcb273eb7c839", will be passed to user space.
[    0.023051] random: crng init done
[    0.024549] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.025308] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.025354] Fallback order for Node 0: 0 
[    0.025357] Built 1 zonelists, mobility grouping on.  Total pages: 4090767
[    0.025358] Policy zone: Normal
[    0.025363] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.025369] software IO TLB: area num 4.
[    0.043540] Memory: 1656176K/16363068K available (14336K kernel code, 2531K rwdata, 9868K rodata, 2908K init, 6512K bss, 500232K reserved, 0K cma-reserved)
[    0.043740] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.043742] kmemleak: Kernel memory leak detector disabled
[    0.043769] ftrace: allocating 42657 entries in 167 pages
[    0.050530] ftrace: allocated 167 pages with 5 groups
[    0.051153] Dynamic Preempt: voluntary
[    0.051183] rcu: Preemptible hierarchical RCU implementation.
[    0.051184] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.051185] 	Trampoline variant of Tasks RCU enabled.
[    0.051186] 	Rude variant of Tasks RCU enabled.
[    0.051186] 	Tracing variant of Tasks RCU enabled.
[    0.051187] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.051187] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.051192] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.051193] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.051194] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.053620] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.053828] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.053998] Console: colour dummy device 80x25
[    0.054000] printk: legacy console [tty0] enabled
[    0.054035] ACPI: Core revision 20240322
[    0.054180] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.054181] APIC: Switch to symmetric I/O mode setup
[    0.054183] DMAR: Host address width 39
[    0.054184] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.054190] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.054192] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.054196] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.054198] DMAR: RMRR base: 0x00000064ec2000 end: 0x00000064ee1fff
[    0.054199] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[    0.054200] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.054201] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.054203] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.054204] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.054205] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.055832] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.055834] x2apic enabled
[    0.055887] APIC: Switched APIC routing to: cluster x2apic
[    0.059719] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[    0.059724] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[    0.059754] CPU0: Thermal monitoring enabled (TM1)
[    0.059793] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.059795] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.059798] process: using mwait in idle threads
[    0.059801] Spectre V2 : User space: Vulnerable
[    0.059802] Speculative Store Bypass: Vulnerable
[    0.059805] SRBDS: Vulnerable
[    0.059809] GDS: Vulnerable
[    0.059814] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.059815] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.059816] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.059817] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.059817] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.059818] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.059820] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.059821] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.059821] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.063722] Freeing SMP alternatives memory: 36K
[    0.063722] pid_max: default: 32768 minimum: 301
[    0.063722] LSM: initializing lsm=capability,landlock,apparmor,bpf,ima,evm
[    0.063722] landlock: Up and running.
[    0.063722] AppArmor: AppArmor initialized
[    0.063722] LSM support for eBPF active
[    0.063722] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.063722] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.063722] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.063722] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.063722] ... version:                4
[    0.063722] ... bit width:              48
[    0.063722] ... generic registers:      4
[    0.063722] ... value mask:             0000ffffffffffff
[    0.063722] ... max period:             00007fffffffffff
[    0.063722] ... fixed-purpose events:   3
[    0.063722] ... event mask:             000000070000000f
[    0.063722] signal: max sigframe size: 1616
[    0.063722] Estimated ratio of average max frequency by base frequency (times 1024): 1235
[    0.063722] rcu: Hierarchical SRCU implementation.
[    0.063722] rcu: 	Max phase no-delay instances is 1000.
[    0.063722] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.063722] smp: Bringing up secondary CPUs ...
[    0.063722] smpboot: x86: Booting SMP configuration:
[    0.063722] .... node  #0, CPUs:      #1 #2 #3
[    0.063722] smp: Brought up 1 node, 4 CPUs
[    0.063722] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[    0.083528] node 0 deferred pages initialised in 20ms
[    0.084697] devtmpfs: initialized
[    0.084697] x86/mm: Memory block size: 128MB
[    0.084812] ACPI: PM: Registering ACPI NVS region [mem 0x556ab000-0x556abfff] (4096 bytes)
[    0.084812] ACPI: PM: Registering ACPI NVS region [mem 0x651c4000-0x6f871fff] (174776320 bytes)
[    0.087982] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.087989] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.088038] pinctrl core: initialized pinctrl subsystem
[    0.088484] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.088689] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.088795] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.088914] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.088930] audit: initializing netlink subsys (disabled)
[    0.088946] audit: type=2000 audit(1721387151.028:1): state=initialized audit_enabled=0 res=1
[    0.088946] thermal_sys: Registered thermal governor 'fair_share'
[    0.088946] thermal_sys: Registered thermal governor 'bang_bang'
[    0.088946] thermal_sys: Registered thermal governor 'step_wise'
[    0.088946] thermal_sys: Registered thermal governor 'user_space'
[    0.088946] thermal_sys: Registered thermal governor 'power_allocator'
[    0.088946] cpuidle: using governor ladder
[    0.088946] cpuidle: using governor menu
[    0.088946] Simple Boot Flag at 0x47 set to 0x80
[    0.088946] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.088946] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.088946] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.088946] PCI: Using configuration type 1 for base access
[    0.088946] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.088946] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.088946] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.088946] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.088946] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.088946] Demotion targets for Node 0: null
[    0.088946] ACPI: Added _OSI(Module Device)
[    0.088946] ACPI: Added _OSI(Processor Device)
[    0.088946] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.088946] ACPI: Added _OSI(Processor Aggregator Device)
[    0.119682] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.126033] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.130343] ACPI: Dynamic OEM Table Load:
[    0.130343] ACPI: SSDT 0xFFFF88904193E400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.131941] ACPI: Dynamic OEM Table Load:
[    0.131945] ACPI: SSDT 0xFFFF889041865000 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.133367] ACPI: Dynamic OEM Table Load:
[    0.133372] ACPI: SSDT 0xFFFF889041863800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.134401] ACPI: Dynamic OEM Table Load:
[    0.134405] ACPI: SSDT 0xFFFF88904116AC00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.136526] ACPI: EC: EC started
[    0.136527] ACPI: EC: interrupt blocked
[    0.141535] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.141538] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.141539] ACPI: Interpreter enabled
[    0.141573] ACPI: PM: (supports S0 S3 S4 S5)
[    0.141574] ACPI: Using IOAPIC for interrupt routing
[    0.141613] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.141615] PCI: Using E820 reservations for host bridge windows
[    0.142144] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.146212] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[    0.146468] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[    0.146724] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[    0.146976] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[    0.147227] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[    0.147482] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[    0.148100] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[    0.148354] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[    0.148612] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[    0.148865] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[    0.149122] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[    0.149375] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[    0.149630] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[    0.149887] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[    0.150140] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[    0.150393] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[    0.150645] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[    0.151693] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[    0.151949] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[    0.152201] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[    0.170685] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.170691] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.170845] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.171127] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    0.171128] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.171852] PCI host bridge to bus 0000:00
[    0.171854] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.171856] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.171858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.171859] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xdfffffff window]
[    0.171860] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.171861] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.171877] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 conventional PCI endpoint
[    0.171939] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.171945] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[    0.171950] pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.171954] pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
[    0.171967] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.172091] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[    0.172099] pci 0000:00:04.0: BAR 0 [mem 0xdc320000-0xdc327fff 64bit]
[    0.172338] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[    0.172354] pci 0000:00:14.0: BAR 0 [mem 0xdc310000-0xdc31ffff 64bit]
[    0.172407] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.172853] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[    0.172867] pci 0000:00:14.2: BAR 0 [mem 0xdc334000-0xdc334fff 64bit]
[    0.172984] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 conventional PCI endpoint
[    0.173012] pci 0000:00:15.0: BAR 0 [mem 0xdc333000-0xdc333fff 64bit]
[    0.173332] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 conventional PCI endpoint
[    0.173361] pci 0000:00:15.1: BAR 0 [mem 0xdc332000-0xdc332fff 64bit]
[    0.173647] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[    0.173659] pci 0000:00:16.0: BAR 0 [mem 0xdc331000-0xdc331fff 64bit]
[    0.173701] pci 0000:00:16.0: PME# supported from D3hot
[    0.173987] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 PCIe Root Port
[    0.174004] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.174008] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.174014] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.174055] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.174432] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[    0.174453] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.174457] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xdc1fffff]
[    0.174511] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.174896] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 PCIe Root Port
[    0.174913] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.174917] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.174964] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.175362] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 conventional PCI endpoint
[    0.175636] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[    0.175646] pci 0000:00:1f.2: BAR 0 [mem 0xdc32c000-0xdc32ffff]
[    0.175854] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 conventional PCI endpoint
[    0.175873] pci 0000:00:1f.3: BAR 0 [mem 0xdc328000-0xdc32bfff 64bit]
[    0.175895] pci 0000:00:1f.3: BAR 4 [mem 0xdc300000-0xdc30ffff 64bit]
[    0.175936] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.176465] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[    0.176523] pci 0000:00:1f.4: BAR 0 [mem 0xdc330000-0xdc3300ff 64bit]
[    0.176593] pci 0000:00:1f.4: BAR 4 [io  0xf040-0xf05f]
[    0.176883] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.177207] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000 PCIe Endpoint
[    0.177423] pci 0000:3a:00.0: BAR 0 [mem 0xdc000000-0xdc1fffff 64bit]
[    0.178621] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[    0.180328] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.180409] pci 0000:3b:00.0: [1c5c:1284] type 00 class 0x010802 PCIe Endpoint
[    0.180428] pci 0000:3b:00.0: BAR 0 [mem 0xdc200000-0xdc203fff 64bit]
[    0.180538] pci 0000:3b:00.0: PME# supported from D0 D1 D3hot
[    0.180858] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.184141] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.184186] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.184229] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.184272] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.184314] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.184356] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.184398] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.184441] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.192935] ACPI: EC: interrupt unblocked
[    0.192936] ACPI: EC: event unblocked
[    0.192942] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.192943] ACPI: EC: GPE=0x14
[    0.192944] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.192946] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.193009] iommu: Default domain type: Translated
[    0.193009] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.193009] pps_core: LinuxPPS API ver. 1 registered
[    0.193009] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    0.193009] PTP clock support registered
[    0.193009] EDAC MC: Ver: 3.0.0
[    0.193011] efivars: Registered efivars operations
[    0.193011] NetLabel: Initializing
[    0.193011] NetLabel:  domain hash size = 128
[    0.193011] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.193011] NetLabel:  unlabeled traffic allowed by default
[    0.193011] PCI: Using ACPI for IRQ routing
[    0.217158] PCI: pci_cache_line_size set to 64 bytes
[    0.217521] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.217523] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.217524] e820: reserve RAM buffer [mem 0x511d7018-0x53ffffff]
[    0.217525] e820: reserve RAM buffer [mem 0x556ab000-0x57ffffff]
[    0.217526] e820: reserve RAM buffer [mem 0x62260000-0x63ffffff]
[    0.217526] e820: reserve RAM buffer [mem 0x64df4000-0x67ffffff]
[    0.217527] e820: reserve RAM buffer [mem 0x78600000-0x7bffffff]
[    0.217528] e820: reserve RAM buffer [mem 0x481800000-0x483ffffff]
[    0.217555] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.217555] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.217555] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.217555] vgaarb: loaded
[    0.217555] clocksource: Switched to clocksource tsc-early
[    0.217555] VFS: Disk quotas dquot_6.6.0
[    0.217555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.217555] AppArmor: AppArmor Filesystem Enabled
[    0.217555] pnp: PnP ACPI init
[    0.217555] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.217555] system 00:00: [io  0xffff] has been reserved
[    0.217555] system 00:00: [io  0xffff] has been reserved
[    0.217555] system 00:00: [io  0xffff] has been reserved
[    0.217555] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.217555] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.217555] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.217555] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.217555] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.217555] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.217555] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.217555] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.217555] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.217555] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.217555] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.217555] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.217555] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.217555] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.217555] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.217555] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.217555] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.217555] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.217555] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.217555] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.217555] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.218133] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.218135] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.221325] pnp: PnP ACPI: found 9 devices
[    0.226667] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.226712] NET: Registered PF_INET protocol family
[    0.226830] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.238249] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.238283] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.238317] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.238498] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.238693] TCP: Hash tables configured (established 131072 bind 65536)
[    0.238768] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.238811] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.238843] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.238890] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.238896] NET: Registered PF_XDP protocol family
[    0.238903] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-39] add_size 1000
[    0.238912] pci 0000:00:1c.0: bridge window [io  0x2000-0x2fff]: assigned
[    0.238914] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.238917] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.238920] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.238922] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.238925] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.238928] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xdc1fffff]
[    0.238934] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.238937] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.238942] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.238943] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.238944] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[    0.238945] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xdfffffff window]
[    0.238947] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.238950] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.238951] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.238952] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.238954] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[    0.238955] pci_bus 0000:3b: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.239523] PCI: CLS 0 bytes, default 64
[    0.239567] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[    0.239625] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[    0.239861] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[    0.239864] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[    0.239875] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.239876] software IO TLB: mapped [mem 0x000000005e260000-0x0000000062260000] (64MB)
[    0.239929] Unpacking initramfs...
[    0.239933] sgx: EPC section 0x70200000-0x75f7ffff
[    0.240693] Initialise system trusted keyrings
[    0.240702] Key type blacklist registered
[    0.240765] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.240797] zbud: loaded
[    0.240985] fuse: init (API version 7.40)
[    0.241245] integrity: Platform Keyring initialized
[    0.241251] integrity: Machine keyring initialized
[    0.241264] Key type asymmetric registered
[    0.241267] Asymmetric key parser 'x509' registered
[    0.268383] Freeing initrd memory: 20564K
[    0.271243] alg: self-tests disabled
[    0.271304] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.271327] io scheduler mq-deadline registered
[    0.272387] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.274432] thermal LNXTHERM:00: registered as thermal_zone0
[    0.274434] ACPI: thermal: Thermal Zone [THM] (25 C)
[    0.274578] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.275187] hpet_acpi_add: no address or irqs in _CRS
[    0.286484] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[    0.321902] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.323490] i8042: Warning: Keylock active
[    0.325759] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.325764] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.325867] mousedev: PS/2 mouse device common for all mice
[    0.325879] rtc_cmos 00:01: RTC can wake from S4
[    0.326641] rtc_cmos 00:01: registered as rtc0
[    0.326783] rtc_cmos 00:01: setting system clock to 2024-07-19T11:05:51 UTC (1721387151)
[    0.326804] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.326921] intel_pstate: Intel P-state driver initializing
[    0.327150] intel_pstate: HWP enabled
[    0.327202] ledtrig-cpu: registered to indicate activity on CPUs
[    0.327405] efifb: probing for efifb
[    0.327416] efifb: framebuffer at 0x90000000, using 22500k, total 22500k
[    0.327417] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[    0.327418] efifb: scrolling: redraw
[    0.327419] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.327511] Console: switching to colour frame buffer device 200x56
[    0.330908] fb0: EFI VGA frame buffer device
[    0.331033] NET: Registered PF_INET6 protocol family
[    0.331218] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.334031] Segment Routing with IPv6
[    0.334043] In-situ OAM (IOAM) with IPv6
[    0.334063] mip6: Mobile IPv6
[    0.334066] NET: Registered PF_PACKET protocol family
[    0.334090] mpls_gso: MPLS GSO support
[    0.334248] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.334281] microcode: Current revision: 0x000000f4
[    0.334282] microcode: Updated early from: 0x000000f0
[    0.334329] IPI shorthand broadcast: enabled
[    0.335201] sched_clock: Marking stable (328553356, 5767754)->(349116423, -14795313)
[    0.335357] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.335437] registered taskstats version 1
[    0.335495] Loading compiled-in X.509 certificates
[    0.336703] Demotion targets for Node 0: null
[    0.336880] Key type .fscrypt registered
[    0.336882] Key type fscrypt-provisioning registered
[    0.341395] cryptd: max_cpu_qlen set to 1000
[    0.342200] AVX2 version of gcm_enc/dec engaged.
[    0.342226] AES CTR mode by8 optimization enabled
[    0.355332] Key type encrypted registered
[    0.355336] AppArmor: AppArmor sha256 policy hashing enabled
[    0.355596] integrity: Loading X.509 certificate: UEFI:db
[    0.355619] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[    0.355620] integrity: Loading X.509 certificate: UEFI:db
[    0.355637] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.355638] integrity: Loading X.509 certificate: UEFI:db
[    0.355652] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.355957] ima: Allocated hash algorithm: sha1
[    0.387285] ima: No architecture policies found
[    0.387312] evm: Initialising EVM extended attributes:
[    0.387313] evm: security.selinux
[    0.387314] evm: security.SMACK64 (disabled)
[    0.387315] evm: security.SMACK64EXEC (disabled)
[    0.387316] evm: security.SMACK64TRANSMUTE (disabled)
[    0.387316] evm: security.SMACK64MMAP (disabled)
[    0.387317] evm: security.apparmor
[    0.387317] evm: security.ima
[    0.387318] evm: security.capability
[    0.387319] evm: HMAC attrs: 0x1
[    0.388338] RAS: Correctable Errors collector initialized.
[    0.401265] clk: Disabling unused clocks
[    0.402070] Freeing unused decrypted memory: 2036K
[    0.402465] Freeing unused kernel image (initmem) memory: 2908K
[    0.402481] Write protecting the kernel read-only data: 24576k
[    0.402806] Freeing unused kernel image (rodata/data gap) memory: 372K
[    0.418458] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.418464] Run /init as init process
[    0.418465]   with arguments:
[    0.418467]     /init
[    0.418467]   with environment:
[    0.418468]     HOME=/
[    0.418469]     TERM=linux
[    0.418469]     BOOT_IMAGE=/vmlinuz-6.10.0-08070-gcb273eb7c839
[    0.485172] hid: raw HID events driver (C) Jiri Kosina
[    0.492217] ACPI: bus type USB registered
[    0.492220] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    0.492263] usbcore: registered new interface driver usbfs
[    0.492275] usbcore: registered new interface driver hub
[    0.492287] usbcore: registered new device driver usb
[    0.492498] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    0.495525] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    0.495553] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    0.546721] ACPI: bus type drm_connector registered
[    0.550362] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    0.550759] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    0.562995] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.563007] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.563383] nvme nvme0: pci function 0000:3b:00.0
[    0.564106] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    0.564927] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.564931] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.564935] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.564984] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[    0.564987] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.564989] usb usb1: Product: xHCI Host Controller
[    0.564990] usb usb1: Manufacturer: Linux 6.10.0-08070-gcb273eb7c839 xhci-hcd
[    0.564991] usb usb1: SerialNumber: 0000:00:14.0
[    0.565135] hub 1-0:1.0: USB hub found
[    0.565155] hub 1-0:1.0: 12 ports detected
[    0.567875] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[    0.567879] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.567880] usb usb2: Product: xHCI Host Controller
[    0.567881] usb usb2: Manufacturer: Linux 6.10.0-08070-gcb273eb7c839 xhci-hcd
[    0.567883] usb usb2: SerialNumber: 0000:00:14.0
[    0.567974] hub 2-0:1.0: USB hub found
[    0.567988] hub 2-0:1.0: 6 ports detected
[    0.582216] nvme nvme0: 4/0/0 default/read/poll queues
[    0.587290]  nvme0n1: p1 p2 p3 p4
[    0.731491] 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/input2
[    0.731539] 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/input3
[    0.731590] hid-generic 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[    0.821830] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    0.979004] usb 1-1: New USB device found, idVendor=0bf8, idProduct=101e, bcdDevice= 1.09
[    0.979018] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.979024] usb 1-1: Product: Fujitsu Keyboard
[    0.979028] usb 1-1: Manufacturer: Fujitsu
[    1.110024] usb 1-2: new low-speed USB device number 3 using xhci_hcd
[    1.245973] tsc: Refined TSC clocksource calibration: 2904.008 MHz
[    1.245994] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc0d988f1, max_idle_ns: 440795328788 ns
[    1.246068] clocksource: Switched to clocksource tsc
[    1.262561] usb 1-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    1.262578] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.262584] usb 1-2: Product: USB Optical Mouse
[    1.262589] usb 1-2: Manufacturer: Logitech
[    1.390039] usb 1-3: new full-speed USB device number 4 using xhci_hcd
[    1.540766] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[    1.540782] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.670049] usb 1-4: new full-speed USB device number 5 using xhci_hcd
[    1.821101] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[    1.821117] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[    1.821123] usb 1-4: Product: Touchscreen
[    1.821128] usb 1-4: Manufacturer: ELAN
[    1.949890] usb 1-5: new high-speed USB device number 6 using xhci_hcd
[    2.159100] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[    2.159116] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.159123] usb 1-5: Product: Integrated_Webcam_HD
[    2.159127] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[    2.187217] input: Fujitsu Fujitsu Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0BF8:101E.0002/input/input5
[    2.298317] hid-generic 0003:0BF8:101E.0002: input,hidraw1: USB HID v1.10 Keyboard [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-1/input0
[    2.306747] input: Fujitsu Fujitsu Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0BF8:101E.0003/input/input6
[    2.366257] input: Fujitsu Fujitsu Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0BF8:101E.0003/input/input7
[    2.366796] hid-generic 0003:0BF8:101E.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-1/input1
[    2.369319] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C077.0004/input/input8
[    2.369628] hid-generic 0003:046D:C077.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-2/input0
[    2.379937] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input9
[    2.380201] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input10
[    2.380272] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input11
[    2.380684] hid-generic 0003:04F3:2234.0005: input,hiddev1,hidraw4: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[    2.380783] usbcore: registered new interface driver usbhid
[    2.380788] usbhid: USB HID core driver
[    2.425585] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    2.425676] device-mapper: uevent: version 1.0.3
[    2.425844] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
[    8.897991] PM: Image not found (code -22)
[    9.029120] EXT4-fs (dm-0): mounted filesystem 32e29882-d94d-4a92-9ee4-4d03002bfa29 ro with ordered data mode. Quota mode: none.
[    9.181105] systemd[1]: Inserted module 'autofs4'
[    9.230643] 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)
[    9.230655] systemd[1]: Detected architecture x86-64.
[    9.232166] systemd[1]: Hostname set to <abreu>.
[    9.390789] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    9.535764] systemd[1]: Queued start job for default target graphical.target.
[    9.562671] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    9.562942] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    9.563167] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[    9.563384] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    9.563540] systemd[1]: Created slice user.slice - User and Session Slice.
[    9.563589] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    9.563619] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    9.563745] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    9.563762] systemd[1]: Expecting device dev-disk-by\x2ddiskseq-1\x2dpart4.device - /dev/disk/by-diskseq/1-part4...
[    9.563767] systemd[1]: Expecting device dev-disk-by\x2duuid-2d23fd4c\x2d5d03\x2d4e1a\x2d8a42\x2d0e859d1f00d8.device - /dev/disk/by-uuid/2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8...
[    9.563772] systemd[1]: Expecting device dev-disk-by\x2duuid-61be8f50\x2d69c5\x2d49a5\x2dbcad\x2d3f4521e9c7b5.device - /dev/disk/by-uuid/61be8f50-69c5-49a5-bcad-3f4521e9c7b5...
[    9.563777] systemd[1]: Expecting device dev-disk-by\x2duuid-96BD\x2d5653.device - /dev/disk/by-uuid/96BD-5653...
[    9.563792] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    9.563810] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[    9.563818] systemd[1]: Reached target paths.target - Path Units.
[    9.563830] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    9.563837] systemd[1]: Reached target slices.target - Slice Units.
[    9.563857] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    9.564874] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[    9.565481] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[    9.565532] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    9.565592] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    9.565652] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    9.565682] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.565693] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.565750] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    9.565799] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    9.566617] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    9.567133] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    9.567957] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[    9.572097] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    9.573683] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    9.574842] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    9.579207] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    9.580280] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    9.586729] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    9.589734] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    9.589819] 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).
[    9.589854] 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).
[    9.591314] pstore: Using crash dump compression: deflate
[    9.591560] systemd[1]: Starting systemd-journald.service - Journal Service...
[    9.596037] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    9.596075] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.597016] pstore: Registered efi_pstore as persistent store backend
[    9.597470] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    9.597528] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.599956] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[    9.602010] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    9.604626] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    9.604743] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    9.604836] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[    9.604933] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    9.605019] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    9.605295] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    9.605590] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    9.605777] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    9.606037] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    9.606216] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    9.606481] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    9.606653] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    9.606898] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    9.607058] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    9.609586] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    9.610608] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    9.616735] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    9.620462] lp: driver loaded but no devices found
[    9.626284] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[    9.626536] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    9.626637] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    9.626639] ppdev: user-space parallel port driver
[    9.628187] systemd-journald[403]: Collecting audit messages is disabled.
[    9.641450] EXT4-fs (dm-0): re-mounted 32e29882-d94d-4a92-9ee4-4d03002bfa29 r/w. Quota mode: none.
[    9.656004] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    9.658892] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    9.659230] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    9.687268] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    9.687474] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.694709] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    9.718796] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    9.721526] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    9.722620] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[    9.742741] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    9.756293] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[    9.774703] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    9.778077] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    9.779222] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    9.787623] systemd[1]: Started systemd-journald.service - Journal Service.
[    9.802995] systemd-journald[403]: Received client request to flush runtime journal.
[    9.936471] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13
[    9.941682] ACPI: AC: AC Adapter [AC] (off-line)
[    9.978813] Consider using thermal netlink events interface
[    9.982027] input: Intel HID events as /devices/platform/INT33D5:00/input/input14
[    9.983222] wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQBC data block query control method not found
[    9.988433] intel-hid INT33D5:00: platform supports 5 button array
[    9.988502] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input15
[    9.994243] 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/input16
[    9.999602] 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/input17
[    9.999708] hid-multitouch 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[   10.006024] ACPI: button: Lid Switch [LID0]
[   10.006096] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input19
[   10.013530] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input20
[   10.014665] ACPI: battery: Slot [BAT0] (battery present)
[   10.040167] intel_pmc_core INT33A1:00:  initialized
[   10.067147] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   10.078596] mc: Linux media interface: v0.10
[   10.084232] intel_rapl_common: Found RAPL domain package
[   10.084237] intel_rapl_common: Found RAPL domain dram
[   10.092347] Adding 8387904k swap on /dev/nvme0n1p4.  Priority:-2 extents:1 across:8387904k SS
[   10.102306] ACPI: button: Power Button [PBTN]
[   10.102373] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input22
[   10.110600] ACPI: button: Sleep Button [SBTN]
[   10.110662] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input23
[   10.111248] ACPI: button: Power Button [PWRF]
[   10.114708] input: PC Speaker as /devices/platform/pcspkr/input/input24
[   10.117634] iTCO_vendor_support: vendor-support=0
[   10.141232] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   10.147290] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   10.148415] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   10.188495] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input25
[   10.210141] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input26
[   10.211346] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input27
[   10.213010] hid-multitouch 0003:04F3:2234.0005: input,hiddev1,hidraw4: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[   10.286329] videodev: Linux video capture interface: v2.00
[   10.315935] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   10.315960] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   10.315972] RAPL PMU: hw unit of domain package 2^-14 Joules
[   10.315982] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   10.315992] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   10.316001] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   10.385215] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.390245] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.390449] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   10.392551] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[   10.466705] intel_rapl_common: Found RAPL domain package
[   10.466711] intel_rapl_common: Found RAPL domain core
[   10.466713] intel_rapl_common: Found RAPL domain uncore
[   10.466714] intel_rapl_common: Found RAPL domain dram
[   10.466716] intel_rapl_common: Found RAPL domain psys
[   10.476255] Bluetooth: Core ver 2.22
[   10.476275] NET: Registered PF_BLUETOOTH protocol family
[   10.476277] Bluetooth: HCI device and connection manager initialized
[   10.476281] Bluetooth: HCI socket layer initialized
[   10.476284] Bluetooth: L2CAP socket layer initialized
[   10.476289] Bluetooth: SCO socket layer initialized
[   10.482611] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input29
[   10.652281] usb 1-5: Probing generic UVC device 5
[   10.659953] usb 1-5: trying extra data from endpoint 0
[   10.659961] usb 1-5: Found format MJPG little-endian (0x47504a4d)
[   10.659966] usb 1-5: - 1280x720 (30.0 fps)
[   10.659970] usb 1-5: - 960x540 (30.0 fps)
[   10.659974] usb 1-5: - 848x480 (30.0 fps)
[   10.659977] usb 1-5: Found format YUYV little-endian (0x56595559)
[   10.659981] usb 1-5: - 640x480 (30.0 fps)
[   10.659984] usb 1-5: - 640x360 (30.0 fps)
[   10.659987] usb 1-5: - 424x240 (30.0 fps)
[   10.659990] usb 1-5: - 320x240 (30.0 fps)
[   10.659994] usb 1-5: - 320x180 (30.0 fps)
[   10.659997] usb 1-5: - 160x120 (30.0 fps)
[   10.660007] usb 1-5: Found a Status endpoint (addr 83)
[   10.660013] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[   10.668772] usb 1-5: Scanning UVC chain:
[   10.668778]  OT 5 <- XU 4 <- XU 3 <- PU 2 <- IT 1
[   10.668788] usb 1-5: Found a valid video chain (1 -> 5)
[   10.668793] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/2 to device 5 entity 2
[   10.677358] EXT4-fs (nvme0n1p2): mounted filesystem 2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8 r/w with ordered data mode. Quota mode: none.
[   10.688580] usb 1-5: Adding mapping 'Brightness' to control 00000000-0000-0000-0000-000000000101/2
[   10.689134] usb 1-5: Failed to query (GET_CUR) UVC control 2 on unit 2: -75 (exp. 1).
[   10.689209] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/3 to device 5 entity 2
[   10.691085] usb 1-5: Adding mapping 'Contrast' to control 00000000-0000-0000-0000-000000000101/3
[   10.691645] usb 1-5: Failed to query (GET_CUR) UVC control 3 on unit 2: -75 (exp. 1).
[   10.691709] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/6 to device 5 entity 2
[   10.692729] usb 1-5: Adding mapping 'Hue' to control 00000000-0000-0000-0000-000000000101/6
[   10.693530] usb 1-5: Failed to query (GET_CUR) UVC control 6 on unit 2: -75 (exp. 1).
[   10.693604] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/7 to device 5 entity 2
[   10.698164] usb 1-5: Adding mapping 'Saturation' to control 00000000-0000-0000-0000-000000000101/7
[   10.699621] usb 1-5: Failed to query (GET_CUR) UVC control 7 on unit 2: -75 (exp. 1).
[   10.699708] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/8 to device 5 entity 2
[   10.700676] usb 1-5: Adding mapping 'Sharpness' to control 00000000-0000-0000-0000-000000000101/8
[   10.701263] usb 1-5: Failed to query (GET_CUR) UVC control 8 on unit 2: -75 (exp. 1).
[   10.701325] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/9 to device 5 entity 2
[   10.702991] usb 1-5: Adding mapping 'Gamma' to control 00000000-0000-0000-0000-000000000101/9
[   10.705787] usb 1-5: Failed to query (GET_CUR) UVC control 9 on unit 2: -75 (exp. 1).
[   10.705860] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/10 to device 5 entity 2
[   10.707036] usb 1-5: Adding mapping 'White Balance Temperature' to control 00000000-0000-0000-0000-000000000101/10
[   10.708098] usb 1-5: Failed to query (GET_CUR) UVC control 10 on unit 2: -75 (exp. 1).
[   10.708150] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/1 to device 5 entity 2
[   10.709279] usb 1-5: Adding mapping 'Backlight Compensation' to control 00000000-0000-0000-0000-000000000101/1
[   10.710748] usb 1-5: Failed to query (GET_CUR) UVC control 1 on unit 2: -75 (exp. 1).
[   10.711147] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/4 to device 5 entity 2
[   10.713670] usb 1-5: Adding mapping 'Gain' to control 00000000-0000-0000-0000-000000000101/4
[   10.714623] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 2: -75 (exp. 1).
[   10.715104] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/5 to device 5 entity 2
[   10.803567] usb 1-5: Adding mapping 'Power Line Frequency' to control 00000000-0000-0000-0000-000000000101/5
[   10.803573] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/11 to device 5 entity 2
[   10.804683] usb 1-5: Adding mapping 'White Balance, Automatic' to control 00000000-0000-0000-0000-000000000101/11
[   10.806246] usbcore: registered new interface driver btusb
[   10.808281] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[   10.808287] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[   10.848515] usb 1-5: Added control 00000000-0000-0000-0000-000000000001/2 to device 5 entity 1
[   10.849556] usb 1-5: Adding mapping 'Auto Exposure' to control 00000000-0000-0000-0000-000000000001/2
[   10.852227] usb 1-5: Control error 4
[   10.852230] usb 1-5: Added control 00000000-0000-0000-0000-000000000001/4 to device 5 entity 1
[   10.852970] usb 1-5: Adding mapping 'Exposure Time, Absolute' to control 00000000-0000-0000-0000-000000000001/4
[   10.853864] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 1: -75 (exp. 1).
[   10.894562] usb 1-5: UVC device initialized
[   10.894634] usbcore: registered new interface driver uvcvideo
[   11.053714] stackdepot: allocating hash table of 1048576 entries via kvcalloc
[   11.056742] i915 0000:00:02.0: [drm] Found KABYLAKE/ULT (device ID 5916) display version 9.00
[   11.059441] usb 1-5: uvc_v4l2_open
[   11.059463] usb 1-5: uvc_v4l2_release
[   11.079470] Console: switching to colour dummy device 80x25
[   11.079676] i915 0000:00:02.0: vgaarb: deactivate vga console
[   11.081914] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   11.083904] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   11.084408] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   11.171734] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[   11.199925] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   11.206061] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[   11.211234] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   11.218830] audit: type=1400 audit(1721387162.387:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=572 comm="apparmor_parser"
[   11.218837] audit: type=1400 audit(1721387162.387:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=572 comm="apparmor_parser"
[   11.220754] audit: type=1400 audit(1721387162.387:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=571 comm="apparmor_parser"
[   11.228099] audit: type=1400 audit(1721387162.395:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="msmtp" pid=579 comm="apparmor_parser"
[   11.228106] audit: type=1400 audit(1721387162.395:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="msmtp//helpers" pid=579 comm="apparmor_parser"
[   11.228576] audit: type=1400 audit(1721387162.395:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=578 comm="apparmor_parser"
[   11.228580] audit: type=1400 audit(1721387162.395:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=578 comm="apparmor_parser"
[   11.228582] audit: type=1400 audit(1721387162.395:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=578 comm="apparmor_parser"
[   11.231705] audit: type=1400 audit(1721387162.399:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=573 comm="apparmor_parser"
[   11.231711] audit: type=1400 audit(1721387162.399:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=573 comm="apparmor_parser"
[   11.523507] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[   11.523515] ath10k_pci 0000:3a:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[   11.524032] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1-00309- api 6 features wowlan,ignore-otp,mfp crc32 0793bcf2
[   11.604103] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[   11.689168] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[   11.705460] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   11.708121] 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
[   11.722756] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   11.723563] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input30
[   11.754820] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   11.764319] fbcon: i915drmfb (fb0) is primary device
[   11.770028] Console: switching to colour frame buffer device 200x56
[   11.790002] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   11.801252] ath: EEPROM regdomain: 0x6c
[   11.801257] ath: EEPROM indicates we should expect a direct regpair map
[   11.801259] ath: Country alpha2 being used: 00
[   11.801260] ath: Regpair used: 0x6c
[   11.808507] ath10k_pci 0000:3a:00.0 wlp58s0: renamed from wlan0
[   11.866185] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   11.866194] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.866197] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   11.866199] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   11.866201] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   11.866203] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   11.866204] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[   11.866206] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   12.133923] PPP generic driver version 2.4.2
[   12.134894] Initializing XFRM netlink socket
[   12.286695] NET: Registered PF_PPPOX protocol family
[   12.288955] IPsec XFRM device driver
[   12.646445] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[   12.646489] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[   12.646525] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
[   12.646558] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
[   12.646593] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
[   12.696276] l2tp_core: L2TP core driver, V2.0
[   12.704640] l2tp_netlink: L2TP netlink interface
[   12.715301] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[   13.393814] usb 1-5: Suspending interface 1
[   13.393820] usb 1-5: Suspending interface 0
[   13.488878] usb 1-5: uvc_v4l2_open
[   13.609179] usb 1-5: Resuming interface 0
[   13.609185] usb 1-5: Resuming interface 1
[   13.609228] usb 1-5: uvc_v4l2_release
[   13.614269] usb 1-5: uvc_v4l2_open
[   13.614448] usb 1-5: Control 2/10 info change len 6
[   13.614480] usb 1-5: uvc_v4l2_release
[   14.616263] usb 1-5: uvc_v4l2_open
[   14.616281] usb 1-5: uvc_v4l2_release
[   14.616381] usb 1-5: uvc_v4l2_open
[   14.616390] usb 1-5: uvc_v4l2_release
[   14.617009] usb 1-5: uvc_v4l2_open
[   14.618439] usb 1-5: Control 2/10 info change len 6
[   14.658201] usb 1-5: uvc_v4l2_release
[   14.658362] usb 1-5: uvc_v4l2_open
[   14.668861] usb 1-5: uvc_v4l2_release
[   14.669005] usb 1-5: uvc_v4l2_open
[   14.669821] usb 1-5: uvc_v4l2_release
[   14.669958] usb 1-5: uvc_v4l2_open
[   14.669983] usb 1-5: uvc_v4l2_release
[   14.670111] usb 1-5: uvc_v4l2_open
[   14.670788] usb 1-5: uvc_v4l2_release
[   14.670918] usb 1-5: uvc_v4l2_open
[   14.670938] usb 1-5: uvc_v4l2_release
[   15.041894] usb 1-5: uvc_v4l2_open
[   15.041941] usb 1-5: uvc_v4l2_release
[   15.122249] rfkill: input handler disabled
[   17.541779] usb 1-5: Suspending interface 1
[   17.541784] usb 1-5: Suspending interface 0
[   21.371232] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[   21.371290] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   21.371305] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[   21.371332] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   21.371364] pci 0000:01:00.0: enabling Extended Tags
[   21.371722] pci 0000:01:00.0: supports D1 D2
[   21.371725] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   21.371811] 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)
[   21.377202] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   21.377288] pci 0000:02:00.0: PCI bridge to [bus 03]
[   21.377311] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[   21.377375] pci 0000:02:00.0: enabling Extended Tags
[   21.378025] pci 0000:02:00.0: supports D1 D2
[   21.378029] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   21.378817] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   21.378858] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   21.378871] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[   21.378884] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   21.378901] pci 0000:02:01.0: enabling Extended Tags
[   21.379018] pci 0000:02:01.0: supports D1 D2
[   21.379020] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[   21.379972] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   21.380040] pci 0000:02:02.0: PCI bridge to [bus 39]
[   21.380062] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[   21.380121] pci 0000:02:02.0: enabling Extended Tags
[   21.381414] pci 0000:02:02.0: supports D1 D2
[   21.381419] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[   21.384282] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   21.384364] pci 0000:02:00.0: PCI bridge to [bus 03]
[   21.384438] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   21.384562] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[   21.384589] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[   21.384669] pci 0000:39:00.0: enabling Extended Tags
[   21.384818] pci 0000:39:00.0: supports D1 D2
[   21.384821] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   21.384935] 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)
[   21.385172] pci 0000:02:02.0: PCI bridge to [bus 39]
[   21.385218] pci_bus 0000:02: Allocating resources
[   21.385235] pci 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   21.385240] pci 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   21.385243] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   21.385247] pci 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[   21.385252] pci 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   21.385255] pci 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   21.385258] pci 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   21.385260] pci 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   21.385265] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   21.385267] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   21.385270] pci 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   21.385272] pci 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   21.385275] pci 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   21.385277] pci 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   21.385281] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   21.385283] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   21.385286] pci 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   21.385288] pci 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   21.385290] pci 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   21.385292] pci 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   21.385295] pci 0000:02:00.0: PCI bridge to [bus 03]
[   21.385301] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[   21.385311] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   21.385317] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[   21.385321] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   21.385328] pci 0000:02:02.0: PCI bridge to [bus 39]
[   21.385334] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[   21.385344] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   21.385349] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[   21.385354] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   21.389408] xhci_hcd 0000:39:00.0: xHCI Host Controller
[   21.389420] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[   21.390558] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[   21.390940] xhci_hcd 0000:39:00.0: xHCI Host Controller
[   21.390947] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[   21.390953] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[   21.391930] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[   21.391937] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   21.391940] usb usb3: Product: xHCI Host Controller
[   21.391942] usb usb3: Manufacturer: Linux 6.10.0-08070-gcb273eb7c839 xhci-hcd
[   21.391944] usb usb3: SerialNumber: 0000:39:00.0
[   21.393915] hub 3-0:1.0: USB hub found
[   21.393935] hub 3-0:1.0: 2 ports detected
[   21.395359] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[   21.395364] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   21.395367] usb usb4: Product: xHCI Host Controller
[   21.395370] usb usb4: Manufacturer: Linux 6.10.0-08070-gcb273eb7c839 xhci-hcd
[   21.395372] usb usb4: SerialNumber: 0000:39:00.0
[   21.396130] hub 4-0:1.0: USB hub found
[   21.396141] hub 4-0:1.0: 2 ports detected
[   21.398476] pci_bus 0000:02: Allocating resources
[   21.398623] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   21.398630] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   21.398634] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   21.398640] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[   21.398646] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   21.398649] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   21.398652] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   21.398655] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   21.398661] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   21.398664] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   21.398667] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   21.398669] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   21.398671] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   21.398674] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   21.398678] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   21.398680] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   21.398683] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   21.398686] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   21.398688] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   21.398691] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   21.653860] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[   21.813984] usb 3-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice=30.03
[   21.813998] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   21.814004] usb 3-1: Product: USB2.0 Hub             
[   21.814008] usb 3-1: Manufacturer: VIA Labs, Inc.         
[   21.816883] hub 3-1:1.0: USB hub found
[   21.817230] hub 3-1:1.0: 5 ports detected
[   21.944234] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[   21.965987] usb 4-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice=30.03
[   21.965998] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   21.966003] usb 4-1: Product: USB3.1 Hub             
[   21.966007] usb 4-1: Manufacturer: VIA Labs, Inc.         
[   21.967974] hub 4-1:1.0: USB hub found
[   21.968045] hub 4-1:1.0: 4 ports detected
[   22.541834] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[   22.707658] usb 3-1.1: New USB device found, idVendor=06c4, idProduct=c412, bcdDevice= 0.06
[   22.707681] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   22.707690] usb 3-1.1: Product: DELL DA300
[   22.707698] usb 3-1.1: Manufacturer: Bizlink
[   22.707704] usb 3-1.1: SerialNumber: MCU Ver0006
[   22.720173] hid-generic 0003:06C4:C412.0006: hiddev2,hidraw5: USB HID v1.11 Device [Bizlink DELL DA300] on usb-0000:39:00.0-1.1/input0
[   22.781891] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[   22.802789] usb 4-1.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[   22.802813] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[   22.802822] usb 4-1.2: Product: USB 10/100/1000 LAN
[   22.802830] usb 4-1.2: Manufacturer: Realtek
[   22.802837] usb 4-1.2: SerialNumber: 001000001
[   22.880051] usbcore: registered new device driver r8152-cfgselector
[   22.962204] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[   22.991645] r8152 4-1.2:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[   23.028203] wlp58s0: authenticate with 94:64:24:4f:04:90 (local address=9c:b6:d0:d1:6a:b1)
[   23.028212] wlp58s0: send auth to 94:64:24:4f:04:90 (try 1/3)
[   23.029406] wlp58s0: authenticated
[   23.029797] wlp58s0: associate with 94:64:24:4f:04:90 (try 1/3)
[   23.037642] wlp58s0: RX AssocResp from 94:64:24:4f:04:90 (capab=0x11 status=0 aid=1)
[   23.040821] wlp58s0: associated
[   23.048044] r8152 4-1.2:1.0 eth0: v1.12.13
[   23.048111] usbcore: registered new interface driver r8152
[   23.072044] usbcore: registered new interface driver cdc_ether
[   23.075426] usbcore: registered new interface driver r8153_ecm
[   23.203036] r8152 4-1.2:1.0 enp57s0u1u2: renamed from eth0
[   23.657527] rfkill: input handler enabled
[   24.773976] i915 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[   26.164981] r8152 4-1.2:1.0 enp57s0u1u2: carrier on
[   28.807282] usb 1-5: uvc_v4l2_open
[   28.932690] usb 1-5: Resuming interface 0
[   28.932697] usb 1-5: Resuming interface 1
[   28.932759] usb 1-5: uvc_v4l2_release
[   29.112562] rfkill: input handler disabled
[   31.433804] usb 1-5: Suspending interface 1
[   31.433811] usb 1-5: Suspending interface 0
[   31.656896] usb 1-5: Resuming interface 0
[   31.656903] usb 1-5: Resuming interface 1
[   34.157795] usb 1-5: Suspending interface 1
[   34.157803] usb 1-5: Suspending interface 0
[   36.050158] wlp58s0: deauthenticating from 94:64:24:4f:04:90 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1299.417155] usbcore: deregistering interface driver uvcvideo
[ 1302.388178] usb 1-5: Probing generic UVC device 5
[ 1302.391938] usb 1-5: trying extra data from endpoint 0
[ 1302.391970] usb 1-5: Found format MJPG little-endian (0x47504a4d)
[ 1302.391993] usb 1-5: - 1280x720 (30.0 fps)
[ 1302.392017] usb 1-5: - 960x540 (30.0 fps)
[ 1302.392036] usb 1-5: - 848x480 (30.0 fps)
[ 1302.392056] usb 1-5: Found format YUYV little-endian (0x56595559)
[ 1302.392073] usb 1-5: - 640x480 (30.0 fps)
[ 1302.392087] usb 1-5: - 640x360 (30.0 fps)
[ 1302.392100] usb 1-5: - 424x240 (30.0 fps)
[ 1302.392113] usb 1-5: - 320x240 (30.0 fps)
[ 1302.392125] usb 1-5: - 320x180 (30.0 fps)
[ 1302.392139] usb 1-5: - 160x120 (30.0 fps)
[ 1302.392184] usb 1-5: Found a Status endpoint (addr 83)
[ 1302.392210] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[ 1302.392234] usb 1-5: Scanning UVC chain:
[ 1302.392242]  OT 5 <- XU 4 <- XU 3 <- PU 2 <- IT 1
[ 1302.392282] usb 1-5: Found a valid video chain (1 -> 5)
[ 1302.392308] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/2 to device 5 entity 2
[ 1302.393223] usb 1-5: Adding mapping 'Brightness' to control 00000000-0000-0000-0000-000000000101/2
[ 1302.393859] usb 1-5: Failed to query (GET_CUR) UVC control 2 on unit 2: -75 (exp. 1).
[ 1302.393895] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/3 to device 5 entity 2
[ 1302.394950] usb 1-5: Adding mapping 'Contrast' to control 00000000-0000-0000-0000-000000000101/3
[ 1302.395563] usb 1-5: Failed to query (GET_CUR) UVC control 3 on unit 2: -75 (exp. 1).
[ 1302.395593] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/6 to device 5 entity 2
[ 1302.397018] usb 1-5: Adding mapping 'Hue' to control 00000000-0000-0000-0000-000000000101/6
[ 1302.397769] usb 1-5: Failed to query (GET_CUR) UVC control 6 on unit 2: -75 (exp. 1).
[ 1302.397805] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/7 to device 5 entity 2
[ 1302.398800] usb 1-5: Adding mapping 'Saturation' to control 00000000-0000-0000-0000-000000000101/7
[ 1302.399453] usb 1-5: Failed to query (GET_CUR) UVC control 7 on unit 2: -75 (exp. 1).
[ 1302.399484] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/8 to device 5 entity 2
[ 1302.400777] usb 1-5: Adding mapping 'Sharpness' to control 00000000-0000-0000-0000-000000000101/8
[ 1302.401670] usb 1-5: Failed to query (GET_CUR) UVC control 8 on unit 2: -75 (exp. 1).
[ 1302.401705] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/9 to device 5 entity 2
[ 1302.402588] usb 1-5: Adding mapping 'Gamma' to control 00000000-0000-0000-0000-000000000101/9
[ 1302.403503] usb 1-5: Failed to query (GET_CUR) UVC control 9 on unit 2: -75 (exp. 1).
[ 1302.403534] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/10 to device 5 entity 2
[ 1302.405010] usb 1-5: Adding mapping 'White Balance Temperature' to control 00000000-0000-0000-0000-000000000101/10
[ 1302.405772] usb 1-5: Failed to query (GET_CUR) UVC control 10 on unit 2: -75 (exp. 1).
[ 1302.405808] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/1 to device 5 entity 2
[ 1302.406795] usb 1-5: Adding mapping 'Backlight Compensation' to control 00000000-0000-0000-0000-000000000101/1
[ 1302.407506] usb 1-5: Failed to query (GET_CUR) UVC control 1 on unit 2: -75 (exp. 1).
[ 1302.407536] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/4 to device 5 entity 2
[ 1302.408888] usb 1-5: Adding mapping 'Gain' to control 00000000-0000-0000-0000-000000000101/4
[ 1302.409771] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 2: -75 (exp. 1).
[ 1302.409808] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/5 to device 5 entity 2
[ 1302.485138] usb 1-5: Adding mapping 'Power Line Frequency' to control 00000000-0000-0000-0000-000000000101/5
[ 1302.485165] usb 1-5: Added control 00000000-0000-0000-0000-000000000101/11 to device 5 entity 2
[ 1302.485965] usb 1-5: Adding mapping 'White Balance, Automatic' to control 00000000-0000-0000-0000-000000000101/11
[ 1302.522432] usb 1-5: Added control 00000000-0000-0000-0000-000000000001/2 to device 5 entity 1
[ 1302.523197] usb 1-5: Adding mapping 'Auto Exposure' to control 00000000-0000-0000-0000-000000000001/2
[ 1302.526350] usb 1-5: Control error 4
[ 1302.526374] usb 1-5: Added control 00000000-0000-0000-0000-000000000001/4 to device 5 entity 1
[ 1302.527309] usb 1-5: Adding mapping 'Exposure Time, Absolute' to control 00000000-0000-0000-0000-000000000001/4
[ 1302.528084] usb 1-5: Failed to query (GET_CUR) UVC control 4 on unit 1: -75 (exp. 1).
[ 1302.570614] usb 1-5: UVC device initialized
[ 1302.570814] usbcore: registered new interface driver uvcvideo
[ 1302.593567] usb 1-5: uvc_v4l2_open
[ 1302.593697] usb 1-5: uvc_v4l2_release
[ 1302.614934] usb 1-5: uvc_v4l2_open
[ 1302.615047] usb 1-5: uvc_v4l2_release
[ 1302.617677] usb 1-5: uvc_v4l2_open
[ 1302.618927] usb 1-5: Control 2/10 info change len 6
[ 1302.619623] usb 1-5: uvc_v4l2_release
[ 1303.625007] usb 1-5: uvc_v4l2_open
[ 1303.625077] usb 1-5: uvc_v4l2_release
[ 1303.625265] usb 1-5: uvc_v4l2_open
[ 1303.625302] usb 1-5: uvc_v4l2_release
[ 1303.628317] usb 1-5: uvc_v4l2_open
[ 1303.630916] usb 1-5: Control 2/10 info change len 6
[ 1303.671950] usb 1-5: uvc_v4l2_release
[ 1303.672235] usb 1-5: uvc_v4l2_open
[ 1303.683692] usb 1-5: uvc_v4l2_release
[ 1303.684086] usb 1-5: uvc_v4l2_open
[ 1303.685968] usb 1-5: uvc_v4l2_release
[ 1303.686276] usb 1-5: uvc_v4l2_open
[ 1303.686452] usb 1-5: uvc_v4l2_release
[ 1303.687775] usb 1-5: uvc_v4l2_open
[ 1303.688845] usb 1-5: uvc_v4l2_release
[ 1303.689097] usb 1-5: uvc_v4l2_open
[ 1303.689314] usb 1-5: uvc_v4l2_release
[ 1306.136345] usb 1-5: Suspending interface 1
[ 1306.136370] usb 1-5: Suspending interface 0
[ 1418.264001] usb 1-5: Resuming interface 0
[ 1418.264020] usb 1-5: Resuming interface 1
[ 1420.794234] usb 1-5: Suspending interface 1
[ 1420.794258] usb 1-5: Suspending interface 0
Bus 001 Device 006: ID 0c45:670c Microdia Integrated Webcam HD
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.01
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 [unknown]
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x0c45 Microdia
  idProduct          0x670c Integrated Webcam HD
  bcdDevice           56.26
  iManufacturer           2 CN09GTFMLOG008C8B7FWA01
  iProduct                1 Integrated_Webcam_HD
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0214
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    ** UNRECOGNIZED:  28 ff 42 49 53 54 00 01 06 01 10 00 00 00 00 00 d1 10 f4 01 d2 11 f4 01 d3 12 f4 01 d4 13 f4 01 d5 14 f4 01 d6 15 f4 01
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 Integrated Webcam
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 Integrated Webcam
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength       0x0067
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             5
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               4
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 3
        guidExtensionCode         {28f03370-6311-4a2e-ba2c-6890eb334016}
        bNumControls            8
        bNrInPins               1
        baSourceID( 0)          2
        bControlSize            1
        bmControls( 0)       0x1f
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {0fb885c3-68c2-4547-90f7-8f47579d95fc}
        bNumControls            8
        bNrInPins               1
        baSourceID( 0)          3
        bControlSize            1
        bmControls( 0)       0x0f
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x0000000a
          Auto-Exposure Mode
          Exposure Time (Absolute)
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000177f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          Backlight Compensation
          Gain
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              5 Integrated Webcam
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
        INTERFACE CLASS:  0f 24 01 02 4f 01 82 00 05 00 00 00 01 00 00
        INTERFACE CLASS:  0b 24 06 01 03 00 01 00 00 00 00
        INTERFACE CLASS:  1e 24 07 01 00 00 05 d0 02 30 28 60 1a 30 28 60 1a 4d 22 1c 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  1e 24 07 02 00 c0 03 1c 02 30 08 d7 0e 30 08 d7 0e 4d d4 0f 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  1e 24 07 03 00 50 03 e0 01 30 68 a7 0b 30 68 a7 0b 4d 6e 0c 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  06 24 0d 01 01 04
        INTERFACE CLASS:  1b 24 04 02 06 59 55 59 32 00 00 10 00 80 00 00 aa 00 38 9b 71 10 01 00 00 00 00
        INTERFACE CLASS:  1e 24 05 01 00 80 02 e0 01 00 00 ca 08 00 00 ca 08 00 60 09 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  1e 24 05 02 00 80 02 68 01 00 80 97 06 00 80 97 06 00 08 07 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  1e 24 05 03 00 a8 01 f0 00 00 50 e9 02 00 50 e9 02 00 1b 03 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  1e 24 05 04 00 40 01 f0 00 00 80 32 02 00 80 32 02 00 58 02 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  1e 24 05 05 00 40 01 b4 00 00 e0 a5 01 00 e0 a5 01 00 c2 01 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  1e 24 05 06 00 a0 00 78 00 00 a0 8c 00 00 a0 8c 00 00 96 00 00 15 16 05 00 01 15 16 05 00
        INTERFACE CLASS:  06 24 0d 01 01 04
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x000c
  bNumDeviceCaps          1
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000002
      HIRD Link Power Management (LPM) Supported
Device Status:     0x0002
  (Bus Powered)
  Remote Wakeup Enabled

[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux