fwupd / firmware-lenovo

Missing firmware for Lenovo Thinkpad hardware
117 stars 4 forks source link

T470s: Thunderbolt NVM version 23 missing #279

Closed dkadioglu closed 1 year ago

dkadioglu commented 1 year ago

Since 29th of September an updated version 23 is available for the T470s Thunderbolt. The update file for Windows has version 20.22.09.02-N1WTF16W. May this be added to fwupd.org? Thanks in advance.

kmauleon commented 1 year ago

hi @dkadioglu already contacted owner... waiting for feedback

kmauleon commented 1 year ago

hi @dkadioglu as per owner, they will target to release by end of January 2023.... thank you very much.

dkadioglu commented 1 year ago

@kmauleon Thank you very much for asking them! I'll keep this open, until the update is there.

dkadioglu commented 1 year ago

The update is already available on LVFS. However, when I try to upgrade, I get the following error message:

could not start thunderbolt device upgrade: could not write to /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0/nvm_authenticate: Das Argument ist ungültig

["Das Argument ist ungültig" is german and translates to "Invalid argument"]

Anything I can do here?

kmauleon commented 1 year ago

@dkadioglu I will ping the owner for this one... Happy Holidays!

dkadioglu commented 1 year ago

@kmauleon Thank you very much! And Happy Holidays!

hughsie commented 1 year ago

and translates to "Invalid argument

That might be a fwupd bug -- @superm1 do you remember the details here?

superm1 commented 1 year ago

It requires a lot more investigation from the reason the kernel would send that return code.

For example if the image itself doesn't validate you can end up on this path.

https://github.com/torvalds/linux/blob/master/drivers/thunderbolt/nvm.c#L85

I don't think there is any reason to suspect fwupd bug with the latest fwupd version though right now.

dkadioglu commented 1 year ago

Is there anything I can provide to help investigate?

superm1 commented 1 year ago

Is there anything I can provide to help investigate?

You can turn on dynamic debugging for the thunderbolt by adding thunderbolt.dyndbg='+p' to the kernel command line.

Then run the update specifically using fwupdtool update --verbose and share the dmesg from the boot you reproduce the problems as well as the fwupdtool verbose output. Hopefully dynamic debugging gives more insight.

dkadioglu commented 1 year ago

Here is the dmesg with thunderbolt.dyndbg='+p' on the kernel command line:

[    0.000000] Linux version 6.1.1-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 ZEN SMP PREEMPT_DYNAMIC Wed, 21 Dec 2022 22:27:59 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=26f043a3-5b9e-4dcb-bedb-a600719b86b9 rw loglevel=3 quiet rd.systemd.show_status=auto rd.udev.log_priority=3 resume=UUID=7b0455cd-0c5c-478f-aca8-18e3a577f3d8 nowatchdog printk.devkmsg=on sysrq_always_enabled fbcon=font:VGA8x16 msr.allow_writes=on intel_iommu=on iommu=pt i915.enable_dpcd_backlight=0 thunderbolt.dyndbg=+p
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    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-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x0000000065561fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000065562000-0x0000000065562fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000065563000-0x0000000065563fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000065564000-0x000000006eea9fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006eeaa000-0x000000006ef71fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006ef72000-0x000000006ff2cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006ff2d000-0x000000006ff99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006ff9a000-0x000000006fffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078600000-0x000000007c7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000006817fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by Lenovo
[    0.000000] efi: TPMFinalLog=0x6ff92000 SMBIOS=0x6f0d9000 SMBIOS 3.0=0x6f0d6000 ACPI=0x6fffe000 ACPI 2.0=0x6fffe014 ESRT=0x6efb5000 MEMATTR=0x69e7d018 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: LENOVO 20HGS00V00/20HGS00V00, BIOS N1WET69W (1.48 ) 09/26/2022
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.000000] tsc: Detected 2899.886 MHz TSC
[    0.001025] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001031] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001051] last_pfn = 0x681800 max_arch_pfn = 0x400000000
[    0.001328] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002533] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.023454] esrt: Reserving ESRT space from 0x000000006efb5000 to 0x000000006efb5088.
[    0.023471] Using GB pages for direct mapping
[    0.024583] Secure boot disabled
[    0.024584] RAMDISK: [mem 0x35339000-0x36993fff]
[    0.024590] ACPI: Early table checksum verification disabled
[    0.024595] ACPI: RSDP 0x000000006FFFE014 000024 (v02 LENOVO)
[    0.024601] ACPI: XSDT 0x000000006FFC1188 0000FC (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024611] ACPI: FACP 0x000000006FFF5000 0000F4 (v05 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024620] ACPI: DSDT 0x000000006FFCF000 02134E (v02 LENOVO SKL      00000000 INTL 20160527)
[    0.024626] ACPI: FACS 0x000000006FF3E000 000040
[    0.024630] ACPI: SSDT 0x000000006FFFC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[    0.024636] ACPI: TPM2 0x000000006FFFB000 000034 (v03 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024641] ACPI: UEFI 0x000000006FF53000 000042 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024646] ACPI: SSDT 0x000000006FFF7000 0030E4 (v02 LENOVO SaSsdt   00003000 INTL 20160527)
[    0.024651] ACPI: SSDT 0x000000006FFF6000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[    0.024656] ACPI: HPET 0x000000006FFF4000 000038 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024661] ACPI: APIC 0x000000006FFF3000 0000BC (v03 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024666] ACPI: MCFG 0x000000006FFF2000 00003C (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024671] ACPI: ECDT 0x000000006FFF1000 000053 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024676] ACPI: SSDT 0x000000006FFCD000 0016F3 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[    0.024682] ACPI: BOOT 0x000000006FFCC000 000028 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024687] ACPI: BATB 0x000000006FFCB000 00004A (v02 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024692] ACPI: SSDT 0x000000006FFC9000 0017AE (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
[    0.024697] ACPI: SSDT 0x000000006FFC8000 00056D (v02 LENOVO CtdpB    00001000 INTL 20160527)
[    0.024702] ACPI: SSDT 0x000000006FFC7000 000634 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[    0.024707] ACPI: WSMT 0x000000006FFC6000 000028 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024713] ACPI: SSDT 0x000000006FFC5000 000141 (v02 LENOVO HdaDsp   00000000 INTL 20160527)
[    0.024718] ACPI: SSDT 0x000000006FFC4000 0004C5 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[    0.024723] ACPI: DBGP 0x000000006FFC3000 000034 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024728] ACPI: DBG2 0x000000006FFC2000 000054 (v00 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024733] ACPI: POAT 0x000000006FFFD000 000055 (v03 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024738] ACPI: DMAR 0x000000006FFC0000 0000A8 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024743] ACPI: ASF! 0x000000006FFBF000 0000A0 (v32 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024748] ACPI: FPDT 0x000000006FFBE000 000044 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024753] ACPI: BGRT 0x000000006FFBD000 000038 (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024758] ACPI: UEFI 0x000000006FF3B000 00013E (v01 LENOVO TP-N1W   00001480 PTEC 00000002)
[    0.024762] ACPI: Reserving FACP table memory at [mem 0x6fff5000-0x6fff50f3]
[    0.024765] ACPI: Reserving DSDT table memory at [mem 0x6ffcf000-0x6fff034d]
[    0.024767] ACPI: Reserving FACS table memory at [mem 0x6ff3e000-0x6ff3e03f]
[    0.024768] ACPI: Reserving SSDT table memory at [mem 0x6fffc000-0x6fffc3cb]
[    0.024769] ACPI: Reserving TPM2 table memory at [mem 0x6fffb000-0x6fffb033]
[    0.024771] ACPI: Reserving UEFI table memory at [mem 0x6ff53000-0x6ff53041]
[    0.024772] ACPI: Reserving SSDT table memory at [mem 0x6fff7000-0x6fffa0e3]
[    0.024774] ACPI: Reserving SSDT table memory at [mem 0x6fff6000-0x6fff65b5]
[    0.024775] ACPI: Reserving HPET table memory at [mem 0x6fff4000-0x6fff4037]
[    0.024777] ACPI: Reserving APIC table memory at [mem 0x6fff3000-0x6fff30bb]
[    0.024779] ACPI: Reserving MCFG table memory at [mem 0x6fff2000-0x6fff203b]
[    0.024780] ACPI: Reserving ECDT table memory at [mem 0x6fff1000-0x6fff1052]
[    0.024782] ACPI: Reserving SSDT table memory at [mem 0x6ffcd000-0x6ffce6f2]
[    0.024783] ACPI: Reserving BOOT table memory at [mem 0x6ffcc000-0x6ffcc027]
[    0.024785] ACPI: Reserving BATB table memory at [mem 0x6ffcb000-0x6ffcb049]
[    0.024786] ACPI: Reserving SSDT table memory at [mem 0x6ffc9000-0x6ffca7ad]
[    0.024788] ACPI: Reserving SSDT table memory at [mem 0x6ffc8000-0x6ffc856c]
[    0.024790] ACPI: Reserving SSDT table memory at [mem 0x6ffc7000-0x6ffc7633]
[    0.024791] ACPI: Reserving WSMT table memory at [mem 0x6ffc6000-0x6ffc6027]
[    0.024793] ACPI: Reserving SSDT table memory at [mem 0x6ffc5000-0x6ffc5140]
[    0.024794] ACPI: Reserving SSDT table memory at [mem 0x6ffc4000-0x6ffc44c4]
[    0.024796] ACPI: Reserving DBGP table memory at [mem 0x6ffc3000-0x6ffc3033]
[    0.024797] ACPI: Reserving DBG2 table memory at [mem 0x6ffc2000-0x6ffc2053]
[    0.024799] ACPI: Reserving POAT table memory at [mem 0x6fffd000-0x6fffd054]
[    0.024801] ACPI: Reserving DMAR table memory at [mem 0x6ffc0000-0x6ffc00a7]
[    0.024802] ACPI: Reserving ASF! table memory at [mem 0x6ffbf000-0x6ffbf09f]
[    0.024804] ACPI: Reserving FPDT table memory at [mem 0x6ffbe000-0x6ffbe043]
[    0.024806] ACPI: Reserving BGRT table memory at [mem 0x6ffbd000-0x6ffbd037]
[    0.024807] ACPI: Reserving UEFI table memory at [mem 0x6ff3b000-0x6ff3b13d]
[    0.024955] No NUMA configuration found
[    0.024956] Faking a node at [mem 0x0000000000000000-0x00000006817fffff]
[    0.024963] NODE_DATA(0) allocated [mem 0x6817fb000-0x6817fffff]
[    0.025033] Zone ranges:
[    0.025034]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.025037]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.025040]   Normal   [mem 0x0000000100000000-0x00000006817fffff]
[    0.025042]   Device   empty
[    0.025044] Movable zone start for each node
[    0.025045] Early memory node ranges
[    0.025046]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.025049]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[    0.025050]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.025052]   node   0: [mem 0x0000000040400000-0x0000000065561fff]
[    0.025054]   node   0: [mem 0x0000000065564000-0x000000006eea9fff]
[    0.025055]   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
[    0.025056]   node   0: [mem 0x0000000100000000-0x00000006817fffff]
[    0.025062] Initmem setup node 0 [mem 0x0000000000001000-0x00000006817fffff]
[    0.025068] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.025071] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.025106] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.028628] On node 0, zone DMA32: 1024 pages in unavailable ranges
[    0.028970] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.029066] On node 0, zone DMA32: 4437 pages in unavailable ranges
[    0.076644] On node 0, zone Normal: 26624 pages in unavailable ranges
[    0.076660] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[    0.077131] ACPI: PM-Timer IO Port: 0x1808
[    0.077142] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.077145] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.077146] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.077148] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.077149] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.077150] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.077151] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.077152] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.077183] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.077188] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.077191] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.077198] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.077199] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.077209] e820: update [mem 0x68dd6000-0x68ed5fff] usable ==> reserved
[    0.077231] TSC deadline timer available
[    0.077232] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.077263] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.077267] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.077271] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[    0.077274] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.077277] PM: hibernation: Registered nosave memory: [mem 0x65562000-0x65562fff]
[    0.077278] PM: hibernation: Registered nosave memory: [mem 0x65563000-0x65563fff]
[    0.077281] PM: hibernation: Registered nosave memory: [mem 0x68dd6000-0x68ed5fff]
[    0.077284] PM: hibernation: Registered nosave memory: [mem 0x6eeaa000-0x6ef71fff]
[    0.077285] PM: hibernation: Registered nosave memory: [mem 0x6ef72000-0x6ff2cfff]
[    0.077286] PM: hibernation: Registered nosave memory: [mem 0x6ff2d000-0x6ff99fff]
[    0.077287] PM: hibernation: Registered nosave memory: [mem 0x6ff9a000-0x6fffefff]
[    0.077290] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[    0.077291] PM: hibernation: Registered nosave memory: [mem 0x78000000-0x785fffff]
[    0.077292] PM: hibernation: Registered nosave memory: [mem 0x78600000-0x7c7fffff]
[    0.077293] PM: hibernation: Registered nosave memory: [mem 0x7c800000-0xf7ffffff]
[    0.077294] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.077295] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfe00ffff]
[    0.077297] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.077298] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[    0.077300] [mem 0x7c800000-0xf7ffffff] available for PCI devices
[    0.077302] Booting paravirtualized kernel on bare hardware
[    0.077305] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.087485] setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.087715] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
[    0.087726] pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
[    0.087730] pcpu-alloc: [0] 0 1 2 3 
[    0.087762] Fallback order for Node 0: 0 
[    0.087766] Built 1 zonelists, mobility grouping on.  Total pages: 6129054
[    0.087768] Policy zone: Normal
[    0.087769] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=26f043a3-5b9e-4dcb-bedb-a600719b86b9 rw loglevel=3 quiet rd.systemd.show_status=auto rd.udev.log_priority=3 resume=UUID=7b0455cd-0c5c-478f-aca8-18e3a577f3d8 nowatchdog printk.devkmsg=on sysrq_always_enabled fbcon=font:VGA8x16 msr.allow_writes=on intel_iommu=on iommu=pt i915.enable_dpcd_backlight=0 thunderbolt.dyndbg=+p
[    0.087983] sysrq: sysrq always enabled.
[    0.088025] DMAR: IOMMU enabled
[    0.088099] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-zen", will be passed to user space.
[    0.088169] random: crng init done
[    0.090597] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.091831] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.092071] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.092085] software IO TLB: area num 4.
[    0.180711] Memory: 24261080K/24906000K available (18439K kernel code, 2151K rwdata, 10988K rodata, 2152K init, 3200K bss, 644660K reserved, 0K cma-reserved)
[    0.180926] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.180950] Kernel/User page tables isolation: enabled
[    0.180976] ftrace: allocating 44216 entries in 173 pages
[    0.195716] ftrace: allocated 173 pages with 5 groups
[    0.195826] Dynamic Preempt: full
[    0.195872] rcu: Preemptible hierarchical RCU implementation.
[    0.195873] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.195875] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.195877]  Trampoline variant of Tasks RCU enabled.
[    0.195878]  Rude variant of Tasks RCU enabled.
[    0.195879]  Tracing variant of Tasks RCU enabled.
[    0.195880] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.195882] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.204774] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.205027] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.205317] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.205364] Console: colour dummy device 80x25
[    0.205401] printk: console [tty0] enabled
[    0.205433] ACPI: Core revision 20220331
[    0.205848] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.205850] APIC: Switch to symmetric I/O mode setup
[    0.205853] DMAR: Host address width 39
[    0.205855] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.205867] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.205872] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.205880] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.205883] DMAR: RMRR base: 0x0000006f49f000 end: 0x0000006f4befff
[    0.205886] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[    0.205896] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.205900] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.205902] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.207722] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.207725] x2apic enabled
[    0.207743] Switched APIC routing to cluster x2apic.
[    0.211697] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[    0.211708] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=2899886)
[    0.211712] pid_max: default: 32768 minimum: 301
[    0.212703] LSM: Security Framework initializing
[    0.212703] landlock: Up and running.
[    0.212703] Yama: becoming mindful.
[    0.212703] LSM support for eBPF active
[    0.212703] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.212703] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.212703] CPU0: Thermal monitoring enabled (TM1)
[    0.212703] process: using mwait in idle threads
[    0.212703] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.212703] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.212703] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.212703] Spectre V2 : Mitigation: IBRS
[    0.212703] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.212703] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.212703] RETBleed: Mitigation: IBRS
[    0.212703] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.212703] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.212703] MDS: Mitigation: Clear CPU buffers
[    0.212703] TAA: Mitigation: TSX disabled
[    0.212703] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.212703] SRBDS: Mitigation: Microcode
[    0.212703] Freeing SMP alternatives memory: 44K
[    0.212703] smpboot: CPU0: Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.212703] cblist_init_generic: Setting adjustable number of callback queues.
[    0.212703] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.212703] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.212703] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.212703] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.212703] ... version:                4
[    0.212703] ... bit width:              48
[    0.212703] ... generic registers:      4
[    0.212703] ... value mask:             0000ffffffffffff
[    0.212703] ... max period:             00007fffffffffff
[    0.212703] ... fixed-purpose events:   3
[    0.212703] ... event mask:             000000070000000f
[    0.212703] Estimated ratio of average max frequency by base frequency (times 1024): 1377
[    0.212703] rcu: Hierarchical SRCU implementation.
[    0.212703] rcu:     Max phase no-delay instances is 400.
[    0.213494] smp: Bringing up secondary CPUs ...
[    0.213658] x86: Booting SMP configuration:
[    0.213661] .... node  #0, CPUs:      #1 #2
[    0.221438] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.221438] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.221781]  #3
[    0.224738] smp: Brought up 1 node, 4 CPUs
[    0.224744] smpboot: Max logical packages: 1
[    0.224746] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[    0.226773] devtmpfs: initialized
[    0.226778] x86/mm: Memory block size: 128MB
[    0.230130] ACPI: PM: Registering ACPI NVS region [mem 0x65562000-0x65562fff] (4096 bytes)
[    0.230130] ACPI: PM: Registering ACPI NVS region [mem 0x6ff2d000-0x6ff99fff] (446464 bytes)
[    0.230130] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.230130] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.230130] pinctrl core: initialized pinctrl subsystem
[    0.230709] PM: RTC time: 12:00:24, date: 2023-01-01
[    0.231532] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.232330] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.232787] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.233245] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.233278] audit: initializing netlink subsys (disabled)
[    0.233298] audit: type=2000 audit(1672574424.021:1): state=initialized audit_enabled=0 res=1
[    0.233298] thermal_sys: Registered thermal governor 'fair_share'
[    0.233298] thermal_sys: Registered thermal governor 'bang_bang'
[    0.233298] thermal_sys: Registered thermal governor 'step_wise'
[    0.233298] thermal_sys: Registered thermal governor 'user_space'
[    0.233298] thermal_sys: Registered thermal governor 'power_allocator'
[    0.233298] cpuidle: using governor ladder
[    0.233298] cpuidle: using governor menu
[    0.233895] Simple Boot Flag at 0x47 set to 0x1
[    0.233895] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.233895] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.234221] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.234231] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.234250] PCI: Using configuration type 1 for base access
[    0.234959] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.238320] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.238331] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.238331] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.238331] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.238331] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.239492] ACPI: Added _OSI(Module Device)
[    0.239497] ACPI: Added _OSI(Processor Device)
[    0.239500] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.239503] ACPI: Added _OSI(Processor Aggregator Device)
[    0.355619] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.358445] ACPI: EC: EC started
[    0.358447] ACPI: EC: interrupt blocked
[    0.361777] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.361780] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.364725] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.381599] ACPI: Dynamic OEM Table Load:
[    0.381624] ACPI: SSDT 0xFFFF9124C12AA800 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.384943] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    0.387966] ACPI: Dynamic OEM Table Load:
[    0.387982] ACPI: SSDT 0xFFFF9124C111AC00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.390967] ACPI: Dynamic OEM Table Load:
[    0.390981] ACPI: SSDT 0xFFFF9124C1385E40 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.393774] ACPI: Dynamic OEM Table Load:
[    0.393787] ACPI: SSDT 0xFFFF9124C12AF800 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.397686] ACPI: Dynamic OEM Table Load:
[    0.397703] ACPI: SSDT 0xFFFF9124C12B1000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.402642] ACPI: Dynamic OEM Table Load:
[    0.402654] ACPI: SSDT 0xFFFF9124C1119C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.405629] ACPI: Dynamic OEM Table Load:
[    0.405655] ACPI: SSDT 0xFFFF9124C1119000 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.411540] ACPI: Interpreter enabled
[    0.411628] ACPI: PM: (supports S0 S3 S4 S5)
[    0.411630] ACPI: Using IOAPIC for interrupt routing
[    0.411718] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.411720] PCI: Using E820 reservations for host bridge windows
[    0.413211] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.420572] ACPI: PM: Power Resource [PUBS]
[    0.444633] ACPI: PM: Power Resource [WRST]
[    0.447077] ACPI: PM: Power Resource [WRST]
[    0.474960] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.474975] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.475197] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER PCIeCapability]
[    0.475398] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.475402] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.475405] acpi PNP0A08:00: _OSC: platform willing to grant [LTR DPC]
[    0.475407] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[    0.480400] PCI host bridge to bus 0000:00
[    0.480403] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.480408] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.480411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.480413] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xf7ffffff window]
[    0.480416] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.480418] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.480458] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.480584] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[    0.480598] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    0.480608] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x9fffffff 64bit pref]
[    0.480615] pci 0000:00:02.0: reg 0x20: [io  0xe000-0xe03f]
[    0.480641] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.480647] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.481104] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.481131] pci 0000:00:14.0: reg 0x10: [mem 0xdc220000-0xdc22ffff 64bit]
[    0.481220] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.482764] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.482791] pci 0000:00:14.2: reg 0x10: [mem 0xdc248000-0xdc248fff 64bit]
[    0.483104] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.483329] pci 0000:00:15.0: reg 0x10: [mem 0xdc249000-0xdc249fff 64bit]
[    0.485069] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.485099] pci 0000:00:16.0: reg 0x10: [mem 0xdc24a000-0xdc24afff 64bit]
[    0.485193] pci 0000:00:16.0: PME# supported from D3hot
[    0.486093] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.486204] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.486228] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[    0.487570] pci 0000:00:1c.2: [8086:9d12] type 01 class 0x060400
[    0.487684] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.487714] pci 0000:00:1c.2: Intel SPT PCH root port ACS workaround enabled
[    0.489068] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.489207] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.489234] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[    0.490595] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.491623] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.491643] pci 0000:00:1f.2: reg 0x10: [mem 0xdc244000-0xdc247fff]
[    0.492548] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.492580] pci 0000:00:1f.3: reg 0x10: [mem 0xdc240000-0xdc243fff 64bit]
[    0.492620] pci 0000:00:1f.3: reg 0x20: [mem 0xdc230000-0xdc23ffff 64bit]
[    0.492688] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.493739] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.493799] pci 0000:00:1f.4: reg 0x10: [mem 0xdc24b000-0xdc24b0ff 64bit]
[    0.493853] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.494783] pci 0000:00:1f.6: [8086:15d7] type 00 class 0x020000
[    0.494808] pci 0000:00:1f.6: reg 0x10: [mem 0xdc200000-0xdc21ffff]
[    0.494929] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.495850] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.495860] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.495869] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.496342] pci 0000:3a:00.0: [8086:24fd] type 00 class 0x028000
[    0.496436] pci 0000:3a:00.0: reg 0x10: [mem 0xdc100000-0xdc101fff 64bit]
[    0.497090] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[    0.498317] pci 0000:00:1c.2: PCI bridge to [bus 3a]
[    0.498326] pci 0000:00:1c.2:   bridge window [mem 0xdc100000-0xdc1fffff]
[    0.498633] pci 0000:3c:00.0: [144d:a804] type 00 class 0x010802
[    0.498658] pci 0000:3c:00.0: reg 0x10: [mem 0xdc000000-0xdc003fff 64bit]
[    0.499206] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.499212] pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.505590] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.505744] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.505891] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.506035] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.506180] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.506326] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.506470] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.506614] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.508008] ACPI: EC: interrupt unblocked
[    0.508010] ACPI: EC: event unblocked
[    0.508025] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.508027] ACPI: EC: GPE=0x16
[    0.508029] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[    0.508032] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[    0.508155] iommu: Default domain type: Passthrough (set via kernel command line)
[    0.508155] SCSI subsystem initialized
[    0.508155] libata version 3.00 loaded.
[    0.508155] ACPI: bus type USB registered
[    0.508155] usbcore: registered new interface driver usbfs
[    0.508155] usbcore: registered new interface driver hub
[    0.508155] usbcore: registered new device driver usb
[    0.508155] pps_core: LinuxPPS API ver. 1 registered
[    0.508155] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.508155] PTP clock support registered
[    0.508155] EDAC MC: Ver: 3.0.0
[    0.508751] Registered efivars operations
[    0.508966] NetLabel: Initializing
[    0.508967] NetLabel:  domain hash size = 128
[    0.508969] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.508993] NetLabel:  unlabeled traffic allowed by default
[    0.509000] mctp: management component transport protocol core
[    0.509001] NET: Registered PF_MCTP protocol family
[    0.509006] PCI: Using ACPI for IRQ routing
[    0.511557] PCI: pci_cache_line_size set to 64 bytes
[    0.512422] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.512426] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.512428] e820: reserve RAM buffer [mem 0x65562000-0x67ffffff]
[    0.512430] e820: reserve RAM buffer [mem 0x68dd6000-0x6bffffff]
[    0.512432] e820: reserve RAM buffer [mem 0x6eeaa000-0x6fffffff]
[    0.512434] e820: reserve RAM buffer [mem 0x681800000-0x683ffffff]
[    0.512717] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.512718] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.512720] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.512726] vgaarb: loaded
[    0.514745] clocksource: Switched to clocksource tsc-early
[    0.514981] VFS: Disk quotas dquot_6.6.0
[    0.515006] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.515165] pnp: PnP ACPI init
[    0.515356] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.515670] system 00:01: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.515677] system 00:01: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.515683] system 00:01: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.515688] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.515693] system 00:01: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.515698] system 00:01: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.515702] system 00:01: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.516553] system 00:02: [io  0xff00-0xfffe] has been reserved
[    0.517676] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.517682] system 00:03: [io  0xffff] has been reserved
[    0.517686] system 00:03: [io  0xffff] has been reserved
[    0.517690] system 00:03: [io  0xffff] has been reserved
[    0.517694] system 00:03: [io  0x1800-0x18fe] has been reserved
[    0.517699] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.518063] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.518425] system 00:08: [io  0x1800-0x189f] could not be reserved
[    0.518431] system 00:08: [io  0x0800-0x087f] has been reserved
[    0.518435] system 00:08: [io  0x0880-0x08ff] has been reserved
[    0.518439] system 00:08: [io  0x0900-0x097f] has been reserved
[    0.518443] system 00:08: [io  0x0980-0x09ff] has been reserved
[    0.518447] system 00:08: [io  0x0a00-0x0a7f] has been reserved
[    0.518451] system 00:08: [io  0x0a80-0x0aff] has been reserved
[    0.518456] system 00:08: [io  0x0b00-0x0b7f] has been reserved
[    0.518460] system 00:08: [io  0x0b80-0x0bff] has been reserved
[    0.518465] system 00:08: [io  0x15e0-0x15ef] has been reserved
[    0.518469] system 00:08: [io  0x1600-0x167f] could not be reserved
[    0.518473] system 00:08: [io  0x1640-0x165f] could not be reserved
[    0.518479] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.518485] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.518490] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.518495] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.518499] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.518504] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.518509] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.518514] system 00:08: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[    0.525299] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
[    0.525310] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.525316] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.525321] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.525326] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.525331] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.525336] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.525341] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[    0.525345] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.525351] system 00:0a: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[    0.526402] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.526409] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.526414] system 00:0b: [mem 0x00100000-0x7c7fffff] could not be reserved
[    0.526419] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.526424] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.526861] pnp: PnP ACPI: found 12 devices
[    0.534043] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.534194] NET: Registered PF_INET protocol family
[    0.534472] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.540331] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.540421] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.540620] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.541187] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.541637] TCP: Hash tables configured (established 262144 bind 65536)
[    0.541814] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.541985] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.542116] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.542250] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.542260] NET: Registered PF_XDP protocol family
[    0.542270] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-39] add_size 1000
[    0.542291] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.542298] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.542306] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.542314] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.542321] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.542331] pci 0000:00:1c.2: PCI bridge to [bus 3a]
[    0.542338] pci 0000:00:1c.2:   bridge window [mem 0xdc100000-0xdc1fffff]
[    0.542349] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.542364] pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.542375] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.542379] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.542381] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
[    0.542384] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xf7ffffff window]
[    0.542387] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.542390] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.542392] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.542395] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.542397] pci_bus 0000:3a: resource 1 [mem 0xdc100000-0xdc1fffff]
[    0.542400] pci_bus 0000:3c: resource 1 [mem 0xdc000000-0xdc0fffff]
[    0.543820] PCI: CLS 0 bytes, default 64
[    0.543843] DMAR: No ATSR found
[    0.543845] DMAR: No SATC found
[    0.543848] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.543850] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.543852] DMAR: IOMMU feature nwfs inconsistent
[    0.543854] DMAR: IOMMU feature pasid inconsistent
[    0.543855] DMAR: IOMMU feature eafs inconsistent
[    0.543857] DMAR: IOMMU feature prs inconsistent
[    0.543858] DMAR: IOMMU feature nest inconsistent
[    0.543860] DMAR: IOMMU feature mts inconsistent
[    0.543862] DMAR: IOMMU feature sc_support inconsistent
[    0.543863] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.543866] DMAR: dmar0: Using Queued invalidation
[    0.543873] DMAR: dmar1: Using Queued invalidation
[    0.543911] Trying to unpack rootfs image as initramfs...
[    0.544089] pci 0000:00:02.0: Adding to iommu group 0
[    0.544162] pci 0000:00:00.0: Adding to iommu group 1
[    0.544196] pci 0000:00:14.0: Adding to iommu group 2
[    0.544213] pci 0000:00:14.2: Adding to iommu group 2
[    0.544237] pci 0000:00:15.0: Adding to iommu group 3
[    0.544262] pci 0000:00:16.0: Adding to iommu group 4
[    0.544287] pci 0000:00:1c.0: Adding to iommu group 5
[    0.544312] pci 0000:00:1c.2: Adding to iommu group 6
[    0.544343] pci 0000:00:1d.0: Adding to iommu group 7
[    0.544392] pci 0000:00:1f.0: Adding to iommu group 8
[    0.544410] pci 0000:00:1f.2: Adding to iommu group 8
[    0.544427] pci 0000:00:1f.3: Adding to iommu group 8
[    0.544445] pci 0000:00:1f.4: Adding to iommu group 8
[    0.544463] pci 0000:00:1f.6: Adding to iommu group 8
[    0.544488] pci 0000:3a:00.0: Adding to iommu group 9
[    0.544522] pci 0000:3c:00.0: Adding to iommu group 10
[    0.544651] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.544654] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.544655] software IO TLB: mapped [mem 0x000000006a557000-0x000000006e557000] (64MB)
[    0.544974] sgx: EPC section 0x70200000-0x75f7ffff
[    0.548005] Initialise system trusted keyrings
[    0.548024] Key type blacklist registered
[    0.548196] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.557635] zbud: loaded
[    0.558849] integrity: Platform Keyring initialized
[    0.558864] integrity: Machine keyring initialized
[    0.600703] Key type asymmetric registered
[    0.600722] Asymmetric key parser 'x509' registered
[    0.745263] Freeing initrd memory: 22892K
[    0.751703] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.751748] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.751806] io scheduler mq-deadline registered
[    0.751809] io scheduler kyber registered
[    0.751879] io scheduler bfq registered
[    0.753614] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.754609] ACPI: AC: AC Adapter [AC] (off-line)
[    0.754744] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.759846] ACPI: button: Sleep Button [SLPB]
[    0.759909] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.760038] ACPI: button: Lid Switch [LID]
[    0.760103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.760232] ACPI: button: Power Button [PWRF]
[    0.764647] thermal LNXTHERM:00: registered as thermal_zone0
[    0.764651] ACPI: thermal: Thermal Zone [THM0] (58 C)
[    0.765213] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.765840] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.771238] hpet_acpi_add: no address or irqs in _CRS
[    0.771486] Non-volatile memory driver v1.3
[    0.771488] Linux agpgart interface v0.103
[    0.775941] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1B, rev-id 16)
[    0.791192] ACPI: battery: Slot [BAT0] (battery present)
[    0.798462] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.800038] ACPI: bus type drm_connector registered
[    0.800335] usbcore: registered new interface driver usbserial_generic
[    0.800349] usbserial: USB Serial support registered for generic
[    0.800480] rtc_cmos 00:04: RTC can wake from S4
[    0.801401] rtc_cmos 00:04: registered as rtc0
[    0.801571] rtc_cmos 00:04: setting system clock to 2023-01-01T12:00:24 UTC (1672574424)
[    0.801599] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    0.802243] intel_pstate: Intel P-state driver initializing
[    0.803085] intel_pstate: HWP enabled
[    0.803195] ledtrig-cpu: registered to indicate activity on CPUs
[    0.803444] efifb: probing for efifb
[    0.803459] efifb: showing boot graphics
[    0.805306] efifb: framebuffer at 0x80000000, using 14400k, total 14400k
[    0.805309] efifb: mode is 2560x1440x32, linelength=10240, pages=1
[    0.805311] efifb: scrolling: redraw
[    0.805311] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.805459] fbcon: Deferring console take-over
[    0.805460] fb0: EFI VGA frame buffer device
[    0.805498] hid: raw HID events driver (C) Jiri Kosina
[    0.805591] intel_pmc_core intel_pmc_core.0:  initialized
[    0.805671] drop_monitor: Initializing network drop monitor service
[    0.812970] ACPI: battery: Slot [BAT1] (battery present)
[    0.819593] Initializing XFRM netlink socket
[    0.819685] NET: Registered PF_INET6 protocol family
[    0.822940] Segment Routing with IPv6
[    0.822942] RPL Segment Routing with IPv6
[    0.822948] In-situ OAM (IOAM) with IPv6
[    0.822967] NET: Registered PF_PACKET protocol family
[    0.823233] microcode: sig=0x806e9, pf=0x80, revision=0xf0
[    0.823243] microcode: Microcode Update Driver: v2.2.
[    0.823247] IPI shorthand broadcast: enabled
[    0.823263] sched_clock: Marking stable (816559498, 6545397)->(880006078, -56901183)
[    0.823390] registered taskstats version 1
[    0.823446] Loading compiled-in X.509 certificates
[    0.825470] Loaded X.509 cert 'Build time autogenerated kernel key: 56daa9961569466a82d0897468960531d8650670'
[    0.825607] zswap: loaded using pool lz4/z3fold
[    0.825779] Key type .fscrypt registered
[    0.825780] Key type fscrypt-provisioning registered
[    0.827446] PM:   Magic number: 7:276:25
[    0.827499] memory memory65: hash matches
[    0.827577] RAS: Correctable Errors collector initialized.
[    0.828313] Freeing unused decrypted memory: 2036K
[    0.828529] Freeing unused kernel image (initmem) memory: 2152K
[    0.839801] Write protecting the kernel read-only data: 32768k
[    0.840266] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.840396] Freeing unused kernel image (rodata/data gap) memory: 1300K
[    0.878597] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.878600] rodata_test: all tests were successful
[    0.878602] x86/mm: Checking user space page tables
[    0.915054] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.915070] Run /init as init process
[    0.915071]   with arguments:
[    0.915072]     /init
[    0.915072]   with environment:
[    0.915073]     HOME=/
[    0.915073]     TERM=linux
[    0.915074]     BOOT_IMAGE=/vmlinuz-linux-zen
[    0.994410] systemd[1]: systemd 252.4-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    0.994416] systemd[1]: Detected architecture x86-64.
[    0.994418] systemd[1]: Running in initrd.
[    0.994516] systemd[1]: Initializing machine ID from random generator.
[    1.026636] systemd[1]: Queued start job for default target Initrd Default Target.
[    1.040791] systemd[1]: Created slice Slice /system/systemd-hibernate-resume.
[    1.040955] systemd[1]: Reached target Path Units.
[    1.040986] systemd[1]: Reached target Slice Units.
[    1.041009] systemd[1]: Reached target Swaps.
[    1.041030] systemd[1]: Reached target Timer Units.
[    1.041366] systemd[1]: Listening on Journal Audit Socket.
[    1.041607] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.041861] systemd[1]: Listening on Journal Socket.
[    1.042110] systemd[1]: Listening on udev Control Socket.
[    1.042282] systemd[1]: Listening on udev Kernel Socket.
[    1.042310] systemd[1]: Reached target Socket Units.
[    1.043904] systemd[1]: Starting Create List of Static Device Nodes...
[    1.046952] systemd[1]: Starting Journal Service...
[    1.049776] systemd[1]: Starting Load Kernel Modules...
[    1.051960] systemd[1]: Starting Coldplug All udev Devices...
[    1.053514] systemd[1]: Finished Create List of Static Device Nodes.
[    1.055361] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.067391] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.068791] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.098305] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    1.098419] audit: type=1130 audit(1672574424.795:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.104545] systemd[1]: Started Journal Service.
[    1.104742] audit: type=1130 audit(1672574424.801:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.185291] audit: type=1130 audit(1672574424.882:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.489733] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    1.490260] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.490333] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.490392] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    1.493767] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.495407] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    1.496007] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.496074] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.496781] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    1.498500] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.498507] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.499661] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    1.500361] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.500366] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.500369] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.500446] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.500450] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.500452] usb usb1: Product: xHCI Host Controller
[    1.500453] usb usb1: Manufacturer: Linux 6.1.1-zen1-1-zen xhci-hcd
[    1.500455] usb usb1: SerialNumber: 0000:00:14.0
[    1.500654] hub 1-0:1.0: USB hub found
[    1.500714] hub 1-0:1.0: 12 ports detected
[    1.506892] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    1.506896] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.506899] usb usb2: Product: xHCI Host Controller
[    1.506900] usb usb2: Manufacturer: Linux 6.1.1-zen1-1-zen xhci-hcd
[    1.506902] usb usb2: SerialNumber: 0000:00:14.0
[    1.507041] hub 2-0:1.0: USB hub found
[    1.507063] hub 2-0:1.0: 6 ports detected
[    1.508664] usb: port power management may be unreliable
[    1.511619] nvme nvme0: pci function 0000:3c:00.0
[    1.513918] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.527435] nvme nvme0: 4/0/0 default/read/poll queues
[    1.551879]  nvme0n1: p1 p2 p3
[    1.586784] tsc: Refined TSC clocksource calibration: 2904.003 MHz
[    1.586798] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc08e3e81, max_idle_ns: 440795344234 ns
[    1.586830] clocksource: Switched to clocksource tsc
[    1.611054] PM: Image not found (code -22)
[    1.612213] audit: type=1130 audit(1672574425.309:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate-resume@dev-disk-by\x2duuid-7b0455cd\x2d0c5c\x2d478f\x2daca8\x2d18e3a577f3d8 comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.612219] audit: type=1131 audit(1672574425.309:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate-resume@dev-disk-by\x2duuid-7b0455cd\x2d0c5c\x2d478f\x2daca8\x2d18e3a577f3d8 comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.636527] audit: type=1130 audit(1672574425.333:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.718186] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none.
[    1.740171] audit: type=1130 audit(1672574425.437:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.740175] audit: type=1131 audit(1672574425.437:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.748795] usb 1-5: new full-speed USB device number 2 using xhci_hcd
[    1.886116] usb 1-5: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[    1.886130] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.886136] usb 1-5: Product: EMV Smartcard Reader
[    1.886140] usb 1-5: Manufacturer: Generic
[    1.991127] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[    2.016724] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316, bcdDevice= 2.04
[    2.016737] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.016743] usb 2-3: Product: USB3.0-CRW
[    2.016748] usb 2-3: Manufacturer: Generic
[    2.016752] usb 2-3: SerialNumber: 20120501030900000
[    2.039903] usb-storage 2-3:1.0: USB Mass Storage device detected
[    2.040408] scsi host0: usb-storage 2-3:1.0
[    2.040737] usbcore: registered new interface driver usb-storage
[    2.051135] usbcore: registered new interface driver uas
[    2.121888] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    2.252120] usb 1-6: config 1 has an invalid interface number: 12 but max is 4
[    2.252131] usb 1-6: config 1 has an invalid interface number: 13 but max is 4
[    2.252136] usb 1-6: config 1 has an invalid interface number: 13 but max is 4
[    2.252141] usb 1-6: config 1 has no interface number 1
[    2.252145] usb 1-6: config 1 has no interface number 4
[    2.252884] usb 1-6: New USB device found, idVendor=1199, idProduct=9079, bcdDevice= 0.06
[    2.252896] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.252902] usb 1-6: Product: Sierra Wireless EM7455 Qualcomm Snapdragon X7 LTE-A
[    2.252906] usb 1-6: Manufacturer: Sierra Wireless, Incorporated
[    2.252910] usb 1-6: SerialNumber: LF65167529021020
[    2.371872] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    2.499889] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    2.499902] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.616876] usb 1-8: new high-speed USB device number 5 using xhci_hcd
[    2.688401] 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.
[    2.708097] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.717611] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.718312] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    2.754849] usb 1-8: New USB device found, idVendor=04f2, idProduct=b5ab, bcdDevice= 0.10
[    2.754863] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.754869] usb 1-8: Product: Integrated Camera
[    2.754873] usb 1-8: Manufacturer: SunplusIT Inc
[    2.835820] fbcon: i915drmfb (fb0) is primary device
[    2.835825] fbcon: Deferring console take-over
[    2.835830] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.871746] usb 1-9: new full-speed USB device number 6 using xhci_hcd
[    2.910007] VFIO - User Level meta-driver version: 0.3
[    2.939366] i915 0000:00:02.0: Direct firmware load for i915/gvt/vid_0x8086_did_0x5916_rid_0x02.golden_hw_state failed with error -2
[    2.941472] i915 0000:00:02.0: MDEV: Registered
[    2.942387] audit: type=1130 audit(1672574426.639:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    2.999037] usb 1-9: New USB device found, idVendor=138a, idProduct=0097, bcdDevice= 1.64
[    2.999041] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.999043] usb 1-9: SerialNumber: acfa8cb91406
[    3.041367] systemd-journald[139]: Received SIGTERM from PID 1 (systemd).
[    3.063248] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[    3.064507] sd 0:0:0:0: [sda] Media removed, stopped polling
[    3.064611] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    3.122547] systemd[1]: systemd 252.4-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    3.122554] systemd[1]: Detected architecture x86-64.
[    3.123335] systemd[1]: Hostname set to <DKNB>.
[    3.454916] systemd[1]: bpf-lsm: LSM BPF program attached
[    3.740489] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    3.745153] systemd[1]: Stopped Switch Root.
[    3.745572] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    3.745950] systemd[1]: Created slice Slice /system/getty.
[    3.746192] systemd[1]: Created slice Slice /system/modprobe.
[    3.746391] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.746553] systemd[1]: Created slice User and Session Slice.
[    3.746613] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.746652] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.746784] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.746806] systemd[1]: Reached target Local Encrypted Volumes.
[    3.746816] systemd[1]: Reached target Login Prompts.
[    3.746830] systemd[1]: Stopped target Switch Root.
[    3.746841] systemd[1]: Stopped target Initrd File Systems.
[    3.746846] systemd[1]: Stopped target Initrd Root File System.
[    3.746853] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.746870] systemd[1]: Reached target Remote File Systems.
[    3.746877] systemd[1]: Reached target Slice Units.
[    3.746897] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.746949] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.747133] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.747923] systemd[1]: Listening on Process Core Dump Socket.
[    3.748040] systemd[1]: Listening on Network Service Netlink Socket.
[    3.748210] systemd[1]: Listening on udev Control Socket.
[    3.748276] systemd[1]: Listening on udev Kernel Socket.
[    3.757927] systemd[1]: Mounting Huge Pages File System...
[    3.758613] systemd[1]: Mounting POSIX Message Queue File System...
[    3.759646] systemd[1]: Mounting Kernel Debug File System...
[    3.760517] systemd[1]: Mounting Kernel Trace File System...
[    3.761553] systemd[1]: Starting Create List of Static Device Nodes...
[    3.762433] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.763545] systemd[1]: Starting Load Kernel Module configfs...
[    3.764566] systemd[1]: Starting Load Kernel Module drm...
[    3.765789] systemd[1]: Starting Load Kernel Module fuse...
[    3.765950] systemd[1]: Stopped Journal Service.
[    3.767682] systemd[1]: Starting Journal Service...
[    3.769699] systemd[1]: Starting Load Kernel Modules...
[    3.770662] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.770765] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    3.771727] systemd[1]: Starting Coldplug All udev Devices...
[    3.773153] systemd[1]: Mounted Huge Pages File System.
[    3.773258] systemd[1]: Mounted POSIX Message Queue File System.
[    3.773335] systemd[1]: Mounted Kernel Debug File System.
[    3.773410] systemd[1]: Mounted Kernel Trace File System.
[    3.781107] fuse: init (API version 7.37)
[    3.782036] systemd[1]: Finished Create List of Static Device Nodes.
[    3.782252] EXT4-fs (nvme0n1p3): re-mounted. Quota mode: none.
[    3.784025] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.789943] systemd[1]: Finished Load Kernel Module configfs.
[    3.790014] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.790310] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.793863] systemd[1]: Finished Load Kernel Module drm.
[    3.794023] systemd[1]: Started Journal Service.
[    3.800143] device-mapper: uevent: version 1.0.3
[    3.800195] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    3.812357] vboxdrv: loading out-of-tree module taints kernel.
[    3.812556] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[    3.824865] systemd-journald[239]: Received client request to flush runtime journal.
[    3.837231] vboxdrv: Found 4 processor cores/threads
[    3.853841] vboxdrv: TSC mode is Invariant, tentative frequency 2904002773 Hz
[    3.853845] vboxdrv: Successfully loaded version 7.0.4 r154605 (interface 0x00330004)
[    3.856361] VBoxNetAdp: Successfully started.
[    3.859676] VBoxNetFlt: Successfully started.
[    4.496972] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.499414] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.532067] Adding 25599996k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:25599996k SSFS
[    4.764515] nfc: nfc_init: NFC Core ver 0.1
[    4.764542] NET: Registered PF_NFC protocol family
[    4.805662] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    4.805664] thinkpad_acpi: http://ibm-acpi.sf.net/
[    4.805665] thinkpad_acpi: ThinkPad BIOS N1WET69W (1.48 ), EC N1WHT40W
[    4.805666] thinkpad_acpi: Lenovo ThinkPad T470s, model 20HGS00V00
[    4.812935] thinkpad_acpi: radio switch found; radios are enabled
[    4.812948] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    4.812950] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    4.819071] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    4.820556] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
[    4.831422] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    4.834974] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.871541] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[    4.918911] thinkpad_acpi: battery 2 registered (start 0, stop 90, behaviours: 0x7)
[    4.963025] thinkpad_acpi: battery 1 registered (start 0, stop 90, behaviours: 0x7)
[    4.982883] ACPI: battery: new extension: ThinkPad Battery Extension
[    4.990098] e1000e: Intel(R) PRO/1000 Network Driver
[    4.990101] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.992236] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    4.992410] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.992449] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.992497] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
[    4.992509] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    4.992560] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
[    4.992801] pci 0000:00:1f.1: Adding to iommu group 11
[    4.992854] pci 0000:00:1f.1: Removing from iommu group 11
[    5.005376] Intel(R) Wireless WiFi driver for Linux
[    5.052624] i2c i2c-7: 2/2 memory slots populated (from DMI)
[    5.053325] i2c i2c-7: Successfully instantiated SPD at 0x51
[    5.082275] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[    5.085846] iwlwifi 0000:3a:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
[    5.262398] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
[    5.262404] caller snb_uncore_imc_init_box+0x84/0xd0 [intel_uncore] mapping multiple BARs
[    5.289082] mc: Linux media interface: v0.10
[    5.289177] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    5.310727] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    5.330798] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    5.330802] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.330803] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.330804] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.330805] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.330806] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    5.367771] iwlwifi 0000:3a:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    5.369732] cryptd: max_cpu_qlen set to 1000
[    5.384549] thermal thermal_zone2: failed to read out thermal zone (-61)
[    5.444939] videodev: Linux video capture interface: v2.00
[    5.447595] iwlwifi 0000:3a:00.0: base HW address: 00:28:f8:4c:22:5f, OTP minor version: 0x0
[    5.526874] AVX2 version of gcm_enc/dec engaged.
[    5.526909] AES CTR mode by8 optimization enabled
[    5.531907] Bluetooth: Core ver 2.22
[    5.531931] NET: Registered PF_BLUETOOTH protocol family
[    5.531932] Bluetooth: HCI device and connection manager initialized
[    5.531936] Bluetooth: HCI socket layer initialized
[    5.531938] Bluetooth: L2CAP socket layer initialized
[    5.531942] Bluetooth: SCO socket layer initialized
[    5.534941] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.535144] usbcore: registered new interface driver qcserial
[    5.535154] usbserial: USB Serial support registered for Qualcomm USB modem
[    5.537228] qcserial 1-6:1.0: Qualcomm USB modem converter detected
[    5.537291] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[    5.537694] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) c8:5b:76:cf:e1:44
[    5.537704] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    5.537830] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[    5.538440] qcserial 1-6:1.2: Qualcomm USB modem converter detected
[    5.538507] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB1
[    5.539072] qcserial 1-6:1.3: Qualcomm USB modem converter detected
[    5.539150] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB2
[    5.668626] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.736152] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    5.736158] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.736161] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=2 (0x17/0x21/0x0/0x0/0x0)
[    5.736164] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.736165] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.736167] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    5.736168] snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
[    5.736170] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    5.736226] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    5.869745] usbcore: registered new interface driver cdc_ether
[    5.918435] ee1004 7-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[    5.933319] usb 1-8: Found UVC 1.00 device Integrated Camera (04f2:b5ab)
[    5.952037] usbcore: registered new interface driver cdc_ncm
[    5.961726] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4762]
[    5.991912] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1094..]
[    5.991923] psmouse serio1: synaptics: Trying to set up SMBus access
[    6.003674] NET: Registered PF_QIPCRTR protocol family
[    6.021799] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    6.021870] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    6.021932] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    6.021992] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    6.022056] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    6.022118] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    6.022186] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    6.023668] usbcore: registered new interface driver btusb
[    6.025874] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
[    6.057056] usbcore: registered new interface driver cdc_wdm
[    6.061977] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input16
[    6.062247] usbcore: registered new interface driver uvcvideo
[    6.177517] iwlwifi 0000:3a:00.0 wlp58s0: renamed from wlan0
[    6.221883] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    6.225745] rmi4_smbus 7-002c: registering SMbus-connected sensor
[    6.275439] cdc_mbim 1-6:1.12: cdc-wdm0: USB WDM device
[    6.279408] cdc_mbim 1-6:1.12 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-6, CDC MBIM, 76:59:be:12:b1:27
[    6.279451] usbcore: registered new interface driver cdc_mbim
[    6.334081] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM3145-006, fw id: 2491763
[    6.393325] cdc_mbim 1-6:1.12 wwp0s20f0u6i12: renamed from wwan0
[    6.418673] input: Synaptics TM3145-006 as /devices/pci0000:00/0000:00:1f.4/i2c-7/7-002c/rmi4-00/input/input17
[    6.436449] serio: RMI4 PS/2 pass-through port at rmi4-00.fn03
[    6.441054] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.441058] Bluetooth: BNEP filters: protocol multicast
[    6.441063] Bluetooth: BNEP socket layer initialized
[    6.447360] Bluetooth: MGMT ver 1.22
[    6.459719] NET: Registered PF_ALG protocol family
[    6.501016] intel_tcc_cooling: Programmable TCC Offset detected
[    6.603044] mousedev: PS/2 mouse device common for all mice
[    6.636158] intel_rapl_common: Found RAPL domain package
[    6.636162] intel_rapl_common: Found RAPL domain core
[    6.636164] intel_rapl_common: Found RAPL domain uncore
[    6.636165] intel_rapl_common: Found RAPL domain dram
[    6.636167] intel_rapl_common: Found RAPL domain psys
[    6.799136] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    6.844576] input: TPPS/2 IBM TrackPoint as /devices/pci0000:00/0000:00:1f.4/i2c-7/7-002c/rmi4-00/rmi4-00.fn03/serio2/input/input18
[    6.857932] Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
[    6.857979] Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
[    6.858012] Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
[   10.631477] wlp58s0: authenticate with fc:ec:da:fe:db:fa
[   10.643191] wlp58s0: send auth to fc:ec:da:fe:db:fa (try 1/3)
[   10.651505] wlp58s0: authenticated
[   10.652755] wlp58s0: associate with fc:ec:da:fe:db:fa (try 1/3)
[   10.655613] wlp58s0: RX AssocResp from fc:ec:da:fe:db:fa (capab=0x1511 status=0 aid=5)
[   10.658646] wlp58s0: associated
[   10.742387] IPv6: ADDRCONF(NETDEV_CHANGE): wlp58s0: link becomes ready
[   54.826865] Bluetooth: RFCOMM TTY layer initialized
[   54.826874] Bluetooth: RFCOMM socket layer initialized
[   54.826878] Bluetooth: RFCOMM ver 1.11
[   98.742752] pci 0000:01:00.0: [8086:15c0] type 01 class 0x060400
[   98.742817] pci 0000:01:00.0: enabling Extended Tags
[   98.743077] pci 0000:01:00.0: supports D1 D2
[   98.743079] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   98.743834] pci 0000:01:00.0: Adding to iommu group 11
[   98.744144] pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400
[   98.744201] pci 0000:02:00.0: enabling Extended Tags
[   98.744305] pci 0000:02:00.0: supports D1 D2
[   98.744306] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   98.744462] pci 0000:02:00.0: Adding to iommu group 12
[   98.744506] pci 0000:02:01.0: [8086:15c0] type 01 class 0x060400
[   98.744563] pci 0000:02:01.0: enabling Extended Tags
[   98.744659] pci 0000:02:01.0: supports D1 D2
[   98.744660] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[   98.744800] pci 0000:02:01.0: Adding to iommu group 13
[   98.744841] pci 0000:02:02.0: [8086:15c0] type 01 class 0x060400
[   98.744896] pci 0000:02:02.0: enabling Extended Tags
[   98.744991] pci 0000:02:02.0: supports D1 D2
[   98.744992] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[   98.745168] pci 0000:02:02.0: Adding to iommu group 14
[   98.745223] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   98.745232] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[   98.745238] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   98.745310] pci 0000:03:00.0: [8086:15bf] type 00 class 0x088000
[   98.745332] pci 0000:03:00.0: reg 0x10: [mem 0xda000000-0xda03ffff]
[   98.745344] pci 0000:03:00.0: reg 0x14: [mem 0xda040000-0xda040fff]
[   98.745403] pci 0000:03:00.0: enabling Extended Tags
[   98.745522] pci 0000:03:00.0: supports D1 D2
[   98.745523] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   98.745694] pci 0000:03:00.0: Adding to iommu group 12
[   98.745742] pci 0000:02:00.0: PCI bridge to [bus 03]
[   98.745750] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[   98.745799] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   98.745810] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[   98.745817] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   98.745908] pci 0000:39:00.0: [8086:15c1] type 00 class 0x0c0330
[   98.745932] pci 0000:39:00.0: reg 0x10: [mem 0xd9f00000-0xd9f0ffff]
[   98.746014] pci 0000:39:00.0: enabling Extended Tags
[   98.746156] pci 0000:39:00.0: supports D1 D2
[   98.746158] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   98.746265] 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)
[   98.746480] pci 0000:39:00.0: Adding to iommu group 14
[   98.746542] pci 0000:02:02.0: PCI bridge to [bus 39]
[   98.746553] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[   98.746585] pci_bus 0000:02: Allocating resources
[   98.746606] pci 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   98.746610] pci 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   98.746613] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   98.746617] pci 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 3000
[   98.746622] pci 0000:01:00.0: BAR 13: no space for [io  size 0x3000]
[   98.746624] pci 0000:01:00.0: BAR 13: failed to assign [io  size 0x3000]
[   98.746628] pci 0000:01:00.0: BAR 13: no space for [io  size 0x3000]
[   98.746630] pci 0000:01:00.0: BAR 13: failed to assign [io  size 0x3000]
[   98.746636] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[   98.746638] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[   98.746640] pci 0000:02:01.0: BAR 13: no space for [io  size 0x1000]
[   98.746642] pci 0000:02:01.0: BAR 13: failed to assign [io  size 0x1000]
[   98.746645] pci 0000:02:02.0: BAR 13: no space for [io  size 0x1000]
[   98.746646] pci 0000:02:02.0: BAR 13: failed to assign [io  size 0x1000]
[   98.746650] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[   98.746653] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[   98.746655] pci 0000:02:02.0: BAR 13: no space for [io  size 0x1000]
[   98.746657] pci 0000:02:02.0: BAR 13: failed to assign [io  size 0x1000]
[   98.746659] pci 0000:02:01.0: BAR 13: no space for [io  size 0x1000]
[   98.746661] pci 0000:02:01.0: BAR 13: failed to assign [io  size 0x1000]
[   98.746664] pci 0000:02:00.0: PCI bridge to [bus 03]
[   98.746669] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[   98.746679] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   98.746684] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[   98.746689] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   98.746696] pci 0000:02:02.0: PCI bridge to [bus 39]
[   98.746702] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[   98.746711] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   98.746716] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[   98.746720] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   98.750142] xhci_hcd 0000:39:00.0: xHCI Host Controller
[   98.750151] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[   98.751292] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[   98.751616] xhci_hcd 0000:39:00.0: xHCI Host Controller
[   98.751622] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[   98.751626] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[   98.751676] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[   98.751680] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   98.751683] usb usb3: Product: xHCI Host Controller
[   98.751685] usb usb3: Manufacturer: Linux 6.1.1-zen1-1-zen xhci-hcd
[   98.751687] usb usb3: SerialNumber: 0000:39:00.0
[   98.751899] hub 3-0:1.0: USB hub found
[   98.751912] hub 3-0:1.0: 2 ports detected
[   98.753111] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[   98.753116] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   98.753118] usb usb4: Product: xHCI Host Controller
[   98.753120] usb usb4: Manufacturer: Linux 6.1.1-zen1-1-zen xhci-hcd
[   98.753122] usb usb4: SerialNumber: 0000:39:00.0
[   98.754909] hub 4-0:1.0: USB hub found
[   98.754922] hub 4-0:1.0: 2 ports detected
[   98.755484] typec port0: bound usb3-port1 (ops connector_ops)
[   98.755493] typec port0: bound usb4-port1 (ops connector_ops)
[   98.792233] ACPI: bus type thunderbolt registered
[   98.792404] thunderbolt 0000:03:00.0: total paths: 12
[   98.792409] thunderbolt 0000:03:00.0: IOMMU DMA protection is disabled
[   98.792694] thunderbolt 0000:03:00.0: allocating TX ring 0 of size 10
[   98.792714] thunderbolt 0000:03:00.0: allocating RX ring 0 of size 10
[   98.792728] thunderbolt 0000:03:00.0: control channel created
[   98.792733] thunderbolt 0000:03:00.0: using firmware connection manager
[   98.792735] thunderbolt 0000:03:00.0: NHI initialized, starting thunderbolt
[   98.792737] thunderbolt 0000:03:00.0: control channel starting...
[   98.792738] thunderbolt 0000:03:00.0: starting TX ring 0
[   98.792745] thunderbolt 0000:03:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[   98.792749] thunderbolt 0000:03:00.0: starting RX ring 0
[   98.792755] thunderbolt 0000:03:00.0: enabling interrupt at register 0x38200 bit 12 (0x1 -> 0x1001)
[   98.894118] thunderbolt 0000:03:00.0: security level set to user
[   98.902242] thunderbolt 0000:03:00.0: current switch config:
[   98.902246] thunderbolt 0000:03:00.0:  Thunderbolt 3 Switch: 8086:15c0 (Revision: 1, TB Version: 2)
[   98.902249] thunderbolt 0000:03:00.0:   Max Port Number: 5
[   98.902250] thunderbolt 0000:03:00.0:   Config:
[   98.902251] thunderbolt 0000:03:00.0:    Upstream Port Number: 3 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 254ms
[   98.902254] thunderbolt 0000:03:00.0:    unknown1: 0x0 unknown4: 0x0
[   98.949599] thunderbolt 0000:03:00.0: 0: DROM version: 1
[   98.950238] thunderbolt 0000:03:00.0: 0: uid: 0x109bb89e51aea00
[   98.951669] thunderbolt 0000:03:00.0:  Port 1: 8086:15c0 (Revision: 1, TB Version: 1, Type: Port (0x1))
[   98.951672] thunderbolt 0000:03:00.0:   Max hop id (in/out): 15/15
[   98.951674] thunderbolt 0000:03:00.0:   Max counters: 16
[   98.951675] thunderbolt 0000:03:00.0:   NFC Credits: 0x3c00000
[   98.951676] thunderbolt 0000:03:00.0:   Credits (total/control): 60/2
[   98.953080] thunderbolt 0000:03:00.0:  Port 2: 8086:15c0 (Revision: 1, TB Version: 1, Type: Port (0x1))
[   98.953084] thunderbolt 0000:03:00.0:   Max hop id (in/out): 15/15
[   98.953085] thunderbolt 0000:03:00.0:   Max counters: 16
[   98.953086] thunderbolt 0000:03:00.0:   NFC Credits: 0x3c00000
[   98.953087] thunderbolt 0000:03:00.0:   Credits (total/control): 60/2
[   98.953821] thunderbolt 0000:03:00.0:  Port 3: 8086:15c0 (Revision: 1, TB Version: 1, Type: NHI (0x2))
[   98.953824] thunderbolt 0000:03:00.0:   Max hop id (in/out): 11/11
[   98.953825] thunderbolt 0000:03:00.0:   Max counters: 16
[   98.953826] thunderbolt 0000:03:00.0:   NFC Credits: 0x1000000
[   98.953828] thunderbolt 0000:03:00.0:   Credits (total/control): 16/0
[   98.954078] thunderbolt 0000:03:00.0:  Port 4: 8086:15c0 (Revision: 1, TB Version: 1, Type: PCIe (0x100101))
[   98.954080] thunderbolt 0000:03:00.0:   Max hop id (in/out): 8/8
[   98.954082] thunderbolt 0000:03:00.0:   Max counters: 2
[   98.954083] thunderbolt 0000:03:00.0:   NFC Credits: 0x800000
[   98.954084] thunderbolt 0000:03:00.0:   Credits (total/control): 8/0
[   98.954334] thunderbolt 0000:03:00.0:  Port 5: 8086:15c0 (Revision: 1, TB Version: 1, Type: DP/HDMI (0xe0101))
[   98.954336] thunderbolt 0000:03:00.0:   Max hop id (in/out): 9/9
[   98.954337] thunderbolt 0000:03:00.0:   Max counters: 2
[   98.954338] thunderbolt 0000:03:00.0:   NFC Credits: 0x1000000
[   98.954340] thunderbolt 0000:03:00.0:   Credits (total/control): 16/0
[  133.126520] thunderbolt 0000:03:00.0: 0: failed to authenticate NVM, power cycling
[  133.143832] pci_bus 0000:02: Allocating resources
[  133.143851] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  133.143854] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  133.143856] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  133.143859] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 3000
[  133.143863] pcieport 0000:01:00.0: BAR 13: no space for [io  size 0x3000]
[  133.143865] pcieport 0000:01:00.0: BAR 13: failed to assign [io  size 0x3000]
[  133.143867] pcieport 0000:01:00.0: BAR 13: no space for [io  size 0x3000]
[  133.143868] pcieport 0000:01:00.0: BAR 13: failed to assign [io  size 0x3000]
[  133.143872] pcieport 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[  133.143874] pcieport 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[  133.143876] pcieport 0000:02:01.0: BAR 13: no space for [io  size 0x1000]
[  133.143877] pcieport 0000:02:01.0: BAR 13: failed to assign [io  size 0x1000]
[  133.143878] pcieport 0000:02:02.0: BAR 13: no space for [io  size 0x1000]
[  133.143879] pcieport 0000:02:02.0: BAR 13: failed to assign [io  size 0x1000]
[  133.143882] pcieport 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[  133.143883] pcieport 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[  133.143885] pcieport 0000:02:02.0: BAR 13: no space for [io  size 0x1000]
[  133.143886] pcieport 0000:02:02.0: BAR 13: failed to assign [io  size 0x1000]
[  133.143887] pcieport 0000:02:01.0: BAR 13: no space for [io  size 0x1000]
[  133.143889] pcieport 0000:02:01.0: BAR 13: failed to assign [io  size 0x1000]
[  204.824301] input: MX Anywhere 3 Mouse as /devices/virtual/misc/uhid/0005:046D:B025.0001/input/input19
[  204.824627] hid-generic 0005:046D:B025.0001: input,hidraw0: BLUETOOTH HID v0.14 Mouse [MX Anywhere 3] on 00:28:f8:4c:22:63
[  236.313185] input: MX Anywhere 3 Mouse as /devices/virtual/misc/uhid/0005:046D:B025.0002/input/input21
[  236.313359] hid-generic 0005:046D:B025.0002: input,hidraw0: BLUETOOTH HID v0.14 Mouse [MX Anywhere 3] on 00:28:f8:4c:22:63

And here is the output of fwupdtool update --verbose on the same boot:

12:02:20.569 FuDebug              Verbose debugging enabled (on console 1)
12:02:20.570 FuMain               locked /run/lock/fwupdtool
12:02:20.570 GLib-GIO             Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
Laden …                  [-                                      ]12:02:20.581 FuConfig             trying to load config values from /etc/fwupd/daemon.conf
12:02:20.581 FuCommon             reading /etc/fwupd/daemon.conf with 2224 bytes
12:02:20.581 FuConfig             trying to load config values from /var/etc/fwupd/daemon.conf
12:02:20.581 FuConfig             using autodetected max archive size 4,3 GB
12:02:20.582 GLib-GIO             _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
Laden …                  [ -                                     ]12:02:20.583 FuRemoteList         loading /usr/share/fwupd/metainfo
12:02:20.583 XbSilo               attempting to load /var/cache/fwupd/metainfo.xmlb
12:02:20.583 XbSilo               file: b7c9559f-aa88-8721-50eb-b44aba3c51c9, current:b7c9559f-aa88-8721-50eb-b44aba3c51c9, cached: (null)
12:02:20.583 XbSilo               loading silo with file contents
12:02:20.583 FuRemoteList         loading remote from /etc/fwupd/remotes.d/lvfs.conf
12:02:20.584 FuRemoteList         loading remote from /etc/fwupd/remotes.d/lvfs-testing.conf
12:02:20.584 FuRemoteList         loading remote from /etc/fwupd/remotes.d/vendor.conf
12:02:20.584 FuRemoteList         loading remote from /etc/fwupd/remotes.d/fwupd-tests.conf
12:02:20.584 FuRemoteList         loading remote from /etc/fwupd/remotes.d/dell-esrt.conf
12:02:20.584 FuRemoteList         loading remote from /etc/fwupd/remotes.d/vendor-directory.conf
12:02:20.584 FuRemoteList         skipping invalid file /var/lib/fwupd/remotes.d/lvfs-testing
12:02:20.584 FuRemoteList         skipping invalid file /var/lib/fwupd/remotes.d/lvfs
12:02:20.584 FuRemoteList         ignoring unfound remote fwupd
12:02:20.584 FuRemoteList         ordering lvfs-testing=lvfs+1
Laden …                  [                                       ]12:02:20.584 Jcat                 reading /etc/pki/fwupd/LVFS-CA.pem with 1679 bytes
12:02:20.584 Jcat                 loaded 1 certificates
12:02:20.585 Jcat                 ignoring GPG-KEY-Linux-Foundation-Firmware as not PKCS-7 certificate
12:02:20.585 Jcat                 ignoring GPG-KEY-Linux-Vendor-Firmware-Service as not PKCS-7 certificate
12:02:20.585 Jcat                 reading /etc/pki/fwupd-metadata/LVFS-CA.pem with 1679 bytes
12:02:20.585 Jcat                 loaded 1 certificates
12:02:20.585 Jcat                 ignoring GPG-KEY-Linux-Foundation-Metadata as not PKCS-7 certificate
12:02:20.585 Jcat                 ignoring GPG-KEY-Linux-Vendor-Firmware-Service as not PKCS-7 certificate
12:02:20.585 Jcat                 reading /var/lib/fwupd/pki/secret.key with 2459 bytes
12:02:20.585 Jcat                 reading /var/lib/fwupd/pki/client.pem with 1383 bytes
12:02:20.585 FuEngine             client certificate now exists: nothing to do
Laden …                  [                                       ]12:02:20.585 FuHistory            trying to open database '/var/lib/fwupd/pending.db'
12:02:20.585 FuHistory            got schema version of 8
Laden …                  [*                                      ]12:02:20.593 FuPlugin             load(/usr/lib/fwupd-1.8.8/libfu_plugin_modem_manager.so)
12:02:20.595 FuContext            added udev subsystem watch of platform
12:02:20.595 FuContext            added udev subsystem watch of block
12:02:20.595 FuContext            added udev subsystem watch of pci
12:02:20.595 GLib                 setenv()/putenv() are not thread-safe and should not be used after threads are created
12:02:20.595 FuPluginDell         Using libsmbios 2.4
12:02:20.595 FuContext            added udev subsystem watch of i2c
12:02:20.595 FuContext            added udev subsystem watch of i2c-dev
12:02:20.595 FuContext            added udev subsystem watch of hidraw
12:02:20.595 FuContext            added udev subsystem watch of gpio
12:02:20.595 FuContext            added udev subsystem watch of mei
12:02:20.595 FuContext            added udev subsystem watch of iommu
12:02:20.596 FuContext            added udev subsystem watch of video4linux
12:02:20.596 FuContext            added udev subsystem watch of msr
12:02:20.596 FuContext            added udev subsystem watch of mtd
12:02:20.596 FuContext            added udev subsystem watch of nvme
12:02:20.598 FuContext            added udev subsystem watch of drm
12:02:20.598 FuContext            added udev subsystem watch of drm_dp_aux_dev
12:02:20.598 FuContext            added udev subsystem watch of serio
12:02:20.598 FuPluginTest         init
12:02:20.598 FuContext            added udev subsystem watch of thunderbolt
12:02:20.598 FuContext            added udev subsystem watch of tpm
12:02:20.598 FuQuirks             loading quirks from /usr/share/fwupd/quirks.d
12:02:20.599 FuQuirks             loading quirks from /var/lib/fwupd/quirks.d
12:02:20.599 XbSilo               attempting to load /var/cache/fwupd/quirks.xmlb
12:02:20.599 XbSilo               file: 6bb5c046-e5d7-a057-95db-1f9f11eb4c03, current:6bb5c046-e5d7-a057-95db-1f9f11eb4c03, cached: (null)
12:02:20.599 XbSilo               loading silo with file contents
Laden …                  [*                                      ]12:02:20.599 FuHwids              loading HwId overrides from /etc/fwupd/daemon.conf
12:02:20.599 FuHwids              not loading HwId overrides from /var/lib/fwupd/daemon.conf
12:02:20.599 FuHwids              smbios property Manufacturer=LENOVO
12:02:20.599 FuHwids              smbios property EnclosureKind=a
12:02:20.599 FuHwids              smbios property Family=ThinkPad T470s
12:02:20.599 FuHwids              smbios property ProductName=20HGS00V00
12:02:20.599 FuHwids              smbios property ProductSku=LENOVO_MT_20HG_BU_Think_FM_ThinkPad T470s
12:02:20.599 FuHwids              smbios property BiosVendor=LENOVO
12:02:20.599 FuHwids              smbios property BiosVersion=N1WET69W (1.48 )
12:02:20.599 FuHwids              smbios property BiosMajorRelease=01
12:02:20.599 FuHwids              smbios property BiosMinorRelease=30
12:02:20.599 FuHwids              smbios property FirmwareMajorRelease=01
12:02:20.599 FuHwids              smbios property FirmwareMinorRelease=16
12:02:20.599 FuHwids              smbios property BaseboardManufacturer=LENOVO
12:02:20.599 FuHwids              smbios property BaseboardProduct=20HGS00V00
12:02:20.604 FuContext            added udev subsystem watch of firmware-attributes
12:02:20.604 FuBiosSettings       KERNEL BUG: 'type' attribute not exported: (failed to load type: Datei »/sys/class/firmware-attributes/thinklmi/attributes/SecureBoot/type« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden)
12:02:20.684 FuBiosSettings       loaded 80 BIOS settings
Laden …                  [**                                     ]12:02:20.685 FuEngine             building metadata for remote 'vendor-directory'
12:02:20.685 FuEngine             ignoring: /usr/share/fwupd/remotes.d/vendor/firmware/README.md
12:02:20.685 FuEngine             ignoring: Fehler beim Öffnen des Ordners »/var/lib/fwupd/local.d«: Datei oder Verzeichnis nicht gefunden
12:02:20.685 FuEngine             ignoring: Fehler beim Öffnen des Ordners »/usr/share/fwupd/local.d«: Datei oder Verzeichnis nicht gefunden
12:02:20.685 XbSilo               attempting to load /var/cache/fwupd/metadata.xmlb
12:02:20.685 XbSilo               file: 79148d4b-2966-0664-c0a5-cd61eef67908, current:79148d4b-2966-0664-c0a5-cd61eef67908, cached: (null)
12:02:20.685 XbSilo               loading silo with file contents
12:02:20.687 FuEngine             1807 components now in silo
Laden …                  [**                                     ]12:02:20.701 GLib-GIO             Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
Laden …                  [***                                    ]12:02:20.708 FuPlugin             constructed(flashrom)
12:02:20.708 FuPlugin             constructed(modem_manager)
Laden …                  [***                                    ]12:02:20.708 FuEngine             plugins disabled: test, test_ble
12:02:20.708 FuPluginList         uefi_capsule [0] to be ordered after upower [0] so promoting to [1]
12:02:20.708 FuPluginList         dell [0] to be ordered after uefi_capsule [1] so promoting to [2]
12:02:20.708 FuPluginList         uefi_recovery [0] to be ordered after uefi_capsule [1] so promoting to [2]
12:02:20.708 FuPluginList         cpu [0] to be ordered before msr [0] so promoting to [1]
12:02:20.708 FuPluginList         bcm57xx [0] better than optionrom [0] so bumping to [1]
12:02:20.708 FuPluginList         dell [0] better than tpm [0] so bumping to [1]
12:02:20.708 FuPluginList         dell_dock [0] better than synaptics_mst [0] so bumping to [1]
12:02:20.708 FuPluginList         dell_esrt [0] better than bios [0] so bumping to [1]
Laden …                  [***                                    ]12:02:20.713 FuContext            battery threshold now 25
Laden …                  [ -                                     ]12:02:20.713 FuPlugin             startup(bios)
12:02:20.713 FuPlugin             startup(dell_esrt)
12:02:20.713 FuEngine             disabling plugin because: failed to startup using dell_esrt: UEFI firmware already supported
12:02:20.714 FuPlugin             startup(flashrom)
12:02:20.718 FuEngine             disabling plugin because: failed to startup using flashrom: no HwIDs found
12:02:20.719 FuPlugin             startup(intel_spi)
12:02:20.719 FuPlugin             startup(lenovo_thinklmi)
12:02:20.719 FuPlugin             startup(linux_lockdown)
12:02:20.719 FuPlugin             startup(linux_swap)
12:02:20.719 FuPlugin             startup(linux_tainted)
12:02:20.719 FuPlugin             startup(logind)
12:02:20.720 FuPlugin             startup(logitech_hidpp)
12:02:20.720 FuPlugin             startup(modem_manager)
12:02:20.723 FuPlugin             startup(mtd)
12:02:20.723 FuPlugin             startup(powerd)
12:02:20.724 FuEngine             disabling plugin because: failed to startup using powerd: no service that owns the name for org.chromium.PowerManager
Laden …                  [****                                   ]12:02:20.724 FuPlugin             startup(redfish)
12:02:20.725 FuPluginRedfish      failed to get username and password automatically: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/RedfishIndications-16faa37e-4b6a-4891-9028-242de65a3b70«: Datei oder Verzeichnis nicht gefunden
12:02:20.725 FuEngine             disabling plugin because: failed to startup using redfish: no username and password specified, and no vendor quirk for 'ipmi-create-user'
12:02:20.725 FuPlugin             startup(thunderbolt)
12:02:20.725 FuPlugin             startup(tpm)
12:02:20.725 FuPlugin             startup(upower)
12:02:20.728 FuContext            battery state now charging
12:02:20.728 FuContext            battery level now 49
12:02:20.728 FuContext            lid state now open
12:02:20.728 FuPlugin             startup(vbe)
12:02:20.728 FuEngine             disabling plugin because: failed to startup using vbe: failed to parse FDT: Fehler beim Öffnen der Datei »/sys/firmware/fdt«: Datei oder Verzeichnis nicht gefunden
12:02:20.728 FuPlugin             startup(msr)
12:02:20.728 FuPlugin             startup(uefi_capsule)
12:02:20.729 FuPlugin             startup(dell)
12:02:20.729 FuEngine             disabling plugin because: failed to startup using dell: firmware updating not supported: no structure with type da
12:02:20.729 FuPlugin             startup(uefi_recovery)
12:02:20.729 FuPlugin             coldplug(acpi_phat)
12:02:20.729 FuEngine             disabling plugin because: failed to coldplug using acpi_phat: Datei »/sys/firmware/acpi/tables/PHAT« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
12:02:20.729 FuPlugin             coldplug(bios)
12:02:20.729 FuPlugin             coldplug(cpu)
12:02:20.729 FuDevice             removing vendor prefix of 'Intel' from 'Intel Core™ i7-7600U CPU @ 2.80GHz'
12:02:20.730 FuDevice             using 4bde70ba4e39b28f9eab1628f9dd6e6244c03027 for cpu:0
12:02:20.730 FuPlugin             emit added from cpu: 4bde70ba4e39b28f9eab1628f9dd6e6244c03027
12:02:20.738 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:20.738 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:20.738 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:20.738 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:20.738 FuPlugin             fu_plugin_device_registered(tpm)
12:02:20.738 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:20.738 FuPlugin             fu_plugin_device_registered(msr)
12:02:20.738 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:20.738 FuDeviceList         ::added 4bde70ba4e39b28f9eab1628f9dd6e6244c03027
12:02:20.738 FuMain               ADDED:
FuCpuDevice:
  DeviceId:             4bde70ba4e39b28f9eab1628f9dd6e6244c03027
  Name:                 Core™ i7-7600U CPU @ 2.80GHz
  Guid:                 b9a2dd81-159e-5537-a7db-e7101d164d3f ← cpu
  Guid:                 30249f37-d140-5d3e-9319-186b1bd5cac3 ← CPUID\PRO_0&FAM_06
  Guid:                 561403e8-143a-5071-ab09-bf5e4c146983 ← CPUID\PRO_0&FAM_06&MOD_8E
  Guid:                 9ca69899-3716-5857-9fd3-882a5c73236f ← CPUID\PRO_0&FAM_06&MOD_8E&STP_9
  Plugin:               cpu
  Flags:                internal|registered
  Vendor:               Intel
  VersionFormat:        hex
  Icon:                 computer
  Created:              2023-01-01
  PhysicalId:           cpu:0
  AcquiesceDelay:       50
  HasSHSTK:             false
  HasIBT:               false
  HasTME:               false
  HasSMAP:              true

Laden …                  [****                                   ]12:02:20.752 FuPlugin             coldplug(modem_manager)
12:02:20.754 FuPluginMm           ModemManager 1.20.2-1 is available
12:02:20.754 FuPluginMm           added modem: /org/freedesktop/ModemManager1/Modem/0
12:02:20.754 FuPluginMm           failed to probe MM device: modem cannot be put in programming mode
Laden …                  [*****                                  ]12:02:20.754 FuPlugin             coldplug(superio)
12:02:20.762 FuPlugin             coldplug(tpm)
12:02:20.762 FuPluginTpm          no /sys/kernel/security/tpm0/binary_bios_measurements, so skipping
12:02:20.762 FuPlugin             coldplug(uefi_dbx)
12:02:20.762 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:02:20.763 FuEngine             disabling plugin because: failed to coldplug using uefi_dbx: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c«: Datei oder Verzeichnis nicht gefunden
12:02:20.763 FuPlugin             coldplug(uefi_pk)
12:02:20.763 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:02:20.763 FuEngine             disabling plugin because: failed to coldplug using uefi_pk: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c«: Datei oder Verzeichnis nicht gefunden
Laden …                  [*****                                  ]12:02:20.763 FuPlugin             coldplug(uefi_capsule)
12:02:20.777 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p2, type: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f, internal: 1, fs: swap
12:02:20.782 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p3, type: 0fc63daf-8483-4772-8e79-3d69d8477de4, internal: 1, fs: ext4
12:02:20.785 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p1, type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b, internal: 1, fs: vfat
12:02:20.800 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p2, type: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f, internal: 1, fs: swap
12:02:20.807 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p3, type: 0fc63daf-8483-4772-8e79-3d69d8477de4, internal: 1, fs: ext4
12:02:20.810 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p1, type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b, internal: 1, fs: vfat
12:02:20.811 FuContext            no volumes of type ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
12:02:20.812 FuPluginUefiCapsule  not using CapsuleOnDisk support: Capsule-on-Disk is not supported
12:02:20.824 FuDevice             using a45df35ac0e948ee180fe216a5f703f32dda163f for /sys/firmware/efi/esrt/entries/entry0
12:02:20.824 FuPlugin             emit added from uefi_capsule: a45df35ac0e948ee180fe216a5f703f32dda163f
12:02:20.837 FuDevice             changing verfmt for a45df35ac0e948ee180fe216a5f703f32dda163f: number->triplet
12:02:20.837 FuDevice             changing version for a45df35ac0e948ee180fe216a5f703f32dda163f: 65584->0.1.48
12:02:20.837 FuDevice             changing version lowest for a45df35ac0e948ee180fe216a5f703f32dda163f: 65563->0.1.27
12:02:20.837 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:20.837 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:20.837 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:20.837 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:20.837 FuPlugin             fu_plugin_device_registered(tpm)
12:02:20.837 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:20.837 FuPlugin             fu_plugin_device_registered(msr)
12:02:20.837 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:20.837 FuDeviceList         ::added a45df35ac0e948ee180fe216a5f703f32dda163f
12:02:20.838 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             a45df35ac0e948ee180fe216a5f703f32dda163f
  Name:                 System Firmware
  Guid:                 230c8b18-8d9b-53ec-838b-6cfc0383493a ← main-system-firmware
  Guid:                 7a176688-0960-47ba-931b-7829849e8347
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              0.1.48
  VersionLowest:        0.1.27
  VersionFormat:        triplet
  VersionRaw:           0x00010030
  VersionLowestRaw:     0x0001001b
  Icon:                 computer
  Created:              2023-01-01
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry0
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 system-firmware
  FwClass:              7a176688-0960-47ba-931b-7829849e8347
  CapsuleFlags:         0x0
  FwVersion:            0x10030
  FwVersionLowest:      0x1001b
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:02:20.857 FuDevice             using 349bb341230b1a86e5effe7dfe4337e1590227bd for /sys/firmware/efi/esrt/entries/entry1
12:02:20.857 FuPlugin             emit added from uefi_capsule: 349bb341230b1a86e5effe7dfe4337e1590227bd
12:02:20.862 FuDevice             349bb341230b1a86e5effe7dfe4337e1590227bd device overwriting name value: UEFI Device Firmware->Intel Management Engine
12:02:20.862 FuDevice             changing verfmt for 349bb341230b1a86e5effe7dfe4337e1590227bd: number->triplet
12:02:20.862 FuDevice             changing version for 349bb341230b1a86e5effe7dfe4337e1590227bd: 3093106915->184.93.4323
12:02:20.862 FuDevice             changing version lowest for 349bb341230b1a86e5effe7dfe4337e1590227bd: 1->0.0.1
12:02:20.863 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:20.863 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:20.863 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:20.863 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:20.863 FuPlugin             fu_plugin_device_registered(tpm)
12:02:20.863 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:20.863 FuPlugin             fu_plugin_device_registered(msr)
12:02:20.863 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:20.863 FuDeviceList         ::added 349bb341230b1a86e5effe7dfe4337e1590227bd
12:02:20.863 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             349bb341230b1a86e5effe7dfe4337e1590227bd
  Name:                 Intel Management Engine
  Guid:                 e9124c4a-fdff-42e5-b2ad-f745db345953
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              184.93.4323
  VersionLowest:        0.0.1
  VersionFormat:        triplet
  VersionRaw:           0xb85d10e3
  VersionLowestRaw:     0x00000001
  Created:              2023-01-01
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry1
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 device-firmware
  FwClass:              e9124c4a-fdff-42e5-b2ad-f745db345953
  CapsuleFlags:         0x8010
  FwVersion:            0xb85d10e3
  FwVersionLowest:      0x1
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:02:20.875 FuDevice             using 2292ae5236790b47884e37cf162dcf23bfcd1c60 for /sys/firmware/efi/esrt/entries/entry2
12:02:20.875 FuPlugin             emit added from uefi_capsule: 2292ae5236790b47884e37cf162dcf23bfcd1c60
12:02:20.879 FuDevice             2292ae5236790b47884e37cf162dcf23bfcd1c60 device overwriting name value: UEFI Device Firmware->Embedded Controller
12:02:20.879 FuDevice             changing verfmt for 2292ae5236790b47884e37cf162dcf23bfcd1c60: number->triplet
12:02:20.879 FuDevice             changing version for 2292ae5236790b47884e37cf162dcf23bfcd1c60: 65558->0.1.22
12:02:20.879 FuDevice             changing version lowest for 2292ae5236790b47884e37cf162dcf23bfcd1c60: 1->0.0.1
12:02:20.879 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:20.879 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:20.879 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:20.879 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:20.879 FuPlugin             fu_plugin_device_registered(tpm)
12:02:20.879 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:20.879 FuPlugin             fu_plugin_device_registered(msr)
12:02:20.879 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:20.880 FuDeviceList         ::added 2292ae5236790b47884e37cf162dcf23bfcd1c60
12:02:20.880 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             2292ae5236790b47884e37cf162dcf23bfcd1c60
  Name:                 Embedded Controller
  Guid:                 e2acd8e4-a376-47bb-a316-4f1e62a8ca1f
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              0.1.22
  VersionLowest:        0.0.1
  VersionFormat:        triplet
  VersionRaw:           0x00010016
  VersionLowestRaw:     0x00000001
  Created:              2023-01-01
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry2
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 device-firmware
  FwClass:              e2acd8e4-a376-47bb-a316-4f1e62a8ca1f
  CapsuleFlags:         0x0
  FwVersion:            0x10016
  FwVersionLowest:      0x1
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:02:20.893 FuPluginUefiCapsule  UX Capsule support : Enabled
12:02:20.893 FuProgress           raw timing data was { 0,048, 0,001, 0,010, 0,001, 0,067, 0,002 } -- steps were set as [ 63 1 8 1 26 1 ] but should have been [ 37 1 8 1 52 2 ] at ../fwupd-1.8.8/plugins/uefi-capsule/fu-uefi-capsule-plugin.c:906
12:02:20.893 FuEngine             using plugins: acpi_dmar, acpi_facp, acpi_ivrs, amd_pmc, analogix, android_boot, ata, bcm57xx, ccgx, cfu, ch341a, colorhug, corsair, cpu, cros_ec, dell_dock, dfu, dfu_csr, ebitdo, elanfp, elantp, emmc, ep963x, fastboot, focalfp, fpc, fresco_pd, genesys, goodixmoc, gpio, hailuck, igsc, intel_me, intel_spi, intel_usb4, iommu, jabra, lenovo_thinklmi, linux_lockdown, linux_sleep, linux_swap, linux_tainted, logind, logitech_bulkcontroller, logitech_hidpp, logitech_scribe, modem_manager, mtd, nitrokey, nordic_hid, nvme, optionrom, parade_lspcon, pci_bcr, pci_mei, pci_psp, pixart_rf, qsi_dock, realtek_mst, rts54hid, rts54hub, scsi, steelseries, superio, synaptics_cape, synaptics_cxaudio, synaptics_mst, synaptics_prometheus, synaptics_rmi, system76_launch, thelio_io, thunderbolt, tpm, uf2, upower, usi_dock, vli, wacom_raw, wacom_usb, msr, uefi_capsule, uefi_recovery
Laden …                  [****************                       ]12:02:20.987 FuDevice             using 5792b48846ce271fab11c4a545f7a3df0d36e00a for PCI_SLOT_NAME=0000:00:02.0:rom
12:02:20.987 FuPlugin             emit added from optionrom: 5792b48846ce271fab11c4a545f7a3df0d36e00a
12:02:21.000 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:21.000 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:21.000 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:21.000 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:21.000 FuPlugin             fu_plugin_device_registered(tpm)
12:02:21.000 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:21.000 FuPlugin             fu_plugin_device_registered(msr)
12:02:21.000 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:21.000 FuDeviceList         ::added 5792b48846ce271fab11c4a545f7a3df0d36e00a
12:02:21.000 FuMain               ADDED:
FuOptionromDevice:
  DeviceId:             5792b48846ce271fab11c4a545f7a3df0d36e00a
  Name:                 HD Graphics 620
  Guid:                 38f6c009-a25c-5b50-b3b5-fef4f9c6b846 ← PCI\VEN_8086&DEV_5916
  Guid:                 2886e312-afd8-5510-8993-12d568a85e00 ← PCI\VEN_8086&DEV_5916&REV_02
  Guid:                 2c6dcb70-8fa8-5b25-b516-77610aca751f ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B
  Guid:                 dfe2a779-3b72-5981-8493-724dcbddd1f8 ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B&REV_02
  Guid:                 52754615-939c-53cf-86f9-3b9ef9be0c25 ← PCI\VEN_8086&DEV_5916&REV_00
  Guid:                 2ba8f711-7c7e-50e2-a5f4-9680b6251463 ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B&REV_00
  Plugin:               optionrom
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Version:              02
  VersionFormat:        plain
  Created:              2023-01-01
  Guid[quirks]:         afb8c4ec-b9a5-5cd3-aaef-cc976ce37eb8 ← PCI\VEN_8086
  Guid[quirks]:         d2247082-8fe2-501c-96c5-1059a63a653e ← PCI\VEN_8086&CLASS_030000
  Guid[quirks]:         7b392c86-b1a9-5e31-97e5-51bd2125178b ← PCI\DRIVER_i915
  Guid[quirks]:         6e92b0e0-f439-5e54-984f-88649751ead9 ← PCI\MODALIAS_pci:v00008086d00005916sv000017AAsd0000224Bbc03sc00i00
  Guid[quirks]:         77409817-f8b5-5e99-a2af-f9f35274fed3 ← PCI
  PhysicalId:           PCI_SLOT_NAME=0000:00:02.0
  LogicalId:            rom
  BackendId:            /sys/devices/pci0000:00/0000:00:02.0
  AcquiesceDelay:       2500
  PossiblePlugin:       optionrom
  InternalFlags:        is-open
  Subsystem:            pci
  Driver:               i915
  BindId:               0000:00:02.0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:02.0

Laden …                  [****************                       ]12:02:21.011 FuPlugin             backend_device_added(synaptics_mst)
12:02:21.013 FuDevice             using d762543f8c20f636e6fff031a000078d3e10c600 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux1
12:02:21.281 FuPluginSynapticsMST no device found on drm_dp_aux1: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
12:02:21.283 FuPlugin             backend_device_added(synaptics_mst)
12:02:21.286 FuDevice             using 585c346c009da3cc19a400fb59a4ed8d0cbd0151 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux2
12:02:21.553 FuPluginSynapticsMST no device found on drm_dp_aux2: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
Laden …                  [*****************                      ]12:02:21.557 FuPlugin             backend_device_added(synaptics_mst)
12:02:21.559 FuDevice             using 7c2dd454e6f29453896a4824e8234317d237f8c5 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux0
12:02:21.560 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:02:21.560 FuPluginSynapticsMST no device found on drm_dp_aux0: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
Laden …                  [******************                     ]12:02:21.576 FuDevice             changing verfmt for (null): plain->triplet
Laden …                  [******************                     ]12:02:21.602 FuPlugin             fu_plugin_device_created(elantp)
12:02:21.607 FuPlugin             backend_device_added(pci_mei)
12:02:21.607 FuDevice             using 5fed1486be004d67ea79838d2e83aaa11bb72645 for PCI_SLOT_NAME=0000:00:16.0
Laden …                  [*******************                    ]12:02:21.629 FuDevice             using 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c for PCI_SLOT_NAME=0000:00:16.0:AMT
12:02:21.679 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:02:21.679 FuDevice             changing version for 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c: 21->11.8.93.4323
12:02:21.679 FuPlugin             emit added from intel_me: 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
12:02:21.688 FuDevice             setting parent of AMT [unprovisioned] [8d5470e73fd9a31eaa460b2b6aea95483fe3f14c] to be System Firmware [a45df35ac0e948ee180fe216a5f703f32dda163f]
12:02:21.689 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:21.689 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:21.689 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:21.689 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:21.689 FuPlugin             fu_plugin_device_registered(tpm)
12:02:21.689 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:21.689 FuPlugin             fu_plugin_device_registered(msr)
12:02:21.689 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:21.689 FuDeviceList         ::added 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
12:02:21.689 FuMain               ADDED:
FuIntelMeAmtDevice:
  DeviceId:             8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
  CompositeId:          a45df35ac0e948ee180fe216a5f703f32dda163f
  Name:                 AMT [unprovisioned]
  Guid:                 73873541-e967-5a4f-aeb4-22d1901fc940 ← MEI\VEN_8086&DEV_9D3A
  Guid:                 a2ca5cb3-f89c-53a6-93eb-bc03acbd17e0 ← MEI\VEN_8086&DEV_9D3A&REV_21
  Guid:                 78cd674e-6b38-5ac7-86a4-cb3f2fc1a673 ← MEI\VEN_8086&DEV_9D3A&SUBSYS_17AA224B
  Guid:                 ff98d6bc-a50c-5e67-8365-7b6891ac178d ← MEI\VEN_8086&DEV_9D3A&SUBSYS_17AA224B&REV_21
  Guid:                 12f80028-b4b7-4b2d-aca8-46e0ff65814c
  Summary:              Hardware and firmware technology for remote out-of-band management
  Plugin:               intel_me
  Flags:                internal|registered
  Vendor:               Intel Corporation
  VendorId:             MEI:0x8086
  Version:              11.8.93.4323
  VersionBootloader:    11.8.93.4323
  VersionFormat:        intel-me
  Icon:                 computer
  Created:              2023-01-01
  Guid[quirks]:         1d93da73-610c-5ddd-9973-ef2d9ca1bd4f ← MEI\VEN_8086
  Guid[quirks]:         fcaff3e4-005d-5e2a-9edf-d8f70da82bf2 ← MEI\MODALIAS_mei::12f80028-b4b7-4b2d-aca8-46e0ff65814c:01:
  Guid[quirks]:         b19d1c67-a29a-51ce-9cae-f7b40fe5505b ← MEI
  PhysicalId:           PCI_SLOT_NAME=0000:00:16.0
  LogicalId:            AMT
  BackendId:            /sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-12f80028-b4b7-4b2d-aca8-46e0ff65814c
  AcquiesceDelay:       2500
  PossiblePlugin:       intel_me
  InternalFlags:        is-open
  Vendor:               0x8086
  Model:                0x9d3a
  SubsystemVendor:      0x17aa
  SubsystemModel:       0x224b
  Revision:             0x21
  Subsystem:            mei
  DeviceFile:           /dev/mei0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-12f80028-b4b7-4b2d-aca8-46e0ff65814c
  Uuid:                 12f80028-b4b7-4b2d-aca8-46e0ff65814c
  ParentDeviceFile:     /sys/devices/pci0000:00/0000:00:16.0/mei/mei0
  MaxMsgLength:         0x1400
  ProtocolVer:          0x1

Laden …                  [*******************                    ]12:02:21.729 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:02:21.734 FuDevice             using 1d10887a051b3991a3314f760163248231628504 for PCI_SLOT_NAME=0000:00:16.0:MKHI
12:02:21.740 FuPluginIntelMe      failed to get public key using /fpf/OemCred: generic failure [0xb]
Laden …                  [*********************                  ]12:02:21.793 FuPlugin             fu_plugin_device_created(thunderbolt)
12:02:21.793 FuIdle               inhibiting: thunderbolt requires device wakeup
12:02:21.796 FuDevice             using 9cf44cb16f407badb950570b6c96d46f00f310b8 for df010000-00a2-a098-209e-b80bd5356a1a
12:02:21.799 FuPlugin             emit added from thunderbolt: 9cf44cb16f407badb950570b6c96d46f00f310b8
12:02:21.806 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:21.806 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:21.807 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:21.807 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:21.807 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:21.807 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:21.807 FuPlugin             fu_plugin_device_registered(tpm)
12:02:21.807 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:21.807 FuPlugin             fu_plugin_device_registered(msr)
12:02:21.807 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:21.807 FuDeviceList         ::added 9cf44cb16f407badb950570b6c96d46f00f310b8
12:02:21.807 FuMain               ADDED:
FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|updatable|require-ac|supported|registered|dual-image|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-01-01
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid|is-open
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:02:21.810 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:21.810 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
Laden …                  [*********************                  ]12:02:21.876 FuDevice             using e11623b2caa18fee292058a5c09ca4e6152f7ecf for PCI_SLOT_NAME=0000:3c:00.0
12:02:21.877 FuDevice             e11623b2caa18fee292058a5c09ca4e6152f7ecf device overwriting name value: NVMe SSD Controller SM961/PM961/SM963 (SM963 2.5" NVMe PCIe SSD)->SAMSUNG MZVLW1T0HMLH-000L7
12:02:21.877 FuDevice             removing vendor prefix of 'Samsung' from 'SAMSUNG MZVLW1T0HMLH-000L7'
12:02:21.877 FuPluginNvme         invalid component ID, skipping
12:02:21.877 FuPluginNvme         no vendor GUID, falling back to mn
12:02:21.878 FuPlugin             emit added from nvme: e11623b2caa18fee292058a5c09ca4e6152f7ecf
12:02:21.889 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:21.889 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:21.889 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:21.889 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:21.889 FuPlugin             fu_plugin_device_registered(tpm)
12:02:21.889 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:21.889 FuPlugin             fu_plugin_device_registered(msr)
12:02:21.889 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:21.889 FuDeviceList         ::added e11623b2caa18fee292058a5c09ca4e6152f7ecf
12:02:21.890 FuMain               ADDED:
FuNvmeDevice:
  DeviceId:             e11623b2caa18fee292058a5c09ca4e6152f7ecf
  Name:                 MZVLW1T0HMLH-000L7
  Guid:                 5b3df2da-f745-5fd0-81de-5dafd7f0bf8c ← NVME\VEN_144D&DEV_A804
  Guid:                 f87b9ac8-1cb3-5c0a-ae57-7144f211fe5e ← NVME\VEN_144D&DEV_A804&REV_00
  Guid:                 aed4d3c0-fd97-5e46-a32f-ff35e0692f6d ← NVME\VEN_144D&DEV_A804&SUBSYS_144DA801
  Guid:                 030c853f-259a-57a0-b3fb-1c66100db94b ← NVME\VEN_144D&DEV_A804&SUBSYS_144DA801&REV_00
  Guid:                 1f807912-a8fa-548b-af96-117b372f6a42 ← SAMSUNG MZVLW1T0HMLH-000L7
  Serial:               S35ANX0J100208
  Summary:              NVM Express solid state drive
  Plugin:               nvme
  Protocol:             org.nvmexpress
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update|signed-payload
  Vendor:               Samsung
  VendorId:             NVME:0x144D
  Version:              7L7QCXY7
  VersionFormat:        plain
  Icon:                 drive-harddisk
  Created:              2023-01-01
  Guid[quirks]:         48508233-40ae-5535-a84d-d0a998285564 ← NVME
  Guid[quirks]:         8fd4ca73-d0ae-52e8-8977-461435c6f4cf ← NVME\VEN_144D
  PhysicalId:           PCI_SLOT_NAME=0000:3c:00.0
  BackendId:            /sys/devices/pci0000:00/0000:00:1d.0/0000:3c:00.0/nvme/nvme0
  AcquiesceDelay:       2500
  CustomFlags:          signed-payload
  PossiblePlugin:       nvme
  InternalFlags:        is-open|md-set-signed
  Vendor:               0x144d
  Model:                0xa804
  SubsystemVendor:      0x144d
  SubsystemModel:       0xa801
  Subsystem:            nvme
  DeviceFile:           /dev/nvme0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1d.0/0000:3c:00.0/nvme/nvme0
  PciDepth:             2

Laden …                  [*********************                  ]12:02:21.906 FuDevice             changing verfmt for (null): plain->triplet
12:02:21.911 FuDevice             changing verfmt for (null): plain->triplet
12:02:21.917 FuDevice             changing verfmt for (null): plain->triplet
12:02:21.922 FuDevice             changing verfmt for (null): plain->triplet
Laden …                  [**********************                 ]12:02:21.933 FuDevice             using eb178d7c754cced4e4f77d9ce387f0648bed3c8d for PCI
12:02:21.933 FuDevice             using 71b31258b13a4b2793e529856a190f8fb02ad151 for intel_spi
12:02:21.933 FuDevice             using ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0 for intel_spi:bios
12:02:21.933 FuDevice             setting parent of BIOS [ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:02:21.934 FuDevice             using 7ef8a531d2413174034556f12dff8aa3bb4a8c30 for intel_spi:me
12:02:21.934 FuDevice             setting parent of Intel Management Engine [7ef8a531d2413174034556f12dff8aa3bb4a8c30] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:02:21.934 FuDevice             using 11188287b93230d58f85f059dfab93e1d59724bb for intel_spi:gbe
12:02:21.934 FuDevice             setting parent of Gigabit Ethernet [11188287b93230d58f85f059dfab93e1d59724bb] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:02:21.934 FuPlugin             emit added from intel_spi: 71b31258b13a4b2793e529856a190f8fb02ad151
12:02:21.948 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:21.948 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:21.948 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:21.948 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:21.948 FuPlugin             fu_plugin_device_registered(tpm)
12:02:21.948 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:21.948 FuPlugin             fu_plugin_device_registered(msr)
12:02:21.948 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:21.948 FuDeviceList         ::added 71b31258b13a4b2793e529856a190f8fb02ad151
12:02:21.948 FuMain               ADDED:
FuIntelSpiDevice:
  DeviceId:             71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Sunrise Point LPC Controller/eSPI Controller
  Guid:                 e7f0e2f6-3fe9-5cca-b24e-6ae4026f0974 ← PCI\VEN_8086&DEV_9D4E
  Guid:                 b9ae973a-79ec-55ca-a038-2ccfcb5b94c6 ← PCI\VEN_8086&DEV_9D4E&REV_21
  Guid:                 0ff4127c-d104-56d7-a836-afbaddd7d80d ← PCI\VEN_8086&DEV_9D4E&SUBSYS_17AA224B
  Guid:                 5c4e98c4-df76-5feb-b352-5c968c628469 ← PCI\VEN_8086&DEV_9D4E&SUBSYS_17AA224B&REV_21
  Guid:                 cfd2b4c2-2913-584f-95d4-58fca2e8596d ← INTEL_SPI_CHIPSET\ID_PCH100
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Version:              21
  VersionFormat:        plain
  Icon:                 computer
  Created:              2023-01-01
  Guid[quirks]:         afb8c4ec-b9a5-5cd3-aaef-cc976ce37eb8 ← PCI\VEN_8086
  Guid[quirks]:         caf6a825-8e55-567c-9d4a-c4baea147ab2 ← PCI\VEN_8086&CLASS_060100
  Guid[quirks]:         7d40a6d3-ad3d-5eb2-ac48-189977263118 ← PCI\MODALIAS_pci:v00008086d00009D4Esv000017AAsd0000224Bbc06sc01i00
  Guid[quirks]:         77409817-f8b5-5e99-a2af-f9f35274fed3 ← PCI
  PhysicalId:           intel_spi
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  CustomFlags:          pch
  FirmwareSizeMin:      16777216
  FirmwareSizeMax:      16777216
  PossiblePlugin:       intel_spi
  PossiblePlugin:       pci_bcr
  PossiblePlugin:       optionrom
  InternalFlags:        is-open
  PrivateFlags:         pch
  Kind:                 pch100
  SPIBAR:               0xfe010000
  HSFS:                 0xe800
  FRAP:                 0x4acb
  FREG0:                0x0
  FREG1:                0xfff0700
  FREG2:                0x6ff0003
  FREG3:                0x20001
  FLMSTR0:              0xa00b00
  FLMSTR1:              0xc00d00
  FLMSTR2:              0x800900
  FLMSTR3:              0x0
  FLVALSIG:             0xff0a55a
  FLMAP0:               0x40003
  FLMAP1:               0x42100208
  FLMAP2:               0x310330
  FLCOMP:               0x325c00f5
  FLILL:                0xad604221
  FLPB:                 0xc7c4b9b7
  PR0:                  blocked wr from 0x89d000 to 0x89ffff [0x889f089d]
  PR1:                  blocked wr from 0x8a0000 to 0xe8ffff [0x8e8f08a0]
  PR2:                  blocked wr from 0xe90000 to 0xe9ffff [0x8e9f0e90]
  PR3:                  blocked wr from 0xea0000 to 0xffffff [0x8fff0ea0]
FuIfdDevice:
  DeviceId:             ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 BIOS
  Guid:                 2c7b8bd2-3e77-5730-aaf6-596136f5254d ← IFD\NAME_BIOS
  Flags:                internal|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          bios
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    9437184
    FirmwareSizeMax:    9437184
    InternalFlags:      use-parent-for-open
    Region:             bios
    Offset:             0x700000
    Access[bios]:       rw
FuIfdDevice:
  DeviceId:             7ef8a531d2413174034556f12dff8aa3bb4a8c30
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Intel Management Engine
  Guid:                 614566e7-4d60-55f5-9cb9-48c5e488a705 ← IFD\NAME_ME
  Flags:                internal|locked|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          me
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    7327744
    FirmwareSizeMax:    7327744
    InternalFlags:      use-parent-for-open
    Region:             me
    Offset:             0x3000
    Access[me]:         rw
FuIfdDevice:
  DeviceId:             11188287b93230d58f85f059dfab93e1d59724bb
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Gigabit Ethernet
  Guid:                 30ee4fad-d1cd-522f-9a32-e53f4a4269cc ← IFD\NAME_GBE
  Flags:                internal|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          gbe
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    8192
    FirmwareSizeMax:    8192
    InternalFlags:      use-parent-for-open
    Region:             gbe
    Offset:             0x1000
    Access[bios]:       rw
    Access[me]:         rw
    Access[gbe]:        rw

12:02:21.956 FuPlugin             emit added from intel_spi: ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
12:02:21.958 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:21.958 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:21.958 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:21.958 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:21.958 FuPlugin             fu_plugin_device_registered(tpm)
12:02:21.958 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:21.958 FuPlugin             fu_plugin_device_registered(msr)
12:02:21.958 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:21.958 FuDeviceList         ::added ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
12:02:21.958 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 BIOS
  Guid:                 2c7b8bd2-3e77-5730-aaf6-596136f5254d ← IFD\NAME_BIOS
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-01-01
  PhysicalId:           intel_spi
  LogicalId:            bios
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      9437184
  FirmwareSizeMax:      9437184
  InternalFlags:        use-parent-for-open
  Region:               bios
  Offset:               0x700000
  Access[bios]:         rw

12:02:21.967 FuPlugin             emit added from intel_spi: 7ef8a531d2413174034556f12dff8aa3bb4a8c30
12:02:21.969 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:21.969 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:21.969 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:21.969 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:21.969 FuPlugin             fu_plugin_device_registered(tpm)
12:02:21.969 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:21.969 FuPlugin             fu_plugin_device_registered(msr)
12:02:21.969 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:21.969 FuDeviceList         ::added 7ef8a531d2413174034556f12dff8aa3bb4a8c30
12:02:21.969 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             7ef8a531d2413174034556f12dff8aa3bb4a8c30
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Intel Management Engine
  Guid:                 614566e7-4d60-55f5-9cb9-48c5e488a705 ← IFD\NAME_ME
  Plugin:               intel_spi
  Flags:                internal|locked|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-01-01
  PhysicalId:           intel_spi
  LogicalId:            me
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      7327744
  FirmwareSizeMax:      7327744
  InternalFlags:        use-parent-for-open
  Region:               me
  Offset:               0x3000
  Access[me]:           rw

12:02:21.981 FuPlugin             emit added from intel_spi: 11188287b93230d58f85f059dfab93e1d59724bb
12:02:21.985 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:21.985 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:21.985 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:21.985 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:21.985 FuPlugin             fu_plugin_device_registered(tpm)
12:02:21.985 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:21.985 FuPlugin             fu_plugin_device_registered(msr)
12:02:21.985 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:21.985 FuDeviceList         ::added 11188287b93230d58f85f059dfab93e1d59724bb
12:02:21.985 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             11188287b93230d58f85f059dfab93e1d59724bb
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Gigabit Ethernet
  Guid:                 30ee4fad-d1cd-522f-9a32-e53f4a4269cc ← IFD\NAME_GBE
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-01-01
  PhysicalId:           intel_spi
  LogicalId:            gbe
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      8192
  FirmwareSizeMax:      8192
  InternalFlags:        use-parent-for-open
  Region:               gbe
  Offset:               0x1000
  Access[bios]:         rw
  Access[me]:           rw
  Access[gbe]:          rw

12:02:21.992 FuPlugin             backend_device_added(pci_bcr)
12:02:21.992 FuDevice             using 5ca35f261be27f4d2786162a4e2dd1494697e678 for PCI_SLOT_NAME=0000:00:1f.0
Laden …                  [***********************                ]12:02:22.038 FuDevice             using aa81d0ef1418ef4079a0f13f857e45a727558881 for DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0
12:02:22.038 FuDevice             using 533f8dcc55554ba0d48582a72ece77dc0dd59d69 for DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0:INT344B:00
12:02:22.038 FuPlugin             emit added from gpio: 533f8dcc55554ba0d48582a72ece77dc0dd59d69
12:02:22.040 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:22.040 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:22.040 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:22.040 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:22.040 FuPlugin             fu_plugin_device_registered(tpm)
12:02:22.040 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:22.040 FuPlugin             fu_plugin_device_registered(msr)
12:02:22.041 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:22.041 FuDeviceList         ::added 533f8dcc55554ba0d48582a72ece77dc0dd59d69
12:02:22.041 FuMain               ADDED:
FuGpioDevice:
  DeviceId:             533f8dcc55554ba0d48582a72ece77dc0dd59d69
  Guid:                 c35c2451-ada5-556c-93eb-368ad00355a4 ← GPIO\ID_INT344B:00
  Plugin:               gpio
  Flags:                registered
  Created:              2023-01-01
  Guid[quirks]:         859db63d-1e41-5110-adde-2e58c3845791 ← GPIO
  PhysicalId:           DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0
  LogicalId:            INT344B:00
  BackendId:            /sys/devices/pci0000:00/INT344B:00/gpiochip0
  AcquiesceDelay:       2500
  PossiblePlugin:       gpio
  InternalFlags:        is-open
  Subsystem:            gpio
  DeviceFile:           /dev/gpiochip0
  SysfsPath:            /sys/devices/pci0000:00/INT344B:00/gpiochip0
  NumLines:             152
  FdOpen:               false

12:02:22.048 FuPlugin             fu_plugin_device_added(gpio)
Laden …                  [************************               ]12:02:22.052 FuDevice             using c6a80ac3a22083423992a3cb15018989f37834d6 for DEVNAME=/dev/tpm0
12:02:22.052 GLib                 setenv()/putenv() are not thread-safe and should not be used after threads are created
12:02:22.103 FuPluginTpm          added PCR-00=4964b61d8557e7ce1540161e2d72ea18078a53de
12:02:22.103 FuPluginTpm          added PCR-00=c6b0933d9a5109ea8c14dae8482586997292e4b25f41759b813b627bd9c8f326
Laden …                  [************************               ]12:02:22.103 FuPlugin             emit added from tpm: c6a80ac3a22083423992a3cb15018989f37834d6
12:02:22.113 FuPlugin             fu_plugin_device_registered(dell_dock)
12:02:22.113 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:02:22.113 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:02:22.113 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:02:22.113 FuPlugin             fu_plugin_device_registered(tpm)
12:02:22.113 FuPlugin             fu_plugin_device_registered(usi_dock)
12:02:22.113 FuPlugin             fu_plugin_device_registered(msr)
12:02:22.113 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:02:22.113 FuDeviceList         ::added c6a80ac3a22083423992a3cb15018989f37834d6
12:02:22.113 FuMain               ADDED:
FuTpmV2Device:
  DeviceId:             c6a80ac3a22083423992a3cb15018989f37834d6
  Name:                 TPM
  Guid:                 ff71992e-52f7-5eea-94ef-883e56e034c6 ← system-tpm
  Guid:                 5eebb112-75ad-5536-b173-a11eb3399402 ← TPM\VEN_IFX&DEV_0000
  Guid:                 ddf995da-1b32-5a8a-bc1b-8d5af4b38b51 ← TPM\VEN_IFX&MOD_SLB9670
  Guid:                 6d81ab63-db2e-50ac-934f-6be9accf5e02 ← TPM\VEN_IFX&DEV_0000&VER_2.0
  Guid:                 301555de-680d-5ddc-b995-7553fc9138f1 ← TPM\VEN_IFX&MOD_SLB9670&VER_2.0
  Plugin:               tpm
  Flags:                internal|registered
  Vendor:               Infineon
  VendorId:             TPM:IFX
  Version:              7.62.12.13824
  VersionFormat:        quad
  VersionRaw:           0x0007003e000c3600
  Icon:                 computer
  Created:              2023-01-01
  Guid[quirks]:         4f312545-9883-5dae-9b65-7757076cb4f4 ← TPM
  PhysicalId:           DEVNAME=/dev/tpm0
  BackendId:            /sys/devices/platform/MSFT0101:00/tpm/tpm0
  AcquiesceDelay:       2500
  PossiblePlugin:       tpm
  InternalFlags:        is-open
  Family:               2.0

12:02:22.122 FuPlugin             fu_plugin_device_added(tpm)
Laden …                  [**************************             ]12:02:22.151 FuEngine             ignoring add event for already loaded settings
Laden …                  [**************************             ]12:02:22.152 FuPlugin             backend_device_added(iommu)
12:02:22.153 FuPlugin             backend_device_added(iommu)
12:02:22.153 FuPlugin             backend_device_added(msr)
12:02:22.153 FuDevice             using b7cdecd2f3449609e17d97d62dbc330fa800b77c for msr
12:02:22.153 FuPluginMsr          IA32_BIOS_SIGN_ID:00 00 00 00 f0 00 00 00 
12:02:22.153 FuPluginMsr          setting microcode version to 0x000000f0
12:02:22.154 FuPlugin             backend_device_added(msr)
Laden …                  [***************************            ]12:02:22.155 FuPlugin             backend_device_added(msr)
12:02:22.156 FuPlugin             backend_device_added(msr)
Laden …                  [-                                      ]
12:02:22.160 FuEngine             ignoring 0.1.22 == 0.1.22
12:02:22.160 FuEngine             ignoring 0.1.21 < 0.1.22
12:02:22.160 FuEngine             ignoring 0.1.20 < 0.1.22
12:02:22.164 FuEngine             ignoring 184.93.4323 == 184.93.4323
12:02:22.164 FuEngine             ignoring 184.92.4222 < 184.93.4323
12:02:22.164 FuEngine             ignoring 184.90.3987 < 184.93.4323
12:02:22.164 FuEngine             ignoring 184.86.3909 < 184.93.4323
12:02:22.164 FuEngine             ignoring 184.83.3874 < 184.93.4323
12:02:22.164 FuEngine             ignoring 184.77.3664 < 184.93.4323
12:02:22.164 FuEngine             ignoring 184.70.3626 < 184.93.4323
12:02:22.167 FuEngine             ignoring 7L7QCXY7 == 7L7QCXY7
12:02:22.170 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:02:22.174 FuEngine             ignoring 0.1.31 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.28 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.30 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.32 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.33 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.34 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.35 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.36 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.37 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.38 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.41 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.42 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.45 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.46 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.47 < 0.1.48
12:02:22.174 FuEngine             ignoring 0.1.48 == 0.1.48
12:02:22.177 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:22.177 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:22.177 FuEngine             ignoring 20.00 < 21.03
12:02:22.190 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:02:22.201 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:22.202 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:22.202 FuEngine             writing motd target /var/cache/fwupd/motd.d/85-fwupd
12:02:22.221 FuEngine             ignoring 0.1.22 == 0.1.22
12:02:22.221 FuEngine             ignoring 0.1.21 < 0.1.22
12:02:22.221 FuEngine             ignoring 0.1.20 < 0.1.22
Geräte mit der neuesten verfügbaren Firmware-Version:
 • Embedded Controller
12:02:22.221 FuMain               current version is 0.1.22: 0.1.22=same, 0.1.21=older, 0.1.20=older
12:02:22.226 FuEngine             ignoring 184.93.4323 == 184.93.4323
12:02:22.226 FuEngine             ignoring 184.92.4222 < 184.93.4323
12:02:22.226 FuEngine             ignoring 184.90.3987 < 184.93.4323
12:02:22.226 FuEngine             ignoring 184.86.3909 < 184.93.4323
12:02:22.226 FuEngine             ignoring 184.83.3874 < 184.93.4323
12:02:22.226 FuEngine             ignoring 184.77.3664 < 184.93.4323
12:02:22.226 FuEngine             ignoring 184.70.3626 < 184.93.4323
 • Intel Management Engine
12:02:22.226 FuMain               current version is 184.93.4323: 184.93.4323=same, 184.92.4222=older, 184.90.3987=older, 184.86.3909=older, 184.83.3874=older, 184.77.3664=older, 184.70.3626=older
12:02:22.229 FuEngine             ignoring 7L7QCXY7 == 7L7QCXY7
 • MZVLW1T0HMLH-000L7
12:02:22.229 FuMain               current version is 7L7QCXY7: 7L7QCXY7=same
12:02:22.231 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:02:22.236 FuEngine             ignoring 0.1.31 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.28 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.30 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.32 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.33 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.34 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.35 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.36 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.37 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.38 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.41 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.42 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.45 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.46 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.47 < 0.1.48
12:02:22.236 FuEngine             ignoring 0.1.48 == 0.1.48
 • System Firmware
12:02:22.236 FuMain               current version is 0.1.48: 0.1.31=older, 0.1.28=older, 0.1.30=older, 0.1.32=older, 0.1.33=older, 0.1.34=older, 0.1.35=older, 0.1.36=older, 0.1.37=older, 0.1.38=older, 0.1.41=older, 0.1.42=older, 0.1.45=older, 0.1.46=older, 0.1.47=older, 0.1.48=same
12:02:22.238 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:22.239 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:22.239 FuEngine             ignoring 20.00 < 21.03
╔══════════════════════════════════════════════════════════════════════════════╗
║ Thunderbolt host controller von 21.03 auf 23.00 aktualisieren?               ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ This stable release fixes the following issue:                               ║
║                                                                              ║
║ • Fixed Thunderbolt vulnerability.                                           ║
║ • Intel NVM version update to 23.                                            ║
║                                                                              ║
║ Thunderbolt host controller und alle angeschlossenen Geräte sind während     ║
║ der Aktualisierung möglicherweise nicht nutzbar.                             ║
╚══════════════════════════════════════════════════════════════════════════════╝

Operation durchführen? [Y|n]: Y
12:02:25.341 FuMain               locked /run/lock/fwupdtool
12:02:25.344 FuMain               Failed to stop daemon: failed to find fwupd.service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit fwupd.service not loaded.
Schreiben …              [***************************************]
12:02:25.344 FuProgress           percentage should not go down from 100 to 75: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:25.344 Fwupd                downloading https://fwupd.org/downloads/57484fe846d2f2018a5669b2d864c350fd8707522eb9b35da931f5983849e8d5-Lenovo-ThinkPad-T470S-SystemFirmware-16.cab
12:02:25.355 Fwupd                Emitting ::status-changed() [downloading]
Herunterladen …          [                 -                     ]12:02:27.705 Fwupd                download progress: 10%
12:02:27.705 Fwupd                download progress: 10%
Herunterladen …          [***                                    ]12:02:27.889 Fwupd                download progress: 20%
12:02:27.889 Fwupd                download progress: 20%
Herunterladen …          [*******                                ]12:02:27.890 Fwupd                download progress: 26%
12:02:27.890 Fwupd                download progress: 26%
Herunterladen …          [**********                             ]12:02:27.892 Fwupd                download progress: 32%
12:02:27.892 Fwupd                download progress: 32%
Herunterladen …          [************                           ]12:02:28.073 Fwupd                download progress: 38%
12:02:28.073 Fwupd                download progress: 38%
Herunterladen …          [**************                         ]12:02:28.077 Fwupd                download progress: 55%
12:02:28.077 Fwupd                download progress: 55%
Herunterladen …          [*********************                  ]12:02:28.077 Fwupd                download progress: 55%
12:02:28.077 Fwupd                download progress: 55%
12:02:28.079 Fwupd                download progress: 80%
12:02:28.079 Fwupd                download progress: 80%
Herunterladen …          [*******************************        ]12:02:28.319 Fwupd                download progress: 80%
12:02:28.319 Fwupd                download progress: 80%
12:02:28.323 Fwupd                download progress: 92%
12:02:28.323 Fwupd                download progress: 92%
Herunterladen …          [***********************************    ]12:02:28.325 Fwupd                download progress: 100%
12:02:28.325 Fwupd                download progress: 100%
12:02:28.325 Fwupd                download progress: 100%
12:02:28.325 Fwupd                download progress: 100%
Fwupd                Emitting ::status-changed() [idle]
Herunterladen …          [***************************************]
12:02:28.325 Fwupd                status-code was 200
12:02:28.337 FuCommon             reading /root/.cache/fwupdmgr/57484fe846d2f2018a5669b2d864c350fd8707522eb9b35da931f5983849e8d5-Lenovo-ThinkPad-T470S-SystemFirmware-16.cab with 264483 bytes
Entpacken …              [ -                                     ]12:02:28.340 Jcat                 using gpgme v1.18.0
12:02:28.367 Jcat                 Using engine at /var/lib/fwupd/gnupg
12:02:28.373 Jcat                 ignoring LVFS-CA.pem as not GPG public key
12:02:28.373 Jcat                 Adding GnuPG public key /etc/pki/fwupd/GPG-KEY-Linux-Foundation-Firmware
12:02:28.380 Jcat                 importing key F2F0325648E1AE4956710198C6361787A0A849E1 [0] Erfolg
12:02:28.380 Jcat                 Adding GnuPG public key /etc/pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service
12:02:28.387 Jcat                 importing key 3FC6B804410ED0840D8F2F9748A6D80E4538BAC2 [0] Erfolg
12:02:28.387 Jcat                 ignoring LVFS-CA.pem as not GPG public key
12:02:28.387 Jcat                 Adding GnuPG public key /etc/pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata
12:02:28.395 Jcat                 importing key CAE0420259890141E701156E0A6DCEF6B46F3DBF [0] Erfolg
12:02:28.395 Jcat                 Adding GnuPG public key /etc/pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service
12:02:28.402 Jcat                 importing key 3FC6B804410ED0840D8F2F9748A6D80E4538BAC2 [0] Erfolg
12:02:28.409 Jcat                 returned signature fingerprint 3FC6B804410ED0840D8F2F9748A6D80E4538BAC2
12:02:28.409 Jcat                 verified: JcatResult:
  Timestamp:             2022-12-16T09:16:35Z
  Authority:             3FC6B804410ED0840D8F2F9748A6D80E4538BAC2
  JcatGpgEngine:
    Kind:                gpg
    VerifyKind:          signature

12:02:28.409 Jcat                 got 1 PKCS7 signatures
12:02:28.410 Jcat                 verified: JcatResult:
  Timestamp:             2022-12-16T09:16:35Z
  Authority:             O=Linux Vendor Firmware Project,CN=LVFS CA
  JcatPkcs7Engine:
    Kind:                pkcs7
    VerifyKind:          signature

12:02:28.410 FuCabinet            verified metadata firmware.metainfo.xml: 4
12:02:28.410 FuCabinet            processing file: firmware.metainfo.xml
12:02:28.411 FuCabinet            processing release: 23.00
12:02:28.427 Jcat                 returned signature fingerprint 3FC6B804410ED0840D8F2F9748A6D80E4538BAC2
12:02:28.427 Jcat                 verified: JcatResult:
  Timestamp:             2022-12-16T09:16:35Z
  Authority:             3FC6B804410ED0840D8F2F9748A6D80E4538BAC2
  JcatGpgEngine:
    Kind:                gpg
    VerifyKind:          signature

12:02:28.427 Jcat                 got 1 PKCS7 signatures
12:02:28.429 Jcat                 verified: JcatResult:
  Timestamp:             2022-12-16T09:16:35Z
  Authority:             O=Linux Vendor Firmware Project,CN=LVFS CA
  JcatPkcs7Engine:
    Kind:                pkcs7
    VerifyKind:          signature

12:02:28.429 FuCabinet            verified payload firmware.bin: 4
12:02:28.430 FuMain               loading release failed on 533f8dcc55554ba0d48582a72ece77dc0dd59d69:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.430 FuMain               loading release failed on 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.430 FuMain               loading release failed on ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.431 FuMain               loading release failed on 4bde70ba4e39b28f9eab1628f9dd6e6244c03027:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.431 FuMain               loading release failed on 2292ae5236790b47884e37cf162dcf23bfcd1c60:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.431 FuMain               loading release failed on 11188287b93230d58f85f059dfab93e1d59724bb:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.432 FuMain               loading release failed on 5792b48846ce271fab11c4a545f7a3df0d36e00a:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.432 FuMain               loading release failed on 349bb341230b1a86e5effe7dfe4337e1590227bd:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.432 FuMain               loading release failed on 7ef8a531d2413174034556f12dff8aa3bb4a8c30:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.433 FuMain               loading release failed on e11623b2caa18fee292058a5c09ca4e6152f7ecf:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.433 FuMain               loading release failed on 71b31258b13a4b2793e529856a190f8fb02ad151:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.433 FuMain               loading release failed on a45df35ac0e948ee180fe216a5f703f32dda163f:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.433 FuMain               loading release failed on c6a80ac3a22083423992a3cb15018989f37834d6:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:02:28.434 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:28.434 FuEngine             requirement 1.2.5 ge 1.8.8 -> org.freedesktop.fwupd passed
12:02:28.434 FuIdle               inhibiting: update
12:02:28.434 FuEngine             composite update 1: 9cf44cb16f407badb950570b6c96d46f00f310b8
12:02:28.434 FuPlugin             composite_prepare(dell_dock)
12:02:28.434 FuPlugin             composite_prepare(thunderbolt)
12:02:28.434 FuProgress           percentage should not go down from 100 to 75: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:28.434 FuHistory            remove device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:02:28.440 FuHistory            add device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
Warten …                 [***************************************]
12:02:28.447 FuDeviceList         no replug or re-enumerate required
12:02:28.447 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:02:28.456 FuEngine             prepare -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|require-ac|supported|registered|dual-image|updatable-hidden|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-01-01
  Modified:             2023-01-01
  UpdateError:          An update is in progress
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Inhibit:              [update-in-progress] An update is in progress
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:02:28.456 FuPlugin             prepare(gpio)
12:02:28.458 FuPlugin             prepare(logind)
12:02:28.459 FuPluginLogind       opened logind fd 19
12:02:28.459 FuDeviceList         no replug or re-enumerate required
Schreiben …              [***************************************]
12:02:28.459 FuProgress           percentage should not go down from 100 to 75: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:28.459 FuDeviceList         no replug or re-enumerate required
Gerät wird neu gestartet …[***************************************]
12:02:28.459 FuDeviceList         no replug or re-enumerate required
12:02:28.460 FuEngine             detach -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|require-ac|supported|registered|dual-image|updatable-hidden|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-01-01
  Modified:             2023-01-01
  UpdateError:          An update is in progress
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Inhibit:              [update-in-progress] An update is in progress
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:02:28.460 FuPlugin             detach(thunderbolt)
Schreiben …              [***************************************]
12:02:28.460 FuDeviceList         no replug or re-enumerate required
12:02:28.460 FuEngine             update -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|require-ac|supported|registered|dual-image|updatable-hidden|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-01-01
  Modified:             2023-01-01
  UpdateError:          An update is in progress
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Inhibit:              [update-in-progress] An update is in progress
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:02:28.460 FuPlugin             superclassed write_firmware(thunderbolt)
Entpacken …              [***************************************]
12:02:28.460 FuFirmware           detected digital section begins at 0x4000
12:02:32.800 FuDevice             installing onto 9cf44cb16f407badb950570b6c96d46f00f310b8:
<firmware gtype="FuIntelThunderboltFirmware">
  <flags>has-vid-pid</flags>
  <offset>0x4000</offset>
  <data size="0x3f000">
  </data>
  <vendor_id>0x109</vendor_id>
  <device_id>0x15c0</device_id>
  <model_id>0x1609</model_id>
  <family>alpine-ridge</family>
  <is_host>true</is_host>
  <is_native>false</is_native>
  <flash_size>0x3</flash_size>
  <generation>0x3</generation>
  <ports>0x1</ports>
  <has_pd>true</has_pd>
  <section type="digital" offset="0x4000">
  </section>
  <section type="drom" offset="0x4210">
  </section>
  <section type="arc-params" offset="0x4610">
  </section>
  <section type="dram-ucode" offset="0x21dd8">
  </section>
  <firmware>
    <id>payload</id>
    <data size="0x3b000">;.......</data>
  </firmware>
</firmware>

Schreiben …              [***************************************]
12:02:32.800 FuProgress           percentage should not go down from 100 to 76: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 76: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 77: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 77: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 77: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 78: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 78: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 79: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 79: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 79: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 80: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 80: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.800 FuProgress           percentage should not go down from 100 to 81: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 81: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 81: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 82: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 82: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 83: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 83: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 83: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 83: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 84: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 84: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 85: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 85: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 85: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 86: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 86: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 87: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 87: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 87: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 88: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 88: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 88: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 89: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 89: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 90: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 90: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 90: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 91: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 91: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 91: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 92: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 92: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 93: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 93: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 93: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 94: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 94: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 94: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 95: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 95: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 96: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 96: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 96: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 97: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 97: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 98: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 98: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 98: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 99: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:32.801 FuProgress           percentage should not go down from 100 to 99: 0) ../fwupd-1.8.8/src/fu-tool.c:1226 (16/17)

12:02:37.202 FuPlugin             attach(thunderbolt)
12:02:37.202 FuEngine             failed to attach device after failed update: failed to attach using thunderbolt: update failed (status 1)
12:02:37.202 FuDeviceList         no replug or re-enumerate required
12:02:37.202 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:02:37.214 FuEngine             cleanup -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|updatable|require-ac|supported|registered|dual-image|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-01-01
  Modified:             2023-01-01
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:02:37.214 FuPlugin             cleanup(gpio)
12:02:37.214 FuPlugin             cleanup(jabra)
12:02:37.214 FuPlugin             cleanup(logind)
12:02:37.214 FuPluginLogind       closed logind fd 19
12:02:37.214 FuDeviceList         no replug or re-enumerate required
12:02:37.214 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:02:37.220 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:02:37.230 FuPlugin             composite_cleanup(dell_dock)
12:02:37.230 FuPlugin             composite_cleanup(thunderbolt)
12:02:37.230 FuIdle               uninhibiting: update
could not start thunderbolt device upgrade: could not write to /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0/nvm_authenticate: Das Argument ist ungültig
12:02:37.234 FuPlugin             finalize(modem_manager)
12:02:37.235 FuPlugin             finalize(flashrom)
12:02:37.235 FuPluginTest         destroy
12:02:37.237 FuProgress           raw timing data was { 0,048, 0,001, 0,010, 0,001, 0,067, 0,002 } -- steps were set as [ 63 1 8 1 26 1 ] but should have been [ 37 1 8 1 52 2 ] at ../fwupd-1.8.8/plugins/uefi-capsule/fu-uefi-capsule-plugin.c:906
superm1 commented 1 year ago

Here's the problem:

[  133.126520] thunderbolt 0000:03:00.0: 0: failed to authenticate NVM, power cycling

The NVM that is flashed might be corrupted. I think you'll need service done on your machine.

superm1 commented 1 year ago

(Assuming that was tied to bootup not the newly flashed image that is)

If it's tied to the newly flashed image than Lenovo made a mistake and didn't post a signed image, or an image signed with the wrong signature.

maru-sama commented 1 year ago

Hi for what it is worth I can reproduce the same error on my T470s

dkadioglu commented 1 year ago

@superm1 Thanks for pointing this out and your suspected diagnoses. @maru-sama Thanks for your confirmation.

Is there anything, we can do to test/debug for the real cause? The only thing, which comes to my mind is updating via windows - but if that works, I won't be able to help with finding out, what the cause for this issue is on linux, right?

kmauleon commented 1 year ago

hi all... dev owner asked to retry updating again as below.... thank you...

Could you please help try to online update to have a try ? we re-upload nvm 23 to lvfs and seems can update success on our system. If online update still fail, we may share .cab file for the customer to local update to have a try.

maru-sama commented 1 year ago

Hello,

I just tried it this morning and I no longer see a version update for my thunderbolt host controller. It is currently at version 20. I did see a system update though which I could apply without any issues.

kmauleon commented 1 year ago

hi this is current version link >> https://fwupd.org/lvfs/devices/com.lenovo.ThinkPadN1WTF.firmware can you please try this one?

dkadioglu commented 1 year ago

With the reuploaded firmware, the update was successful! However, I had to enable the testing repository to see it. When I started the update, the download was not successful, according to the following output:

12:03:26.878 FuDebug              Verbose debugging enabled (on console 1)
12:03:26.879 FuMain               locked /run/lock/fwupdtool
12:03:26.880 GLib-GIO             Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
12:03:26.887 FuMain               Failed to stop daemon: failed to find fwupd.service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit fwupd.service not loaded.
Laden …                  [-                                      ]12:03:26.887 FuConfig             trying to load config values from /etc/fwupd/daemon.conf
12:03:26.887 FuCommon             reading /etc/fwupd/daemon.conf with 2494 bytes
12:03:26.887 FuConfig             trying to load config values from /var/etc/fwupd/daemon.conf
12:03:26.887 FuConfig             using autodetected max archive size 4,3 GB
12:03:26.889 GLib-GIO             _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
Laden …                  [ -                                     ]12:03:26.890 FuRemoteList         loading /usr/share/fwupd/metainfo
12:03:26.891 XbSilo               attempting to load /var/cache/fwupd/metainfo.xmlb
12:03:26.891 XbSilo               file: aa8366b6-bfd4-9c00-54a2-5b8afbb6aaee, current:aa8366b6-bfd4-9c00-54a2-5b8afbb6aaee, cached: (null)
12:03:26.891 XbSilo               loading silo with file contents
12:03:26.891 FuRemoteList         loading remote from /etc/fwupd/remotes.d/lvfs.conf
12:03:26.892 FuRemoteList         loading remote from /etc/fwupd/remotes.d/lvfs-testing.conf
12:03:26.892 FuRemoteList         loading remote from /etc/fwupd/remotes.d/vendor.conf
12:03:26.893 FuRemoteList         loading remote from /etc/fwupd/remotes.d/fwupd-tests.conf
12:03:26.893 FuRemoteList         loading remote from /etc/fwupd/remotes.d/dell-esrt.conf
12:03:26.893 FuRemoteList         loading remote from /etc/fwupd/remotes.d/vendor-directory.conf
12:03:26.894 FuRemoteList         skipping invalid file /var/lib/fwupd/remotes.d/lvfs-testing
12:03:26.894 FuRemoteList         skipping invalid file /var/lib/fwupd/remotes.d/lvfs
12:03:26.895 FuRemoteList         ignoring unfound remote fwupd
12:03:26.895 FuRemoteList         ordering lvfs-testing=lvfs+1
Laden …                  [                                       ]12:03:26.896 Jcat                 reading /etc/pki/fwupd/LVFS-CA.pem with 1679 bytes
12:03:26.896 Jcat                 loaded 1 certificates
12:03:26.896 Jcat                 ignoring GPG-KEY-Linux-Foundation-Firmware as not PKCS-7 certificate
12:03:26.897 Jcat                 ignoring GPG-KEY-Linux-Vendor-Firmware-Service as not PKCS-7 certificate
12:03:26.897 Jcat                 reading /etc/pki/fwupd-metadata/LVFS-CA.pem with 1679 bytes
12:03:26.898 Jcat                 loaded 1 certificates
12:03:26.898 Jcat                 ignoring GPG-KEY-Linux-Foundation-Metadata as not PKCS-7 certificate
12:03:26.898 Jcat                 ignoring GPG-KEY-Linux-Vendor-Firmware-Service as not PKCS-7 certificate
12:03:26.899 Jcat                 reading /var/lib/fwupd/pki/secret.key with 2459 bytes
12:03:26.901 Jcat                 reading /var/lib/fwupd/pki/client.pem with 1383 bytes
12:03:26.902 FuEngine             client certificate now exists: nothing to do
Laden …                  [                                       ]12:03:26.902 FuHistory            trying to open database '/var/lib/fwupd/pending.db'
12:03:26.903 FuHistory            got schema version of 8
Laden …                  [*                                      ]12:03:26.914 FuPlugin             load(/usr/lib/fwupd-1.8.10/libfu_plugin_modem_manager.so)
12:03:26.921 FuContext            added udev subsystem watch of platform
12:03:26.922 FuContext            added udev subsystem watch of block
12:03:26.922 FuContext            added udev subsystem watch of pci
12:03:26.923 GLib                 setenv()/putenv() are not thread-safe and should not be used after threads are created
12:03:26.923 FuPluginDell         Using libsmbios 2.4
12:03:26.923 FuContext            added udev subsystem watch of i2c
12:03:26.923 FuContext            added udev subsystem watch of i2c-dev
12:03:26.923 FuContext            added udev subsystem watch of hidraw
12:03:26.924 FuContext            added udev subsystem watch of gpio
12:03:26.924 FuContext            added udev subsystem watch of mei
12:03:26.924 FuContext            added udev subsystem watch of iommu
12:03:26.924 FuContext            added udev subsystem watch of video4linux
12:03:26.924 FuContext            added udev subsystem watch of msr
12:03:26.925 FuContext            added udev subsystem watch of mtd
12:03:26.934 FuContext            added udev subsystem watch of nvme
12:03:26.940 FuContext            added udev subsystem watch of drm
12:03:26.941 FuContext            added udev subsystem watch of drm_dp_aux_dev
12:03:26.941 FuContext            added udev subsystem watch of serio
12:03:26.941 FuPluginTest         init
12:03:26.941 FuContext            added udev subsystem watch of thunderbolt
12:03:26.941 FuContext            added udev subsystem watch of tpm
12:03:26.941 FuQuirks             loading quirks from /usr/share/fwupd/quirks.d
12:03:26.942 FuQuirks             loading quirks from /var/lib/fwupd/quirks.d
12:03:26.942 XbSilo               attempting to load /var/cache/fwupd/quirks.xmlb
12:03:26.942 XbSilo               file: dcb254aa-0fab-5af7-1640-89a65bb17777, current:dcb254aa-0fab-5af7-1640-89a65bb17777, cached: (null)
12:03:26.942 XbSilo               loading silo with file contents
Laden …                  [*                                      ]12:03:26.942 FuContext            loading HwId overrides from /etc/fwupd/daemon.conf
12:03:26.942 FuContext            not loading HwId overrides from /var/lib/fwupd/daemon.conf
12:03:26.942 FuContext            smbios property Manufacturer=LENOVO
12:03:26.942 FuContext            smbios property EnclosureKind=a
12:03:26.942 FuContext            smbios property Family=ThinkPad T470s
12:03:26.942 FuContext            smbios property ProductName=20HGS00V00
12:03:26.943 FuContext            smbios property ProductSku=LENOVO_MT_20HG_BU_Think_FM_ThinkPad T470s
12:03:26.943 FuContext            smbios property BiosVendor=LENOVO
12:03:26.943 FuContext            smbios property BiosVersion=N1WET69W (1.48 )
12:03:26.943 FuContext            smbios property BiosMajorRelease=01
12:03:26.943 FuContext            smbios property BiosMinorRelease=30
12:03:26.943 FuContext            smbios property FirmwareMajorRelease=01
12:03:26.943 FuContext            smbios property FirmwareMinorRelease=16
12:03:26.943 FuContext            smbios property BaseboardManufacturer=LENOVO
12:03:26.943 FuContext            smbios property BaseboardProduct=20HGS00V00
12:03:26.954 FuContext            added udev subsystem watch of firmware-attributes
12:03:26.954 FuBiosSettings       KERNEL BUG: 'type' attribute not exported: (failed to load type: Datei »/sys/class/firmware-attributes/thinklmi/attributes/SecureBoot/type« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden)
12:03:27.111 FuBiosSettings       loaded 80 BIOS settings
Laden …                  [**                                     ]12:03:27.112 FuEngine             loading metadata for remote 'vendor-directory'
12:03:27.112 FuEngine             ignoring: /usr/share/fwupd/remotes.d/vendor/firmware/README.md
12:03:27.112 FuEngine             ignoring: Fehler beim Öffnen des Ordners »/var/lib/fwupd/local.d«: Datei oder Verzeichnis nicht gefunden
12:03:27.112 FuEngine             ignoring: Fehler beim Öffnen des Ordners »/usr/share/fwupd/local.d«: Datei oder Verzeichnis nicht gefunden
12:03:27.112 XbSilo               attempting to load /var/cache/fwupd/metadata.xmlb
12:03:27.112 XbSilo               file: d6b55387-da25-136e-0b7f-d1b77373f3d3, current:d6b55387-da25-136e-0b7f-d1b77373f3d3, cached: (null)
12:03:27.112 XbSilo               loading silo with file contents
12:03:27.115 FuEngine             2223 components now in silo
Laden …                  [**                                     ]12:03:27.143 GLib-GIO             Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
Laden …                  [***                                    ]12:03:27.164 FuPlugin             constructed(flashrom)
12:03:27.164 FuPlugin             constructed(modem_manager)
Laden …                  [***                                    ]12:03:27.165 FuEngine             plugins disabled: test, test_ble
12:03:27.165 FuPluginList         uefi_capsule [0] to be ordered after upower [0] so promoting to [1]
12:03:27.165 FuPluginList         dell [0] to be ordered after uefi_capsule [1] so promoting to [2]
12:03:27.165 FuPluginList         uefi_recovery [0] to be ordered after uefi_capsule [1] so promoting to [2]
12:03:27.165 FuPluginList         cpu [0] to be ordered before msr [0] so promoting to [1]
12:03:27.165 FuPluginList         bcm57xx [0] better than optionrom [0] so bumping to [1]
12:03:27.165 FuPluginList         dell [0] better than tpm [0] so bumping to [1]
12:03:27.165 FuPluginList         dell_dock [0] better than synaptics_mst [0] so bumping to [1]
12:03:27.165 FuPluginList         dell_esrt [0] better than bios [0] so bumping to [1]
Laden …                  [***                                    ]12:03:27.178 FuContext            battery threshold now 25
Laden …                  [ -                                     ]12:03:27.179 FuPlugin             startup(bios)
12:03:27.179 FuPlugin             startup(dell_esrt)
12:03:27.179 FuEngine             disabling plugin because: failed to startup using dell_esrt: UEFI firmware already supported
12:03:27.179 FuPlugin             startup(flashrom)
12:03:27.189 FuEngine             disabling plugin because: failed to startup using flashrom: no HwIDs found
12:03:27.190 FuPlugin             startup(intel_spi)
12:03:27.190 FuPlugin             startup(lenovo_thinklmi)
12:03:27.190 FuPlugin             startup(linux_lockdown)
12:03:27.190 FuPlugin             startup(linux_swap)
12:03:27.190 FuPlugin             startup(linux_tainted)
12:03:27.190 FuPlugin             startup(logind)
12:03:27.194 FuPlugin             startup(logitech_hidpp)
12:03:27.194 FuPlugin             startup(modem_manager)
12:03:27.201 FuPlugin             startup(mtd)
12:03:27.201 FuPlugin             startup(powerd)
12:03:27.203 FuEngine             disabling plugin because: failed to startup using powerd: no service that owns the name for org.chromium.PowerManager
Laden …                  [****                                   ]12:03:27.203 FuPlugin             startup(redfish)
12:03:27.203 FuPluginRedfish      failed to get username and password automatically: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/RedfishIndications-16faa37e-4b6a-4891-9028-242de65a3b70«: Datei oder Verzeichnis nicht gefunden
12:03:27.204 FuEngine             disabling plugin because: failed to startup using redfish: no username and password specified, and no vendor quirk for 'ipmi-create-user'
12:03:27.204 FuPlugin             startup(thunderbolt)
12:03:27.204 FuPlugin             startup(tpm)
12:03:27.204 FuPlugin             startup(upower)
12:03:27.208 FuContext            battery state now charging
12:03:27.209 FuContext            battery level now 89
12:03:27.209 FuContext            lid state now open
12:03:27.209 FuPlugin             startup(msr)
12:03:27.209 FuPlugin             startup(uefi_capsule)
12:03:27.211 FuPlugin             startup(dell)
12:03:27.211 FuEngine             disabling plugin because: failed to startup using dell: firmware updating not supported: no structure with type da
12:03:27.211 FuPlugin             startup(uefi_recovery)
12:03:27.211 FuPlugin             coldplug(acpi_phat)
12:03:27.211 FuEngine             disabling plugin because: failed to coldplug using acpi_phat: Datei »/sys/firmware/acpi/tables/PHAT« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
12:03:27.211 FuPlugin             coldplug(bios)
12:03:27.211 FuPlugin             coldplug(cpu)
12:03:27.212 FuDevice             removing vendor prefix of 'Intel' from 'Intel Core™ i7-7600U CPU @ 2.80GHz'
12:03:27.215 FuDevice             using 4bde70ba4e39b28f9eab1628f9dd6e6244c03027 for cpu:0
12:03:27.215 FuPlugin             emit added from cpu: 4bde70ba4e39b28f9eab1628f9dd6e6244c03027
12:03:27.238 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:27.238 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:27.238 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:27.238 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:27.238 FuPlugin             fu_plugin_device_registered(tpm)
12:03:27.238 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:27.238 FuPlugin             fu_plugin_device_registered(msr)
12:03:27.238 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:27.238 FuDeviceList         ::added 4bde70ba4e39b28f9eab1628f9dd6e6244c03027
12:03:27.238 FuMain               ADDED:
FuCpuDevice:
  DeviceId:             4bde70ba4e39b28f9eab1628f9dd6e6244c03027
  Name:                 Core™ i7-7600U CPU @ 2.80GHz
  Guid:                 b9a2dd81-159e-5537-a7db-e7101d164d3f ← cpu
  Guid:                 30249f37-d140-5d3e-9319-186b1bd5cac3 ← CPUID\PRO_0&FAM_06
  Guid:                 561403e8-143a-5071-ab09-bf5e4c146983 ← CPUID\PRO_0&FAM_06&MOD_8E
  Guid:                 9ca69899-3716-5857-9fd3-882a5c73236f ← CPUID\PRO_0&FAM_06&MOD_8E&STP_9
  Plugin:               cpu
  Flags:                internal|registered
  Vendor:               Intel
  VersionFormat:        hex
  Icon:                 computer
  Created:              2023-02-02
  PhysicalId:           cpu:0
  AcquiesceDelay:       50
  HasSHSTK:             false
  HasIBT:               false
  HasTME:               false
  HasSMAP:              true

Laden …                  [****                                   ]12:03:27.239 FuPlugin             coldplug(modem_manager)
12:03:27.241 FuPluginMm           ModemManager 1.20.4-1 is available
12:03:27.241 FuPluginMm           added modem: /org/freedesktop/ModemManager1/Modem/6
12:03:27.242 FuPluginMm           failed to probe MM device: modem cannot be put in programming mode
Laden …                  [*****                                  ]12:03:27.242 FuPlugin             coldplug(superio)
12:03:27.252 FuPlugin             coldplug(tpm)
12:03:27.253 FuPluginTpm          no /sys/kernel/security/tpm0/binary_bios_measurements, so skipping
12:03:27.253 FuPlugin             coldplug(uefi_dbx)
12:03:27.253 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:03:27.253 FuEngine             disabling plugin because: failed to coldplug using uefi_dbx: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c«: Datei oder Verzeichnis nicht gefunden
12:03:27.253 FuPlugin             coldplug(uefi_pk)
12:03:27.253 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:03:27.253 FuEngine             disabling plugin because: failed to coldplug using uefi_pk: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c«: Datei oder Verzeichnis nicht gefunden
12:03:27.253 FuPlugin             coldplug(vbe)
12:03:27.253 FuEngine             disabling plugin because: failed to coldplug using vbe: cannot find /sys/firmware/fdt or override /var/lib/fwupd/system.dtb
Laden …                  [*****                                  ]12:03:27.253 FuPlugin             coldplug(uefi_capsule)
12:03:27.274 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p2, type: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f, internal: 1, fs: swap
12:03:27.286 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p3, type: 0fc63daf-8483-4772-8e79-3d69d8477de4, internal: 1, fs: ext4
12:03:27.291 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p1, type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b, internal: 1, fs: vfat
12:03:27.319 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p2, type: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f, internal: 1, fs: swap
12:03:27.327 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p3, type: 0fc63daf-8483-4772-8e79-3d69d8477de4, internal: 1, fs: ext4
12:03:27.332 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p1, type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b, internal: 1, fs: vfat
12:03:27.332 FuContext            no volumes of type ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
12:03:27.334 FuPluginUefiCapsule  not using CapsuleOnDisk support: Capsule-on-Disk is not supported
12:03:27.353 FuDevice             using a45df35ac0e948ee180fe216a5f703f32dda163f for /sys/firmware/efi/esrt/entries/entry0
12:03:27.353 FuPlugin             emit added from uefi_capsule: a45df35ac0e948ee180fe216a5f703f32dda163f
12:03:27.376 FuDevice             changing verfmt for a45df35ac0e948ee180fe216a5f703f32dda163f: number->triplet
12:03:27.376 FuDevice             changing version for a45df35ac0e948ee180fe216a5f703f32dda163f: 65584->0.1.48
12:03:27.376 FuDevice             changing version lowest for a45df35ac0e948ee180fe216a5f703f32dda163f: 65563->0.1.27
12:03:27.377 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:27.377 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:27.377 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:27.377 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:27.377 FuPlugin             fu_plugin_device_registered(tpm)
12:03:27.377 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:27.377 FuPlugin             fu_plugin_device_registered(msr)
12:03:27.377 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:27.377 FuDeviceList         ::added a45df35ac0e948ee180fe216a5f703f32dda163f
12:03:27.377 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             a45df35ac0e948ee180fe216a5f703f32dda163f
  Name:                 System Firmware
  Guid:                 230c8b18-8d9b-53ec-838b-6cfc0383493a ← main-system-firmware
  Guid:                 7a176688-0960-47ba-931b-7829849e8347
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              0.1.48
  VersionLowest:        0.1.27
  VersionFormat:        triplet
  VersionRaw:           0x00010030
  VersionLowestRaw:     0x0001001b
  Icon:                 computer
  Created:              2023-02-02
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry0
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 system-firmware
  FwClass:              7a176688-0960-47ba-931b-7829849e8347
  CapsuleFlags:         0x0
  FwVersion:            0x10030
  FwVersionLowest:      0x1001b
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:03:27.401 FuDevice             using 349bb341230b1a86e5effe7dfe4337e1590227bd for /sys/firmware/efi/esrt/entries/entry1
12:03:27.401 FuPlugin             emit added from uefi_capsule: 349bb341230b1a86e5effe7dfe4337e1590227bd
12:03:27.411 FuDevice             349bb341230b1a86e5effe7dfe4337e1590227bd device overwriting name value: UEFI Device Firmware->Intel Management Engine
12:03:27.411 FuDevice             changing verfmt for 349bb341230b1a86e5effe7dfe4337e1590227bd: number->triplet
12:03:27.411 FuDevice             changing version for 349bb341230b1a86e5effe7dfe4337e1590227bd: 3093106915->184.93.4323
12:03:27.411 FuDevice             changing version lowest for 349bb341230b1a86e5effe7dfe4337e1590227bd: 1->0.0.1
12:03:27.411 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:27.411 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:27.411 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:27.411 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:27.411 FuPlugin             fu_plugin_device_registered(tpm)
12:03:27.411 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:27.411 FuPlugin             fu_plugin_device_registered(msr)
12:03:27.411 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:27.411 FuDeviceList         ::added 349bb341230b1a86e5effe7dfe4337e1590227bd
12:03:27.412 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             349bb341230b1a86e5effe7dfe4337e1590227bd
  Name:                 Intel Management Engine
  Guid:                 e9124c4a-fdff-42e5-b2ad-f745db345953
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              184.93.4323
  VersionLowest:        0.0.1
  VersionFormat:        triplet
  VersionRaw:           0xb85d10e3
  VersionLowestRaw:     0x00000001
  Created:              2023-02-02
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry1
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 device-firmware
  FwClass:              e9124c4a-fdff-42e5-b2ad-f745db345953
  CapsuleFlags:         0x8010
  FwVersion:            0xb85d10e3
  FwVersionLowest:      0x1
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:03:27.423 FuDevice             using 2292ae5236790b47884e37cf162dcf23bfcd1c60 for /sys/firmware/efi/esrt/entries/entry2
12:03:27.423 FuPlugin             emit added from uefi_capsule: 2292ae5236790b47884e37cf162dcf23bfcd1c60
12:03:27.431 FuDevice             2292ae5236790b47884e37cf162dcf23bfcd1c60 device overwriting name value: UEFI Device Firmware->Embedded Controller
12:03:27.431 FuDevice             changing verfmt for 2292ae5236790b47884e37cf162dcf23bfcd1c60: number->triplet
12:03:27.431 FuDevice             changing version for 2292ae5236790b47884e37cf162dcf23bfcd1c60: 65558->0.1.22
12:03:27.431 FuDevice             changing version lowest for 2292ae5236790b47884e37cf162dcf23bfcd1c60: 1->0.0.1
12:03:27.431 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:27.431 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:27.432 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:27.432 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:27.432 FuPlugin             fu_plugin_device_registered(tpm)
12:03:27.432 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:27.432 FuPlugin             fu_plugin_device_registered(msr)
12:03:27.432 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:27.432 FuDeviceList         ::added 2292ae5236790b47884e37cf162dcf23bfcd1c60
12:03:27.432 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             2292ae5236790b47884e37cf162dcf23bfcd1c60
  Name:                 Embedded Controller
  Guid:                 e2acd8e4-a376-47bb-a316-4f1e62a8ca1f
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              0.1.22
  VersionLowest:        0.0.1
  VersionFormat:        triplet
  VersionRaw:           0x00010016
  VersionLowestRaw:     0x00000001
  Created:              2023-02-02
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry2
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 device-firmware
  FwClass:              e2acd8e4-a376-47bb-a316-4f1e62a8ca1f
  CapsuleFlags:         0x0
  FwVersion:            0x10016
  FwVersionLowest:      0x1
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:03:27.441 FuPluginUefiCapsule  UX Capsule support : Enabled
12:03:27.441 FuProgress           raw timing data was { 0,079, 0,001, 0,016, 0,001, 0,087, 0,003 } -- steps were set as [ 63 1 8 1 26 1 ] but should have been [ 42 1 9 1 46 1 ] at ../fwupd-1.8.10/plugins/uefi-capsule/fu-uefi-capsule-plugin.c:906
12:03:27.441 FuEngine             using plugins: acpi_dmar, acpi_facp, acpi_ivrs, amd_pmc, analogix, android_boot, ata, bcm57xx, ccgx, cfu, ch341a, colorhug, corsair, cpu, cros_ec, dell_dock, dfu, dfu_csr, ebitdo, elanfp, elantp, emmc, ep963x, fastboot, focalfp, fpc, fresco_pd, genesys, goodixmoc, gpio, hailuck, igsc, intel_me, intel_spi, intel_usb4, iommu, jabra, lenovo_thinklmi, linux_lockdown, linux_sleep, linux_swap, linux_tainted, logind, logitech_bulkcontroller, logitech_hidpp, logitech_scribe, modem_manager, mtd, nitrokey, nordic_hid, nvme, optionrom, parade_lspcon, pci_bcr, pci_mei, pci_psp, pixart_rf, qsi_dock, realtek_mst, rts54hid, rts54hub, scsi, steelseries, superio, synaptics_cape, synaptics_cxaudio, synaptics_mst, synaptics_prometheus, synaptics_rmi, system76_launch, thelio_io, thunderbolt, ti_tps6598x, tpm, uf2, upower, usi_dock, vli, wacom_raw, wacom_usb, wistron_dock, msr, uefi_capsule, uefi_recovery
Laden …                  [****************                       ]12:03:27.641 FuDevice             using 5792b48846ce271fab11c4a545f7a3df0d36e00a for PCI_SLOT_NAME=0000:00:02.0:rom
12:03:27.641 FuPlugin             emit added from optionrom: 5792b48846ce271fab11c4a545f7a3df0d36e00a
12:03:27.696 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:27.696 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:27.696 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:27.696 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:27.696 FuPlugin             fu_plugin_device_registered(tpm)
12:03:27.696 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:27.696 FuPlugin             fu_plugin_device_registered(msr)
12:03:27.696 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:27.696 FuDeviceList         ::added 5792b48846ce271fab11c4a545f7a3df0d36e00a
12:03:27.696 FuMain               ADDED:
FuOptionromDevice:
  DeviceId:             5792b48846ce271fab11c4a545f7a3df0d36e00a
  Name:                 HD Graphics 620
  Guid:                 38f6c009-a25c-5b50-b3b5-fef4f9c6b846 ← PCI\VEN_8086&DEV_5916
  Guid:                 2886e312-afd8-5510-8993-12d568a85e00 ← PCI\VEN_8086&DEV_5916&REV_02
  Guid:                 2c6dcb70-8fa8-5b25-b516-77610aca751f ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B
  Guid:                 dfe2a779-3b72-5981-8493-724dcbddd1f8 ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B&REV_02
  Guid:                 52754615-939c-53cf-86f9-3b9ef9be0c25 ← PCI\VEN_8086&DEV_5916&REV_00
  Guid:                 2ba8f711-7c7e-50e2-a5f4-9680b6251463 ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B&REV_00
  Plugin:               optionrom
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Version:              02
  VersionFormat:        plain
  Created:              2023-02-02
  Guid[quirks]:         afb8c4ec-b9a5-5cd3-aaef-cc976ce37eb8 ← PCI\VEN_8086
  Guid[quirks]:         d2247082-8fe2-501c-96c5-1059a63a653e ← PCI\VEN_8086&CLASS_030000
  Guid[quirks]:         7b392c86-b1a9-5e31-97e5-51bd2125178b ← PCI\DRIVER_i915
  Guid[quirks]:         6e92b0e0-f439-5e54-984f-88649751ead9 ← PCI\MODALIAS_pci:v00008086d00005916sv000017AAsd0000224Bbc03sc00i00
  Guid[quirks]:         77409817-f8b5-5e99-a2af-f9f35274fed3 ← PCI
  PhysicalId:           PCI_SLOT_NAME=0000:00:02.0
  LogicalId:            rom
  BackendId:            /sys/devices/pci0000:00/0000:00:02.0
  AcquiesceDelay:       2500
  PossiblePlugin:       optionrom
  InternalFlags:        is-open
  Subsystem:            pci
  Driver:               i915
  BindId:               0000:00:02.0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:02.0

Laden …                  [****************                       ]12:03:27.730 FuPlugin             backend_device_added(synaptics_mst)
12:03:27.734 FuDevice             using d762543f8c20f636e6fff031a000078d3e10c600 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux1
12:03:27.736 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:03:27.736 FuPluginSynapticsMST no device found on drm_dp_aux1: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:03:27.739 FuPlugin             backend_device_added(synaptics_mst)
12:03:27.743 FuDevice             using 585c346c009da3cc19a400fb59a4ed8d0cbd0151 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux2
12:03:28.015 FuPluginSynapticsMST no device found on drm_dp_aux2: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
Laden …                  [*****************                      ]12:03:28.022 FuPlugin             backend_device_added(synaptics_mst)
12:03:28.028 FuDevice             using 7c2dd454e6f29453896a4824e8234317d237f8c5 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux0
12:03:28.028 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:03:28.028 FuPluginSynapticsMST no device found on drm_dp_aux0: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
Laden …                  [******************                     ]12:03:28.059 FuDevice             changing verfmt for (null): plain->triplet
Laden …                  [******************                     ]12:03:28.105 FuPlugin             fu_plugin_device_created(elantp)
12:03:28.113 FuPlugin             backend_device_added(pci_mei)
12:03:28.113 FuDevice             using 5fed1486be004d67ea79838d2e83aaa11bb72645 for PCI_SLOT_NAME=0000:00:16.0
Laden …                  [*******************                    ]12:03:28.152 FuDevice             using 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c for PCI_SLOT_NAME=0000:00:16.0:AMT
12:03:28.200 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:03:28.200 FuDevice             changing version for 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c: 21->11.8.93.4323
12:03:28.200 FuPlugin             emit added from intel_me: 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
12:03:28.242 FuDevice             setting parent of AMT [unprovisioned] [8d5470e73fd9a31eaa460b2b6aea95483fe3f14c] to be System Firmware [a45df35ac0e948ee180fe216a5f703f32dda163f]
12:03:28.243 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:28.243 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:28.243 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:28.243 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:28.243 FuPlugin             fu_plugin_device_registered(tpm)
12:03:28.243 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:28.243 FuPlugin             fu_plugin_device_registered(msr)
12:03:28.243 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:28.243 FuDeviceList         ::added 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
12:03:28.243 FuMain               ADDED:
FuIntelMeAmtDevice:
  DeviceId:             8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
  CompositeId:          a45df35ac0e948ee180fe216a5f703f32dda163f
  Name:                 AMT [unprovisioned]
  Guid:                 73873541-e967-5a4f-aeb4-22d1901fc940 ← MEI\VEN_8086&DEV_9D3A
  Guid:                 a2ca5cb3-f89c-53a6-93eb-bc03acbd17e0 ← MEI\VEN_8086&DEV_9D3A&REV_21
  Guid:                 78cd674e-6b38-5ac7-86a4-cb3f2fc1a673 ← MEI\VEN_8086&DEV_9D3A&SUBSYS_17AA224B
  Guid:                 ff98d6bc-a50c-5e67-8365-7b6891ac178d ← MEI\VEN_8086&DEV_9D3A&SUBSYS_17AA224B&REV_21
  Guid:                 12f80028-b4b7-4b2d-aca8-46e0ff65814c
  Summary:              Hardware and firmware technology for remote out-of-band management
  Plugin:               intel_me
  Flags:                internal|registered
  Vendor:               Intel Corporation
  VendorId:             MEI:0x8086
  Version:              11.8.93.4323
  VersionBootloader:    11.8.93.4323
  VersionFormat:        intel-me
  Icon:                 computer
  Created:              2023-02-02
  Guid[quirks]:         1d93da73-610c-5ddd-9973-ef2d9ca1bd4f ← MEI\VEN_8086
  Guid[quirks]:         fcaff3e4-005d-5e2a-9edf-d8f70da82bf2 ← MEI\MODALIAS_mei::12f80028-b4b7-4b2d-aca8-46e0ff65814c:01:
  Guid[quirks]:         b19d1c67-a29a-51ce-9cae-f7b40fe5505b ← MEI
  PhysicalId:           PCI_SLOT_NAME=0000:00:16.0
  LogicalId:            AMT
  BackendId:            /sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-12f80028-b4b7-4b2d-aca8-46e0ff65814c
  AcquiesceDelay:       2500
  PossiblePlugin:       intel_me
  InternalFlags:        is-open
  Vendor:               0x8086
  Model:                0x9d3a
  SubsystemVendor:      0x17aa
  SubsystemModel:       0x224b
  Revision:             0x21
  Subsystem:            mei
  DeviceFile:           /dev/mei0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-12f80028-b4b7-4b2d-aca8-46e0ff65814c
  Uuid:                 12f80028-b4b7-4b2d-aca8-46e0ff65814c
  ParentDeviceFile:     /sys/devices/pci0000:00/0000:00:16.0/mei/mei0
  MaxMsgLength:         0x1400
  ProtocolVer:          0x1

Laden …                  [*******************                    ]12:03:28.309 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:03:28.319 FuDevice             using 1d10887a051b3991a3314f760163248231628504 for PCI_SLOT_NAME=0000:00:16.0:MKHI
12:03:28.324 FuPluginIntelMe      failed to get public key using /fpf/OemCred: generic failure [0xb]
Laden …                  [*********************                  ]12:03:28.415 FuPlugin             fu_plugin_device_created(thunderbolt)
12:03:28.416 FuIdle               inhibiting: thunderbolt requires device wakeup
12:03:28.422 FuDevice             using 9cf44cb16f407badb950570b6c96d46f00f310b8 for df010000-00a2-a098-209e-b80bd5356a1a
12:03:28.425 FuPlugin             emit added from thunderbolt: 9cf44cb16f407badb950570b6c96d46f00f310b8
12:03:28.449 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:28.450 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:28.455 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:28.455 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:28.455 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:28.455 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:28.455 FuPlugin             fu_plugin_device_registered(tpm)
12:03:28.455 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:28.455 FuPlugin             fu_plugin_device_registered(msr)
12:03:28.455 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:28.455 FuDeviceList         ::added 9cf44cb16f407badb950570b6c96d46f00f310b8
12:03:28.455 FuMain               ADDED:
FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|updatable|require-ac|supported|registered|dual-image|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-02-02
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid|is-open
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:03:28.471 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:28.472 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
Laden …                  [*********************                  ]12:03:28.579 FuDevice             using e11623b2caa18fee292058a5c09ca4e6152f7ecf for PCI_SLOT_NAME=0000:3c:00.0
12:03:28.586 FuDevice             e11623b2caa18fee292058a5c09ca4e6152f7ecf device overwriting name value: NVMe SSD Controller SM961/PM961/SM963 (SM963 2.5" NVMe PCIe SSD)->SAMSUNG MZVLW1T0HMLH-000L7
12:03:28.586 FuDevice             removing vendor prefix of 'Samsung' from 'SAMSUNG MZVLW1T0HMLH-000L7'
12:03:28.586 FuPluginNvme         invalid component ID, skipping
12:03:28.586 FuPluginNvme         no vendor GUID, falling back to mn
12:03:28.587 FuPlugin             emit added from nvme: e11623b2caa18fee292058a5c09ca4e6152f7ecf
12:03:28.630 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:28.630 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:28.631 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:28.631 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:28.631 FuPlugin             fu_plugin_device_registered(tpm)
12:03:28.631 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:28.631 FuPlugin             fu_plugin_device_registered(msr)
12:03:28.631 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:28.631 FuDeviceList         ::added e11623b2caa18fee292058a5c09ca4e6152f7ecf
12:03:28.631 FuMain               ADDED:
FuNvmeDevice:
  DeviceId:             e11623b2caa18fee292058a5c09ca4e6152f7ecf
  Name:                 MZVLW1T0HMLH-000L7
  Guid:                 5b3df2da-f745-5fd0-81de-5dafd7f0bf8c ← NVME\VEN_144D&DEV_A804
  Guid:                 f87b9ac8-1cb3-5c0a-ae57-7144f211fe5e ← NVME\VEN_144D&DEV_A804&REV_00
  Guid:                 aed4d3c0-fd97-5e46-a32f-ff35e0692f6d ← NVME\VEN_144D&DEV_A804&SUBSYS_144DA801
  Guid:                 030c853f-259a-57a0-b3fb-1c66100db94b ← NVME\VEN_144D&DEV_A804&SUBSYS_144DA801&REV_00
  Guid:                 1f807912-a8fa-548b-af96-117b372f6a42 ← SAMSUNG MZVLW1T0HMLH-000L7
  Serial:               S35ANX0J100208
  Summary:              NVM Express solid state drive
  Plugin:               nvme
  Protocol:             org.nvmexpress
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update|signed-payload
  Vendor:               Samsung
  VendorId:             NVME:0x144D
  Version:              7L7QCXY7
  VersionFormat:        plain
  Icon:                 drive-harddisk
  Created:              2023-02-02
  Guid[quirks]:         48508233-40ae-5535-a84d-d0a998285564 ← NVME
  Guid[quirks]:         8fd4ca73-d0ae-52e8-8977-461435c6f4cf ← NVME\VEN_144D
  PhysicalId:           PCI_SLOT_NAME=0000:3c:00.0
  BackendId:            /sys/devices/pci0000:00/0000:00:1d.0/0000:3c:00.0/nvme/nvme0
  AcquiesceDelay:       2500
  CustomFlags:          signed-payload
  PossiblePlugin:       nvme
  InternalFlags:        is-open|md-set-signed
  Vendor:               0x144d
  Model:                0xa804
  SubsystemVendor:      0x144d
  SubsystemModel:       0xa801
  Subsystem:            nvme
  DeviceFile:           /dev/nvme0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1d.0/0000:3c:00.0/nvme/nvme0
  PciDepth:             2

Laden …                  [*********************                  ]12:03:28.660 FuDevice             changing verfmt for (null): plain->triplet
12:03:28.669 FuDevice             changing verfmt for (null): plain->triplet
12:03:28.681 FuDevice             changing verfmt for (null): plain->triplet
12:03:28.692 FuDevice             changing verfmt for (null): plain->triplet
Laden …                  [**********************                 ]12:03:28.713 FuDevice             using eb178d7c754cced4e4f77d9ce387f0648bed3c8d for PCI
12:03:28.713 FuDevice             using 71b31258b13a4b2793e529856a190f8fb02ad151 for intel_spi
12:03:28.714 FuDevice             using ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0 for intel_spi:bios
12:03:28.714 FuDevice             setting parent of BIOS [ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:03:28.715 FuDevice             using 7ef8a531d2413174034556f12dff8aa3bb4a8c30 for intel_spi:me
12:03:28.715 FuDevice             setting parent of Intel Management Engine [7ef8a531d2413174034556f12dff8aa3bb4a8c30] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:03:28.716 FuDevice             using 11188287b93230d58f85f059dfab93e1d59724bb for intel_spi:gbe
12:03:28.716 FuDevice             setting parent of Gigabit Ethernet [11188287b93230d58f85f059dfab93e1d59724bb] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:03:28.716 FuPlugin             emit added from intel_spi: 71b31258b13a4b2793e529856a190f8fb02ad151
12:03:28.764 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:28.764 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:28.764 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:28.764 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:28.764 FuPlugin             fu_plugin_device_registered(tpm)
12:03:28.764 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:28.764 FuPlugin             fu_plugin_device_registered(msr)
12:03:28.764 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:28.764 FuDeviceList         ::added 71b31258b13a4b2793e529856a190f8fb02ad151
12:03:28.764 FuMain               ADDED:
FuIntelSpiDevice:
  DeviceId:             71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Sunrise Point LPC Controller/eSPI Controller
  Guid:                 e7f0e2f6-3fe9-5cca-b24e-6ae4026f0974 ← PCI\VEN_8086&DEV_9D4E
  Guid:                 b9ae973a-79ec-55ca-a038-2ccfcb5b94c6 ← PCI\VEN_8086&DEV_9D4E&REV_21
  Guid:                 0ff4127c-d104-56d7-a836-afbaddd7d80d ← PCI\VEN_8086&DEV_9D4E&SUBSYS_17AA224B
  Guid:                 5c4e98c4-df76-5feb-b352-5c968c628469 ← PCI\VEN_8086&DEV_9D4E&SUBSYS_17AA224B&REV_21
  Guid:                 cfd2b4c2-2913-584f-95d4-58fca2e8596d ← INTEL_SPI_CHIPSET\ID_PCH100
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Version:              21
  VersionFormat:        plain
  Icon:                 computer
  Created:              2023-02-02
  Guid[quirks]:         afb8c4ec-b9a5-5cd3-aaef-cc976ce37eb8 ← PCI\VEN_8086
  Guid[quirks]:         caf6a825-8e55-567c-9d4a-c4baea147ab2 ← PCI\VEN_8086&CLASS_060100
  Guid[quirks]:         7d40a6d3-ad3d-5eb2-ac48-189977263118 ← PCI\MODALIAS_pci:v00008086d00009D4Esv000017AAsd0000224Bbc06sc01i00
  Guid[quirks]:         77409817-f8b5-5e99-a2af-f9f35274fed3 ← PCI
  PhysicalId:           intel_spi
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  CustomFlags:          pch
  FirmwareSizeMin:      16777216
  FirmwareSizeMax:      16777216
  PossiblePlugin:       intel_spi
  PossiblePlugin:       pci_bcr
  PossiblePlugin:       optionrom
  InternalFlags:        is-open
  PrivateFlags:         pch
  Kind:                 pch100
  SPIBAR:               0xfe010000
  HSFS:                 0xe800
  FRAP:                 0x4acb
  FREG0:                0x0
  FREG1:                0xfff0700
  FREG2:                0x6ff0003
  FREG3:                0x20001
  FLMSTR0:              0xa00b00
  FLMSTR1:              0xc00d00
  FLMSTR2:              0x800900
  FLMSTR3:              0x0
  FLVALSIG:             0xff0a55a
  FLMAP0:               0x40003
  FLMAP1:               0x42100208
  FLMAP2:               0x310330
  FLCOMP:               0x325c00f5
  FLILL:                0xad604221
  FLPB:                 0xc7c4b9b7
  PR0:                  blocked wr from 0x89d000 to 0x89ffff [0x889f089d]
  PR1:                  blocked wr from 0x8a0000 to 0xe8ffff [0x8e8f08a0]
  PR2:                  blocked wr from 0xe90000 to 0xe9ffff [0x8e9f0e90]
  PR3:                  blocked wr from 0xea0000 to 0xffffff [0x8fff0ea0]
FuIfdDevice:
  DeviceId:             ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 BIOS
  Guid:                 2c7b8bd2-3e77-5730-aaf6-596136f5254d ← IFD\NAME_BIOS
  Flags:                internal|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          bios
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    9437184
    FirmwareSizeMax:    9437184
    InternalFlags:      use-parent-for-open
    Region:             bios
    Offset:             0x700000
    Access[bios]:       rw
FuIfdDevice:
  DeviceId:             7ef8a531d2413174034556f12dff8aa3bb4a8c30
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Intel Management Engine
  Guid:                 614566e7-4d60-55f5-9cb9-48c5e488a705 ← IFD\NAME_ME
  Flags:                internal|locked|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          me
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    7327744
    FirmwareSizeMax:    7327744
    InternalFlags:      use-parent-for-open
    Region:             me
    Offset:             0x3000
    Access[me]:         rw
FuIfdDevice:
  DeviceId:             11188287b93230d58f85f059dfab93e1d59724bb
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Gigabit Ethernet
  Guid:                 30ee4fad-d1cd-522f-9a32-e53f4a4269cc ← IFD\NAME_GBE
  Flags:                internal|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          gbe
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    8192
    FirmwareSizeMax:    8192
    InternalFlags:      use-parent-for-open
    Region:             gbe
    Offset:             0x1000
    Access[bios]:       rw
    Access[me]:         rw
    Access[gbe]:        rw

12:03:28.792 FuPlugin             emit added from intel_spi: ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
12:03:28.802 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:28.802 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:28.802 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:28.802 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:28.802 FuPlugin             fu_plugin_device_registered(tpm)
12:03:28.802 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:28.802 FuPlugin             fu_plugin_device_registered(msr)
12:03:28.802 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:28.803 FuDeviceList         ::added ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
12:03:28.803 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 BIOS
  Guid:                 2c7b8bd2-3e77-5730-aaf6-596136f5254d ← IFD\NAME_BIOS
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-02-02
  PhysicalId:           intel_spi
  LogicalId:            bios
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      9437184
  FirmwareSizeMax:      9437184
  InternalFlags:        use-parent-for-open
  Region:               bios
  Offset:               0x700000
  Access[bios]:         rw

12:03:28.803 FuPlugin             emit added from intel_spi: 7ef8a531d2413174034556f12dff8aa3bb4a8c30
12:03:28.812 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:28.812 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:28.812 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:28.812 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:28.812 FuPlugin             fu_plugin_device_registered(tpm)
12:03:28.812 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:28.812 FuPlugin             fu_plugin_device_registered(msr)
12:03:28.812 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:28.812 FuDeviceList         ::added 7ef8a531d2413174034556f12dff8aa3bb4a8c30
12:03:28.812 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             7ef8a531d2413174034556f12dff8aa3bb4a8c30
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Intel Management Engine
  Guid:                 614566e7-4d60-55f5-9cb9-48c5e488a705 ← IFD\NAME_ME
  Plugin:               intel_spi
  Flags:                internal|locked|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-02-02
  PhysicalId:           intel_spi
  LogicalId:            me
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      7327744
  FirmwareSizeMax:      7327744
  InternalFlags:        use-parent-for-open
  Region:               me
  Offset:               0x3000
  Access[me]:           rw

12:03:28.812 FuPlugin             emit added from intel_spi: 11188287b93230d58f85f059dfab93e1d59724bb
12:03:28.823 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:28.823 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:28.823 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:28.823 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:28.823 FuPlugin             fu_plugin_device_registered(tpm)
12:03:28.823 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:28.823 FuPlugin             fu_plugin_device_registered(msr)
12:03:28.823 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:28.824 FuDeviceList         ::added 11188287b93230d58f85f059dfab93e1d59724bb
12:03:28.824 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             11188287b93230d58f85f059dfab93e1d59724bb
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Gigabit Ethernet
  Guid:                 30ee4fad-d1cd-522f-9a32-e53f4a4269cc ← IFD\NAME_GBE
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-02-02
  PhysicalId:           intel_spi
  LogicalId:            gbe
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      8192
  FirmwareSizeMax:      8192
  InternalFlags:        use-parent-for-open
  Region:               gbe
  Offset:               0x1000
  Access[bios]:         rw
  Access[me]:           rw
  Access[gbe]:          rw

12:03:28.824 FuPlugin             backend_device_added(pci_bcr)
12:03:28.824 FuDevice             using 5ca35f261be27f4d2786162a4e2dd1494697e678 for PCI_SLOT_NAME=0000:00:1f.0
Laden …                  [***********************                ]12:03:28.896 FuDevice             using aa81d0ef1418ef4079a0f13f857e45a727558881 for DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0
12:03:28.897 FuDevice             using 533f8dcc55554ba0d48582a72ece77dc0dd59d69 for DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0:INT344B:00
12:03:28.897 FuPlugin             emit added from gpio: 533f8dcc55554ba0d48582a72ece77dc0dd59d69
12:03:28.901 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:28.901 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:28.901 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:28.901 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:28.901 FuPlugin             fu_plugin_device_registered(tpm)
12:03:28.901 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:28.901 FuPlugin             fu_plugin_device_registered(msr)
12:03:28.901 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:28.901 FuDeviceList         ::added 533f8dcc55554ba0d48582a72ece77dc0dd59d69
12:03:28.902 FuMain               ADDED:
FuGpioDevice:
  DeviceId:             533f8dcc55554ba0d48582a72ece77dc0dd59d69
  Guid:                 c35c2451-ada5-556c-93eb-368ad00355a4 ← GPIO\ID_INT344B:00
  Plugin:               gpio
  Flags:                registered
  Created:              2023-02-02
  Guid[quirks]:         859db63d-1e41-5110-adde-2e58c3845791 ← GPIO
  PhysicalId:           DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0
  LogicalId:            INT344B:00
  BackendId:            /sys/devices/pci0000:00/INT344B:00/gpiochip0
  AcquiesceDelay:       2500
  PossiblePlugin:       gpio
  InternalFlags:        is-open
  Subsystem:            gpio
  DeviceFile:           /dev/gpiochip0
  SysfsPath:            /sys/devices/pci0000:00/INT344B:00/gpiochip0
  NumLines:             152
  FdOpen:               false

12:03:28.902 FuPlugin             fu_plugin_device_added(gpio)
Laden …                  [************************               ]12:03:28.908 FuDevice             using c6a80ac3a22083423992a3cb15018989f37834d6 for DEVNAME=/dev/tpm0
12:03:28.908 GLib                 setenv()/putenv() are not thread-safe and should not be used after threads are created
12:03:28.960 FuPluginTpm          added PCR-00=4964b61d8557e7ce1540161e2d72ea18078a53de
12:03:28.960 FuPluginTpm          added PCR-00=c6b0933d9a5109ea8c14dae8482586997292e4b25f41759b813b627bd9c8f326
12:03:28.960 FuPlugin             emit added from tpm: c6a80ac3a22083423992a3cb15018989f37834d6
12:03:29.013 FuPlugin             fu_plugin_device_registered(dell_dock)
12:03:29.013 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:03:29.013 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:03:29.013 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:03:29.013 FuPlugin             fu_plugin_device_registered(tpm)
12:03:29.013 FuPlugin             fu_plugin_device_registered(usi_dock)
12:03:29.014 FuPlugin             fu_plugin_device_registered(msr)
12:03:29.014 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:03:29.014 FuDeviceList         ::added c6a80ac3a22083423992a3cb15018989f37834d6
12:03:29.014 FuMain               ADDED:
FuTpmV2Device:
  DeviceId:             c6a80ac3a22083423992a3cb15018989f37834d6
  Name:                 TPM
  Guid:                 ff71992e-52f7-5eea-94ef-883e56e034c6 ← system-tpm
  Guid:                 5eebb112-75ad-5536-b173-a11eb3399402 ← TPM\VEN_IFX&DEV_0000
  Guid:                 ddf995da-1b32-5a8a-bc1b-8d5af4b38b51 ← TPM\VEN_IFX&MOD_SLB9670
  Guid:                 6d81ab63-db2e-50ac-934f-6be9accf5e02 ← TPM\VEN_IFX&DEV_0000&VER_2.0
  Guid:                 301555de-680d-5ddc-b995-7553fc9138f1 ← TPM\VEN_IFX&MOD_SLB9670&VER_2.0
  Plugin:               tpm
  Flags:                internal|registered
  Vendor:               Infineon
  VendorId:             TPM:IFX
  Version:              7.62.12.13824
  VersionFormat:        quad
  VersionRaw:           0x0007003e000c3600
  Icon:                 computer
  Created:              2023-02-02
  Guid[quirks]:         4f312545-9883-5dae-9b65-7757076cb4f4 ← TPM
  PhysicalId:           DEVNAME=/dev/tpm0
  BackendId:            /sys/devices/platform/MSFT0101:00/tpm/tpm0
  AcquiesceDelay:       2500
  PossiblePlugin:       tpm
  InternalFlags:        is-open
  Family:               2.0

12:03:29.041 FuPlugin             fu_plugin_device_added(tpm)
Laden …                  [**************************             ]12:03:29.103 FuEngine             ignoring add event for already loaded settings
12:03:29.104 FuPlugin             backend_device_added(iommu)
12:03:29.105 FuPlugin             backend_device_added(iommu)
Laden …                  [**************************             ]12:03:29.115 FuPlugin             backend_device_added(msr)
12:03:29.115 FuDevice             using b7cdecd2f3449609e17d97d62dbc330fa800b77c for msr
12:03:29.115 FuPluginMsr          IA32_BIOS_SIGN_ID:00 00 00 00 f0 00 00 00 
Laden …                  [***************************            ]12:03:29.116 FuPlugin             backend_device_added(msr)
12:03:29.117 FuPlugin             backend_device_added(msr)
12:03:29.118 FuPlugin             backend_device_added(msr)
12:03:29.118 FuBackend            adding suitable BlueZ device: /org/bluez/hci0/dev_DA_49_CE_B9_0F_1C
12:03:29.118 FuBackend            adding suitable BlueZ device: /org/bluez/hci0/dev_E7_29_7B_D7_A0_A1
Laden …                  [-                                      ]
12:03:29.144 FuEngine             ignoring 0.1.22 == 0.1.22
12:03:29.144 FuEngine             ignoring 0.1.21 < 0.1.22
12:03:29.144 FuEngine             ignoring 0.1.20 < 0.1.22
12:03:29.158 FuEngine             ignoring 184.82.3838 < 184.93.4323
12:03:29.159 FuEngine             ignoring 184.80.3746 < 184.93.4323
12:03:29.159 FuEngine             ignoring 184.93.4323 == 184.93.4323
12:03:29.159 FuEngine             ignoring 184.92.4222 < 184.93.4323
12:03:29.159 FuEngine             ignoring 184.90.3987 < 184.93.4323
12:03:29.159 FuEngine             ignoring 184.86.3909 < 184.93.4323
12:03:29.159 FuEngine             ignoring 184.83.3874 < 184.93.4323
12:03:29.159 FuEngine             ignoring 184.77.3664 < 184.93.4323
12:03:29.159 FuEngine             ignoring 184.70.3626 < 184.93.4323
12:03:29.182 FuEngine             ignoring 7L7QCXY7 == 7L7QCXY7
12:03:29.190 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:03:29.201 FuEngine             ignoring 0.1.40 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.31 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.28 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.30 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.32 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.33 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.34 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.35 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.36 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.37 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.38 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.41 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.42 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.45 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.46 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.47 < 0.1.48
12:03:29.201 FuEngine             ignoring 0.1.48 == 0.1.48
12:03:29.216 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:29.217 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:29.222 FuEngine             ignoring 20.00 < 21.03
12:03:29.268 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:03:29.288 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:29.289 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:29.294 FuEngine             writing motd target /var/cache/fwupd/motd.d/85-fwupd
12:03:29.329 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:29.330 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:03:29.335 FuEngine             ignoring 20.00 < 21.03
╔══════════════════════════════════════════════════════════════════════════════╗
║ Thunderbolt host controller von 21.03 auf 23.00 aktualisieren?               ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ This stable release fixes the following issue:                               ║
║                                                                              ║
║ • Fixed Thunderbolt vulnerability.                                           ║
║ • Intel NVM version update to 23.                                            ║
║                                                                              ║
║ Thunderbolt host controller und alle angeschlossenen Geräte sind während     ║
║ der Aktualisierung möglicherweise nicht nutzbar.                             ║
╚══════════════════════════════════════════════════════════════════════════════╝

Operation durchführen? [Y|n]: 
12:03:32.186 FuMain               locked /run/lock/fwupdtool
12:03:32.190 FuMain               Failed to stop daemon: failed to find fwupd.service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit fwupd.service not loaded.
Schreiben …              [***************************************]
12:03:32.191 FuProgress           percentage should not go down from 100 to 75: 0) ../fwupd-1.8.10/src/fu-tool.c:1228 (16/17)

12:03:32.191 Fwupd                downloading https://fwupd.org/downloads/40852797610b2eff4bac5b0b861df1c0114d0bffc124f12b97913816a6f69ad0-Lenovo-ThinkPad-T470S-SystemFirmware-16.cab
12:03:32.212 Fwupd                Emitting ::status-changed() [downloading]
Herunterladen …          [                    \                  ]12:03:33.012 Fwupd                download progress: 100%
12:03:33.012 Fwupd                download progress: 100%
12:03:33.013 Fwupd                download progress: 100%
12:03:33.013 Fwupd                download progress: 100%
12:03:33.013 Fwupd                Emitting ::status-changed() [idle]
12:03:33.013 Fwupd                status-code was 412
Failed to download, server response was 412
12:03:33.020 FuPlugin             finalize(modem_manager)
12:03:33.022 FuPlugin             finalize(flashrom)
12:03:33.022 FuPluginTest         destroy
12:03:33.025 FuProgress           raw timing data was { 0,079, 0,001, 0,016, 0,001, 0,087, 0,003 } -- steps were set as [ 63 1 8 1 26 1 ] but should have been [ 42 1 9 1 46 1 ] at ../fwupd-1.8.10/plugins/uefi-capsule/fu-uefi-capsule-plugin.c:906

Then I downloaded the update manually from fwupd.org website and applied it manually. THis time, it was successful, with the following output:

12:05:53.034 FuDebug              Verbose debugging enabled (on console 1)
Laden …                  [-                                      ]12:05:53.035 FuMain               locked /run/lock/fwupdtool
12:05:53.035 GLib-GIO             Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
12:05:53.040 FuMain               Failed to stop daemon: failed to find fwupd.service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit fwupd.service not loaded.
12:05:53.040 FuConfig             trying to load config values from /etc/fwupd/daemon.conf
12:05:53.040 FuCommon             reading /etc/fwupd/daemon.conf with 2494 bytes
12:05:53.040 FuConfig             trying to load config values from /var/etc/fwupd/daemon.conf
12:05:53.040 FuConfig             using autodetected max archive size 4,3 GB
12:05:53.042 GLib-GIO             _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
Laden …                  [ -                                     ]12:05:53.043 FuRemoteList         loading /usr/share/fwupd/metainfo
12:05:53.043 XbSilo               attempting to load /var/cache/fwupd/metainfo.xmlb
12:05:53.043 XbSilo               file: aa8366b6-bfd4-9c00-54a2-5b8afbb6aaee, current:aa8366b6-bfd4-9c00-54a2-5b8afbb6aaee, cached: (null)
12:05:53.043 XbSilo               loading silo with file contents
12:05:53.044 FuRemoteList         loading remote from /etc/fwupd/remotes.d/lvfs.conf
12:05:53.044 FuRemoteList         loading remote from /etc/fwupd/remotes.d/lvfs-testing.conf
12:05:53.045 FuRemoteList         loading remote from /etc/fwupd/remotes.d/vendor.conf
12:05:53.045 FuRemoteList         loading remote from /etc/fwupd/remotes.d/fwupd-tests.conf
12:05:53.045 FuRemoteList         loading remote from /etc/fwupd/remotes.d/dell-esrt.conf
12:05:53.046 FuRemoteList         loading remote from /etc/fwupd/remotes.d/vendor-directory.conf
12:05:53.046 FuRemoteList         skipping invalid file /var/lib/fwupd/remotes.d/lvfs-testing
12:05:53.046 FuRemoteList         skipping invalid file /var/lib/fwupd/remotes.d/lvfs
12:05:53.047 FuRemoteList         ignoring unfound remote fwupd
12:05:53.047 FuRemoteList         ordering lvfs-testing=lvfs+1
12:05:53.047 Jcat                 reading /etc/pki/fwupd/LVFS-CA.pem with 1679 bytes
12:05:53.047 Jcat                 loaded 1 certificates
12:05:53.047 Jcat                 ignoring GPG-KEY-Linux-Foundation-Firmware as not PKCS-7 certificate
12:05:53.047 Jcat                 ignoring GPG-KEY-Linux-Vendor-Firmware-Service as not PKCS-7 certificate
12:05:53.047 Jcat                 reading /etc/pki/fwupd-metadata/LVFS-CA.pem with 1679 bytes
12:05:53.047 Jcat                 loaded 1 certificates
12:05:53.047 Jcat                 ignoring GPG-KEY-Linux-Foundation-Metadata as not PKCS-7 certificate
12:05:53.047 Jcat                 ignoring GPG-KEY-Linux-Vendor-Firmware-Service as not PKCS-7 certificate
12:05:53.047 Jcat                 reading /var/lib/fwupd/pki/secret.key with 2459 bytes
12:05:53.047 Jcat                 reading /var/lib/fwupd/pki/client.pem with 1383 bytes
12:05:53.047 FuEngine             client certificate now exists: nothing to do
Laden …                  [                                       ]12:05:53.048 FuHistory            trying to open database '/var/lib/fwupd/pending.db'
12:05:53.048 FuHistory            got schema version of 8
Laden …                  [                                       ]12:05:53.059 FuPlugin             load(/usr/lib/fwupd-1.8.10/libfu_plugin_modem_manager.so)
12:05:53.061 FuContext            added udev subsystem watch of platform
12:05:53.061 FuContext            added udev subsystem watch of block
12:05:53.061 FuContext            added udev subsystem watch of pci
12:05:53.061 GLib                 setenv()/putenv() are not thread-safe and should not be used after threads are created
12:05:53.061 FuPluginDell         Using libsmbios 2.4
12:05:53.062 FuContext            added udev subsystem watch of i2c
12:05:53.062 FuContext            added udev subsystem watch of i2c-dev
12:05:53.062 FuContext            added udev subsystem watch of hidraw
12:05:53.062 FuContext            added udev subsystem watch of gpio
12:05:53.062 FuContext            added udev subsystem watch of mei
12:05:53.062 FuContext            added udev subsystem watch of iommu
12:05:53.062 FuContext            added udev subsystem watch of video4linux
12:05:53.062 FuContext            added udev subsystem watch of msr
12:05:53.062 FuContext            added udev subsystem watch of mtd
12:05:53.063 FuContext            added udev subsystem watch of nvme
12:05:53.064 FuContext            added udev subsystem watch of drm
12:05:53.066 FuContext            added udev subsystem watch of drm_dp_aux_dev
12:05:53.066 FuContext            added udev subsystem watch of serio
12:05:53.066 FuPluginTest         init
12:05:53.066 FuContext            added udev subsystem watch of thunderbolt
12:05:53.066 FuContext            added udev subsystem watch of tpm
12:05:53.067 FuQuirks             loading quirks from /usr/share/fwupd/quirks.d
12:05:53.067 FuQuirks             loading quirks from /var/lib/fwupd/quirks.d
12:05:53.067 XbSilo               attempting to load /var/cache/fwupd/quirks.xmlb
12:05:53.067 XbSilo               file: dcb254aa-0fab-5af7-1640-89a65bb17777, current:dcb254aa-0fab-5af7-1640-89a65bb17777, cached: (null)
12:05:53.067 XbSilo               loading silo with file contents
12:05:53.067 FuContext            loading HwId overrides from /etc/fwupd/daemon.conf
12:05:53.068 FuContext            not loading HwId overrides from /var/lib/fwupd/daemon.conf
12:05:53.068 FuContext            smbios property Manufacturer=LENOVO
12:05:53.068 FuContext            smbios property EnclosureKind=a
12:05:53.068 FuContext            smbios property Family=ThinkPad T470s
12:05:53.068 FuContext            smbios property ProductName=20HGS00V00
12:05:53.069 FuContext            smbios property ProductSku=LENOVO_MT_20HG_BU_Think_FM_ThinkPad T470s
12:05:53.070 FuContext            smbios property BiosVendor=LENOVO
12:05:53.071 FuContext            smbios property BiosVersion=N1WET69W (1.48 )
12:05:53.071 FuContext            smbios property BiosMajorRelease=01
12:05:53.071 FuContext            smbios property BiosMinorRelease=30
12:05:53.071 FuContext            smbios property FirmwareMajorRelease=01
12:05:53.071 FuContext            smbios property FirmwareMinorRelease=16
12:05:53.071 FuContext            smbios property BaseboardManufacturer=LENOVO
12:05:53.071 FuContext            smbios property BaseboardProduct=20HGS00V00
12:05:53.092 FuContext            added udev subsystem watch of firmware-attributes
12:05:53.092 FuBiosSettings       KERNEL BUG: 'type' attribute not exported: (failed to load type: Datei »/sys/class/firmware-attributes/thinklmi/attributes/SecureBoot/type« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden)
12:05:53.205 FuBiosSettings       loaded 80 BIOS settings
Laden …                  [*                                      ]12:05:53.207 FuEngine             loading metadata for remote 'vendor-directory'
12:05:53.207 FuEngine             ignoring: /usr/share/fwupd/remotes.d/vendor/firmware/README.md
12:05:53.207 FuEngine             ignoring: Fehler beim Öffnen des Ordners »/var/lib/fwupd/local.d«: Datei oder Verzeichnis nicht gefunden
12:05:53.213 FuEngine             ignoring: Fehler beim Öffnen des Ordners »/usr/share/fwupd/local.d«: Datei oder Verzeichnis nicht gefunden
12:05:53.213 XbSilo               attempting to load /var/cache/fwupd/metadata.xmlb
12:05:53.214 XbSilo               file: d6b55387-da25-136e-0b7f-d1b77373f3d3, current:d6b55387-da25-136e-0b7f-d1b77373f3d3, cached: (null)
12:05:53.214 XbSilo               loading silo with file contents
12:05:53.219 FuEngine             2223 components now in silo
12:05:53.252 GLib-GIO             Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
Laden …                  [*                                      ]12:05:53.269 FuPlugin             constructed(flashrom)
12:05:53.269 FuPlugin             constructed(modem_manager)
12:05:53.270 FuEngine             plugins disabled: test, test_ble
12:05:53.270 FuPluginList         uefi_capsule [0] to be ordered after upower [0] so promoting to [1]
12:05:53.270 FuPluginList         dell [0] to be ordered after uefi_capsule [1] so promoting to [2]
12:05:53.270 FuPluginList         uefi_recovery [0] to be ordered after uefi_capsule [1] so promoting to [2]
12:05:53.270 FuPluginList         cpu [0] to be ordered before msr [0] so promoting to [1]
12:05:53.270 FuPluginList         bcm57xx [0] better than optionrom [0] so bumping to [1]
12:05:53.270 FuPluginList         dell [0] better than tpm [0] so bumping to [1]
12:05:53.270 FuPluginList         dell_dock [0] better than synaptics_mst [0] so bumping to [1]
12:05:53.271 FuPluginList         dell_esrt [0] better than bios [0] so bumping to [1]
Laden …                  [*                                      ]12:05:53.284 FuContext            battery threshold now 25
Laden …                  [ -                                     ]12:05:53.285 FuPlugin             startup(bios)
12:05:53.285 FuPlugin             startup(dell_esrt)
12:05:53.285 FuEngine             disabling plugin because: failed to startup using dell_esrt: UEFI firmware already supported
12:05:53.285 FuPlugin             startup(flashrom)
12:05:53.297 FuEngine             disabling plugin because: failed to startup using flashrom: no HwIDs found
12:05:53.297 FuPlugin             startup(intel_spi)
12:05:53.297 FuPlugin             startup(lenovo_thinklmi)
12:05:53.297 FuPlugin             startup(linux_lockdown)
12:05:53.298 FuPlugin             startup(linux_swap)
12:05:53.298 FuPlugin             startup(linux_tainted)
12:05:53.298 FuPlugin             startup(logind)
12:05:53.302 FuPlugin             startup(logitech_hidpp)
12:05:53.302 FuPlugin             startup(modem_manager)
12:05:53.310 FuPlugin             startup(mtd)
12:05:53.311 FuPlugin             startup(powerd)
12:05:53.314 FuEngine             disabling plugin because: failed to startup using powerd: no service that owns the name for org.chromium.PowerManager
12:05:53.314 FuPlugin             startup(redfish)
12:05:53.314 FuPluginRedfish      failed to get username and password automatically: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/RedfishIndications-16faa37e-4b6a-4891-9028-242de65a3b70«: Datei oder Verzeichnis nicht gefunden
12:05:53.315 FuEngine             disabling plugin because: failed to startup using redfish: no username and password specified, and no vendor quirk for 'ipmi-create-user'
12:05:53.315 FuPlugin             startup(thunderbolt)
12:05:53.315 FuPlugin             startup(tpm)
12:05:53.315 FuPlugin             startup(upower)
12:05:53.323 FuContext            battery state now charging
12:05:53.323 FuContext            battery level now 89
12:05:53.323 FuContext            lid state now open
12:05:53.323 FuPlugin             startup(msr)
12:05:53.323 FuPlugin             startup(uefi_capsule)
12:05:53.325 FuPlugin             startup(dell)
12:05:53.325 FuEngine             disabling plugin because: failed to startup using dell: firmware updating not supported: no structure with type da
12:05:53.325 FuPlugin             startup(uefi_recovery)
12:05:53.326 FuPlugin             coldplug(acpi_phat)
12:05:53.326 FuEngine             disabling plugin because: failed to coldplug using acpi_phat: Datei »/sys/firmware/acpi/tables/PHAT« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
12:05:53.326 FuPlugin             coldplug(bios)
12:05:53.326 FuPlugin             coldplug(cpu)
12:05:53.326 FuDevice             removing vendor prefix of 'Intel' from 'Intel Core™ i7-7600U CPU @ 2.80GHz'
12:05:53.329 FuDevice             using 4bde70ba4e39b28f9eab1628f9dd6e6244c03027 for cpu:0
12:05:53.329 FuPlugin             emit added from cpu: 4bde70ba4e39b28f9eab1628f9dd6e6244c03027
12:05:53.348 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:53.348 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:53.348 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:53.349 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:53.349 FuPlugin             fu_plugin_device_registered(tpm)
12:05:53.349 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:53.349 FuPlugin             fu_plugin_device_registered(msr)
12:05:53.349 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:53.349 FuDeviceList         ::added 4bde70ba4e39b28f9eab1628f9dd6e6244c03027
12:05:53.349 FuMain               ADDED:
FuCpuDevice:
  DeviceId:             4bde70ba4e39b28f9eab1628f9dd6e6244c03027
  Name:                 Core™ i7-7600U CPU @ 2.80GHz
  Guid:                 b9a2dd81-159e-5537-a7db-e7101d164d3f ← cpu
  Guid:                 30249f37-d140-5d3e-9319-186b1bd5cac3 ← CPUID\PRO_0&FAM_06
  Guid:                 561403e8-143a-5071-ab09-bf5e4c146983 ← CPUID\PRO_0&FAM_06&MOD_8E
  Guid:                 9ca69899-3716-5857-9fd3-882a5c73236f ← CPUID\PRO_0&FAM_06&MOD_8E&STP_9
  Plugin:               cpu
  Flags:                internal|registered
  Vendor:               Intel
  VersionFormat:        hex
  Icon:                 computer
  Created:              2023-02-02
  PhysicalId:           cpu:0
  AcquiesceDelay:       50
  HasSHSTK:             false
  HasIBT:               false
  HasTME:               false
  HasSMAP:              true

Laden …                  [**                                     ]12:05:53.349 FuPlugin             coldplug(modem_manager)
12:05:53.351 FuPluginMm           ModemManager 1.20.4-1 is available
12:05:53.351 FuPluginMm           added modem: /org/freedesktop/ModemManager1/Modem/6
12:05:53.351 FuPluginMm           failed to probe MM device: modem cannot be put in programming mode
12:05:53.351 FuPlugin             coldplug(superio)
12:05:53.361 FuPlugin             coldplug(tpm)
12:05:53.361 FuPluginTpm          no /sys/kernel/security/tpm0/binary_bios_measurements, so skipping
12:05:53.361 FuPlugin             coldplug(uefi_dbx)
12:05:53.361 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:05:53.361 FuEngine             disabling plugin because: failed to coldplug using uefi_dbx: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c«: Datei oder Verzeichnis nicht gefunden
12:05:53.361 FuPlugin             coldplug(uefi_pk)
12:05:53.361 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:05:53.361 FuEngine             disabling plugin because: failed to coldplug using uefi_pk: Fehler beim Öffnen der Datei »/sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c«: Datei oder Verzeichnis nicht gefunden
12:05:53.361 FuPlugin             coldplug(vbe)
12:05:53.361 FuEngine             disabling plugin because: failed to coldplug using vbe: cannot find /sys/firmware/fdt or override /var/lib/fwupd/system.dtb
Laden …                  [**                                     ]12:05:53.362 FuPlugin             coldplug(uefi_capsule)
12:05:53.387 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p2, type: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f, internal: 1, fs: swap
12:05:53.402 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p3, type: 0fc63daf-8483-4772-8e79-3d69d8477de4, internal: 1, fs: ext4
12:05:53.406 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p1, type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b, internal: 1, fs: vfat
12:05:53.431 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p2, type: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f, internal: 1, fs: swap
12:05:53.441 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p3, type: 0fc63daf-8483-4772-8e79-3d69d8477de4, internal: 1, fs: ext4
12:05:53.446 FuVolume             device /org/freedesktop/UDisks2/block_devices/nvme0n1p1, type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b, internal: 1, fs: vfat
12:05:53.446 FuContext            no volumes of type ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
12:05:53.449 FuPluginUefiCapsule  not using CapsuleOnDisk support: Capsule-on-Disk is not supported
12:05:53.483 FuDevice             using a45df35ac0e948ee180fe216a5f703f32dda163f for /sys/firmware/efi/esrt/entries/entry0
12:05:53.483 FuPlugin             emit added from uefi_capsule: a45df35ac0e948ee180fe216a5f703f32dda163f
12:05:53.509 FuDevice             changing verfmt for a45df35ac0e948ee180fe216a5f703f32dda163f: number->triplet
12:05:53.509 FuDevice             changing version for a45df35ac0e948ee180fe216a5f703f32dda163f: 65584->0.1.48
12:05:53.509 FuDevice             changing version lowest for a45df35ac0e948ee180fe216a5f703f32dda163f: 65563->0.1.27
12:05:53.509 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:53.509 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:53.509 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:53.509 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:53.509 FuPlugin             fu_plugin_device_registered(tpm)
12:05:53.509 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:53.509 FuPlugin             fu_plugin_device_registered(msr)
12:05:53.509 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:53.509 FuDeviceList         ::added a45df35ac0e948ee180fe216a5f703f32dda163f
12:05:53.509 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             a45df35ac0e948ee180fe216a5f703f32dda163f
  Name:                 System Firmware
  Guid:                 230c8b18-8d9b-53ec-838b-6cfc0383493a ← main-system-firmware
  Guid:                 7a176688-0960-47ba-931b-7829849e8347
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              0.1.48
  VersionLowest:        0.1.27
  VersionFormat:        triplet
  VersionRaw:           0x00010030
  VersionLowestRaw:     0x0001001b
  Icon:                 computer
  Created:              2023-02-02
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry0
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 system-firmware
  FwClass:              7a176688-0960-47ba-931b-7829849e8347
  CapsuleFlags:         0x0
  FwVersion:            0x10030
  FwVersionLowest:      0x1001b
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:05:53.537 FuDevice             using 349bb341230b1a86e5effe7dfe4337e1590227bd for /sys/firmware/efi/esrt/entries/entry1
12:05:53.537 FuPlugin             emit added from uefi_capsule: 349bb341230b1a86e5effe7dfe4337e1590227bd
12:05:53.552 FuDevice             349bb341230b1a86e5effe7dfe4337e1590227bd device overwriting name value: UEFI Device Firmware->Intel Management Engine
12:05:53.552 FuDevice             changing verfmt for 349bb341230b1a86e5effe7dfe4337e1590227bd: number->triplet
12:05:53.552 FuDevice             changing version for 349bb341230b1a86e5effe7dfe4337e1590227bd: 3093106915->184.93.4323
12:05:53.552 FuDevice             changing version lowest for 349bb341230b1a86e5effe7dfe4337e1590227bd: 1->0.0.1
12:05:53.552 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:53.552 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:53.552 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:53.552 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:53.553 FuPlugin             fu_plugin_device_registered(tpm)
12:05:53.553 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:53.553 FuPlugin             fu_plugin_device_registered(msr)
12:05:53.553 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:53.553 FuDeviceList         ::added 349bb341230b1a86e5effe7dfe4337e1590227bd
12:05:53.553 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             349bb341230b1a86e5effe7dfe4337e1590227bd
  Name:                 Intel Management Engine
  Guid:                 e9124c4a-fdff-42e5-b2ad-f745db345953
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              184.93.4323
  VersionLowest:        0.0.1
  VersionFormat:        triplet
  VersionRaw:           0xb85d10e3
  VersionLowestRaw:     0x00000001
  Created:              2023-02-02
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry1
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 device-firmware
  FwClass:              e9124c4a-fdff-42e5-b2ad-f745db345953
  CapsuleFlags:         0x8010
  FwVersion:            0xb85d10e3
  FwVersionLowest:      0x1
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:05:53.564 FuDevice             using 2292ae5236790b47884e37cf162dcf23bfcd1c60 for /sys/firmware/efi/esrt/entries/entry2
12:05:53.564 FuPlugin             emit added from uefi_capsule: 2292ae5236790b47884e37cf162dcf23bfcd1c60
12:05:53.573 FuDevice             2292ae5236790b47884e37cf162dcf23bfcd1c60 device overwriting name value: UEFI Device Firmware->Embedded Controller
12:05:53.573 FuDevice             changing verfmt for 2292ae5236790b47884e37cf162dcf23bfcd1c60: number->triplet
12:05:53.573 FuDevice             changing version for 2292ae5236790b47884e37cf162dcf23bfcd1c60: 65558->0.1.22
12:05:53.573 FuDevice             changing version lowest for 2292ae5236790b47884e37cf162dcf23bfcd1c60: 1->0.0.1
12:05:53.574 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:53.574 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:53.574 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:53.574 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:53.574 FuPlugin             fu_plugin_device_registered(tpm)
12:05:53.574 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:53.574 FuPlugin             fu_plugin_device_registered(msr)
12:05:53.574 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:53.574 FuDeviceList         ::added 2292ae5236790b47884e37cf162dcf23bfcd1c60
12:05:53.574 FuMain               ADDED:
FuUefiNvramDevice:
  DeviceId:             2292ae5236790b47884e37cf162dcf23bfcd1c60
  Name:                 Embedded Controller
  Guid:                 e2acd8e4-a376-47bb-a316-4f1e62a8ca1f
  Summary:              UEFI ESRT device
  Plugin:               uefi_capsule
  Protocol:             org.uefi.capsule
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update
  Vendor:               Lenovo
  VendorId:             DMI:LENOVO
  Version:              0.1.22
  VersionLowest:        0.0.1
  VersionFormat:        triplet
  VersionRaw:           0x00010016
  VersionLowestRaw:     0x00000001
  Created:              2023-02-02
  UpdateState:          success
  PhysicalId:           /sys/firmware/efi/esrt/entries/entry2
  AcquiesceDelay:       50
  RequireESPFreeSpace:  33554432
  InternalFlags:        md-set-icon|no-lid-closed|md-set-signed
  PrivateFlags:         no-ux-capsule,use-legacy-bootmgr-desc,supports-boot-order-lock,use-shim-for-sb
  Kind:                 device-firmware
  FwClass:              e2acd8e4-a376-47bb-a316-4f1e62a8ca1f
  CapsuleFlags:         0x0
  FwVersion:            0x10016
  FwVersionLowest:      0x1
  LastAttemptStatus:    success
  LastAttemptVersion:   0x0
  EspId:                /org/freedesktop/UDisks2/block_devices/nvme0n1p1
  RequireESPFreeSpace:  33554432

12:05:53.587 FuPluginUefiCapsule  UX Capsule support : Enabled
12:05:53.587 FuProgress           raw timing data was { 0,085, 0,002, 0,031, 0,001, 0,101, 0,005 } -- steps were set as [ 63 1 8 1 26 1 ] but should have been [ 38 1 14 1 45 2 ] at ../fwupd-1.8.10/plugins/uefi-capsule/fu-uefi-capsule-plugin.c:906
12:05:53.587 FuEngine             using plugins: acpi_dmar, acpi_facp, acpi_ivrs, amd_pmc, analogix, android_boot, ata, bcm57xx, ccgx, cfu, ch341a, colorhug, corsair, cpu, cros_ec, dell_dock, dfu, dfu_csr, ebitdo, elanfp, elantp, emmc, ep963x, fastboot, focalfp, fpc, fresco_pd, genesys, goodixmoc, gpio, hailuck, igsc, intel_me, intel_spi, intel_usb4, iommu, jabra, lenovo_thinklmi, linux_lockdown, linux_sleep, linux_swap, linux_tainted, logind, logitech_bulkcontroller, logitech_hidpp, logitech_scribe, modem_manager, mtd, nitrokey, nordic_hid, nvme, optionrom, parade_lspcon, pci_bcr, pci_mei, pci_psp, pixart_rf, qsi_dock, realtek_mst, rts54hid, rts54hub, scsi, steelseries, superio, synaptics_cape, synaptics_cxaudio, synaptics_mst, synaptics_prometheus, synaptics_rmi, system76_launch, thelio_io, thunderbolt, ti_tps6598x, tpm, uf2, upower, usi_dock, vli, wacom_raw, wacom_usb, wistron_dock, msr, uefi_capsule, uefi_recovery
Laden …                  [********                               ]12:05:53.771 FuDevice             using 5792b48846ce271fab11c4a545f7a3df0d36e00a for PCI_SLOT_NAME=0000:00:02.0:rom
12:05:53.771 FuPlugin             emit added from optionrom: 5792b48846ce271fab11c4a545f7a3df0d36e00a
12:05:53.824 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:53.824 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:53.824 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:53.824 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:53.824 FuPlugin             fu_plugin_device_registered(tpm)
12:05:53.824 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:53.824 FuPlugin             fu_plugin_device_registered(msr)
12:05:53.824 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:53.824 FuDeviceList         ::added 5792b48846ce271fab11c4a545f7a3df0d36e00a
12:05:53.824 FuMain               ADDED:
FuOptionromDevice:
  DeviceId:             5792b48846ce271fab11c4a545f7a3df0d36e00a
  Name:                 HD Graphics 620
  Guid:                 38f6c009-a25c-5b50-b3b5-fef4f9c6b846 ← PCI\VEN_8086&DEV_5916
  Guid:                 2886e312-afd8-5510-8993-12d568a85e00 ← PCI\VEN_8086&DEV_5916&REV_02
  Guid:                 2c6dcb70-8fa8-5b25-b516-77610aca751f ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B
  Guid:                 dfe2a779-3b72-5981-8493-724dcbddd1f8 ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B&REV_02
  Guid:                 52754615-939c-53cf-86f9-3b9ef9be0c25 ← PCI\VEN_8086&DEV_5916&REV_00
  Guid:                 2ba8f711-7c7e-50e2-a5f4-9680b6251463 ← PCI\VEN_8086&DEV_5916&SUBSYS_17AA224B&REV_00
  Plugin:               optionrom
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Version:              02
  VersionFormat:        plain
  Created:              2023-02-02
  Guid[quirks]:         afb8c4ec-b9a5-5cd3-aaef-cc976ce37eb8 ← PCI\VEN_8086
  Guid[quirks]:         d2247082-8fe2-501c-96c5-1059a63a653e ← PCI\VEN_8086&CLASS_030000
  Guid[quirks]:         7b392c86-b1a9-5e31-97e5-51bd2125178b ← PCI\DRIVER_i915
  Guid[quirks]:         6e92b0e0-f439-5e54-984f-88649751ead9 ← PCI\MODALIAS_pci:v00008086d00005916sv000017AAsd0000224Bbc03sc00i00
  Guid[quirks]:         77409817-f8b5-5e99-a2af-f9f35274fed3 ← PCI
  PhysicalId:           PCI_SLOT_NAME=0000:00:02.0
  LogicalId:            rom
  BackendId:            /sys/devices/pci0000:00/0000:00:02.0
  AcquiesceDelay:       2500
  PossiblePlugin:       optionrom
  InternalFlags:        is-open
  Subsystem:            pci
  Driver:               i915
  BindId:               0000:00:02.0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:02.0

12:05:53.860 FuPlugin             backend_device_added(synaptics_mst)
12:05:53.866 FuDevice             using d762543f8c20f636e6fff031a000078d3e10c600 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux1
12:05:53.868 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:05:53.868 FuPluginSynapticsMST no device found on drm_dp_aux1: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:05:53.871 FuPlugin             backend_device_added(synaptics_mst)
12:05:53.875 FuDevice             using 585c346c009da3cc19a400fb59a4ed8d0cbd0151 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux2
12:05:54.144 FuPluginSynapticsMST no device found on drm_dp_aux2: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
Laden …                  [********                               ]12:05:54.150 FuPlugin             backend_device_added(synaptics_mst)
12:05:54.157 FuDevice             using 7c2dd454e6f29453896a4824e8234317d237f8c5 for PCI_SLOT_NAME=0000:00:02.0:drm_dp_aux0
12:05:54.157 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:05:54.157 FuPluginSynapticsMST no device found on drm_dp_aux0: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
Laden …                  [********                               ]12:05:54.192 FuDevice             changing verfmt for (null): plain->triplet
Laden …                  [*********                              ]12:05:54.237 FuPlugin             fu_plugin_device_created(elantp)
12:05:54.246 FuPlugin             backend_device_added(pci_mei)
12:05:54.246 FuDevice             using 5fed1486be004d67ea79838d2e83aaa11bb72645 for PCI_SLOT_NAME=0000:00:16.0
12:05:54.284 FuDevice             using 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c for PCI_SLOT_NAME=0000:00:16.0:AMT
12:05:54.332 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:05:54.332 FuDevice             changing version for 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c: 21->11.8.93.4323
12:05:54.332 FuPlugin             emit added from intel_me: 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
12:05:54.378 FuDevice             setting parent of AMT [unprovisioned] [8d5470e73fd9a31eaa460b2b6aea95483fe3f14c] to be System Firmware [a45df35ac0e948ee180fe216a5f703f32dda163f]
12:05:54.379 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:54.379 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:54.379 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:54.379 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:54.379 FuPlugin             fu_plugin_device_registered(tpm)
12:05:54.379 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:54.379 FuPlugin             fu_plugin_device_registered(msr)
12:05:54.379 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:54.379 FuDeviceList         ::added 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
12:05:54.379 FuMain               ADDED:
FuIntelMeAmtDevice:
  DeviceId:             8d5470e73fd9a31eaa460b2b6aea95483fe3f14c
  CompositeId:          a45df35ac0e948ee180fe216a5f703f32dda163f
  Name:                 AMT [unprovisioned]
  Guid:                 73873541-e967-5a4f-aeb4-22d1901fc940 ← MEI\VEN_8086&DEV_9D3A
  Guid:                 a2ca5cb3-f89c-53a6-93eb-bc03acbd17e0 ← MEI\VEN_8086&DEV_9D3A&REV_21
  Guid:                 78cd674e-6b38-5ac7-86a4-cb3f2fc1a673 ← MEI\VEN_8086&DEV_9D3A&SUBSYS_17AA224B
  Guid:                 ff98d6bc-a50c-5e67-8365-7b6891ac178d ← MEI\VEN_8086&DEV_9D3A&SUBSYS_17AA224B&REV_21
  Guid:                 12f80028-b4b7-4b2d-aca8-46e0ff65814c
  Summary:              Hardware and firmware technology for remote out-of-band management
  Plugin:               intel_me
  Flags:                internal|registered
  Vendor:               Intel Corporation
  VendorId:             MEI:0x8086
  Version:              11.8.93.4323
  VersionBootloader:    11.8.93.4323
  VersionFormat:        intel-me
  Icon:                 computer
  Created:              2023-02-02
  Guid[quirks]:         1d93da73-610c-5ddd-9973-ef2d9ca1bd4f ← MEI\VEN_8086
  Guid[quirks]:         fcaff3e4-005d-5e2a-9edf-d8f70da82bf2 ← MEI\MODALIAS_mei::12f80028-b4b7-4b2d-aca8-46e0ff65814c:01:
  Guid[quirks]:         b19d1c67-a29a-51ce-9cae-f7b40fe5505b ← MEI
  PhysicalId:           PCI_SLOT_NAME=0000:00:16.0
  LogicalId:            AMT
  BackendId:            /sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-12f80028-b4b7-4b2d-aca8-46e0ff65814c
  AcquiesceDelay:       2500
  PossiblePlugin:       intel_me
  InternalFlags:        is-open
  Vendor:               0x8086
  Model:                0x9d3a
  SubsystemVendor:      0x17aa
  SubsystemModel:       0x224b
  Revision:             0x21
  Subsystem:            mei
  DeviceFile:           /dev/mei0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-12f80028-b4b7-4b2d-aca8-46e0ff65814c
  Uuid:                 12f80028-b4b7-4b2d-aca8-46e0ff65814c
  ParentDeviceFile:     /sys/devices/pci0000:00/0000:00:16.0/mei/mei0
  MaxMsgLength:         0x1400
  ProtocolVer:          0x1

Laden …                  [*********                              ]12:05:54.449 FuDevice             using 230c8b18-8d9b-53ec-838b-6cfc0383493a for main-system-firmware
12:05:54.457 FuDevice             using 1d10887a051b3991a3314f760163248231628504 for PCI_SLOT_NAME=0000:00:16.0:MKHI
12:05:54.462 FuPluginIntelMe      failed to get public key using /fpf/OemCred: generic failure [0xb]
Laden …                  [**********                             ]12:05:54.553 FuPlugin             fu_plugin_device_created(thunderbolt)
12:05:54.553 FuIdle               inhibiting: thunderbolt requires device wakeup
12:05:54.558 FuDevice             using 9cf44cb16f407badb950570b6c96d46f00f310b8 for df010000-00a2-a098-209e-b80bd5356a1a
12:05:54.561 FuPlugin             emit added from thunderbolt: 9cf44cb16f407badb950570b6c96d46f00f310b8
12:05:54.585 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:54.586 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:54.591 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:54.591 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:54.591 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:54.591 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:54.591 FuPlugin             fu_plugin_device_registered(tpm)
12:05:54.591 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:54.591 FuPlugin             fu_plugin_device_registered(msr)
12:05:54.591 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:54.591 FuDeviceList         ::added 9cf44cb16f407badb950570b6c96d46f00f310b8
12:05:54.592 FuMain               ADDED:
FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|updatable|require-ac|supported|registered|dual-image|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-02-02
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid|is-open
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:05:54.607 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:54.608 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:54.719 FuDevice             using e11623b2caa18fee292058a5c09ca4e6152f7ecf for PCI_SLOT_NAME=0000:3c:00.0
12:05:54.726 FuDevice             e11623b2caa18fee292058a5c09ca4e6152f7ecf device overwriting name value: NVMe SSD Controller SM961/PM961/SM963 (SM963 2.5" NVMe PCIe SSD)->SAMSUNG MZVLW1T0HMLH-000L7
12:05:54.726 FuDevice             removing vendor prefix of 'Samsung' from 'SAMSUNG MZVLW1T0HMLH-000L7'
12:05:54.726 FuPluginNvme         invalid component ID, skipping
12:05:54.726 FuPluginNvme         no vendor GUID, falling back to mn
12:05:54.728 FuPlugin             emit added from nvme: e11623b2caa18fee292058a5c09ca4e6152f7ecf
12:05:54.770 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:54.770 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:54.770 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:54.770 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:54.770 FuPlugin             fu_plugin_device_registered(tpm)
12:05:54.770 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:54.770 FuPlugin             fu_plugin_device_registered(msr)
12:05:54.770 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:54.770 FuDeviceList         ::added e11623b2caa18fee292058a5c09ca4e6152f7ecf
12:05:54.770 FuMain               ADDED:
FuNvmeDevice:
  DeviceId:             e11623b2caa18fee292058a5c09ca4e6152f7ecf
  Name:                 MZVLW1T0HMLH-000L7
  Guid:                 5b3df2da-f745-5fd0-81de-5dafd7f0bf8c ← NVME\VEN_144D&DEV_A804
  Guid:                 f87b9ac8-1cb3-5c0a-ae57-7144f211fe5e ← NVME\VEN_144D&DEV_A804&REV_00
  Guid:                 aed4d3c0-fd97-5e46-a32f-ff35e0692f6d ← NVME\VEN_144D&DEV_A804&SUBSYS_144DA801
  Guid:                 030c853f-259a-57a0-b3fb-1c66100db94b ← NVME\VEN_144D&DEV_A804&SUBSYS_144DA801&REV_00
  Guid:                 1f807912-a8fa-548b-af96-117b372f6a42 ← SAMSUNG MZVLW1T0HMLH-000L7
  Serial:               S35ANX0J100208
  Summary:              NVM Express solid state drive
  Plugin:               nvme
  Protocol:             org.nvmexpress
  Flags:                internal|updatable|require-ac|supported|registered|needs-reboot|usable-during-update|signed-payload
  Vendor:               Samsung
  VendorId:             NVME:0x144D
  Version:              7L7QCXY7
  VersionFormat:        plain
  Icon:                 drive-harddisk
  Created:              2023-02-02
  Guid[quirks]:         48508233-40ae-5535-a84d-d0a998285564 ← NVME
  Guid[quirks]:         8fd4ca73-d0ae-52e8-8977-461435c6f4cf ← NVME\VEN_144D
  PhysicalId:           PCI_SLOT_NAME=0000:3c:00.0
  BackendId:            /sys/devices/pci0000:00/0000:00:1d.0/0000:3c:00.0/nvme/nvme0
  AcquiesceDelay:       2500
  CustomFlags:          signed-payload
  PossiblePlugin:       nvme
  InternalFlags:        is-open|md-set-signed
  Vendor:               0x144d
  Model:                0xa804
  SubsystemVendor:      0x144d
  SubsystemModel:       0xa801
  Subsystem:            nvme
  DeviceFile:           /dev/nvme0
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1d.0/0000:3c:00.0/nvme/nvme0
  PciDepth:             2

Laden …                  [**********                             ]12:05:54.801 FuDevice             changing verfmt for (null): plain->triplet
12:05:54.814 FuDevice             changing verfmt for (null): plain->triplet
12:05:54.827 FuDevice             changing verfmt for (null): plain->triplet
12:05:54.841 FuDevice             changing verfmt for (null): plain->triplet
12:05:54.862 FuDevice             using eb178d7c754cced4e4f77d9ce387f0648bed3c8d for PCI
12:05:54.862 FuDevice             using 71b31258b13a4b2793e529856a190f8fb02ad151 for intel_spi
12:05:54.864 FuDevice             using ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0 for intel_spi:bios
12:05:54.864 FuDevice             setting parent of BIOS [ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:05:54.865 FuDevice             using 7ef8a531d2413174034556f12dff8aa3bb4a8c30 for intel_spi:me
12:05:54.865 FuDevice             setting parent of Intel Management Engine [7ef8a531d2413174034556f12dff8aa3bb4a8c30] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:05:54.866 FuDevice             using 11188287b93230d58f85f059dfab93e1d59724bb for intel_spi:gbe
12:05:54.866 FuDevice             setting parent of Gigabit Ethernet [11188287b93230d58f85f059dfab93e1d59724bb] to be Sunrise Point LPC Controller/eSPI Controller [71b31258b13a4b2793e529856a190f8fb02ad151]
12:05:54.866 FuPlugin             emit added from intel_spi: 71b31258b13a4b2793e529856a190f8fb02ad151
12:05:54.915 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:54.915 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:54.915 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:54.915 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:54.916 FuPlugin             fu_plugin_device_registered(tpm)
12:05:54.916 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:54.916 FuPlugin             fu_plugin_device_registered(msr)
12:05:54.916 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:54.916 FuDeviceList         ::added 71b31258b13a4b2793e529856a190f8fb02ad151
12:05:54.916 FuMain               ADDED:
FuIntelSpiDevice:
  DeviceId:             71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Sunrise Point LPC Controller/eSPI Controller
  Guid:                 e7f0e2f6-3fe9-5cca-b24e-6ae4026f0974 ← PCI\VEN_8086&DEV_9D4E
  Guid:                 b9ae973a-79ec-55ca-a038-2ccfcb5b94c6 ← PCI\VEN_8086&DEV_9D4E&REV_21
  Guid:                 0ff4127c-d104-56d7-a836-afbaddd7d80d ← PCI\VEN_8086&DEV_9D4E&SUBSYS_17AA224B
  Guid:                 5c4e98c4-df76-5feb-b352-5c968c628469 ← PCI\VEN_8086&DEV_9D4E&SUBSYS_17AA224B&REV_21
  Guid:                 cfd2b4c2-2913-584f-95d4-58fca2e8596d ← INTEL_SPI_CHIPSET\ID_PCH100
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Version:              21
  VersionFormat:        plain
  Icon:                 computer
  Created:              2023-02-02
  Guid[quirks]:         afb8c4ec-b9a5-5cd3-aaef-cc976ce37eb8 ← PCI\VEN_8086
  Guid[quirks]:         caf6a825-8e55-567c-9d4a-c4baea147ab2 ← PCI\VEN_8086&CLASS_060100
  Guid[quirks]:         7d40a6d3-ad3d-5eb2-ac48-189977263118 ← PCI\MODALIAS_pci:v00008086d00009D4Esv000017AAsd0000224Bbc06sc01i00
  Guid[quirks]:         77409817-f8b5-5e99-a2af-f9f35274fed3 ← PCI
  PhysicalId:           intel_spi
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  CustomFlags:          pch
  FirmwareSizeMin:      16777216
  FirmwareSizeMax:      16777216
  PossiblePlugin:       intel_spi
  PossiblePlugin:       pci_bcr
  PossiblePlugin:       optionrom
  InternalFlags:        is-open
  PrivateFlags:         pch
  Kind:                 pch100
  SPIBAR:               0xfe010000
  HSFS:                 0xe800
  FRAP:                 0x4acb
  FREG0:                0x0
  FREG1:                0xfff0700
  FREG2:                0x6ff0003
  FREG3:                0x20001
  FLMSTR0:              0xa00b00
  FLMSTR1:              0xc00d00
  FLMSTR2:              0x800900
  FLMSTR3:              0x0
  FLVALSIG:             0xff0a55a
  FLMAP0:               0x40003
  FLMAP1:               0x42100208
  FLMAP2:               0x310330
  FLCOMP:               0x325c00f5
  FLILL:                0xad604221
  FLPB:                 0xc7c4b9b7
  PR0:                  blocked wr from 0x89d000 to 0x89ffff [0x889f089d]
  PR1:                  blocked wr from 0x8a0000 to 0xe8ffff [0x8e8f08a0]
  PR2:                  blocked wr from 0xe90000 to 0xe9ffff [0x8e9f0e90]
  PR3:                  blocked wr from 0xea0000 to 0xffffff [0x8fff0ea0]
FuIfdDevice:
  DeviceId:             ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 BIOS
  Guid:                 2c7b8bd2-3e77-5730-aaf6-596136f5254d ← IFD\NAME_BIOS
  Flags:                internal|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          bios
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    9437184
    FirmwareSizeMax:    9437184
    InternalFlags:      use-parent-for-open
    Region:             bios
    Offset:             0x700000
    Access[bios]:       rw
FuIfdDevice:
  DeviceId:             7ef8a531d2413174034556f12dff8aa3bb4a8c30
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Intel Management Engine
  Guid:                 614566e7-4d60-55f5-9cb9-48c5e488a705 ← IFD\NAME_ME
  Flags:                internal|locked|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          me
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    7327744
    FirmwareSizeMax:    7327744
    InternalFlags:      use-parent-for-open
    Region:             me
    Offset:             0x3000
    Access[me]:         rw
FuIfdDevice:
  DeviceId:             11188287b93230d58f85f059dfab93e1d59724bb
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Gigabit Ethernet
  Guid:                 30ee4fad-d1cd-522f-9a32-e53f4a4269cc ← IFD\NAME_GBE
  Flags:                internal|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
    PhysicalId:         intel_spi
    LogicalId:          gbe
    BackendId:          /sys/devices/pci0000:00/0000:00:1f.0
    AcquiesceDelay:     50
    FirmwareSizeMin:    8192
    FirmwareSizeMax:    8192
    InternalFlags:      use-parent-for-open
    Region:             gbe
    Offset:             0x1000
    Access[bios]:       rw
    Access[me]:         rw
    Access[gbe]:        rw

12:05:54.943 FuPlugin             emit added from intel_spi: ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
12:05:54.949 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:54.949 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:54.949 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:54.949 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:54.949 FuPlugin             fu_plugin_device_registered(tpm)
12:05:54.949 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:54.949 FuPlugin             fu_plugin_device_registered(msr)
12:05:54.949 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:54.949 FuDeviceList         ::added ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
12:05:54.950 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 BIOS
  Guid:                 2c7b8bd2-3e77-5730-aaf6-596136f5254d ← IFD\NAME_BIOS
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-02-02
  PhysicalId:           intel_spi
  LogicalId:            bios
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      9437184
  FirmwareSizeMax:      9437184
  InternalFlags:        use-parent-for-open
  Region:               bios
  Offset:               0x700000
  Access[bios]:         rw

12:05:54.950 FuPlugin             emit added from intel_spi: 7ef8a531d2413174034556f12dff8aa3bb4a8c30
12:05:54.955 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:54.955 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:54.955 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:54.955 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:54.955 FuPlugin             fu_plugin_device_registered(tpm)
12:05:54.956 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:54.956 FuPlugin             fu_plugin_device_registered(msr)
12:05:54.956 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:54.956 FuDeviceList         ::added 7ef8a531d2413174034556f12dff8aa3bb4a8c30
12:05:54.956 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             7ef8a531d2413174034556f12dff8aa3bb4a8c30
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Intel Management Engine
  Guid:                 614566e7-4d60-55f5-9cb9-48c5e488a705 ← IFD\NAME_ME
  Plugin:               intel_spi
  Flags:                internal|locked|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-02-02
  PhysicalId:           intel_spi
  LogicalId:            me
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      7327744
  FirmwareSizeMax:      7327744
  InternalFlags:        use-parent-for-open
  Region:               me
  Offset:               0x3000
  Access[me]:           rw

12:05:54.956 FuPlugin             emit added from intel_spi: 11188287b93230d58f85f059dfab93e1d59724bb
12:05:54.961 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:54.961 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:54.961 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:54.961 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:54.961 FuPlugin             fu_plugin_device_registered(tpm)
12:05:54.961 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:54.961 FuPlugin             fu_plugin_device_registered(msr)
12:05:54.961 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:54.961 FuDeviceList         ::added 11188287b93230d58f85f059dfab93e1d59724bb
12:05:54.961 FuMain               ADDED:
FuIfdDevice:
  DeviceId:             11188287b93230d58f85f059dfab93e1d59724bb
  CompositeId:          71b31258b13a4b2793e529856a190f8fb02ad151
  Name:                 Gigabit Ethernet
  Guid:                 30ee4fad-d1cd-522f-9a32-e53f4a4269cc ← IFD\NAME_GBE
  Plugin:               intel_spi
  Flags:                internal|registered|can-verify|can-verify-image
  Vendor:               Intel Corporation
  VendorId:             PCI:0x8086
  Icon:                 computer
  Created:              2023-02-02
  PhysicalId:           intel_spi
  LogicalId:            gbe
  BackendId:            /sys/devices/pci0000:00/0000:00:1f.0
  AcquiesceDelay:       50
  FirmwareSizeMin:      8192
  FirmwareSizeMax:      8192
  InternalFlags:        use-parent-for-open
  Region:               gbe
  Offset:               0x1000
  Access[bios]:         rw
  Access[me]:           rw
  Access[gbe]:          rw

12:05:54.962 FuPlugin             backend_device_added(pci_bcr)
12:05:54.962 FuDevice             using 5ca35f261be27f4d2786162a4e2dd1494697e678 for PCI_SLOT_NAME=0000:00:1f.0
Laden …                  [***********                            ]12:05:55.048 FuDevice             using aa81d0ef1418ef4079a0f13f857e45a727558881 for DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0
12:05:55.049 FuDevice             using 533f8dcc55554ba0d48582a72ece77dc0dd59d69 for DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0:INT344B:00
12:05:55.049 FuPlugin             emit added from gpio: 533f8dcc55554ba0d48582a72ece77dc0dd59d69
12:05:55.055 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:55.055 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:55.055 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:55.055 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:55.055 FuPlugin             fu_plugin_device_registered(tpm)
12:05:55.055 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:55.055 FuPlugin             fu_plugin_device_registered(msr)
12:05:55.055 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:55.055 FuDeviceList         ::added 533f8dcc55554ba0d48582a72ece77dc0dd59d69
12:05:55.055 FuMain               ADDED:
FuGpioDevice:
  DeviceId:             533f8dcc55554ba0d48582a72ece77dc0dd59d69
  Guid:                 c35c2451-ada5-556c-93eb-368ad00355a4 ← GPIO\ID_INT344B:00
  Plugin:               gpio
  Flags:                registered
  Created:              2023-02-02
  Guid[quirks]:         859db63d-1e41-5110-adde-2e58c3845791 ← GPIO
  PhysicalId:           DEVPATH=/devices/pci0000:00/INT344B:00/gpiochip0
  LogicalId:            INT344B:00
  BackendId:            /sys/devices/pci0000:00/INT344B:00/gpiochip0
  AcquiesceDelay:       2500
  PossiblePlugin:       gpio
  InternalFlags:        is-open
  Subsystem:            gpio
  DeviceFile:           /dev/gpiochip0
  SysfsPath:            /sys/devices/pci0000:00/INT344B:00/gpiochip0
  NumLines:             152
  FdOpen:               false

12:05:55.055 FuPlugin             fu_plugin_device_added(gpio)
Laden …                  [************                           ]12:05:55.060 FuDevice             using c6a80ac3a22083423992a3cb15018989f37834d6 for DEVNAME=/dev/tpm0
12:05:55.060 GLib                 setenv()/putenv() are not thread-safe and should not be used after threads are created
12:05:55.115 FuPluginTpm          added PCR-00=4964b61d8557e7ce1540161e2d72ea18078a53de
12:05:55.115 FuPluginTpm          added PCR-00=c6b0933d9a5109ea8c14dae8482586997292e4b25f41759b813b627bd9c8f326
12:05:55.115 FuPlugin             emit added from tpm: c6a80ac3a22083423992a3cb15018989f37834d6
12:05:55.161 FuPlugin             fu_plugin_device_registered(dell_dock)
12:05:55.161 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:05:55.161 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:05:55.161 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:05:55.161 FuPlugin             fu_plugin_device_registered(tpm)
12:05:55.161 FuPlugin             fu_plugin_device_registered(usi_dock)
12:05:55.161 FuPlugin             fu_plugin_device_registered(msr)
12:05:55.161 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:05:55.162 FuDeviceList         ::added c6a80ac3a22083423992a3cb15018989f37834d6
12:05:55.162 FuMain               ADDED:
FuTpmV2Device:
  DeviceId:             c6a80ac3a22083423992a3cb15018989f37834d6
  Name:                 TPM
  Guid:                 ff71992e-52f7-5eea-94ef-883e56e034c6 ← system-tpm
  Guid:                 5eebb112-75ad-5536-b173-a11eb3399402 ← TPM\VEN_IFX&DEV_0000
  Guid:                 ddf995da-1b32-5a8a-bc1b-8d5af4b38b51 ← TPM\VEN_IFX&MOD_SLB9670
  Guid:                 6d81ab63-db2e-50ac-934f-6be9accf5e02 ← TPM\VEN_IFX&DEV_0000&VER_2.0
  Guid:                 301555de-680d-5ddc-b995-7553fc9138f1 ← TPM\VEN_IFX&MOD_SLB9670&VER_2.0
  Plugin:               tpm
  Flags:                internal|registered
  Vendor:               Infineon
  VendorId:             TPM:IFX
  Version:              7.62.12.13824
  VersionFormat:        quad
  VersionRaw:           0x0007003e000c3600
  Icon:                 computer
  Created:              2023-02-02
  Guid[quirks]:         4f312545-9883-5dae-9b65-7757076cb4f4 ← TPM
  PhysicalId:           DEVNAME=/dev/tpm0
  BackendId:            /sys/devices/platform/MSFT0101:00/tpm/tpm0
  AcquiesceDelay:       2500
  PossiblePlugin:       tpm
  InternalFlags:        is-open
  Family:               2.0

12:05:55.192 FuPlugin             fu_plugin_device_added(tpm)
Laden …                  [*************                          ]12:05:55.238 FuEngine             ignoring add event for already loaded settings
12:05:55.239 FuPlugin             backend_device_added(iommu)
12:05:55.240 FuPlugin             backend_device_added(iommu)
12:05:55.248 FuPlugin             backend_device_added(msr)
12:05:55.248 FuDevice             using b7cdecd2f3449609e17d97d62dbc330fa800b77c for msr
12:05:55.248 FuPluginMsr          IA32_BIOS_SIGN_ID:00 00 00 00 f0 00 00 00 
Laden …                  [*************                          ]12:05:55.249 FuPlugin             backend_device_added(msr)
12:05:55.250 FuPlugin             backend_device_added(msr)
12:05:55.251 FuPlugin             backend_device_added(msr)
12:05:55.251 FuBackend            adding suitable BlueZ device: /org/bluez/hci0/dev_DA_49_CE_B9_0F_1C
12:05:55.251 FuBackend            adding suitable BlueZ device: /org/bluez/hci0/dev_E7_29_7B_D7_A0_A1
Laden …                  [-                                      ]
12:05:55.285 FuEngine             ignoring 0.1.22 == 0.1.22
12:05:55.285 FuEngine             ignoring 0.1.21 < 0.1.22
12:05:55.285 FuEngine             ignoring 0.1.20 < 0.1.22
12:05:55.295 FuEngine             ignoring 184.82.3838 < 184.93.4323
12:05:55.295 FuEngine             ignoring 184.80.3746 < 184.93.4323
12:05:55.295 FuEngine             ignoring 184.93.4323 == 184.93.4323
12:05:55.295 FuEngine             ignoring 184.92.4222 < 184.93.4323
12:05:55.295 FuEngine             ignoring 184.90.3987 < 184.93.4323
12:05:55.295 FuEngine             ignoring 184.86.3909 < 184.93.4323
12:05:55.295 FuEngine             ignoring 184.83.3874 < 184.93.4323
12:05:55.295 FuEngine             ignoring 184.77.3664 < 184.93.4323
12:05:55.295 FuEngine             ignoring 184.70.3626 < 184.93.4323
12:05:55.321 FuEngine             ignoring 7L7QCXY7 == 7L7QCXY7
12:05:55.332 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:05:55.347 FuEngine             ignoring 0.1.40 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.31 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.28 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.30 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.32 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.33 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.34 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.35 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.36 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.37 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.38 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.41 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.42 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.45 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.46 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.47 < 0.1.48
12:05:55.347 FuEngine             ignoring 0.1.48 == 0.1.48
12:05:55.365 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:55.366 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:55.370 FuEngine             ignoring 20.00 < 21.03
12:05:55.423 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:05:55.453 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:55.454 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:55.460 FuEngine             writing motd target /var/cache/fwupd/motd.d/85-fwupd
Schreiben …              [*******************                    ]12:05:55.485 FuCommon             reading /tmp/40852797610b2eff4bac5b0b861df1c0114d0bffc124f12b97913816a6f69ad0-Lenovo-ThinkPad-T470S-SystemFirmware-16.cab with 264481 bytes
Entpacken …              [ -                                     ]12:05:55.489 Jcat                 got 1 PKCS7 signatures
12:05:55.491 Jcat                 verified: JcatResult:
  Timestamp:             2023-02-01T06:21:21Z
  Authority:             O=Linux Vendor Firmware Project,CN=LVFS CA
  JcatPkcs7Engine:
    Kind:                pkcs7
    VerifyKind:          signature

12:05:55.491 Jcat                 using gpgme v1.18.0
12:05:55.531 Jcat                 Using engine at /var/lib/fwupd/gnupg
12:05:55.541 Jcat                 ignoring LVFS-CA.pem as not GPG public key
12:05:55.541 Jcat                 Adding GnuPG public key /etc/pki/fwupd/GPG-KEY-Linux-Foundation-Firmware
12:05:55.552 Jcat                 importing key F2F0325648E1AE4956710198C6361787A0A849E1 [0] Erfolg
12:05:55.552 Jcat                 Adding GnuPG public key /etc/pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service
12:05:55.570 Jcat                 importing key 3FC6B804410ED0840D8F2F9748A6D80E4538BAC2 [0] Erfolg
12:05:55.570 Jcat                 ignoring LVFS-CA.pem as not GPG public key
12:05:55.570 Jcat                 Adding GnuPG public key /etc/pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata
12:05:55.582 Jcat                 importing key CAE0420259890141E701156E0A6DCEF6B46F3DBF [0] Erfolg
12:05:55.582 Jcat                 Adding GnuPG public key /etc/pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service
12:05:55.596 Jcat                 importing key 3FC6B804410ED0840D8F2F9748A6D80E4538BAC2 [0] Erfolg
12:05:55.610 Jcat                 returned signature fingerprint 3FC6B804410ED0840D8F2F9748A6D80E4538BAC2
12:05:55.610 Jcat                 verified: JcatResult:
  Timestamp:             2023-02-01T06:21:21Z
  Authority:             3FC6B804410ED0840D8F2F9748A6D80E4538BAC2
  JcatGpgEngine:
    Kind:                gpg
    VerifyKind:          signature

12:05:55.610 FuCabinet            verified metadata firmware.metainfo.xml: 4
12:05:55.610 FuCabinet            processing file: firmware.metainfo.xml
12:05:55.611 FuCabinet            processing release: 23.00
12:05:55.616 Jcat                 got 1 PKCS7 signatures
12:05:55.619 Jcat                 verified: JcatResult:
  Timestamp:             2023-02-01T06:21:21Z
  Authority:             O=Linux Vendor Firmware Project,CN=LVFS CA
  JcatPkcs7Engine:
    Kind:                pkcs7
    VerifyKind:          signature

12:05:55.641 Jcat                 returned signature fingerprint 3FC6B804410ED0840D8F2F9748A6D80E4538BAC2
12:05:55.641 Jcat                 verified: JcatResult:
  Timestamp:             2023-02-01T06:21:21Z
  Authority:             3FC6B804410ED0840D8F2F9748A6D80E4538BAC2
  JcatGpgEngine:
    Kind:                gpg
    VerifyKind:          signature

12:05:55.641 FuCabinet            verified payload firmware.bin: 4
12:05:55.642 FuMain               loading release failed on 533f8dcc55554ba0d48582a72ece77dc0dd59d69:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.642 FuMain               loading release failed on 8d5470e73fd9a31eaa460b2b6aea95483fe3f14c:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.643 FuMain               loading release failed on ff7dbf2f6e354a5727c6ce1c466230f38bd26ff0:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.643 FuMain               loading release failed on 4bde70ba4e39b28f9eab1628f9dd6e6244c03027:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.643 FuMain               loading release failed on 2292ae5236790b47884e37cf162dcf23bfcd1c60:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.644 FuMain               loading release failed on 11188287b93230d58f85f059dfab93e1d59724bb:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.644 FuMain               loading release failed on 5792b48846ce271fab11c4a545f7a3df0d36e00a:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.645 FuMain               loading release failed on 349bb341230b1a86e5effe7dfe4337e1590227bd:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.645 FuMain               loading release failed on 7ef8a531d2413174034556f12dff8aa3bb4a8c30:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.646 FuMain               loading release failed on e11623b2caa18fee292058a5c09ca4e6152f7ecf:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.646 FuMain               loading release failed on 71b31258b13a4b2793e529856a190f8fb02ad151:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.646 FuMain               loading release failed on a45df35ac0e948ee180fe216a5f703f32dda163f:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.647 FuMain               loading release failed on c6a80ac3a22083423992a3cb15018989f37834d6:com.lenovo.ThinkPadN1WTF.firmware failed: No supported devices found
12:05:55.647 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:55.647 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:05:55.647 FuIdle               inhibiting: update
12:05:55.647 FuEngine             composite update 1: 9cf44cb16f407badb950570b6c96d46f00f310b8
12:05:55.648 FuPlugin             composite_prepare(dell_dock)
12:05:55.648 FuPlugin             composite_prepare(thunderbolt)
12:05:55.649 FuHistory            remove device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:05:55.656 FuHistory            add device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
Warten …                 [*******************                    ]12:05:55.662 FuDeviceList         no replug or re-enumerate required
12:05:55.663 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:05:55.669 FuEngine             prepare -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|require-ac|supported|registered|dual-image|updatable-hidden|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-02-02
  Modified:             2023-02-02
  UpdateError:          An update is in progress
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Inhibit:              [update-in-progress] An update is in progress
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:05:55.670 FuPlugin             prepare(gpio)
12:05:55.673 FuPlugin             prepare(logind)
12:05:55.675 FuPluginLogind       opened logind fd 18
12:05:55.675 FuDeviceList         no replug or re-enumerate required
Schreiben …              [*******************                    ]12:05:55.675 FuDeviceList         no replug or re-enumerate required
Gerät wird neu gestartet …[*******************                    ]12:05:55.675 FuDeviceList         no replug or re-enumerate required
12:05:55.676 FuEngine             detach -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|require-ac|supported|registered|dual-image|updatable-hidden|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-02-02
  Modified:             2023-02-02
  UpdateError:          An update is in progress
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Inhibit:              [update-in-progress] An update is in progress
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:05:55.676 FuPlugin             detach(thunderbolt)
Schreiben …              [*******************                    ]12:05:55.676 FuDeviceList         no replug or re-enumerate required
12:05:55.676 FuEngine             update -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|require-ac|supported|registered|dual-image|updatable-hidden|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              21.03
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-02-02
  Modified:             2023-02-02
  UpdateError:          An update is in progress
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Inhibit:              [update-in-progress] An update is in progress
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:05:55.676 FuPlugin             superclassed write_firmware(thunderbolt)
Entpacken …              [*******************                    ]12:05:55.676 FuFirmware           detected digital section begins at 0x4000
12:06:00.140 FuDevice             installing onto 9cf44cb16f407badb950570b6c96d46f00f310b8:
<firmware gtype="FuIntelThunderboltFirmware">
  <flags>has-vid-pid</flags>
  <offset>0x4000</offset>
  <data size="0x3f000">
  </data>
  <vendor_id>0x109</vendor_id>
  <device_id>0x15c0</device_id>
  <model_id>0x1609</model_id>
  <family>alpine-ridge</family>
  <is_host>true</is_host>
  <is_native>false</is_native>
  <flash_size>0x3</flash_size>
  <generation>0x3</generation>
  <ports>0x1</ports>
  <has_pd>true</has_pd>
  <section type="digital" offset="0x4000">
  </section>
  <section type="drom" offset="0x4210">
  </section>
  <section type="arc-params" offset="0x4610">
  </section>
  <section type="dram-ucode" offset="0x21dd8">
  </section>
  <firmware>
    <id>payload</id>
    <data size="0x3b000">;.......</data>
  </firmware>
</firmware>

Gerät wird neu gestartet …[************************************** ]12:06:04.717 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:06:04.733 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:06:04.739 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:06:04.740 FuDeviceList         waiting 60000ms for replug
12:06:04.745 FuBackend            adding rate-limited timeout for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
12:06:05.245 FuPlugin             udev_device_changed(synaptics_mst)
12:06:09.817 FuEngine             auto-removing backend device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:06:09.820 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:06:09.838 FuDeviceList         waiting 60000ms for Thunderbolt host controller device removal
12:06:09.903 FuEngine             ignoring 0.1.22 == 0.1.22
12:06:09.903 FuEngine             ignoring 0.1.21 < 0.1.22
12:06:09.903 FuEngine             ignoring 0.1.20 < 0.1.22
12:06:09.920 FuEngine             ignoring 184.82.3838 < 184.93.4323
12:06:09.920 FuEngine             ignoring 184.80.3746 < 184.93.4323
12:06:09.920 FuEngine             ignoring 184.93.4323 == 184.93.4323
12:06:09.921 FuEngine             ignoring 184.92.4222 < 184.93.4323
12:06:09.921 FuEngine             ignoring 184.90.3987 < 184.93.4323
12:06:09.921 FuEngine             ignoring 184.86.3909 < 184.93.4323
12:06:09.921 FuEngine             ignoring 184.83.3874 < 184.93.4323
12:06:09.921 FuEngine             ignoring 184.77.3664 < 184.93.4323
12:06:09.921 FuEngine             ignoring 184.70.3626 < 184.93.4323
12:06:09.965 FuEngine             ignoring 7L7QCXY7 == 7L7QCXY7
12:06:09.980 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:06:10.045 FuEngine             ignoring 0.1.40 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.31 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.28 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.30 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.32 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.33 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.34 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.35 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.36 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.37 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.38 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.41 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.42 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.45 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.46 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.47 < 0.1.48
12:06:10.045 FuEngine             ignoring 0.1.48 == 0.1.48
12:06:10.136 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:06:10.149 FuEngine             writing motd target /var/cache/fwupd/motd.d/85-fwupd
12:06:11.340 FuPluginSynapticsMST no device found on drm_dp_aux1: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
12:06:11.752 FuPluginSynapticsMST no device found on drm_dp_aux2: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
12:06:11.752 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:06:11.752 FuPluginSynapticsMST no device found on drm_dp_aux0: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:06:15.015 FuBackend            adding rate-limited timeout for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
12:06:15.528 FuPlugin             udev_device_changed(synaptics_mst)
12:06:20.958 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:06:20.958 FuPluginSynapticsMST no device found on drm_dp_aux1: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:06:21.381 FuPluginSynapticsMST no device found on drm_dp_aux2: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
12:06:21.382 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:06:21.382 FuPluginSynapticsMST no device found on drm_dp_aux0: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:06:21.625 FuBackend            adding rate-limited timeout for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
12:06:22.129 FuPlugin             udev_device_changed(synaptics_mst)
12:06:26.649 FuBackend            adding rate-limited timeout for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
12:06:26.936 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:06:26.936 FuPluginSynapticsMST no device found on drm_dp_aux1: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:06:27.548 FuPluginSynapticsMST no device found on drm_dp_aux2: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
12:06:27.548 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:06:27.548 FuPluginSynapticsMST no device found on drm_dp_aux0: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:06:27.549 FuPlugin             udev_device_changed(synaptics_mst)
12:06:32.014 FuPlugin             fu_plugin_device_created(thunderbolt)
12:06:32.015 FuIdle               inhibiting: thunderbolt requires device wakeup
12:06:32.018 FuIdle               inhibiting: thunderbolt requires device wakeup
12:06:32.036 FuDevice             using 9cf44cb16f407badb950570b6c96d46f00f310b8 for df010000-00a2-a098-209e-b80bd5356a1a
12:06:32.095 FuPlugin             emit added from thunderbolt: 9cf44cb16f407badb950570b6c96d46f00f310b8
12:06:32.189 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:32.196 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:32.221 FuPlugin             fu_plugin_device_registered(dell_dock)
12:06:32.221 FuPlugin             fu_plugin_device_registered(lenovo_thinklmi)
12:06:32.221 FuPlugin             fu_plugin_device_registered(pci_bcr)
12:06:32.221 FuPlugin             fu_plugin_device_registered(thunderbolt)
12:06:32.224 FuPlugin             fu_plugin_device_registered(tpm)
12:06:32.224 FuPlugin             fu_plugin_device_registered(usi_dock)
12:06:32.224 FuPlugin             fu_plugin_device_registered(msr)
12:06:32.224 FuPlugin             fu_plugin_device_registered(uefi_capsule)
12:06:32.224 FuDeviceList         found existing device 9cf44cb16f407badb950570b6c96d46f00f310b8
12:06:32.224 FuHistory            modifying device Thunderbolt host controller [9cf44cb16f407badb950570b6c96d46f00f310b8]
12:06:32.231 FuDeviceList         copying update error An update is in progress to new device
12:06:32.232 FuDeviceList         copying update state success to new device
12:06:32.233 FuDeviceList         ::changed 9cf44cb16f407badb950570b6c96d46f00f310b8
12:06:32.310 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:32.323 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:32.346 FuEngine             ignoring 0.1.22 == 0.1.22
12:06:32.346 FuEngine             ignoring 0.1.21 < 0.1.22
12:06:32.346 FuEngine             ignoring 0.1.20 < 0.1.22
12:06:32.363 FuEngine             ignoring 184.82.3838 < 184.93.4323
12:06:32.363 FuEngine             ignoring 184.80.3746 < 184.93.4323
12:06:32.363 FuEngine             ignoring 184.93.4323 == 184.93.4323
12:06:32.363 FuEngine             ignoring 184.92.4222 < 184.93.4323
12:06:32.363 FuEngine             ignoring 184.90.3987 < 184.93.4323
12:06:32.363 FuEngine             ignoring 184.86.3909 < 184.93.4323
12:06:32.363 FuEngine             ignoring 184.83.3874 < 184.93.4323
12:06:32.363 FuEngine             ignoring 184.77.3664 < 184.93.4323
12:06:32.363 FuEngine             ignoring 184.70.3626 < 184.93.4323
12:06:32.453 FuEngine             ignoring 7L7QCXY7 == 7L7QCXY7
12:06:32.462 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:06:32.531 FuEngine             ignoring 0.1.40 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.31 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.28 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.30 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.32 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.33 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.34 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.35 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.36 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.37 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.38 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.41 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.42 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.45 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.46 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.47 < 0.1.48
12:06:32.531 FuEngine             ignoring 0.1.48 == 0.1.48
12:06:32.545 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:32.547 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:32.552 FuEngine             ignoring 23.00 == 23.00
12:06:32.552 FuEngine             ignoring 20.00 < 23.00
12:06:32.604 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:06:32.639 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:32.640 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:32.645 FuEngine             writing motd target /var/cache/fwupd/motd.d/85-fwupd
12:06:32.675 FuDeviceList         waited for replug
12:06:32.675 FuEngine             attach -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|updatable|require-ac|supported|registered|dual-image|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              23.00
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-02-02
  UpdateState:          success
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:06:32.675 FuPlugin             attach(thunderbolt)
Warten …                 [************************************** ]12:06:32.676 FuDeviceList         no replug or re-enumerate required
12:06:32.677 FuEngine             reload -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|updatable|require-ac|supported|registered|dual-image|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              23.00
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-02-02
  UpdateState:          success
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:06:32.677 FuProgress           raw timing data was { 0,000, 9,064, 27,936, 0,001 } -- steps were set as [ 0 100 0 0 ] but should have been [ 0 24 75 0 ] at ../fwupd-1.8.10/plugins/thunderbolt/fu-thunderbolt-device.c:417
12:06:32.677 FuDeviceList         no replug or re-enumerate required
12:06:32.677 FuDeviceList         no replug or re-enumerate required
12:06:32.677 FuEngine             cleanup -> FuThunderboltController:
  DeviceId:             9cf44cb16f407badb950570b6c96d46f00f310b8
  Name:                 Thunderbolt host controller
  Guid:                 e930f7da-18cb-55f7-b80a-575c78d02168 ← THUNDERBOLT\VEN_0109&DEV_1609
  Guid:                 c28eb26c-1d9d-59cf-a1de-c97b989afbc5 ← THUNDERBOLT\VEN_0109&DEV_1609&REV_00
  Guid:                 96c3f95f-611a-56f8-be95-0f912cb84657 ← TBT-01091609
  Guid:                 d5852bbd-0777-54b3-8f67-552be27d023f ← TBT-01091609-controller0-0
  Summary:              Unmatched performance for high-speed I/O
  Plugin:               thunderbolt
  Protocol:             com.intel.thunderbolt
  Flags:                internal|updatable|require-ac|supported|registered|dual-image|signed-payload
  Vendor:               Lenovo
  VendorId:             THUNDERBOLT:0x0109
  VendorId:             TBT:0x0109
  Version:              23.00
  VersionFormat:        pair
  Icon:                 thunderbolt
  Created:              2023-02-02
  UpdateState:          success
  Guid[quirks]:         5b11ddc5-c31a-5d9d-b8e9-611d6a6fe236 ← THUNDERBOLT\VEN_0109
  Guid[quirks]:         f70b02b8-cac4-5138-aef2-83a4b2d3afef ← THUNDERBOLT\TYPE_THUNDERBOLT_DEVICE
  Guid[quirks]:         d239c23b-37f1-5392-9bb5-dd1c819f38f3 ← THUNDERBOLT
  PhysicalId:           df010000-00a2-a098-209e-b80bd5356a1a
  BackendId:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AcquiesceDelay:       2500
  Order:                0
  PossiblePlugin:       thunderbolt
  InternalFlags:        replug-match-guid
  Vendor:               0x109
  Model:                0x1609
  Subsystem:            thunderbolt
  SysfsPath:            /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
  AuthMethod:           nvm_authenticate
  Device Type:          Thunderbolt host controller
  Safe Mode:            false
  Native mode:          false
  Generation:           3

12:06:32.677 FuPlugin             cleanup(gpio)
12:06:32.677 FuPlugin             cleanup(jabra)
12:06:32.677 FuPlugin             cleanup(logind)
12:06:32.677 FuPluginLogind       closed logind fd 18
12:06:32.677 FuDeviceList         no replug or re-enumerate required
Warten …                 [***************************************]
12:06:32.677 FuEngine             Updating Thunderbolt host controller took 37,014742 seconds
12:06:32.677 FuBackend            adding rate-limited timeout for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0
12:06:32.677 FuBackend            adding rate-limited timeout for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0
12:06:32.677 FuBackend            re-adding rate-limited timeout for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0
12:06:32.946 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:06:32.946 FuPluginSynapticsMST no device found on drm_dp_aux1: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:06:33.435 FuPluginSynapticsMST no device found on drm_dp_aux2: failed to read device: failed to read 0x1 bytes on layer:0, rad:0x0
12:06:33.435 FuDeviceLocker       ignoring close error on aborted open: failed to disable remote control: failed to write command: failed to write 0x1 bytes on layer:0, rad:0x0
12:06:33.435 FuPluginSynapticsMST no device found on drm_dp_aux0: failed to enable remote control: failure writing data register: failed to write 0x5 bytes on layer:0, rad:0x0
12:06:33.440 FuUdevDevice         FuUdevDevice emit changed
12:06:33.449 FuDevice             already set GType to FuThunderboltController, ignoring FuThunderboltController
12:06:33.454 FuPlugin             udev_device_changed(synaptics_mst)
12:06:33.457 FuPlugin             udev_device_changed(synaptics_mst)
12:06:35.179 FuEngine             system acquiesced after 2500ms
12:06:35.213 FuEngine             ignoring 0.1.22 == 0.1.22
12:06:35.218 FuEngine             ignoring 0.1.21 < 0.1.22
12:06:35.218 FuEngine             ignoring 0.1.20 < 0.1.22
12:06:35.438 FuEngine             ignoring 184.82.3838 < 184.93.4323
12:06:35.480 FuEngine             ignoring 184.80.3746 < 184.93.4323
12:06:35.480 FuEngine             ignoring 184.93.4323 == 184.93.4323
12:06:35.480 FuEngine             ignoring 184.92.4222 < 184.93.4323
12:06:35.482 FuEngine             ignoring 184.90.3987 < 184.93.4323
12:06:35.487 FuEngine             ignoring 184.86.3909 < 184.93.4323
12:06:35.488 FuEngine             ignoring 184.83.3874 < 184.93.4323
12:06:35.489 FuEngine             ignoring 184.77.3664 < 184.93.4323
12:06:35.489 FuEngine             ignoring 184.70.3626 < 184.93.4323
12:06:35.852 FuEngine             ignoring 7L7QCXY7 == 7L7QCXY7
12:06:35.970 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:06:36.219 FuEngine             ignoring 0.1.40 < 0.1.48
12:06:36.235 FuEngine             ignoring 0.1.31 < 0.1.48
12:06:36.235 FuEngine             ignoring 0.1.28 < 0.1.48
12:06:36.235 FuEngine             ignoring 0.1.30 < 0.1.48
12:06:36.235 FuEngine             ignoring 0.1.32 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.33 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.34 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.35 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.36 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.37 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.38 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.41 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.42 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.45 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.46 < 0.1.48
12:06:36.236 FuEngine             ignoring 0.1.47 < 0.1.48
12:06:36.237 FuEngine             ignoring 0.1.48 == 0.1.48
12:06:36.415 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:36.416 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:36.494 FuEngine             ignoring 23.00 == 23.00
12:06:36.494 FuEngine             ignoring 20.00 < 23.00
12:06:36.855 FuEngine             failed to set release for component: Specified firmware is older than the minimum required version '0.1.48 < 0.1.27'
12:06:37.092 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:37.098 FuEngine             requirement 1.2.5 ge 1.8.10 -> org.freedesktop.fwupd passed
12:06:37.113 FuEngine             writing motd target /var/cache/fwupd/motd.d/85-fwupd
12:06:37.162 FuPlugin             composite_cleanup(dell_dock)
12:06:37.165 FuPlugin             composite_cleanup(thunderbolt)
12:06:37.165 FuIdle               uninhibiting: update
12:06:37.165 FuProgress           raw timing data was { 2,450, 41,680 } -- steps were set as [ 50 50 ] but should have been [ 6 94 ] at ../fwupd-1.8.10/src/fu-tool.c:1228

../fwupd-1.8.10/src/fu-tool.c:1228 [39643,17ms]:
    ../fwupd-1.8.10/src/fu-engine.c:2455 [41680,44ms]:
        ../fwupd-1.8.10/src/fu-engine.c:3496 [41513,89ms]:
            ../fwupd-1.8.10/plugins/thunderbolt/fu-thunderbolt-device.c:417 [37001,40ms]:
                :write [9064,00ms]
                :attach [27935,52ms]

12:06:37.252 FuPlugin             finalize(modem_manager)
12:06:37.277 FuPlugin             finalize(flashrom)
12:06:37.277 FuPluginTest         destroy
12:06:37.295 FuProgress           raw timing data was { 2,450, 41,680 } -- steps were set as [ 50 50 ] but should have been [ 6 94 ] at ../fwupd-1.8.10/src/fu-tool.c:1228
12:06:37.312 FuProgress           raw timing data was { 0,085, 0,002, 0,031, 0,001, 0,101, 0,005 } -- steps were set as [ 63 1 8 1 26 1 ] but should have been [ 38 1 14 1 45 2 ] at ../fwupd-1.8.10/plugins/uefi-capsule/fu-uefi-capsule-plugin.c:906
12:06:37.329 FuProgress           raw timing data was { 0,000, 9,064, 27,936, 0,001 } -- steps were set as [ 0 100 0 0 ] but should have been [ 0 24 75 0 ] at ../fwupd-1.8.10/plugins/thunderbolt/fu-thunderbolt-device.c:417

Thank you very much for fixing the firmware!

kmauleon commented 1 year ago

hi @dkadioglu yes the firmware is still in testing mode... let's close this one once the firmware is put to stable. thank you very much for the feedback

kmauleon commented 1 year ago

firmware already moved to stable.... closing... thank you very much