linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* xhci: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
@ 2025-04-03 18:02 Paul Menzel
  2025-04-04 14:26 ` Mathias Nyman
  2025-04-05  6:43 ` Michał Pecio
  0 siblings, 2 replies; 22+ messages in thread
From: Paul Menzel @ 2025-04-03 18:02 UTC (permalink / raw)
  To: Mathias Nyman, Michal Pecio; +Cc: Greg Kroah-Hartman, linux-usb, LKML

[-- Attachment #1: Type: text/plain, Size: 39706 bytes --]

Dear Linux folks,


Just a heads-up, that connecting an LMP USB-C mini Dock [1] to the Intel 
Kaby Lake Dell XPS 13 9360 with

     00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP 
USB 3.0 xHCI Controller [8086:9d2f] (rev 21)

resulted in Linux 6.14.0-12966-ga2cc6ff5ec8f logging the warning and 
trace below.

```
[   74.898485] usb 4-1.4: reset SuperSpeed USB device number 5 using 
xhci_hcd
[   74.916241] sd 0:0:0:0: [sda] Media removed, stopped polling
[   74.916634] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   98.803081] PM: suspend entry (deep)
[   98.813999] Filesystems sync: 0.010 seconds
[   98.819226] Freezing user space processes
[  105.534176] xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due 
to incorrect slot or ep state.
[  105.606437] usb 4-1.4: reset SuperSpeed USB device number 5 using 
xhci_hcd
[  118.822270] Freezing user space processes failed after 20.003 seconds 
(2 tasks refusing to freeze, wq_busy=0):
[  118.822281] task:systemd-journal state:D stack:0     pid:474 
tgid:474   ppid:1      task_flags:0x400100 flags:0x00000006
[  118.822285] Call Trace:
[  118.822287]  <TASK>
[  118.822291]  __schedule+0x537/0xbb0
[  118.822297]  schedule+0x27/0xd0
[  118.822300]  schedule_preempt_disabled+0x15/0x20
[  118.822302]  __mutex_lock.constprop.0+0x4b4/0x890
[  118.822306]  uevent_show+0x99/0x150
[  118.822309]  dev_attr_show+0x19/0x40
[  118.822312]  sysfs_kf_seq_show+0xcd/0x110
[  118.822315]  seq_read_iter+0x116/0x400
[  118.822318]  vfs_read+0x299/0x360
[  118.822321]  ksys_read+0x6b/0xe0
[  118.822323]  do_syscall_64+0x82/0x9b0
[  118.822327]  ? arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
[  118.822331]  ? syscall_exit_to_user_mode+0x37/0x1a0
[  118.822333]  ? do_syscall_64+0x8e/0x9b0
[  118.822336]  ? __memcg_slab_free_hook+0xf9/0x140
[  118.822339]  ? __x64_sys_close+0x3d/0x80
[  118.822341]  ? kmem_cache_free+0x236/0x460
[  118.822344]  ? arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
[  118.822346]  ? syscall_exit_to_user_mode+0x37/0x1a0
[  118.822348]  ? do_syscall_64+0x8e/0x9b0Dez 21 10:22:08 abreu kernel: 
sd 0:0:0:0: [sda] Asking for cache data failed
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Assuming drive cache: 
write through
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Dez 21 10:22:08 abreu systemd-coredump[5647]: Process 386 
(systemd-journal) of user 0 terminated abnormally with signal 6/ABRT, 
processing...
Dez 21 10:22:08 abreu systemd-coredump[5647]: Process 386 
(systemd-journal) of user 0 dumped core.
Dez 21 10:22:08 abreu systemd-coredump[5647]: Coredump diverted to 
/var/lib/systemd/coredump/core.systemd-journal.0.05a680906c62416790aa2d9b90677a90.386.1734772928000000.zst
Dez 21 10:22:08 abreu systemd-coredump[5647]: Module libzstd.so.1 from 
deb libzstd-1.5.6+dfsg-1+b1.amd64
Dez 21 10:22:08 abreu systemd-coredump[5647]: Module libmount.so.1 from 
deb util-linux-2.40.2-12.amd64
Dez 21 10:22:08 abreu systemd-coredump[5647]: Module libblkid.so.1 from 
deb util-linux-2.40.2-12.amd64
Dez 21 10:22:08 abreu systemd-coredump[5647]: Module 
libsystemd-shared-257.so from deb systemd-257.1-2.amd64
Dez 21 10:22:08 abreu systemd-coredump[5647]: Stack trace of thread 386:
Dez 21 10:22:08 abreu systemd-coredump[5647]: #0  0x00007f081410d49c 
__GI___libc_read (libc.so.6 + 0x10349c)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #1  0x00007f08143f0121 
read_virtual_file_fd (libsystemd-shared-257.so + 0x1f0121)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #2  0x00007f08143f0368 
read_virtual_file_at (libsystemd-shared-257.so + 0x1f0368)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #3  0x00007f08144c213b 
device_read_uevent_file (libsystemd-shared-257.so + 0x2c213b)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #4  0x00007f08144c325a 
sd_device_get_devname (libsystemd-shared-257.so + 0x2c325a)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #5  0x0000555b6e97c36e n/a 
(n/a + 0x0)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #6  0x0000000000000016 n/a 
(n/a + 0x0)
Dez 21 10:22:08 abreu systemd-coredump[5647]: ELF object binary 
architecture: AMD x86-64
Dez 21 10:22:08 abreu systemd[1]: systemd-journald.service: Main process 
exited, code=dump
[  118.822350]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  118.822352] RIP: 0033:0x7f23b5ea49ee
[  118.822382] RSP: 002b:00007ffd638a1298 EFLAGS: 00000246 ORIG_RAX: 
0000000000000000
[  118.822385] RAX: ffffffffffffffda RBX: 00007f23b6440980 RCX: 
00007f23b5ea49ee
[  118.822386] RDX: 0000000000001008 RSI: 00005593bf1ef260 RDI: 
0000000000000030
[  118.822387] RBP: 0000000000000030 R08: 0000000000000000 R09: 
0000000000000000
[  118.822388] R10: 0000000000000000 R11: 0000000000000246 R12: 
0000000000001007
[  118.822390] R13: 0000000000001008 R14: ffffffffffffffff R15: 
0000000000000002
[  118.822392]  </TASK>
[  118.822430] task:(udev-worker)   state:D stack:0     pid:2453 
tgid:2453  ppid:520    task_flags:0x400140 flags:0x00004006
[  118.822433] Call Trace:
[  118.822434]  <TASK>
[  118.822435]  __schedule+0x537/0xbb0
[  118.822438]  schedule+0x27/0xd0
[  118.822440]  async_synchronize_cookie_domain+0x116/0x160
[  118.822444]  ? prepare_to_swait_exclusive+0xb0/0xb0
[  118.822450]  do_init_module+0x1fd/0x270
[  118.822453]  init_module_from_file+0x85/0xc0
[  118.822455]  __x64_sys_finit_module+0x168/0x3c0
[  118.822458]  do_syscall_64+0x82/0x9b0
[  118.822461]  ? __count_memcg_events+0x99/0x130
[  118.822463]  ? count_memcg_events.constprop.0+0x1a/0x30
[  118.822467]  ? handle_mm_fault+0x1ce/0x2d0
[  118.822469]  ? do_user_addr_fault+0x20d/0x680
[  118.822473]  ? arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
[  118.822476]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  118.822477] RIP: 0033:0x7f8ee5918779
[  118.822482] RSP: 002b:00007ffd6aca4828 EFLAGS: 00000246 ORIG_RAX: 
0000000000000139
[  118.822484] RAX: ffffffffffffffda RBX: 000055d01da0a430 RCX: 
00007f8ee5918779
[  118.822485] RDX: 0000000000000000 RSI: 00007f8ee5efe44d RDI: 
0000000000000011
[  118.822486] RBP: 0000000000000000 R08: 0000000000000000 R09: 
000055d01d971f00
[  118.822487] R10: 0000000000000000 R11: 0000000000000246 R12: 
00007f8ee5efe44d
[  118.822488] R13: 0000000000020000 R14: 000055d01da95ab0 R15: 
0000000000000000
[  118.822490]  </TASK>
```

The warning repeated several times without the trace though. Please find 
the full log attached.

The Linux kernel contains Mathias’ and Michal’s commits

     $ git log --oneline --no-decorate
     28a76fcc4c85dd39633fb96edb643c91820133e3 -3
     28a76fcc4c85 usb: xhci: Avoid Stop Endpoint retry loop if the 
endpoint seems Running
     dfc88357b6b6 usb: xhci: Don't change the status of stalled TDs on 
failed Stop EP
     0c74d232578b xhci: Avoid queuing redundant Stop Endpoint command 
for stalled endpoint

After noticing this warning, I haven’t been able to reproduce this 
though by un-plugging and re-plugging the LMP device.


Kind regards,

Paul


[1]: https://lmp-adapter.com/product/lmp-usb-c-mini-dock/


PS: According to

     $ journalctl -g 'WARN Set TR Deq Ptr cmd failed due to incorrect 
slot or ep state.'

I have already hit this in November 20th, 2024 with Linux 6.12.0, 
December 21st, 2024 with Linux 6.13.0-rc3-00193-ge9b8ffafd20a, January 
10th, 2025 with Linux 6.12.6-1.

### Linux 6.12.0

Nov 20 18:33:44 abreu kernel: PM: suspend entry (deep)
Nov 20 18:33:44 abreu kernel: Filesystems sync: 0.011 seconds
Nov 20 18:33:47 abreu kernel: Freezing user space processes
Nov 20 18:33:47 abreu kernel: Freezing user space processes completed 
(elapsed 0.001 seconds)
Nov 20 18:33:47 abreu kernel: OOM killer disabled.
Nov 20 18:33:47 abreu kernel: Freezing remaining freezable tasks
Nov 20 18:33:47 abreu kernel: Freezing remaining freezable tasks 
completed (elapsed 0.001 seconds)
Nov 20 18:33:47 abreu kernel: printk: Suspending console(s) (use 
no_console_suspend to debug)
Nov 20 18:33:47 abreu kernel: usb 3-1.2: clear tt 3 (0090) error -71
Nov 20 18:40:00 abreu kernel: usb 3-1.2: clear tt 3 (0090) error -71
Nov 20 18:40:00 abreu kernel: usb 4-1-port2: device 4-1.2 not suspended yet
Nov 20 18:40:00 abreu kernel: xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr 
cmd failed due to incorrect slot or ep state.
Nov 20 18:40:00 abreu kernel: xhci_hcd 0000:39:00.0: PM: 
pci_pm_suspend(): hcd_pci_suspend [usbcore] returns -16
Nov 20 18:40:00 abreu kernel: xhci_hcd 0000:39:00.0: PM: 
dpm_run_callback(): pci_pm_suspend returns -16
Nov 20 18:40:00 abreu kernel: xhci_hcd 0000:39:00.0: PM: failed to 
suspend async: error -16
Nov 20 18:40:00 abreu kernel: PM: Some devices failed to suspend, or 
early wake event detected

### Linux 6.13.0-rc3-00193-ge9b8ffafd20a

(Beware of the non-linear timestamps.)

Dez 21 10:14:37 abreu kernel: sd 0:0:0:0: [sda] Unit Not Ready
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] ASC=0x44 
<<vendor>>ASCQ=0x81
Dez 21 10:15:19 abreu kernel: usb 2-1: new SuperSpeed USB device number 
3 using xhci_hcd
Dez 21 10:15:19 abreu kernel: usb 2-1: New USB device found, 
idVendor=18a5, idProduct=0237, bcdDevice= 1.00
Dez 21 10:15:19 abreu kernel: usb 2-1: New USB device strings: Mfr=2, 
Product=3, SerialNumber=1
Dez 21 10:15:19 abreu kernel: usb 2-1: Product: Portable USB 3.0 Drive
Dez 21 10:15:19 abreu kernel: usb 2-1: Manufacturer: Verbatim
Dez 21 10:15:19 abreu kernel: usb 2-1: SerialNumber: WM2804496000
Dez 21 10:15:19 abreu kernel: usb-storage 2-1:1.0: USB Mass Storage 
device detected
Dez 21 10:15:19 abreu kernel: scsi host1: usb-storage 2-1:1.0
Dez 21 10:15:19 abreu kernel: scsi 1:0:0:0: Direct-Access     WDC WD20 
SPZX-00UA7T0     0    PQ: 0 ANSI: 6
Dez 21 10:15:19 abreu kernel: sd 1:0:0:0: [sdb] 3907029168 512-byte 
logical blocks: (2.00 TB/1.82 TiB)
Dez 21 10:15:19 abreu kernel: sd 1:0:0:0: [sdb] Write Protect is off
Dez 21 10:15:19 abreu kernel: sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
Dez 21 10:15:19 abreu kernel: sd 1:0:0:0: [sdb] Write cache: enabled, 
read cache: enabled, doesn't support DPO or FUA
Dez 21 10:15:19 abreu kernel:  sdb: sdb1
Dez 21 10:15:19 abreu kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Dez 21 10:15:19 abreu kernel: usb 2-2: USB disconnect, device number 2
Dez 21 10:15:19 abreu kernel: xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr 
cmd failed due to incorrect slot or ep state.
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] Read Capacity(10) 
failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] Sense not available.
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] 0 512-byte logical 
blocks: (0 B/0 B)
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] 0-byte physical blocks
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] Write Protect is off
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] Asking for cache data failed
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] Assuming drive cache: 
write through
Dez 21 10:15:19 abreu kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Dez 21 10:15:19 abreu fwupd[2041]: 09:14:39.694 FuEngine 
failed to add device 
/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/host1/target1:0:0/1:0:0:0/block/sdb: 
failed to subclass open: failed to open /dev/sdb: Die Operation ist 
nicht erlaubt
Dez 21 10:15:19 abreu fwupd[2041]: 09:14:39.701 FuEngine 
failed to add device 
/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/host1/target1:0:0/1:0:0:0/block/sdb: 
failed to subclass open: failed to open /dev/sdb: Die Operation ist 
nicht erlaubt
Dez 21 10:15:19 abreu fwupd[2041]: 09:14:39.710 FuEngine 
failed to add device 
/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/host1/target1:0:0/1:0:0:0/block/sdb: 
failed to subclass open: failed to open /dev/sdb: Die Operation ist 
nicht erlaubt
Dez 21 10:14:37 abreu NetworkManager[610]: <info>  [1734772477.8429] 
manager: rfkill: Wi-Fi now disabled by radio killswitch
Dez 21 10:14:37 abreu charon[739]: 16[KNL] interface wlan0 deactivated
Dez 21 10:14:37 abreu NetworkManager[610]: <info>  [1734772477.8430] 
device (wlan0): state change: disconnected -> unavailable (reason 
'none', managed-type: 'full')
Dez 21 10:14:37 abreu wpa_supplicant[612]: rfkill: WLAN soft blocked
Dez 21 10:14:37 abreu systemd[1]: Starting systemd-rfkill.service - 
Load/Save RF Kill Switch Status...
Dez 21 10:14:37 abreu wpa_supplicant[612]: rfkill: WLAN soft blocked
Dez 21 10:14:37 abreu NetworkManager[610]: <info>  [1734772477.8665] 
device (p2p-dev-wlan0): state change: disconnected -> unavailable 
(reason 'supplicant-failed', managed-type: 'full')
Dez 21 10:14:37 abreu wpa_supplicant[612]: p2p-dev-wlan0: 
CTRL-EVENT-DSCP-POLICY clear_all
Dez 21 10:14:37 abreu NetworkManager[610]: <info>  [1734772477.8716] 
audit: op="radio-control" arg="wwan-enabled:off" pid=1621 uid=5272 
result="success"
Dez 21 10:14:37 abreu wpa_supplicant[612]: p2p-dev-wlan0: 
CTRL-EVENT-DSCP-POLICY clear_all
Dez 21 10:14:37 abreu systemd[1]: Started systemd-rfkill.service - 
Load/Save RF Kill Switch Status.
Dez 21 10:14:37 abreu wpa_supplicant[612]: nl80211: deinit 
ifname=p2p-dev-wlan0 disabled_11b_rates=0
Dez 21 10:14:38 abreu systemd[1328]: Started app-gnome-ptyxis-2322.scope 
- Application launched by gsd-media-keys.
Dez 21 10:14:37 abreu wpa_supplicant[612]: wlan0: CTRL-EVENT-DSCP-POLICY 
clear_all
Dez 21 10:14:38 abreu ptyxis-agent[2344]: Failed to process podman 
containers: Failed to execute child process “podman” (No such file or 
directory)
Dez 21 10:14:37 abreu wpa_supplicant[612]: wlan0: CTRL-EVENT-DSCP-POLICY 
clear_all
Dez 21 10:14:38 abreu systemd[1328]: Started run-p2372-i2672.scope - 
[systemd-run] /usr/bin/bash.
Dez 21 10:14:37 abreu wpa_supplicant[612]: nl80211: deinit ifname=wlan0 
disabled_11b_rates=0
Dez 21 10:14:39 abreu systemd-timesyncd[407]: Contacted time server 
[2a02:8106:21:9400::5]:123 (2.debian.pool.ntp.org).
Dez 21 10:14:38 abreu mtp-probe[2329]: checking bus 2, device 3: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1"
[…]
Dez 21 10:15:01 abreu PackageKit[963]: get-updates transaction 
/95551_baeccaec from uid 5272 finished with success after 924ms
Dez 21 10:15:02 abreu PackageKit[963]: get-updates transaction 
/95552_ebebaaab from uid 5272 finished with success after 911ms
Dez 21 10:15:10 abreu sudo[2614]:  pmenzel : TTY=pts/3 ; 
PWD=/home/pmenzel ; USER=root ; COMMAND=/usr/bin/dmesg
Dez 21 10:15:10 abreu sudo[2614]: pam_unix(sudo:session): session opened 
for user root(uid=0) by pmenzel(uid=5272)
Dez 21 10:15:10 abreu sudo[2614]: pam_unix(sudo:session): session closed 
for user root
Dez 21 10:15:20 abreu dbus-daemon[1354]: [session uid=5272 pid=1354 
pidfd=5] Activating via systemd: service name='org.gtk.vfs.Metadata' 
unit='gvfs-metadata.service' requested
by ':1.30' (uid=5272 pid=1512 comm="/usr/bin/gnome-shell")
Dez 21 10:15:20 abreu systemd[1328]: Starting gvfs-metadata.service - 
Virtual filesystem metadata service...
Dez 21 10:15:20 abreu dbus-daemon[1354]: [session uid=5272 pid=1354 
pidfd=5] Successfully activated service 'org.gtk.vfs.Metadata'
Dez 21 10:15:20 abreu systemd[1328]: Started gvfs-metadata.service - 
Virtual filesystem metadata service.
Dez 21 10:15:21 abreu kernel: usb 2-2: new SuperSpeed USB device number 
4 using xhci_hcd
Dez 21 10:15:21 abreu kernel: usb 2-2: New USB device found, 
idVendor=152d, idProduct=0583, bcdDevice=31.06
Dez 21 10:15:21 abreu kernel: usb 2-2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=3
Dez 21 10:15:21 abreu kernel: usb 2-2: Product: USB 3.1 Storage Device
Dez 21 10:15:21 abreu kernel: usb 2-2: Manufacturer: JMicron
Dez 21 10:15:21 abreu kernel: usb 2-2: SerialNumber: DD5641988391D
Dez 21 10:15:21 abreu kernel: usb-storage 2-2:1.0: USB Mass Storage 
device detected
Dez 21 10:15:21 abreu kernel: scsi host0: usb-storage 2-2:1.0
Dez 21 10:15:21 abreu mtp-probe[2650]: checking bus 2, device 4: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2"
Dez 21 10:15:21 abreu mtp-probe[2650]: bus: 2, device: 4 was not an MTP 
device
Dez 21 10:15:21 abreu mtp-probe[2654]: checking bus 2, device 4: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2"
Dez 21 10:15:21 abreu mtp-probe[2654]: bus: 2, device: 4 was not an MTP 
device
Dez 21 10:15:22 abreu kernel: scsi 0:0:0:0: Direct-Access     Samsung 
SSD 990 PRO      3106 PQ: 0 ANSI: 6
Dez 21 10:15:47 abreu kernel: sd 0:0:0:0: [sda] Unit Not Ready
Dez 21 10:15:47 abreu kernel: sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
Dez 21 10:15:47 abreu kernel: sd 0:0:0:0: [sda] ASC=0x44 
<<vendor>>ASCQ=0x81
Dez 21 10:15:47 abreu kernel: usb 2-2: USB disconnect, device number 4
Dez 21 10:15:48 abreu kernel: xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr 
cmd failed due to incorrect slot or ep state.
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] Read Capacity(10) 
failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] Sense not available.
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] 0 512-byte logical 
blocks: (0 B/0 B)
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] 0-byte physical blocks
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] Write Protect is off
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] Asking for cache data failed
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] Assuming drive cache: 
write through
Dez 21 10:15:48 abreu kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Dez 21 10:15:48 abreu fwupd[2041]: 09:15:48.048 FuBackend 
failed to create device: failed to probe: FuUsbBaseHdr failed read of 
0x2: Fehler beim Suchen in Datei: Kein passendes Geraet gefunden
Dez 21 10:16:00 abreu kernel: usb 4-1.3: new SuperSpeed Plus Gen 2x1 USB 
device number 4 using xhci_hcd
Dez 21 10:16:00 abreu kernel: usb 4-1.3: New USB device found, 
idVendor=152d, idProduct=0583, bcdDevice=31.06
Dez 21 10:16:00 abreu kernel: usb 4-1.3: New USB device strings: Mfr=1, 
Product=2, SerialNumber=3
Dez 21 10:16:00 abreu kernel: usb 4-1.3: Product: USB 3.1 Storage Device
Dez 21 10:16:00 abreu kernel: usb 4-1.3: Manufacturer: JMicron
Dez 21 10:16:00 abreu kernel: usb 4-1.3: SerialNumber: DD5641988391D
Dez 21 10:16:00 abreu kernel: usb-storage 4-1.3:1.0: USB Mass Storage 
device detected
Dez 21 10:16:00 abreu kernel: scsi host0: usb-storage 4-1.3:1.0
Dez 21 10:16:00 abreu mtp-probe[2694]: checking bus 4, device 4: 
"/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb4/4-1/4-1.3"
Dez 21 10:16:00 abreu mtp-probe[2694]: bus: 4, device: 4 was not an MTP 
device
Dez 21 10:16:00 abreu mtp-probe[2696]: checking bus 4, device 4: 
"/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb4/4-1/4-1.3"
Dez 21 10:16:00 abreu mtp-probe[2696]: bus: 4, device: 4 was not an MTP 
device
Dez 21 10:16:01 abreu kernel: scsi 0:0:0:0: Direct-Access     Samsung 
SSD 990 PRO      3106 PQ: 0 ANSI: 6
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Unit Not Ready
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] ASC=0x44 
<<vendor>>ASCQ=0x81
Dez 21 10:16:28 abreu kernel: usb 2-1: USB disconnect, device number 3
Dez 21 10:16:28 abreu kernel: sd 1:0:0:0: [sdb] Synchronizing SCSI cache
Dez 21 10:16:28 abreu kernel: sd 1:0:0:0: [sdb] Synchronize Cache(10) 
failed: Result: hostbyte=0x01 driverbyte=DRIVER_OK
Dez 21 10:16:28 abreu kernel: usb 4-1.3: USB disconnect, device number 4
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Read Capacity(10) 
failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Sense not available.
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] 0 512-byte logical 
blocks: (0 B/0 B)
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] 0-byte physical blocks
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Write Protect is off
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Asking for cache data failed
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Assuming drive cache: 
write through
Dez 21 10:16:28 abreu kernel: sd 0:0:0:0: [sda] Attached SCSI disk
[…]
Dez 21 10:19:17 abreu kernel: usb 2-1: new SuperSpeed USB device number 
5 using xhci_hcd
Dez 21 10:19:17 abreu kernel: usb 2-1: New USB device found, 
idVendor=152d, idProduct=0583, bcdDevice=31.06
Dez 21 10:19:17 abreu kernel: usb 2-1: New USB device strings: Mfr=1, 
Product=2, SerialNumber=3
Dez 21 10:19:17 abreu kernel: usb 2-1: Product: USB 3.1 Storage Device
Dez 21 10:19:17 abreu kernel: usb 2-1: Manufacturer: JMicron
Dez 21 10:19:17 abreu kernel: usb 2-1: SerialNumber: DD5641988391D
Dez 21 10:19:17 abreu kernel: usb-storage 2-1:1.0: USB Mass Storage 
device detected
Dez 21 10:19:17 abreu kernel: scsi host0: usb-storage 2-1:1.0
Dez 21 10:19:17 abreu mtp-probe[2771]: checking bus 2, device 5: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1"
Dez 21 10:19:17 abreu mtp-probe[2771]: bus: 2, device: 5 was not an MTP 
device
Dez 21 10:19:17 abreu mtp-probe[2773]: checking bus 2, device 5: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1"
Dez 21 10:19:17 abreu mtp-probe[2773]: bus: 2, device: 5 was not an MTP 
device
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Unit Not Ready
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] ASC=0x44 
<<vendor>>ASCQ=0x81
Dez 21 10:22:08 abreu kernel: INFO: task systemd-journal:386 blocked for 
more than 120 seconds.
Dez 21 10:22:08 abreu kernel:       Tainted: G     U 
6.13.0-rc3-00193-ge9b8ffafd20a #45
Dez 21 10:22:08 abreu kernel: "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dez 21 10:22:08 abreu kernel: task:systemd-journal state:D stack:0 
pid:386   tgid:386   ppid:1      flags:0x00000002
Dez 21 10:22:08 abreu kernel: Call Trace:
Dez 21 10:22:08 abreu kernel:  <TASK>
Dez 21 10:22:08 abreu kernel:  __schedule+0x4d8/0xb80
Dez 21 10:22:08 abreu kernel:  schedule+0x27/0xe0
Dez 21 10:22:08 abreu kernel:  schedule_preempt_disabled+0x15/0x20
Dez 21 10:22:08 abreu kernel:  __mutex_lock.constprop.0+0x442/0x770
Dez 21 10:22:08 abreu kernel:  uevent_show+0xb8/0x130
Dez 21 10:22:08 abreu kernel:  dev_attr_show+0x19/0x40
Dez 21 10:22:08 abreu kernel:  sysfs_kf_seq_show+0xa1/0xe0
Dez 21 10:22:08 abreu kernel:  seq_read_iter+0x118/0x470
Dez 21 10:22:08 abreu kernel:  vfs_read+0x295/0x360
Dez 21 10:22:08 abreu kernel:  ksys_read+0x6c/0xe0
Dez 21 10:22:08 abreu kernel:  do_syscall_64+0x82/0x160
Dez 21 10:22:08 abreu kernel:  ? __do_sys_newfstat+0x64/0x70
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? kmem_cache_free+0x27f/0x500
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? __do_sys_newfstat+0x64/0x70
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  entry_SYSCALL_64_after_hwframe+0x4b/0x53
Dez 21 10:22:08 abreu kernel: RIP: 0033:0x7f081410d49c
Dez 21 10:22:08 abreu kernel: RSP: 002b:00007fffae97bc10 EFLAGS: 
00000246 ORIG_RAX: 0000000000000000
Dez 21 10:22:08 abreu kernel: RAX: ffffffffffffffda RBX: 
0000555b71d91360 RCX: 00007f081410d49c
Dez 21 10:22:08 abreu kernel: RDX: 0000000000001008 RSI: 
0000555b71d91360 RDI: 000000000000001f
Dez 21 10:22:08 abreu kernel: RBP: 000000000000001f R08: 
0000000000000000 R09: 0000555b71d75040
Dez 21 10:22:08 abreu kernel: R10: 00007f08141f1b60 R11: 
0000000000000246 R12: 0000000000001007
Dez 21 10:22:08 abreu kernel: R13: 0000000000001008 R14: 
ffffffffffffffff R15: 0000000000000002
Dez 21 10:22:08 abreu kernel:  </TASK>
Dez 21 10:22:08 abreu kernel: INFO: task fwupd:2041 blocked for more 
than 120 seconds.
Dez 21 10:22:08 abreu kernel:       Tainted: G     U 
6.13.0-rc3-00193-ge9b8ffafd20a #45
Dez 21 10:22:08 abreu kernel: "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dez 21 10:22:08 abreu kernel: task:fwupd           state:D stack:0 
pid:2041  tgid:2041  ppid:1      flags:0x00000002
Dez 21 10:22:08 abreu kernel: Call Trace:
Dez 21 10:22:08 abreu kernel:  <TASK>
Dez 21 10:22:08 abreu kernel:  __schedule+0x4d8/0xb80
Dez 21 10:22:08 abreu kernel:  schedule+0x27/0xe0
Dez 21 10:22:08 abreu kernel:  schedule_preempt_disabled+0x15/0x20
Dez 21 10:22:08 abreu kernel:  __mutex_lock.constprop.0+0x442/0x770
Dez 21 10:22:08 abreu kernel:  uevent_show+0xb8/0x130
Dez 21 10:22:08 abreu kernel:  dev_attr_show+0x19/0x40
Dez 21 10:22:08 abreu kernel:  sysfs_kf_seq_show+0xa1/0xe0
Dez 21 10:22:08 abreu kernel:  seq_read_iter+0x118/0x470
Dez 21 10:22:08 abreu kernel:  vfs_read+0x295/0x360
Dez 21 10:22:08 abreu kernel:  ksys_read+0x6c/0xe0
Dez 21 10:22:08 abreu kernel:  do_syscall_64+0x82/0x160
Dez 21 10:22:08 abreu kernel:  ? __x64_sys_poll+0xc8/0x170
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? kmem_cache_free+0x27f/0x500
Dez 21 10:22:08 abreu kernel:  ? mntput_no_expire+0x4a/0x260
Dez 21 10:22:08 abreu kernel:  ? do_readlinkat+0xc5/0x180
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? do_statx+0x72/0xa0
Dez 21 10:22:08 abreu kernel:  ? kmem_cache_free+0x27f/0x500
Dez 21 10:22:08 abreu kernel:  ? __x64_sys_statx+0xa7/0xf0
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  entry_SYSCALL_64_after_hwframe+0x4b/0x53
Dez 21 10:22:08 abreu kernel: RIP: 0033:0x7fc21b4e049c
Dez 21 10:22:08 abreu kernel: RSP: 002b:00007ffe75e4ad50 EFLAGS: 
00000246 ORIG_RAX: 0000000000000000
Dez 21 10:22:08 abreu kernel: RAX: ffffffffffffffda RBX: 
000055b2dcfc75d0 RCX: 00007fc21b4e049c
Dez 21 10:22:08 abreu kernel: RDX: 0000000000000400 RSI: 
000055b2dcc19830 RDI: 00000000000000ae
Dez 21 10:22:08 abreu kernel: RBP: 000055b2df0f1490 R08: 
0000000000000000 R09: 00007fc21b5c4ac8
Dez 21 10:22:08 abreu kernel: R10: 0000000000000000 R11: 
0000000000000246 R12: ffffffffffffffff
Dez 21 10:22:08 abreu kernel: R13: 000055b2dcdd2250 R14: 
0000000000000000 R15: 0000000000000032
Dez 21 10:22:08 abreu kernel:  </TASK>
Dez 21 10:22:08 abreu kernel: INFO: task (udev-worker):2769 blocked for 
more than 120 seconds.
Dez 21 10:22:08 abreu kernel:       Tainted: G     U 
6.13.0-rc3-00193-ge9b8ffafd20a #45
Dez 21 10:22:08 abreu kernel: "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dez 21 10:22:08 abreu kernel: task:(udev-worker)   state:D stack:0 
pid:2769  tgid:2769  ppid:432    flags:0x00000002
Dez 21 10:22:08 abreu kernel: Call Trace:
Dez 21 10:22:08 abreu kernel:  <TASK>
Dez 21 10:22:08 abreu kernel:  __schedule+0x4d8/0xb80
Dez 21 10:22:08 abreu kernel:  schedule+0x27/0xe0
Dez 21 10:22:08 abreu kernel:  schedule_preempt_disabled+0x15/0x20
Dez 21 10:22:08 abreu kernel:  __mutex_lock.constprop.0+0x442/0x770
Dez 21 10:22:08 abreu kernel:  uevent_show+0xb8/0x130
Dez 21 10:22:08 abreu kernel:  dev_attr_show+0x19/0x40
Dez 21 10:22:08 abreu kernel:  sysfs_kf_seq_show+0xa1/0xe0
Dez 21 10:22:08 abreu kernel:  seq_read_iter+0x118/0x470
Dez 21 10:22:08 abreu kernel:  vfs_read+0x295/0x360
Dez 21 10:22:08 abreu kernel:  ksys_read+0x6c/0xe0
Dez 21 10:22:08 abreu kernel:  do_syscall_64+0x82/0x160
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  entry_SYSCALL_64_after_hwframe+0x4b/0x53
Dez 21 10:22:08 abreu kernel: RIP: 0033:0x7f7d1c6be45d
Dez 21 10:22:08 abreu kernel: RSP: 002b:00007ffd6da2fb58 EFLAGS: 
00000246 ORIG_RAX: 0000000000000000
Dez 21 10:22:08 abreu kernel: RAX: ffffffffffffffda RBX: 
000055a00898d080 RCX: 00007f7d1c6be45d
Dez 21 10:22:08 abreu kernel: RDX: 0000000000001008 RSI: 
000055a00898d080 RDI: 0000000000000011
Dez 21 10:22:08 abreu kernel: RBP: 0000000000000011 R08: 
0000000000000000 R09: 00007f7d1c7a3140
Dez 21 10:22:08 abreu kernel: R10: 000055a008993960 R11: 
0000000000000246 R12: 0000000000001007
Dez 21 10:22:08 abreu kernel: R13: 0000000000001008 R14: 
ffffffffffffffff R15: 0000000000000002
Dez 21 10:22:08 abreu kernel:  </TASK>
Dez 21 10:22:08 abreu kernel: INFO: task (udev-worker):2770 blocked for 
more than 120 seconds.
Dez 21 10:22:08 abreu kernel:       Tainted: G     U 
6.13.0-rc3-00193-ge9b8ffafd20a #45
Dez 21 10:22:08 abreu kernel: "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dez 21 10:22:08 abreu kernel: task:(udev-worker)   state:D stack:0 
pid:2770  tgid:2770  ppid:432    flags:0x00000002
Dez 21 10:22:08 abreu kernel: Call Trace:
Dez 21 10:22:08 abreu kernel:  <TASK>
Dez 21 10:22:08 abreu kernel:  __schedule+0x4d8/0xb80
Dez 21 10:22:08 abreu kernel:  schedule+0x27/0xe0
Dez 21 10:22:08 abreu kernel:  schedule_preempt_disabled+0x15/0x20
Dez 21 10:22:08 abreu kernel:  __mutex_lock.constprop.0+0x442/0x770
Dez 21 10:22:08 abreu kernel:  uevent_show+0xb8/0x130
Dez 21 10:22:08 abreu kernel:  dev_attr_show+0x19/0x40
Dez 21 10:22:08 abreu kernel:  sysfs_kf_seq_show+0xa1/0xe0
Dez 21 10:22:08 abreu kernel:  seq_read_iter+0x118/0x470
Dez 21 10:22:08 abreu kernel:  vfs_read+0x295/0x360
Dez 21 10:22:08 abreu kernel:  ksys_read+0x6c/0xe0
Dez 21 10:22:08 abreu kernel:  do_syscall_64+0x82/0x160
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? kmem_cache_free+0x27f/0x500
Dez 21 10:22:08 abreu kernel:  ? vfs_fstatat+0x75/0xa0
Dez 21 10:22:08 abreu kernel:  ? __do_sys_newfstatat+0x3c/0x70
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? 
arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
Dez 21 10:22:08 abreu kernel:  ? syscall_exit_to_user_mode+0x37/0x1a0
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  ? do_syscall_64+0x8e/0x160
Dez 21 10:22:08 abreu kernel:  entry_SYSCALL_64_after_hwframe+0x4b/0x53
Dez 21 10:22:08 abreu kernel: RIP: 0033:0x7f7d1c6be45d
Dez 21 10:22:08 abreu kernel: RSP: 002b:00007ffd6da2fb58 EFLAGS: 
00000246 ORIG_RAX: 0000000000000000
Dez 21 10:22:08 abreu kernel: RAX: ffffffffffffffda RBX: 
000055a008977280 RCX: 00007f7d1c6be45d
Dez 21 10:22:08 abreu kernel: RDX: 0000000000001008 RSI: 
000055a008977280 RDI: 0000000000000012
Dez 21 10:22:08 abreu kernel: RBP: 0000000000000012 R08: 
0000000000000000 R09: 00007ffd6da2fde8
Dez 21 10:22:08 abreu kernel: R10: 0000000000000000 R11: 
0000000000000246 R12: 0000000000001007
Dez 21 10:22:08 abreu kernel: R13: 0000000000001008 R14: 
ffffffffffffffff R15: 0000000000000002
Dez 21 10:22:08 abreu kernel:  </TASK>
Dez 21 10:22:08 abreu kernel: usb 2-1: USB disconnect, device number 5
Dez 21 10:22:08 abreu kernel: xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr 
cmd failed due to incorrect slot or ep state.
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Read Capacity(10) 
failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Sense not available.
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] 0 512-byte logical 
blocks: (0 B/0 B)
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] 0-byte physical blocks
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Write Protect is off
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Asking for cache data failed
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Assuming drive cache: 
write through
Dez 21 10:22:08 abreu kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Dez 21 10:22:08 abreu systemd-coredump[5647]: Process 386 
(systemd-journal) of user 0 terminated abnormally with signal 6/ABRT, 
processing...
Dez 21 10:22:08 abreu systemd-coredump[5647]: Process 386 
(systemd-journal) of user 0 dumped core.
Dez 21 10:22:08 abreu systemd-coredump[5647]: Coredump diverted to 
/var/lib/systemd/coredump/core.systemd-journal.0.05a680906c62416790aa2d9b90677a90.386.1734772928000000.zst
Dez 21 10:22:08 abreu systemd-coredump[5647]: Module libzstd.so.1 from 
deb libzstd-1.5.6+dfsg-1+b1.amd64
Dez 21 10:22:08 abreu systemd-coredump[5647]: Module libmount.so.1 from 
deb util-linux-2.40.2-12.amd64
Dez 21 10:22:08 abreu systemd-coredump[5647]: Module libblkid.so.1 from 
deb util-linux-2.40.2-12.amd64
Dez 21 10:22:08 abreu systemd-coredump[5647]: Module 
libsystemd-shared-257.so from deb systemd-257.1-2.amd64
Dez 21 10:22:08 abreu systemd-coredump[5647]: Stack trace of thread 386:
Dez 21 10:22:08 abreu systemd-coredump[5647]: #0  0x00007f081410d49c 
__GI___libc_read (libc.so.6 + 0x10349c)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #1  0x00007f08143f0121 
read_virtual_file_fd (libsystemd-shared-257.so + 0x1f0121)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #2  0x00007f08143f0368 
read_virtual_file_at (libsystemd-shared-257.so + 0x1f0368)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #3  0x00007f08144c213b 
device_read_uevent_file (libsystemd-shared-257.so + 0x2c213b)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #4  0x00007f08144c325a 
sd_device_get_devname (libsystemd-shared-257.so + 0x2c325a)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #5  0x0000555b6e97c36e n/a 
(n/a + 0x0)
Dez 21 10:22:08 abreu systemd-coredump[5647]: #6  0x0000000000000016 n/a 
(n/a + 0x0)
Dez 21 10:22:08 abreu systemd-coredump[5647]: ELF object binary 
architecture: AMD x86-64
Dez 21 10:22:08 abreu systemd[1]: systemd-journald.service: Main process 
exited, code=dump
[…]

### Linux 6.12.6-1 (Debian)

Jan 10 18:31:56 abreu kernel: usb 2-1: USB disconnect, device number 2
Jan 10 18:31:56 abreu udisksd[632]: Couldn't find existing drive object 
for device 
/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/host0/target0:0:0/0:0:0:0/block/sda 
(ue
vent action 'change', VPD 'pci-0000:00:14.0')
Jan 10 18:31:57 abreu kernel: usb 2-1: new SuperSpeed USB device number 
3 using xhci_hcd
Jan 10 18:31:58 abreu kernel: usb 2-1: New USB device found, 
idVendor=0781, idProduct=5580, bcdDevice= 0.10
Jan 10 18:31:58 abreu kernel: usb 2-1: New USB device strings: Mfr=1, 
Product=2, SerialNumber=3
Jan 10 18:31:58 abreu kernel: usb 2-1: Product: Extreme
Jan 10 18:31:58 abreu kernel: usb 2-1: Manufacturer: SanDisk
Jan 10 18:31:58 abreu kernel: usb 2-1: SerialNumber: AA010316151450491977
Jan 10 18:31:58 abreu kernel: usb-storage 2-1:1.0: USB Mass Storage 
device detected
Jan 10 18:31:58 abreu kernel: scsi host0: usb-storage 2-1:1.0
Jan 10 18:31:58 abreu mtp-probe[230728]: checking bus 2, device 3: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1"
Jan 10 18:31:58 abreu mtp-probe[230728]: bus: 2, device: 3 was not an 
MTP device
Jan 10 18:31:58 abreu mtp-probe[230730]: checking bus 2, device 3: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1"
Jan 10 18:31:58 abreu mtp-probe[230730]: bus: 2, device: 3 was not an 
MTP device
Jan 10 18:31:59 abreu kernel: scsi 0:0:0:0: Direct-Access     SanDisk 
Extreme          0001 PQ: 0 ANSI: 6
Jan 10 18:31:59 abreu kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jan 10 18:31:59 abreu kernel: sd 0:0:0:0: [sda] 122544516 512-byte 
logical blocks: (62.7 GB/58.4 GiB)
Jan 10 18:31:59 abreu kernel: sd 0:0:0:0: [sda] Write Protect is off
Jan 10 18:31:59 abreu kernel: sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08
Jan 10 18:31:59 abreu kernel: sd 0:0:0:0: [sda] Write cache: disabled, 
read cache: enabled, doesn't support DPO or FUA
Jan 10 18:31:59 abreu kernel:  sda: sda1
Jan 10 18:31:59 abreu kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Jan 10 18:31:59 abreu fwupd[206462]: 17:31:59.184 FuEngine 
failed to add device 
/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/host0/target0:0:0/0:0:0:0/block/sda: 
failed to setup: failed to read version: command fail with status 2, 
senseKey 0x05, asc 0x20, ascq 0x00
Jan 10 18:32:12 abreu kernel: EXT4-fs (sda1): mounted filesystem 
031e1c8a-d3d4-457e-a358-6e48111602cb r/w with ordered data mode. Quota 
mode: none.
Jan 10 18:32:12 abreu udisksd[632]: Mounted /dev/sda1 at 
/media/pmenzel/sandisk on behalf of uid 5272
Jan 10 18:32:27 abreu kernel: EXT4-fs (sda1): unmounting filesystem 
031e1c8a-d3d4-457e-a358-6e48111602cb.
Jan 10 18:32:27 abreu systemd[1]: media-pmenzel-sandisk.mount: 
Deactivated successfully.
Jan 10 18:32:27 abreu udisksd[632]: Cleaning up mount point 
/media/pmenzel/sandisk (device 8:1 is not mounted)
Jan 10 18:32:27 abreu udisksd[632]: Unmounted /dev/sda1 on behalf of uid 
5272
Jan 10 18:32:30 abreu kernel: usb 2-1: USB disconnect, device number 3
Jan 10 18:32:30 abreu kernel: xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr 
cmd failed due to incorrect slot or ep state.
Jan 10 18:32:30 abreu udisksd[632]: Couldn't find existing drive object 
for device 
/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/host0/target0:0:0/0:0:0:0/block/sda 
(uevent action 'change', VPD 'pci-0000:00:14.0')
Jan 10 18:32:33 abreu kernel: usb 2-2: new SuperSpeed USB device number 
4 using xhci_hcd
Jan 10 18:32:33 abreu kernel: usb 2-2: New USB device found, 
idVendor=0781, idProduct=5580, bcdDevice= 0.10
Jan 10 18:32:33 abreu kernel: usb 2-2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=3
Jan 10 18:32:33 abreu kernel: usb 2-2: Product: Extreme
Jan 10 18:32:33 abreu kernel: usb 2-2: Manufacturer: SanDisk
Jan 10 18:32:33 abreu kernel: usb 2-2: SerialNumber: AA010316151450491977
Jan 10 18:32:33 abreu kernel: usb-storage 2-2:1.0: USB Mass Storage 
device detected
Jan 10 18:32:33 abreu kernel: scsi host0: usb-storage 2-2:1.0

[-- Attachment #2: 20250403--dell-xps-13-9360--linux-6.14.0-12966-ga2cc6ff5ec8f--messages.txt --]
[-- Type: text/plain, Size: 122592 bytes --]

[    0.000000] Linux version 6.14.0-12966-ga2cc6ff5ec8f (build@bohemianrhapsody.molgen.mpg.de) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #132 SMP PREEMPT_DYNAMIC Thu Apr  3 16:59:45 CEST 2025
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.14.0-12966-ga2cc6ff5ec8f root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=16M cryptomgr.notests
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000556aafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f872000-0x000000006fffefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000785fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078600000-0x000000007c7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004817fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.4 by American Megatrends
[    0.000000] efi: ACPI=0x6518d000 ACPI 2.0=0x6518d000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x6f812000 ESRT=0x6fc86698 MEMATTR=0x62675018 INITRD=0x5577da98 TPMEventLog=0x65188018 
[    0.000000] efi: Remove mem36: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem37: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem38: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem39: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem40: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell Inc. XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.000000] tsc: Detected 2899.886 MHz TSC
[    0.000587] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000589] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000594] last_pfn = 0x481800 max_arch_pfn = 0x400000000
[    0.000597] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[    0.000599] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000887] last_pfn = 0x78600 max_arch_pfn = 0x400000000
[    0.006876] esrt: Reserving ESRT space from 0x000000006fc86698 to 0x000000006fc866d0.
[    0.006882] Using GB pages for direct mapping
[    0.019208] printk: log buffer data + meta data: 16777216 + 58720256 = 75497472 bytes
[    0.019209] printk: early log buf free: 127384(97%)
[    0.019210] Secure boot disabled
[    0.019211] RAMDISK: [mem 0x514e6000-0x5252afff]
[    0.019215] ACPI: Early table checksum verification disabled
[    0.019217] ACPI: RSDP 0x000000006518D000 000024 (v02 DELL  )
[    0.019220] ACPI: XSDT 0x000000006518D0C8 00010C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.019225] ACPI: FACP 0x00000000651B2A48 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.019228] ACPI: DSDT 0x000000006518D260 0257E7 (v02 DELL   CBX3     01072009 INTL 20160422)
[    0.019230] ACPI: FACS 0x000000006F86F180 000040
[    0.019232] ACPI: APIC 0x00000000651B2B58 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.019234] ACPI: FPDT 0x00000000651B2BE0 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.019236] ACPI: FIDT 0x00000000651B2C28 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.019238] ACPI: MCFG 0x00000000651B2CD8 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.019240] ACPI: HPET 0x00000000651B2D18 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.019241] ACPI: SSDT 0x00000000651B2D50 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.019243] ACPI: BOOT 0x00000000651B30B0 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.019245] ACPI: SSDT 0x00000000651B30D8 0012CF (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.019247] ACPI: HPET 0x00000000651B43A8 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.019249] ACPI: SSDT 0x00000000651B43E0 000D84 (v02 INTEL  xh_rvp07 00000000 INTL 20160422)
[    0.019251] ACPI: UEFI 0x00000000651B5168 000042 (v01                 00000000      00000000)
[    0.019253] ACPI: SSDT 0x00000000651B51B0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.019255] ACPI: LPIT 0x00000000651B6090 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.019257] ACPI: WSMT 0x00000000651B6128 000028 (v01 DELL   CBX3     00000000 MSFT 0000005F)
[    0.019258] ACPI: SSDT 0x00000000651B6150 000161 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.019260] ACPI: SSDT 0x00000000651B62B8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.019262] ACPI: SSDT 0x00000000651B6558 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.019265] ACPI: SSDT 0x00000000651B9560 0000DB (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.019267] ACPI: DBGP 0x00000000651B9640 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.019269] ACPI: DBG2 0x00000000651B9678 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.019271] ACPI: SSDT 0x00000000651B96D0 0007DD (v02 INTEL  UsbCTabl 00001000 INTL 20160422)
[    0.019273] ACPI: SSDT 0x00000000651B9EB0 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[    0.019275] ACPI: SLIC 0x00000000651C23A8 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.019277] ACPI: NHLT 0x00000000651C2520 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.019279] ACPI: BGRT 0x00000000651C2550 000038 (v00                 01072009 AMI  00010013)
[    0.019281] ACPI: TPM2 0x00000000651C2588 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.019282] ACPI: ASF! 0x00000000651C25C0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.019284] ACPI: DMAR 0x00000000651C2660 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.019286] ACPI: Reserving FACP table memory at [mem 0x651b2a48-0x651b2b53]
[    0.019287] ACPI: Reserving DSDT table memory at [mem 0x6518d260-0x651b2a46]
[    0.019288] ACPI: Reserving FACS table memory at [mem 0x6f86f180-0x6f86f1bf]
[    0.019288] ACPI: Reserving APIC table memory at [mem 0x651b2b58-0x651b2bdb]
[    0.019289] ACPI: Reserving FPDT table memory at [mem 0x651b2be0-0x651b2c23]
[    0.019289] ACPI: Reserving FIDT table memory at [mem 0x651b2c28-0x651b2cd3]
[    0.019290] ACPI: Reserving MCFG table memory at [mem 0x651b2cd8-0x651b2d13]
[    0.019290] ACPI: Reserving HPET table memory at [mem 0x651b2d18-0x651b2d4f]
[    0.019291] ACPI: Reserving SSDT table memory at [mem 0x651b2d50-0x651b30a8]
[    0.019292] ACPI: Reserving BOOT table memory at [mem 0x651b30b0-0x651b30d7]
[    0.019292] ACPI: Reserving SSDT table memory at [mem 0x651b30d8-0x651b43a6]
[    0.019293] ACPI: Reserving HPET table memory at [mem 0x651b43a8-0x651b43df]
[    0.019293] ACPI: Reserving SSDT table memory at [mem 0x651b43e0-0x651b5163]
[    0.019294] ACPI: Reserving UEFI table memory at [mem 0x651b5168-0x651b51a9]
[    0.019294] ACPI: Reserving SSDT table memory at [mem 0x651b51b0-0x651b608d]
[    0.019295] ACPI: Reserving LPIT table memory at [mem 0x651b6090-0x651b6123]
[    0.019295] ACPI: Reserving WSMT table memory at [mem 0x651b6128-0x651b614f]
[    0.019296] ACPI: Reserving SSDT table memory at [mem 0x651b6150-0x651b62b0]
[    0.019297] ACPI: Reserving SSDT table memory at [mem 0x651b62b8-0x651b6556]
[    0.019297] ACPI: Reserving SSDT table memory at [mem 0x651b6558-0x651b9559]
[    0.019298] ACPI: Reserving SSDT table memory at [mem 0x651b9560-0x651b963a]
[    0.019298] ACPI: Reserving DBGP table memory at [mem 0x651b9640-0x651b9673]
[    0.019299] ACPI: Reserving DBG2 table memory at [mem 0x651b9678-0x651b96cb]
[    0.019299] ACPI: Reserving SSDT table memory at [mem 0x651b96d0-0x651b9eac]
[    0.019300] ACPI: Reserving SSDT table memory at [mem 0x651b9eb0-0x651c23a0]
[    0.019300] ACPI: Reserving SLIC table memory at [mem 0x651c23a8-0x651c251d]
[    0.019301] ACPI: Reserving NHLT table memory at [mem 0x651c2520-0x651c254c]
[    0.019301] ACPI: Reserving BGRT table memory at [mem 0x651c2550-0x651c2587]
[    0.019302] ACPI: Reserving TPM2 table memory at [mem 0x651c2588-0x651c25bb]
[    0.019303] ACPI: Reserving ASF! table memory at [mem 0x651c25c0-0x651c265f]
[    0.019303] ACPI: Reserving DMAR table memory at [mem 0x651c2660-0x651c274f]
[    0.019420] No NUMA configuration found
[    0.019420] Faking a node at [mem 0x0000000000000000-0x00000004817fffff]
[    0.019428] NODE_DATA(0) allocated [mem 0x47cfd5640-0x47cffffff]
[    0.019609] Zone ranges:
[    0.019610]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.019612]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.019613]   Normal   [mem 0x0000000100000000-0x00000004817fffff]
[    0.019614]   Device   empty
[    0.019615] Movable zone start for each node
[    0.019617] Early memory node ranges
[    0.019617]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.019618]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.019619]   node   0: [mem 0x0000000000100000-0x00000000556aafff]
[    0.019620]   node   0: [mem 0x00000000556ad000-0x0000000064df3fff]
[    0.019620]   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
[    0.019621]   node   0: [mem 0x0000000078000000-0x00000000785fffff]
[    0.019621]   node   0: [mem 0x0000000100000000-0x00000004817fffff]
[    0.019623] Initmem setup node 0 [mem 0x0000000000001000-0x00000004817fffff]
[    0.019627] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.019629] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.019649] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.022180] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.022589] On node 0, zone DMA32: 45579 pages in unavailable ranges
[    0.023093] On node 0, zone Normal: 31232 pages in unavailable ranges
[    0.023340] On node 0, zone Normal: 26624 pages in unavailable ranges
[    0.023347] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[    0.023526] ACPI: PM-Timer IO Port: 0x1808
[    0.023531] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.023532] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.023533] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.023534] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.023560] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.023562] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.023563] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.023566] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.023567] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.023572] e820: update [mem 0x6225f000-0x623ebfff] usable ==> reserved
[    0.023579] TSC deadline timer available
[    0.023583] CPU topo: Max. logical packages:   1
[    0.023584] CPU topo: Max. logical dies:       1
[    0.023584] CPU topo: Max. dies per package:   1
[    0.023587] CPU topo: Max. threads per core:   2
[    0.023588] CPU topo: Num. cores per package:     2
[    0.023588] CPU topo: Num. threads per package:   4
[    0.023589] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.023605] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.023607] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.023608] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.023610] PM: hibernation: Registered nosave memory: [mem 0x556ab000-0x556abfff]
[    0.023610] PM: hibernation: Registered nosave memory: [mem 0x556ac000-0x556acfff]
[    0.023612] PM: hibernation: Registered nosave memory: [mem 0x6225f000-0x623ebfff]
[    0.023613] PM: hibernation: Registered nosave memory: [mem 0x64df4000-0x6517ffff]
[    0.023613] PM: hibernation: Registered nosave memory: [mem 0x65180000-0x651c3fff]
[    0.023614] PM: hibernation: Registered nosave memory: [mem 0x651c4000-0x6f871fff]
[    0.023614] PM: hibernation: Registered nosave memory: [mem 0x6f872000-0x6fffefff]
[    0.023615] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[    0.023617] PM: hibernation: Registered nosave memory: [mem 0x78600000-0x7c7fffff]
[    0.023617] PM: hibernation: Registered nosave memory: [mem 0x7c800000-0xfdffffff]
[    0.023618] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.023618] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.023619] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.023619] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.023619] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.023620] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.023621] [mem 0x7c800000-0xfdffffff] available for PCI devices
[    0.023622] Booting paravirtualized kernel on bare hardware
[    0.023624] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.027812] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.028088] percpu: Embedded 89 pages/cpu s270336 r65536 d28672 u524288
[    0.028093] pcpu-alloc: s270336 r65536 d28672 u524288 alloc=1*2097152
[    0.028095] pcpu-alloc: [0] 0 1 2 3 
[    0.028111] Kernel command line: BOOT_IMAGE=/vmlinuz-6.14.0-12966-ga2cc6ff5ec8f root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=16M cryptomgr.notests
[    0.028172] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.14.0-12966-ga2cc6ff5ec8f", will be passed to user space.
[    0.028200] random: crng init done
[    0.029686] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.030442] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.030492] software IO TLB: area num 4.
[    0.042790] Fallback order for Node 0: 0 
[    0.042793] Built 1 zonelists, mobility grouping on.  Total pages: 4090767
[    0.042794] Policy zone: Normal
[    0.042801] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.049096] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.049098] kmemleak: Kernel memory leak detector disabled
[    0.056225] ftrace: allocating 43234 entries in 170 pages
[    0.056226] ftrace: allocated 170 pages with 4 groups
[    0.056918] Dynamic Preempt: voluntary
[    0.056948] rcu: Preemptible hierarchical RCU implementation.
[    0.056948] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.056950] 	Trampoline variant of Tasks RCU enabled.
[    0.056950] 	Rude variant of Tasks RCU enabled.
[    0.056950] 	Tracing variant of Tasks RCU enabled.
[    0.056951] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.056951] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.056956] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.056957] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.056958] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.060870] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.061079] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.061260] spurious 8259A interrupt: IRQ7.
[    0.061284] Console: colour dummy device 80x25
[    0.061287] printk: legacy console [tty0] enabled
[    0.061321] ACPI: Core revision 20240827
[    0.061467] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.061519] APIC: Switch to symmetric I/O mode setup
[    0.061522] DMAR: Host address width 39
[    0.061523] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.061529] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.061531] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.061534] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.061536] DMAR: RMRR base: 0x00000064ec2000 end: 0x00000064ee1fff
[    0.061540] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[    0.061541] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.061542] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.061544] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.061545] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.061546] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.063163] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.063165] x2apic enabled
[    0.063221] APIC: Switched APIC routing to: cluster x2apic
[    0.067065] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[    0.067070] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[    0.067100] CPU0: Thermal monitoring enabled (TM1)
[    0.067137] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.067139] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
[    0.067142] process: using mwait in idle threads
[    0.067149] Spectre V2 : User space: Vulnerable
[    0.067151] Speculative Store Bypass: Vulnerable
[    0.067155] SRBDS: Vulnerable
[    0.067160] GDS: Vulnerable
[    0.067165] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.067166] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.067167] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.067167] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.067168] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.067169] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.067170] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.067171] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.067172] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.071069] Freeing SMP alternatives memory: 40K
[    0.071069] pid_max: default: 32768 minimum: 301
[    0.071069] LSM: initializing lsm=capability,landlock,apparmor,bpf
[    0.071069] landlock: Up and running.
[    0.071069] AppArmor: AppArmor initialized
[    0.071069] LSM support for eBPF active
[    0.071069] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.071069] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.071069] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.071069] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.071069] ... version:                4
[    0.071069] ... bit width:              48
[    0.071069] ... generic registers:      4
[    0.071069] ... value mask:             0000ffffffffffff
[    0.071069] ... max period:             00007fffffffffff
[    0.071069] ... fixed-purpose events:   3
[    0.071069] ... event mask:             000000070000000f
[    0.071069] signal: max sigframe size: 1616
[    0.071069] Estimated ratio of average max frequency by base frequency (times 1024): 1235
[    0.071069] rcu: Hierarchical SRCU implementation.
[    0.071069] rcu: 	Max phase no-delay instances is 1000.
[    0.071069] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.071069] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.071069] smp: Bringing up secondary CPUs ...
[    0.071069] smpboot: x86: Booting SMP configuration:
[    0.071069] .... node  #0, CPUs:      #1 #2 #3
[    0.071069] smp: Brought up 1 node, 4 CPUs
[    0.071069] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[    0.091288] node 0 deferred pages initialised in 24ms
[    0.092359] Memory: 15861884K/16363068K available (14286K kernel code, 2583K rwdata, 10312K rodata, 2912K init, 6228K bss, 490444K reserved, 0K cma-reserved)
[    0.092359] devtmpfs: initialized
[    0.092359] x86/mm: Memory block size: 128MB
[    0.092359] ACPI: PM: Registering ACPI NVS region [mem 0x556ab000-0x556abfff] (4096 bytes)
[    0.092359] ACPI: PM: Registering ACPI NVS region [mem 0x651c4000-0x6f871fff] (174776320 bytes)
[    0.095666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.095666] posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.095666] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.095666] pinctrl core: initialized pinctrl subsystem
[    0.095666] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.095798] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.095905] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.096027] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.096042] audit: initializing netlink subsys (disabled)
[    0.096058] audit: type=2000 audit(1743698552.000:1): state=initialized audit_enabled=0 res=1
[    0.096058] thermal_sys: Registered thermal governor 'fair_share'
[    0.096058] thermal_sys: Registered thermal governor 'bang_bang'
[    0.096058] thermal_sys: Registered thermal governor 'step_wise'
[    0.096058] thermal_sys: Registered thermal governor 'user_space'
[    0.096058] thermal_sys: Registered thermal governor 'power_allocator'
[    0.096058] cpuidle: using governor ladder
[    0.096058] cpuidle: using governor menu
[    0.096058] Simple Boot Flag at 0x47 set to 0x80
[    0.096058] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.096058] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.096058] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.096058] PCI: Using configuration type 1 for base access
[    0.096058] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.096058] HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
[    0.096058] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.096058] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.096058] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.096058] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.096058] ACPI: Added _OSI(Module Device)
[    0.096058] ACPI: Added _OSI(Processor Device)
[    0.096058] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.096058] ACPI: Added _OSI(Processor Aggregator Device)
[    0.133869] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.138874] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.143802] ACPI: Dynamic OEM Table Load:
[    0.143808] ACPI: SSDT 0xFFFF9E3B022D4C00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.144602] ACPI: Dynamic OEM Table Load:
[    0.144606] ACPI: SSDT 0xFFFF9E3B01AC1800 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.146025] ACPI: Dynamic OEM Table Load:
[    0.146030] ACPI: SSDT 0xFFFF9E3B01AC7000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.147878] ACPI: Dynamic OEM Table Load:
[    0.147882] ACPI: SSDT 0xFFFF9E3B013D6000 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.150292] ACPI: EC: EC started
[    0.150293] ACPI: EC: interrupt blocked
[    0.155187] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.155189] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.155190] ACPI: Interpreter enabled
[    0.155224] ACPI: PM: (supports S0 S3 S4 S5)
[    0.155225] ACPI: Using IOAPIC for interrupt routing
[    0.155268] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.155269] PCI: Using E820 reservations for host bridge windows
[    0.155787] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.157926] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[    0.158181] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[    0.158433] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[    0.158686] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[    0.159264] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[    0.159516] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[    0.160120] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[    0.160374] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[    0.160625] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[    0.160875] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[    0.161126] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[    0.161384] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[    0.161646] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[    0.161897] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[    0.162149] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[    0.162399] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[    0.162648] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[    0.163698] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[    0.163949] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[    0.164202] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[    0.183071] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.183071] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.183071] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.183139] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    0.183140] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.183863] PCI host bridge to bus 0000:00
[    0.183866] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.183868] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.183870] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.183871] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xdfffffff window]
[    0.183873] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.183874] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.183889] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 conventional PCI endpoint
[    0.183954] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.183967] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[    0.183969] pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.183970] pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
[    0.183980] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.184104] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[    0.184119] pci 0000:00:04.0: BAR 0 [mem 0xdc420000-0xdc427fff 64bit]
[    0.184353] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[    0.184385] pci 0000:00:14.0: BAR 0 [mem 0xdc410000-0xdc41ffff 64bit]
[    0.184416] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.184861] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[    0.184890] pci 0000:00:14.2: BAR 0 [mem 0xdc434000-0xdc434fff 64bit]
[    0.184987] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 conventional PCI endpoint
[    0.185038] pci 0000:00:15.0: BAR 0 [mem 0xdc433000-0xdc433fff 64bit]
[    0.185327] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 conventional PCI endpoint
[    0.185378] pci 0000:00:15.1: BAR 0 [mem 0xdc432000-0xdc432fff 64bit]
[    0.185650] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[    0.185678] pci 0000:00:16.0: BAR 0 [mem 0xdc431000-0xdc431fff 64bit]
[    0.185706] pci 0000:00:16.0: PME# supported from D3hot
[    0.186004] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 PCIe Root Port
[    0.186020] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.186024] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.186030] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.186071] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.186449] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[    0.186465] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.186469] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xdc1fffff]
[    0.186519] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.186887] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400 PCIe Root Port
[    0.186903] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[    0.186907] pci 0000:00:1c.5:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.186954] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.187333] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 PCIe Root Port
[    0.187348] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.187351] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.187400] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.187789] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 conventional PCI endpoint
[    0.188044] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[    0.188080] pci 0000:00:1f.2: BAR 0 [mem 0xdc42c000-0xdc42ffff]
[    0.188255] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 conventional PCI endpoint
[    0.188299] pci 0000:00:1f.3: BAR 0 [mem 0xdc428000-0xdc42bfff 64bit]
[    0.188305] pci 0000:00:1f.3: BAR 4 [mem 0xdc400000-0xdc40ffff 64bit]
[    0.188342] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.188865] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[    0.188997] pci 0000:00:1f.4: BAR 0 [mem 0xdc430000-0xdc4300ff 64bit]
[    0.189007] pci 0000:00:1f.4: BAR 4 [io  0xf040-0xf05f]
[    0.189255] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.191071] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000 PCIe Endpoint
[    0.191071] pci 0000:3a:00.0: BAR 0 [mem 0xdc000000-0xdc1fffff 64bit]
[    0.191071] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[    0.192417] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.192501] pci 0000:3b:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
[    0.192545] pci 0000:3b:00.0: BAR 1 [mem 0xdc300000-0xdc300fff]
[    0.192624] pci 0000:3b:00.0: supports D1 D2
[    0.192625] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.192919] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[    0.193000] pci 0000:3c:00.0: [1c5c:1284] type 00 class 0x010802 PCIe Endpoint
[    0.193039] pci 0000:3c:00.0: BAR 0 [mem 0xdc200000-0xdc203fff 64bit]
[    0.193119] pci 0000:3c:00.0: PME# supported from D0 D1 D3hot
[    0.193419] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.196328] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.196328] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.196328] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.196328] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.196328] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.196328] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.196328] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.196328] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.206732] ACPI: EC: interrupt unblocked
[    0.206733] ACPI: EC: event unblocked
[    0.207070] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.207070] ACPI: EC: GPE=0x14
[    0.207070] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.207070] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.207085] iommu: Default domain type: Translated
[    0.207085] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.207214] pps_core: LinuxPPS API ver. 1 registered
[    0.207215] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.207218] PTP clock support registered
[    0.207229] EDAC MC: Ver: 3.0.0
[    0.207629] efivars: Registered efivars operations
[    0.207654] NetLabel: Initializing
[    0.207654] NetLabel:  domain hash size = 128
[    0.207654] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.207654] NetLabel:  unlabeled traffic allowed by default
[    0.207654] PCI: Using ACPI for IRQ routing
[    0.231210] PCI: pci_cache_line_size set to 64 bytes
[    0.231590] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.231592] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.231593] e820: reserve RAM buffer [mem 0x556ab000-0x57ffffff]
[    0.231594] e820: reserve RAM buffer [mem 0x6225f000-0x63ffffff]
[    0.231595] e820: reserve RAM buffer [mem 0x64df4000-0x67ffffff]
[    0.231596] e820: reserve RAM buffer [mem 0x78600000-0x7bffffff]
[    0.231597] e820: reserve RAM buffer [mem 0x481800000-0x483ffffff]
[    0.231628] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.231628] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.231628] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.231628] vgaarb: loaded
[    0.231628] clocksource: Switched to clocksource tsc-early
[    0.231636] VFS: Disk quotas dquot_6.6.0
[    0.231645] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.231681] AppArmor: AppArmor Filesystem Enabled
[    0.231693] pnp: PnP ACPI init
[    0.231899] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.231902] system 00:00: [io  0xffff] has been reserved
[    0.231903] system 00:00: [io  0xffff] has been reserved
[    0.231904] system 00:00: [io  0xffff] has been reserved
[    0.231905] system 00:00: [io  0x1800-0x18fe] could not be reserved
[    0.231907] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.232324] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.232326] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.232327] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.232329] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.232330] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.232331] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.232333] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.232334] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.232335] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.232337] system 00:04: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.232372] system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.232374] system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.232375] system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.232376] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.232378] system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.232379] system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.232381] system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.232636] system 00:06: [io  0xff00-0xfffe] has been reserved
[    0.233582] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.233585] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.238278] pnp: PnP ACPI: found 8 devices
[    0.243655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.243704] NET: Registered PF_INET protocol family
[    0.243813] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.254463] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.254482] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.254548] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.254747] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.254943] TCP: Hash tables configured (established 131072 bind 65536)
[    0.255012] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.255078] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.255145] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.255223] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.255228] NET: Registered PF_XDP protocol family
[    0.255237] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-39] add_size 1000
[    0.255247] pci 0000:00:1c.0: bridge window [io  0x2000-0x2fff]: assigned
[    0.255251] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.255253] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.255256] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.255259] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.255263] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.255265] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xdc1fffff]
[    0.255270] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[    0.255273] pci 0000:00:1c.5:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.255278] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.255280] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.255285] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.255287] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.255288] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[    0.255289] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xdfffffff window]
[    0.255290] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.255291] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.255292] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.255293] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.255295] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[    0.255296] pci_bus 0000:3b: resource 1 [mem 0xdc300000-0xdc3fffff]
[    0.255297] pci_bus 0000:3c: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.255873] PCI: CLS 0 bytes, default 64
[    0.255916] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[    0.256054] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[    0.256180] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[    0.256184] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[    0.256202] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.256204] software IO TLB: mapped [mem 0x000000005e25f000-0x000000006225f000] (64MB)
[    0.256240] Unpacking initramfs...
[    0.256260] sgx: EPC section 0x70200000-0x75f7ffff
[    0.256798] sgx: SGX disabled: SGX launch control CPU feature is not available, /dev/sgx_enclave disabled.
[    0.257320] Initialise system trusted keyrings
[    0.257331] Key type blacklist registered
[    0.257463] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.257756] fuse: init (API version 7.43)
[    0.289099] Freeing initrd memory: 16660K
[    0.291743] alg: self-tests disabled
[    0.296354] Key type asymmetric registered
[    0.296357] Asymmetric key parser 'x509' registered
[    0.296383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.296409] io scheduler mq-deadline registered
[    0.296962] ledtrig-cpu: registered to indicate activity on CPUs
[    0.299583] thermal LNXTHERM:00: registered as thermal_zone0
[    0.299585] ACPI: thermal: Thermal Zone [THM] (25 C)
[    0.299718] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.300203] hpet_acpi_add: no address or irqs in _CRS
[    0.311841] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[    0.346743] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.347080] i8042: Warning: Keylock active
[    0.349355] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.349359] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.349454] mousedev: PS/2 mouse device common for all mice
[    0.349467] rtc_cmos 00:01: RTC can wake from S4
[    0.350159] rtc_cmos 00:01: registered as rtc0
[    0.350316] rtc_cmos 00:01: setting system clock to 2025-04-03T16:42:32 UTC (1743698552)
[    0.350339] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.350439] intel_pstate: Intel P-state driver initializing
[    0.350613] intel_pstate: HWP enabled
[    0.350901] efifb: probing for efifb
[    0.350912] efifb: framebuffer at 0x90000000, using 22500k, total 22500k
[    0.350913] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[    0.350914] efifb: scrolling: redraw
[    0.350915] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.350982] Console: switching to colour frame buffer device 200x56
[    0.353541] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.353558] fb0: EFI VGA frame buffer device
[    0.353868] NET: Registered PF_INET6 protocol family
[    0.356679] Segment Routing with IPv6
[    0.356692] In-situ OAM (IOAM) with IPv6
[    0.356721] mip6: Mobile IPv6
[    0.356724] NET: Registered PF_PACKET protocol family
[    0.356747] mpls_gso: MPLS GSO support
[    0.356963] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.356992] microcode: Current revision: 0x000000f6
[    0.356993] microcode: Updated early from: 0x000000f0
[    0.357051] IPI shorthand broadcast: enabled
[    0.358037] sched_clock: Marking stable (352002098, 5862463)->(370510142, -12645581)
[    0.358178] registered taskstats version 1
[    0.358253] Loading compiled-in X.509 certificates
[    0.359824] Demotion targets for Node 0: null
[    0.359895] Key type .fscrypt registered
[    0.359896] Key type fscrypt-provisioning registered
[    0.363994] cryptd: no symbol version for this_cpu_off
[    0.364353] cryptd: max_cpu_qlen set to 1000
[    0.371291] Key type encrypted registered
[    0.371297] AppArmor: AppArmor sha256 policy hashing enabled
[    0.371669] RAS: Correctable Errors collector initialized.
[    0.374495] clk: Disabling unused clocks
[    0.375300] Freeing unused decrypted memory: 2036K
[    0.375709] Freeing unused kernel image (initmem) memory: 2912K
[    0.375732] Write protecting the kernel read-only data: 26624k
[    0.375925] Freeing unused kernel image (text/rodata gap) memory: 48K
[    0.376301] Freeing unused kernel image (rodata/data gap) memory: 1976K
[    0.387513] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.387533] Run /init as init process
[    0.387535]   with arguments:
[    0.387536]     /init
[    0.387536]   with environment:
[    0.387537]     HOME=/
[    0.387538]     TERM=linux
[    0.387538]     BOOT_IMAGE=/vmlinuz-6.14.0-12966-ga2cc6ff5ec8f
[    0.480150] nvme nvme0: pci function 0000:3c:00.0
[    0.500849] nvme nvme0: 4/0/0 default/read/poll queues
[    0.506814]  nvme0n1: p1 p2 p3 p4
[    0.561220] device-mapper: uevent: version 1.0.3
[    0.561434] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[    1.286127] tsc: Refined TSC clocksource calibration: 2904.007 MHz
[    1.286152] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc0c50045, max_idle_ns: 440795208304 ns
[    1.286218] clocksource: Switched to clocksource tsc
[   15.049946] PM: Image not found (code -22)
[   15.110657] EXT4-fs (dm-0): mounted filesystem 32e29882-d94d-4a92-9ee4-4d03002bfa29 ro with ordered data mode. Quota mode: none.
[   15.224990] systemd[1]: Inserted module 'autofs4'
[   15.263900] systemd[1]: systemd 257.4-9 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[   15.263916] systemd[1]: Detected architecture x86-64.
[   15.266878] systemd[1]: Hostname set to <abreu>.
[   15.558174] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[   15.608135] systemd-sysv-generator[460]: SysV service '/etc/init.d/xl2tpd' lacks a native systemd unit file, automatically generating a unit file for compatibility.
[   15.608139] systemd-sysv-generator[460]: Please update package to include a native systemd unit file.
[   15.608140] systemd-sysv-generator[460]: ! This compatibility logic is deprecated, expect removal soon. !
[   15.713103] systemd[1]: Queued start job for default target graphical.target.
[   15.739107] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   15.739544] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   15.739904] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[   15.740262] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   15.740486] systemd[1]: Created slice user.slice - User and Session Slice.
[   15.740550] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[   15.740594] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   15.740774] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   15.740797] systemd[1]: Expecting device dev-disk-by\x2ddiskseq-1\x2dpart4.device - /dev/disk/by-diskseq/1-part4...
[   15.740805] systemd[1]: Expecting device dev-disk-by\x2duuid-2d23fd4c\x2d5d03\x2d4e1a\x2d8a42\x2d0e859d1f00d8.device - /dev/disk/by-uuid/2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8...
[   15.740813] systemd[1]: Expecting device dev-disk-by\x2duuid-61be8f50\x2d69c5\x2d49a5\x2dbcad\x2d3f4521e9c7b5.device - /dev/disk/by-uuid/61be8f50-69c5-49a5-bcad-3f4521e9c7b5...
[   15.740826] systemd[1]: Expecting device dev-disk-by\x2duuid-96BD\x2d5653.device - /dev/disk/by-uuid/96BD-5653...
[   15.740856] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   15.740883] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[   15.740895] systemd[1]: Reached target paths.target - Path Units.
[   15.740913] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[   15.740924] systemd[1]: Reached target slices.target - Slice Units.
[   15.740961] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   15.742581] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   15.743732] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[   15.743858] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   15.743947] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[   15.744070] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[   15.744129] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   15.744152] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   15.744245] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   15.744309] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   15.745787] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   15.746576] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   15.747887] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[   15.749049] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   15.754360] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   15.757674] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   15.760062] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   15.764497] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   15.771131] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[   15.774679] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   15.774783] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[   15.774866] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[   15.778138] systemd[1]: Starting systemd-journald.service - Journal Service...
[   15.783075] pstore: Using crash dump compression: deflate
[   15.785216] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   15.785253] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   15.790048] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   15.790123] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   15.794818] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[   15.795976] pstore: Registered efi_pstore as persistent store backend
[   15.801969] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   15.804369] ACPI: bus type drm_connector registered
[   15.806327] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   15.806434] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   15.806942] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[   15.807011] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[   15.807092] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[   15.807364] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[   15.807635] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   15.807805] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[   15.808036] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   15.808200] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[   15.808427] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   15.808536] lp: driver loaded but no devices found
[   15.808591] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[   15.808812] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   15.808961] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[   15.811518] ppdev: user-space parallel port driver
[   15.812656] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[   15.814485] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[   15.818391] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[   15.819478] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[   15.820054] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[   15.823306] systemd-journald[474]: Collecting audit messages is disabled.
[   15.824129] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[   15.830055] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[   15.830940] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[   15.833305] EXT4-fs (dm-0): re-mounted 32e29882-d94d-4a92-9ee4-4d03002bfa29 r/w.
[   15.834643] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[   15.835008] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[   15.835058] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[   15.836147] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[   15.836173] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   15.843065] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[   15.843614] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[   15.843752] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[   15.846007] systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization...
[   15.847624] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[   15.855821] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[   15.859166] systemd[1]: Started systemd-journald.service - Journal Service.
[   15.873667] systemd-journald[474]: Received client request to flush runtime journal.
[   16.020159] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9
[   16.034708] wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQBC data block query control method not found
[   16.035748] ACPI: button: Lid Switch [LID0]
[   16.035812] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input10
[   16.036219] ACPI: button: Power Button [PBTN]
[   16.036436] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input11
[   16.037216] ACPI: AC: AC Adapter [AC] (on-line)
[   16.041967] intel_pmc_core INT33A1:00:  initialized
[   16.042233] ACPI: button: Sleep Button [SBTN]
[   16.042980] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input12
[   16.043645] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input13
[   16.044635] ACPI: button: Power Button [PWRF]
[   16.081560] hid: raw HID events driver (C) Jiri Kosina
[   16.082441] ACPI: battery: Slot [BAT0] (battery present)
[   16.091393] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[   16.091604] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   16.098991] input: Intel HID events as /devices/platform/INT33D5:00/input/input15
[   16.100216] ACPI: bus type USB registered
[   16.100246] rtsx_pci 0000:3b:00.0: enabling device (0000 -> 0002)
[   16.100362] usbcore: registered new interface driver usbfs
[   16.100846] usbcore: registered new interface driver hub
[   16.100865] usbcore: registered new device driver usb
[   16.100947] intel-hid INT33D5:00: platform supports 5 button array
[   16.105614] Adding 8387904k swap on /dev/nvme0n1p4.  Priority:-2 extents:1 across:8387904k SS
[   16.111323] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input16
[   16.131307] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   16.134490] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   16.134508] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   16.139106] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   16.139117] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   16.140327] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[   16.161476] input: PC Speaker as /devices/platform/pcspkr/input/input17
[   16.167837] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   16.167853] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   16.167857] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   16.167981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[   16.167985] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.167987] usb usb1: Product: xHCI Host Controller
[   16.167989] usb usb1: Manufacturer: Linux 6.14.0-12966-ga2cc6ff5ec8f xhci-hcd
[   16.167990] usb usb1: SerialNumber: 0000:00:14.0
[   16.168529] hub 1-0:1.0: USB hub found
[   16.168740] hub 1-0:1.0: 12 ports detected
[   16.169031] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   16.172572] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   16.172709] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   16.175061] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[   16.175610] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[   16.175613] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.175615] usb usb2: Product: xHCI Host Controller
[   16.175616] usb usb2: Manufacturer: Linux 6.14.0-12966-ga2cc6ff5ec8f xhci-hcd
[   16.175617] usb usb2: SerialNumber: 0000:00:14.0
[   16.175859] hub 2-0:1.0: USB hub found
[   16.175893] hub 2-0:1.0: 6 ports detected
[   16.204679] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[   16.206119] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   16.207620] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   16.207624] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   16.207626] RAPL PMU: hw unit of domain package 2^-14 Joules
[   16.207627] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   16.207628] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   16.207629] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   16.214222] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   16.226035] intel_rapl_common: Found RAPL domain package
[   16.226039] intel_rapl_common: Found RAPL domain dram
[   16.421909] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[   16.559245] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[   16.559248] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   16.652441] intel_rapl_common: Found RAPL domain package
[   16.652445] intel_rapl_common: Found RAPL domain core
[   16.652447] intel_rapl_common: Found RAPL domain uncore
[   16.652448] intel_rapl_common: Found RAPL domain dram
[   16.652450] intel_rapl_common: Found RAPL domain psys
[   16.656721] stackdepot: allocating hash table of 1048576 entries via kvcalloc
[   16.659560] i915 0000:00:02.0: [drm] Found kabylake/ult (device ID 5916) integrated display version 9.00 stepping B0
[   16.661049] iTCO_vendor_support: vendor-support=0
[   16.663813] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   16.664386] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   16.666254] Console: switching to colour dummy device 80x25
[   16.666512] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[   16.666818] i915 0000:00:02.0: vgaarb: deactivate vga console
[   16.668971] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   16.670786] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   16.678040] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[   16.683145] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   16.684402] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   16.759987] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[   16.775764] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   16.794808] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   16.798609] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18
[   16.813933] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[   16.816422] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[   16.816426] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[   16.816428] usb 1-4: Product: Touchscreen
[   16.816430] usb 1-4: Manufacturer: ELAN
[   16.845611] EXT4-fs (nvme0n1p2): mounted filesystem 2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8 r/w with ordered data mode. Quota mode: none.
[   16.856202] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19
[   16.871750] snd_hda_codec_realtek hdaudioC0D0: ALC3246: picked fixup  (pin match)
[   16.890330] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-4/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input20
[   16.891245] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-4/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input21
[   16.891472] hid-generic 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[   16.906413] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   16.906419] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   16.906421] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   16.906423] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   16.906425] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   16.906426] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   16.906428] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   16.906429] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[   16.917073] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[   16.917079] ath10k_pci 0000:3a:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[   16.917167] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1-00309- api 6 features wowlan,ignore-otp,mfp crc32 0793bcf2
[   16.933890] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[   16.936855] ACPI: battery: new hook: Dell Primary Battery Extension
[   16.963692] audit: type=1400 audit(1743698569.107:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=646 comm="apparmor_parser"
[   16.963986] audit: type=1400 audit(1743698569.107:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=644 comm="apparmor_parser"
[   16.964283] audit: type=1400 audit(1743698569.107:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=645 comm="apparmor_parser"
[   16.964995] audit: type=1400 audit(1743698569.107:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=643 comm="apparmor_parser"
[   16.968725] audit: type=1400 audit(1743698569.111:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=649 comm="apparmor_parser"
[   16.968732] audit: type=1400 audit(1743698569.111:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=650 comm="apparmor_parser"
[   16.969269] audit: type=1400 audit(1743698569.111:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=651 comm="apparmor_parser"
[   16.971477] audit: type=1400 audit(1743698569.115:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=654 comm="apparmor_parser"
[   16.971769] audit: type=1400 audit(1743698569.115:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=652 comm="apparmor_parser"
[   16.971837] audit: type=1400 audit(1743698569.115:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=653 comm="apparmor_parser"
[   16.986821] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[   17.004781] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-4/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input24
[   17.005034] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-4/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input25
[   17.005999] hid-multitouch 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[   17.094061] ath10k_pci 0000:3a:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   17.120580] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[   17.120983] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[   17.121170] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[   17.121216] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[   17.121264] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[   17.164011] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[   17.164017] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[   17.164019] usb 1-5: Product: Integrated_Webcam_HD
[   17.164021] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[   17.171941] ath: EEPROM regdomain: 0x6c
[   17.171945] ath: EEPROM indicates we should expect a direct regpair map
[   17.171948] ath: Country alpha2 being used: 00
[   17.171949] ath: Regpair used: 0x6c
[   17.232158] nvme nvme0: using unchecked data buffer
[   17.280630] mc: Linux media interface: v0.10
[   17.292510] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input31
[   17.292734] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input32
[   17.292858] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input33
[   17.293033] hid-multitouch 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[   17.293075] usbcore: registered new interface driver usbhid
[   17.293077] usbhid: USB HID core driver
[   17.335097] Bluetooth: Core ver 2.22
[   17.335119] NET: Registered PF_BLUETOOTH protocol family
[   17.335120] Bluetooth: HCI device and connection manager initialized
[   17.335125] Bluetooth: HCI socket layer initialized
[   17.335127] Bluetooth: L2CAP socket layer initialized
[   17.335131] Bluetooth: SCO socket layer initialized
[   17.358078] videodev: Linux video capture interface: v2.00
[   17.365979] usbcore: registered new interface driver btusb
[   17.371112] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[   17.371117] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[   17.381526] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[   17.733878] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[   17.759565] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   18.158046] usbcore: registered new interface driver uvcvideo
[   20.636568] rfkill: input handler disabled
[   23.274346] wlan0: authenticate with 88:71:b1:81:93:1b (local address=9c:b6:d0:d1:6a:b1)
[   23.274351] wlan0: send auth to 88:71:b1:81:93:1b (try 1/3)
[   23.275838] wlan0: authenticated
[   23.277901] wlan0: associate with 88:71:b1:81:93:1b (try 1/3)
[   23.311678] wlan0: RX AssocResp from 88:71:b1:81:93:1b (capab=0x1011 status=0 aid=1)
[   23.314268] wlan0: associated
[   23.362160] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 88:71:b1:81:93:1b
[   26.237123] rfkill: input handler enabled
[   27.991665] rfkill: input handler disabled
[   29.985485] SCSI subsystem initialized
[   35.566938] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[   35.566969] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   35.566979] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[   35.566990] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   35.567002] pci 0000:01:00.0: enabling Extended Tags
[   35.567394] pci 0000:01:00.0: supports D1 D2
[   35.567396] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   35.567479] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[   35.633772] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   35.633814] pci 0000:02:00.0: PCI bridge to [bus 03]
[   35.633825] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[   35.633852] pci 0000:02:00.0: enabling Extended Tags
[   35.634798] pci 0000:02:00.0: supports D1 D2
[   35.634808] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   35.635770] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   35.635802] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   35.635813] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[   35.635825] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   35.635841] pci 0000:02:01.0: enabling Extended Tags
[   35.636466] pci 0000:02:01.0: supports D1 D2
[   35.636469] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[   35.636717] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   35.636749] pci 0000:02:02.0: PCI bridge to [bus 39]
[   35.636759] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[   35.636784] pci 0000:02:02.0: enabling Extended Tags
[   35.636883] pci 0000:02:02.0: supports D1 D2
[   35.636885] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[   35.637093] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   35.637169] pci 0000:02:00.0: PCI bridge to [bus 03]
[   35.637233] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   35.637343] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[   35.637404] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[   35.637424] pci 0000:39:00.0: enabling Extended Tags
[   35.637550] pci 0000:39:00.0: supports D1 D2
[   35.637552] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   35.637816] pci 0000:02:02.0: PCI bridge to [bus 39]
[   35.637858] pci_bus 0000:02: Allocating resources
[   35.637882] pci 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   35.637886] pci 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   35.637889] pci 0000:01:00.0: Assigned bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] to [bus 02-39] cannot fit 0x200000 required for 0000:02:02.0 bridging to [bus 39]
[   35.637894] pci 0000:02:02.0: bridge window [mem 0x00000000 64bit pref] to [bus 39] requires relaxed alignment rules
[   35.637897] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   35.637900] pci 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[   35.637905] pci 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   35.637907] pci 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   35.637910] pci 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   35.637912] pci 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   35.637916] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   35.637918] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   35.637920] pci 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   35.637922] pci 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   35.637924] pci 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   35.637926] pci 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   35.637929] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   35.637931] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   35.637934] pci 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   35.637936] pci 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   35.637938] pci 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   35.637939] pci 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   35.637942] pci 0000:02:00.0: PCI bridge to [bus 03]
[   35.637947] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[   35.637957] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   35.637962] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[   35.637966] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   35.637974] pci 0000:02:02.0: PCI bridge to [bus 39]
[   35.637979] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[   35.637987] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   35.637992] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[   35.637997] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   35.638807] xhci_hcd 0000:39:00.0: xHCI Host Controller
[   35.638814] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[   35.642170] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[   35.644462] xhci_hcd 0000:39:00.0: xHCI Host Controller
[   35.644999] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[   35.645004] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[   35.645047] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[   35.645050] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   35.645052] usb usb3: Product: xHCI Host Controller
[   35.645054] usb usb3: Manufacturer: Linux 6.14.0-12966-ga2cc6ff5ec8f xhci-hcd
[   35.645056] usb usb3: SerialNumber: 0000:39:00.0
[   35.646465] hub 3-0:1.0: USB hub found
[   35.646476] hub 3-0:1.0: 2 ports detected
[   35.647885] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[   35.647890] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   35.647892] usb usb4: Product: xHCI Host Controller
[   35.647894] usb usb4: Manufacturer: Linux 6.14.0-12966-ga2cc6ff5ec8f xhci-hcd
[   35.647896] usb usb4: SerialNumber: 0000:39:00.0
[   35.648023] hub 4-0:1.0: USB hub found
[   35.648036] hub 4-0:1.0: 2 ports detected
[   35.659633] pci_bus 0000:02: Allocating resources
[   35.659663] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   35.659668] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   35.659671] pcieport 0000:01:00.0: Assigned bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] to [bus 02-39] cannot fit 0x200000 required for 0000:02:02.0 bridging to [bus 39]
[   35.659675] pcieport 0000:02:02.0: bridge window [mem 0x00000000 64bit pref] to [bus 39] requires relaxed alignment rules
[   35.659677] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   35.659681] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[   35.659685] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   35.659688] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   35.659690] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   35.659692] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   35.659697] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   35.659699] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   35.659702] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   35.659704] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   35.659706] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   35.659708] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   35.659711] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   35.659713] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   35.659716] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   35.659717] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   35.659718] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   35.659720] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   35.897882] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[   36.036218] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[   36.036224] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   36.036227] usb 3-1: Product: USB2.0 Hub             
[   36.036228] usb 3-1: Manufacturer: VIA Labs, Inc.         
[   36.036230] usb 3-1: SerialNumber: 000000000
[   36.043071] hub 3-1:1.0: USB hub found
[   36.043241] hub 3-1:1.0: 5 ports detected
[   36.165964] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[   36.210605] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[   36.210610] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   36.210612] usb 4-1: Product: USB3.0 Hub             
[   36.210613] usb 4-1: Manufacturer: VIA Labs, Inc.         
[   36.210614] usb 4-1: SerialNumber: 000000000
[   36.211910] hub 4-1:1.0: USB hub found
[   36.211991] hub 4-1:1.0: 4 ports detected
[   36.744017] wlan0: deauthenticating from 88:71:b1:81:93:1b by local choice (Reason: 3=DEAUTH_LEAVING)
[   36.773921] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[   36.912399] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[   36.912405] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   36.912407] usb 3-1.1: Product: USB2.0 Hub             
[   36.912409] usb 3-1.1: Manufacturer: VIA Labs, Inc.         
[   36.912410] usb 3-1.1: SerialNumber: 000000000
[   36.913730] hub 3-1.1:1.0: USB hub found
[   36.913940] hub 3-1.1:1.0: 4 ports detected
[   37.009886] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[   37.065902] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[   37.065909] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   37.065911] usb 4-1.1: Product: USB3.0 Hub             
[   37.065913] usb 4-1.1: Manufacturer: VIA Labs, Inc.         
[   37.065915] usb 4-1.1: SerialNumber: 000000000
[   37.115549] hub 4-1.1:1.0: USB hub found
[   37.115954] hub 4-1.1:1.0: 4 ports detected
[   37.185898] usb 3-1.3: new high-speed USB device number 4 using xhci_hcd
[   37.342028] usb 3-1.3: New USB device found, idVendor=0bda, idProduct=5409, bcdDevice= 1.41
[   37.342034] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   37.342036] usb 3-1.3: Product: 4-Port USB 2.0 Hub
[   37.342037] usb 3-1.3: Manufacturer: Generic
[   37.343749] hub 3-1.3:1.0: USB hub found
[   37.344905] hub 3-1.3:1.0: 4 ports detected
[   37.402456] usb 4-1.3: new SuperSpeed USB device number 4 using xhci_hcd
[   37.434026] usb 4-1.3: New USB device found, idVendor=0bda, idProduct=0409, bcdDevice= 1.41
[   37.434033] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   37.434035] usb 4-1.3: Product: 4-Port USB 3.0 Hub
[   37.434038] usb 4-1.3: Manufacturer: Generic
[   37.441216] hub 4-1.3:1.0: USB hub found
[   37.443500] hub 4-1.3:1.0: 2 ports detected
[   37.517985] usb 4-1.4: new SuperSpeed USB device number 5 using xhci_hcd
[   37.535773] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[   37.535780] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   37.535782] usb 4-1.4: Product: Mass Storage Device
[   37.535783] usb 4-1.4: Manufacturer: Generic
[   37.535785] usb 4-1.4: SerialNumber: 058F84688461
[   37.552531] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[   37.552712] scsi host0: usb-storage 4-1.4:1.0
[   37.552901] usbcore: registered new interface driver usb-storage
[   37.708521] PM: suspend entry (deep)
[   37.969892] Filesystems sync: 0.261 seconds
[   37.992106] Freezing user space processes
[   38.286032] usb 3-1.3.3: new low-speed USB device number 6 using xhci_hcd
[   38.334270] Freezing user space processes completed (elapsed 0.342 seconds)
[   38.334289] OOM killer disabled.
[   38.334293] Freezing remaining freezable tasks
[   38.397447] usb 3-1.3.3: New USB device found, idVendor=413c, idProduct=2113, bcdDevice= 1.08
[   38.397466] usb 3-1.3.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   38.397474] usb 3-1.3.3: Product: Dell KB216 Wired Keyboard
[   38.409312] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.0/0003:413C:2113.0003/input/input35
[   38.462134] usb 4-1.1.3: new SuperSpeed USB device number 6 using xhci_hcd
[   38.462904] hid-generic 0003:413C:2113.0003: input,hidraw2: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:39:00.0-1.3.3/input0
[   38.468389] input: Dell KB216 Wired Keyboard System Control as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.1/0003:413C:2113.0004/input/input36
[   38.479452] usb 4-1.1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[   38.479470] usb 4-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[   38.479478] usb 4-1.1.3: Product: USB 10/100/1000 LAN
[   38.479484] usb 4-1.1.3: Manufacturer: Realtek
[   38.479489] usb 4-1.1.3: SerialNumber: 000001
[   38.522447] input: Dell KB216 Wired Keyboard Consumer Control as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.1/0003:413C:2113.0004/input/input37
[   38.522724] hid-generic 0003:413C:2113.0004: input,hidraw3: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:39:00.0-1.3.3/input1
[   38.610122] usb 3-1.3.4: new low-speed USB device number 7 using xhci_hcd
[   38.719592] usb 3-1.3.4: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
[   38.719613] usb 3-1.3.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   38.719622] usb 3-1.3.4: Product: USB Optical Mouse
[   38.731091] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.3/3-1.3.4/3-1.3.4:1.0/0003:1BCF:0005.0005/input/input38
[   38.731449] hid-generic 0003:1BCF:0005.0005: input,hidraw4: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:39:00.0-1.3.4/input0
[   39.214204] Freezing remaining freezable tasks completed (elapsed 0.879 seconds)
[   39.214340] printk: Suspending console(s) (use no_console_suspend to debug)
[   39.794672] ACPI: EC: interrupt blocked
[   39.821552] ACPI: PM: Preparing to enter system sleep state S3
[   39.827135] ACPI: EC: event blocked
[   39.827137] ACPI: EC: EC stopped
[   39.827138] ACPI: PM: Saving platform NVS memory
[   39.828957] Disabling non-boot CPUs ...
[   39.830997] smpboot: CPU 3 is now offline
[   39.833498] smpboot: CPU 2 is now offline
[   39.835408] smpboot: CPU 1 is now offline
[   39.842943] ACPI: PM: Low-level resume complete
[   39.842986] ACPI: EC: EC started
[   39.842987] ACPI: PM: Restoring platform NVS memory
[   39.844928] Enabling non-boot CPUs ...
[   39.844955] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   39.845674] CPU1 is up
[   39.845690] smpboot: Booting Node 0 Processor 2 APIC 0x1
[   39.846436] CPU2 is up
[   39.846453] smpboot: Booting Node 0 Processor 3 APIC 0x3
[   39.847154] CPU3 is up
[   39.850046] ACPI: PM: Waking up from system sleep state S3
[   40.141162] ACPI: EC: interrupt unblocked
[   40.156592] ACPI: EC: event unblocked
[   40.158046] xhci_hcd 0000:39:00.0: xHC error in resume, USBSTS 0x411, Reinit
[   40.158052] usb usb3: root hub lost power or was reset
[   40.158053] usb usb4: root hub lost power or was reset
[   40.171897] nvme nvme0: 4/0/0 default/read/poll queues
[   40.426205] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
[   40.498166] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[   40.687366] usb 4-1: reset SuperSpeed USB device number 2 using xhci_hcd
[   40.754181] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[   41.010222] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[   41.310171] usb 3-1.3: reset high-speed USB device number 4 using xhci_hcd
[   41.590172] usb 3-1.1: reset high-speed USB device number 3 using xhci_hcd
[   41.798826] usb 4-1.3: reset SuperSpeed USB device number 4 using xhci_hcd
[   41.894207] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[   41.982319] usb 4-1.1: reset SuperSpeed USB device number 3 using xhci_hcd
[   42.282175] usb 3-1.3.4: reset low-speed USB device number 7 using xhci_hcd
[   42.818218] usb 3-1.3.3: reset low-speed USB device number 6 using xhci_hcd
[   43.170216] usb 4-1.1.3: reset SuperSpeed USB device number 6 using xhci_hcd
[   43.192304] OOM killer enabled.
[   43.192306] Restarting tasks ... done.
[   43.192894] random: crng reseeded on system resumption
[   43.194722] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[   43.196064] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[   43.196462] scsi 0:0:0:1: Direct-Access     Generic- Micro SD/M2      1.08 PQ: 0 ANSI: 6
[   43.217440] pci_bus 0000:02: Allocating resources
[   43.217459] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   43.217464] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   43.217468] pcieport 0000:01:00.0: Assigned bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] to [bus 02-39] cannot fit 0x200000 required for 0000:02:02.0 bridging to [bus 39]
[   43.217472] pcieport 0000:02:02.0: bridge window [mem 0x00000000 64bit pref] to [bus 39] requires relaxed alignment rules
[   43.217475] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   43.217478] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[   43.217483] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   43.217486] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   43.217488] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   43.217490] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   43.217495] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   43.217497] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   43.217499] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   43.217501] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   43.217502] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   43.217504] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   43.217507] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   43.217509] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   43.217511] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   43.217512] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   43.217514] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   43.217515] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   43.222173] pci_bus 0000:02: Allocating resources
[   43.222531] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   43.222537] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   43.222541] pcieport 0000:01:00.0: Assigned bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] to [bus 02-39] cannot fit 0x200000 required for 0000:02:02.0 bridging to [bus 39]
[   43.222545] pcieport 0000:02:02.0: bridge window [mem 0x00000000 64bit pref] to [bus 39] requires relaxed alignment rules
[   43.222547] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   43.222551] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[   43.222555] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   43.222557] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   43.222560] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   43.222561] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   43.222566] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   43.222568] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   43.222570] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   43.222572] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   43.222574] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   43.222575] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   43.222578] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   43.222579] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   43.222581] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   43.222583] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   43.222585] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   43.222586] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   43.248375] PM: suspend exit
[   43.290185] usb 3-1.5: new high-speed USB device number 8 using xhci_hcd
[   43.330315] warning: `atop' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[   43.391187] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[   43.391193] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   43.391195] usb 3-1.5: Product: USB Billboard Device   
[   43.391197] usb 3-1.5: Manufacturer: VIA Labs, Inc.         
[   43.391198] usb 3-1.5: SerialNumber: 0000000000000001
[   43.514830] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   48.405851] wlan0: authenticate with 88:71:b1:81:93:1b (local address=9c:b6:d0:d1:6a:b1)
[   48.405858] wlan0: send auth to 88:71:b1:81:93:1b (try 1/3)
[   48.409228] wlan0: authenticated
[   48.410166] wlan0: associate with 88:71:b1:81:93:1b (try 1/3)
[   48.442463] wlan0: RX AssocResp from 88:71:b1:81:93:1b (capab=0x1011 status=0 aid=1)
[   48.444855] wlan0: associated
[   48.538137] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 88:71:b1:81:93:1b
[   68.766179] wlan0: deauthenticating from 88:71:b1:81:93:1b by local choice (Reason: 3=DEAUTH_LEAVING)
[   74.898485] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[   74.916241] sd 0:0:0:0: [sda] Media removed, stopped polling
[   74.916634] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   98.803081] PM: suspend entry (deep)
[   98.813999] Filesystems sync: 0.010 seconds
[   98.819226] Freezing user space processes
[  105.534176] xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[  105.606437] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[  118.822270] Freezing user space processes failed after 20.003 seconds (2 tasks refusing to freeze, wq_busy=0):
[  118.822281] task:systemd-journal state:D stack:0     pid:474   tgid:474   ppid:1      task_flags:0x400100 flags:0x00000006
[  118.822285] Call Trace:
[  118.822287]  <TASK>
[  118.822291]  __schedule+0x537/0xbb0
[  118.822297]  schedule+0x27/0xd0
[  118.822300]  schedule_preempt_disabled+0x15/0x20
[  118.822302]  __mutex_lock.constprop.0+0x4b4/0x890
[  118.822306]  uevent_show+0x99/0x150
[  118.822309]  dev_attr_show+0x19/0x40
[  118.822312]  sysfs_kf_seq_show+0xcd/0x110
[  118.822315]  seq_read_iter+0x116/0x400
[  118.822318]  vfs_read+0x299/0x360
[  118.822321]  ksys_read+0x6b/0xe0
[  118.822323]  do_syscall_64+0x82/0x9b0
[  118.822327]  ? arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
[  118.822331]  ? syscall_exit_to_user_mode+0x37/0x1a0
[  118.822333]  ? do_syscall_64+0x8e/0x9b0
[  118.822336]  ? __memcg_slab_free_hook+0xf9/0x140
[  118.822339]  ? __x64_sys_close+0x3d/0x80
[  118.822341]  ? kmem_cache_free+0x236/0x460
[  118.822344]  ? arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
[  118.822346]  ? syscall_exit_to_user_mode+0x37/0x1a0
[  118.822348]  ? do_syscall_64+0x8e/0x9b0
[  118.822350]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  118.822352] RIP: 0033:0x7f23b5ea49ee
[  118.822382] RSP: 002b:00007ffd638a1298 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[  118.822385] RAX: ffffffffffffffda RBX: 00007f23b6440980 RCX: 00007f23b5ea49ee
[  118.822386] RDX: 0000000000001008 RSI: 00005593bf1ef260 RDI: 0000000000000030
[  118.822387] RBP: 0000000000000030 R08: 0000000000000000 R09: 0000000000000000
[  118.822388] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001007
[  118.822390] R13: 0000000000001008 R14: ffffffffffffffff R15: 0000000000000002
[  118.822392]  </TASK>
[  118.822430] task:(udev-worker)   state:D stack:0     pid:2453  tgid:2453  ppid:520    task_flags:0x400140 flags:0x00004006
[  118.822433] Call Trace:
[  118.822434]  <TASK>
[  118.822435]  __schedule+0x537/0xbb0
[  118.822438]  schedule+0x27/0xd0
[  118.822440]  async_synchronize_cookie_domain+0x116/0x160
[  118.822444]  ? prepare_to_swait_exclusive+0xb0/0xb0
[  118.822450]  do_init_module+0x1fd/0x270
[  118.822453]  init_module_from_file+0x85/0xc0
[  118.822455]  __x64_sys_finit_module+0x168/0x3c0
[  118.822458]  do_syscall_64+0x82/0x9b0
[  118.822461]  ? __count_memcg_events+0x99/0x130
[  118.822463]  ? count_memcg_events.constprop.0+0x1a/0x30
[  118.822467]  ? handle_mm_fault+0x1ce/0x2d0
[  118.822469]  ? do_user_addr_fault+0x20d/0x680
[  118.822473]  ? arch_exit_to_user_mode_prepare.isra.0+0x16/0x90
[  118.822476]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  118.822477] RIP: 0033:0x7f8ee5918779
[  118.822482] RSP: 002b:00007ffd6aca4828 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[  118.822484] RAX: ffffffffffffffda RBX: 000055d01da0a430 RCX: 00007f8ee5918779
[  118.822485] RDX: 0000000000000000 RSI: 00007f8ee5efe44d RDI: 0000000000000011
[  118.822486] RBP: 0000000000000000 R08: 0000000000000000 R09: 000055d01d971f00
[  118.822487] R10: 0000000000000000 R11: 0000000000000246 R12: 00007f8ee5efe44d
[  118.822488] R13: 0000000000020000 R14: 000055d01da95ab0 R15: 0000000000000000
[  118.822490]  </TASK>
[  118.822564] OOM killer enabled.
[  118.822565] Restarting tasks ... done.
[  118.823428] random: crng reseeded on system resumption
[  118.856308] PM: suspend exit
[  118.856371] PM: suspend entry (s2idle)
[  118.861797] Filesystems sync: 0.005 seconds
[  118.864720] Freezing user space processes
[  133.472039] usb 3-1: USB disconnect, device number 2
[  133.472044] usb 3-1.1: USB disconnect, device number 3
[  133.473057] usb 3-1.3: USB disconnect, device number 4
[  133.473060] usb 3-1.3.3: USB disconnect, device number 6
[  133.474465] usb 3-1.3.4: USB disconnect, device number 7
[  133.476189] usb 3-1.5: USB disconnect, device number 8
[  133.528143] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[  133.528159] xhci_hcd 0000:39:00.0: HC died; cleaning up
[  133.577903] xhci_hcd 0000:39:00.0: remove, state 1
[  133.577907] usb usb4: USB disconnect, device number 1
[  133.654171] usb 4-1: USB disconnect, device number 2
[  133.654175] usb 4-1.1: USB disconnect, device number 3
[  133.654177] usb 4-1.1.3: USB disconnect, device number 6
[  133.656179] usb 4-1.3: USB disconnect, device number 4
[  133.657261] usb 4-1.4: USB disconnect, device number 5
[  133.662221] sd 0:0:0:1: [sdb] Read Capacity(10) failed: Result: hostbyte=0x01 driverbyte=DRIVER_OK
[  133.662223] sd 0:0:0:1: [sdb] Sense not available.
[  133.662249] sd 0:0:0:1: [sdb] 0 512-byte logical blocks: (0 B/0 B)
[  133.662250] sd 0:0:0:1: [sdb] 0-byte physical blocks
[  133.662254] sd 0:0:0:1: [sdb] Test WP failed, assume Write Enabled
[  133.662257] sd 0:0:0:1: [sdb] Asking for cache data failed
[  133.662260] sd 0:0:0:1: [sdb] Assuming drive cache: write through
[  133.662440] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[  133.670333] Freezing user space processes completed (elapsed 14.805 seconds)
[  133.670336] OOM killer disabled.
[  133.670337] Freezing remaining freezable tasks
[  133.754757] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[  133.754766] xhci_hcd 0000:39:00.0: remove, state 1
[  133.754768] usb usb3: USB disconnect, device number 1
[  133.754891] xhci_hcd 0000:39:00.0: Host halt failed, -19
[  133.754894] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[  133.755031] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[  133.762284] Freezing remaining freezable tasks completed (elapsed 0.091 seconds)
[  133.766458] pci_bus 0000:02: Allocating resources
[  133.766470] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  133.766474] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  133.766476] pcieport 0000:01:00.0: Assigned bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] to [bus 02-39] cannot fit 0x200000 required for 0000:02:02.0 bridging to [bus 39]
[  133.766478] pcieport 0000:02:02.0: bridge window [mem 0x00000000 64bit pref] to [bus 39] requires relaxed alignment rules
[  133.766480] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  133.766482] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  133.766486] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  133.766487] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  133.766489] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  133.766490] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  133.766493] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  133.766495] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  133.766496] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  133.766497] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  133.766498] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  133.766499] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  133.766501] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  133.766502] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  133.766503] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  133.766504] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  133.766505] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  133.766506] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  133.766515] printk: Suspending console(s) (use no_console_suspend to debug)
[  133.944987] ACPI: EC: interrupt blocked
[  133.947741] intel_pch_thermal 0000:00:14.2: CPU-PCH is cool [47C]
[  135.662355] typec port0-partner: PM: parent port0 should not be sleeping
[  138.531139] ACPI: EC: interrupt unblocked
[  138.757707] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[  138.904880] OOM killer enabled.
[  138.904881] Restarting tasks ... done.
[  138.905662] random: crng reseeded on system resumption
[  138.908923] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[  138.913485] usbcore: registered new device driver r8152-cfgselector
[  138.913504] usbcore: registered new interface driver r8152
[  138.915215] usbcore: registered new interface driver cdc_ether
[  138.929907] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[  138.929987] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[  138.930016] pci 0000:39:00.0: enabling Extended Tags
[  138.930244] pci 0000:39:00.0: supports D1 D2
[  138.930247] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  138.931035] usbcore: registered new interface driver r8153_ecm
[  138.963934] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[  138.964223] PM: suspend exit
[  138.966549] pcieport 0000:02:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[  138.972131] pci_bus 0000:02: Allocating resources
[  138.972153] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  138.972159] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  138.972162] pcieport 0000:01:00.0: Assigned bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] to [bus 02-39] cannot fit 0x200000 required for 0000:02:02.0 bridging to [bus 39]
[  138.972166] pcieport 0000:02:02.0: bridge window [mem 0x00000000 64bit pref] to [bus 39] requires relaxed alignment rules
[  138.972169] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  138.972172] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  138.972177] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  138.972179] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  138.972182] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  138.972184] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  138.972189] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  138.972191] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  138.972194] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  138.972195] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  138.972197] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  138.972199] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  138.972202] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  138.972204] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  138.972206] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  138.972208] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  138.972210] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  138.972212] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  138.981204] xhci_hcd 0000:39:00.0: xHCI Host Controller
[  138.981800] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[  138.982938] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[  139.000732] xhci_hcd 0000:39:00.0: xHCI Host Controller
[  139.000740] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[  139.000744] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[  139.000784] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[  139.000786] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  139.000788] usb usb3: Product: xHCI Host Controller
[  139.000790] usb usb3: Manufacturer: Linux 6.14.0-12966-ga2cc6ff5ec8f xhci-hcd
[  139.000791] usb usb3: SerialNumber: 0000:39:00.0
[  139.001799] hub 3-0:1.0: USB hub found
[  139.001817] hub 3-0:1.0: 2 ports detected
[  139.002437] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[  139.002441] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  139.002443] usb usb4: Product: xHCI Host Controller
[  139.002445] usb usb4: Manufacturer: Linux 6.14.0-12966-ga2cc6ff5ec8f xhci-hcd
[  139.002447] usb usb4: SerialNumber: 0000:39:00.0
[  139.002583] hub 4-0:1.0: USB hub found
[  139.002594] hub 4-0:1.0: 2 ports detected
[  139.257688] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[  139.396300] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[  139.396306] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  139.396308] usb 3-1: Product: USB2.0 Hub             
[  139.396309] usb 3-1: Manufacturer: VIA Labs, Inc.         
[  139.396310] usb 3-1: SerialNumber: 000000000
[  139.397919] hub 3-1:1.0: USB hub found
[  139.397985] hub 3-1:1.0: 5 ports detected
[  139.520544] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[  139.562542] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[  139.562546] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  139.562548] usb 4-1: Product: USB3.0 Hub             
[  139.562549] usb 4-1: Manufacturer: VIA Labs, Inc.         
[  139.562550] usb 4-1: SerialNumber: 000000000
[  139.564136] hub 4-1:1.0: USB hub found
[  139.564236] hub 4-1:1.0: 4 ports detected
[  140.109686] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[  140.248154] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[  140.248158] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  140.248160] usb 3-1.1: Product: USB2.0 Hub             
[  140.248161] usb 3-1.1: Manufacturer: VIA Labs, Inc.         
[  140.248162] usb 3-1.1: SerialNumber: 000000000
[  140.249178] hub 3-1.1:1.0: USB hub found
[  140.249343] hub 3-1.1:1.0: 4 ports detected
[  140.342174] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[  140.401404] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[  140.401409] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  140.401411] usb 4-1.1: Product: USB3.0 Hub             
[  140.401412] usb 4-1.1: Manufacturer: VIA Labs, Inc.         
[  140.401413] usb 4-1.1: SerialNumber: 000000000
[  140.451402] hub 4-1.1:1.0: USB hub found
[  140.451500] hub 4-1.1:1.0: 4 ports detected
[  140.525721] usb 3-1.3: new high-speed USB device number 4 using xhci_hcd
[  140.682250] usb 3-1.3: New USB device found, idVendor=0bda, idProduct=5409, bcdDevice= 1.41
[  140.682256] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  140.682258] usb 3-1.3: Product: 4-Port USB 2.0 Hub
[  140.682259] usb 3-1.3: Manufacturer: Generic
[  140.684065] hub 3-1.3:1.0: USB hub found
[  140.685172] hub 3-1.3:1.0: 4 ports detected
[  140.746297] usb 4-1.3: new SuperSpeed USB device number 4 using xhci_hcd
[  140.777262] usb 4-1.3: New USB device found, idVendor=0bda, idProduct=0409, bcdDevice= 1.41
[  140.777266] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  140.777268] usb 4-1.3: Product: 4-Port USB 3.0 Hub
[  140.777270] usb 4-1.3: Manufacturer: Generic
[  140.785269] hub 4-1.3:1.0: USB hub found
[  140.786618] hub 4-1.3:1.0: 2 ports detected
[  140.861791] usb 4-1.4: new SuperSpeed USB device number 5 using xhci_hcd
[  140.879673] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[  140.879678] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  140.879681] usb 4-1.4: Product: Mass Storage Device
[  140.879682] usb 4-1.4: Manufacturer: Generic
[  140.879684] usb 4-1.4: SerialNumber: 058F84688461
[  140.881946] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[  140.882102] scsi host0: usb-storage 4-1.4:1.0
[  140.949693] usb 3-1.1.3: new high-speed USB device number 5 using xhci_hcd
[  141.681760] usb 3-1.3.3: new low-speed USB device number 6 using xhci_hcd
[  141.792345] usb 3-1.3.3: New USB device found, idVendor=413c, idProduct=2113, bcdDevice= 1.08
[  141.792352] usb 3-1.3.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  141.792354] usb 3-1.3.3: Product: Dell KB216 Wired Keyboard
[  141.802238] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.0/0003:413C:2113.0006/input/input41
[  141.857753] usb 4-1.1.3: new SuperSpeed USB device number 6 using xhci_hcd
[  141.874421] usb 4-1.1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[  141.874426] usb 4-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[  141.874428] usb 4-1.1.3: Product: USB 10/100/1000 LAN
[  141.874436] usb 4-1.1.3: Manufacturer: Realtek
[  141.874438] usb 4-1.1.3: SerialNumber: 000001
[  141.897874] hid-generic 0003:413C:2113.0006: input,hidraw2: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:39:00.0-1.3.3/input0
[  141.902391] input: Dell KB216 Wired Keyboard System Control as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.1/0003:413C:2113.0007/input/input42
[  141.950117] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB device number 6 using xhci_hcd
[  141.957872] input: Dell KB216 Wired Keyboard Consumer Control as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.1/0003:413C:2113.0007/input/input43
[  141.957978] hid-generic 0003:413C:2113.0007: input,hidraw3: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:39:00.0-1.3.3/input1
[  142.014593] r8152 4-1.1.3:1.0 eth0: v1.12.13
[  142.482129] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[  142.514477] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[  142.569731] usb 3-1.5: new high-speed USB device number 7 using xhci_hcd
[  142.659079] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[  142.659086] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  142.659089] usb 3-1.5: Product: USB Billboard Device   
[  142.659091] usb 3-1.5: Manufacturer: VIA Labs, Inc.         
[  142.659093] usb 3-1.5: SerialNumber: 0000000000000001
[  142.729741] usb 3-1.3.4: new low-speed USB device number 8 using xhci_hcd
[  142.838528] usb 3-1.3.4: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
[  142.838536] usb 3-1.3.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  142.838539] usb 3-1.3.4: Product: USB Optical Mouse
[  142.847873] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.3/3-1.3.4/3-1.3.4:1.0/0003:1BCF:0005.0008/input/input44
[  142.848055] hid-generic 0003:1BCF:0005.0008: input,hidraw4: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:39:00.0-1.3.4/input0
[  142.902291] r8152 4-1.1.3:1.0 enx00e04ceabc41: renamed from eth0
[  143.842017] pci_bus 0000:02: Allocating resources
[  143.842037] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  143.842040] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  143.842042] pcieport 0000:01:00.0: Assigned bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] to [bus 02-39] cannot fit 0x200000 required for 0000:02:02.0 bridging to [bus 39]
[  143.842045] pcieport 0000:02:02.0: bridge window [mem 0x00000000 64bit pref] to [bus 39] requires relaxed alignment rules
[  143.842047] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  143.842049] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  143.842052] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  143.842054] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  143.842055] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  143.842056] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  143.842059] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  143.842060] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  143.842061] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  143.842062] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  143.842063] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  143.842064] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  143.842066] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  143.842067] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  143.842068] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  143.842069] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  143.842070] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  143.842071] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  144.126811] wlan0: authenticate with 88:71:b1:81:93:1b (local address=9c:b6:d0:d1:6a:b1)
[  144.126817] wlan0: send auth to 88:71:b1:81:93:1b (try 1/3)
[  144.128401] wlan0: authenticated
[  144.129727] wlan0: associate with 88:71:b1:81:93:1b (try 1/3)
[  144.161644] wlan0: RX AssocResp from 88:71:b1:81:93:1b (capab=0x1011 status=0 aid=1)
[  144.164400] wlan0: associated
[  144.178807] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 88:71:b1:81:93:1b
[  144.826041] r8152 4-1.1.3:1.0 enx00e04ceabc41: carrier on
[  173.362038] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[  173.383815] sd 0:0:0:0: [sda] Media removed, stopped polling
[  173.384033] sd 0:0:0:0: [sda] Attached SCSI removable disk
[  176.628608] wlan0: deauthenticating from 88:71:b1:81:93:1b by local choice (Reason: 3=DEAUTH_LEAVING)
[  204.006013] xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[  204.082343] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[  234.738059] xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[  234.810283] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[  265.452119] xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[  265.528304] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[  275.683380] xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[  275.755813] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[  285.942834] xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[  286.015134] usb 4-1.4: reset SuperSpeed USB device number 5 using xhci_hcd
[  304.652167] usb 3-1: USB disconnect, device number 2
[  304.652174] usb 3-1.1: USB disconnect, device number 3
[  304.653298] usb 3-1.3: USB disconnect, device number 4
[  304.653304] usb 3-1.3.3: USB disconnect, device number 6
[  304.709727] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[  304.709746] xhci_hcd 0000:39:00.0: HC died; cleaning up
[  304.709762] r8152 4-1.1.3:1.0 enx00e04ceabc41: Stop submitting intr, status -108
[  304.759507] xhci_hcd 0000:39:00.0: remove, state 1
[  304.759510] usb usb4: USB disconnect, device number 1
[  304.814102] usb 4-1: USB disconnect, device number 2
[  304.814111] usb 4-1.1: USB disconnect, device number 3
[  304.814114] r8152-cfgselector 4-1.1.3: USB disconnect, device number 6
[  304.867379] usb 4-1.3: USB disconnect, device number 4
[  304.867835] usb 4-1.4: USB disconnect, device number 5
[  304.949758] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[  304.949771] xhci_hcd 0000:39:00.0: remove, state 1
[  304.949774] usb usb3: USB disconnect, device number 1
[  305.002441] usb 3-1.3.4: USB disconnect, device number 8
[  305.054725] usb 3-1.5: USB disconnect, device number 7
[  305.055456] xhci_hcd 0000:39:00.0: Host halt failed, -19
[  305.055460] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[  305.055623] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[  305.074478] pci_bus 0000:02: Allocating resources
[  305.074493] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  305.074499] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  305.074502] pcieport 0000:01:00.0: Assigned bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] to [bus 02-39] cannot fit 0x200000 required for 0000:02:02.0 bridging to [bus 39]
[  305.074506] pcieport 0000:02:02.0: bridge window [mem 0x00000000 64bit pref] to [bus 39] requires relaxed alignment rules
[  305.074509] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  305.074512] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  305.074517] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  305.074519] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  305.074521] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  305.074523] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  305.074528] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  305.074530] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  305.074532] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  305.074534] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  305.074536] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  305.074538] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  305.074541] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  305.074543] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  305.074545] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  305.074547] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  305.074549] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  305.074551] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  309.840690] pcieport 0000:02:00.0: Unable to change power state from D3hot to D0, device inaccessible
[  309.842724] pci_bus 0000:03: busn_res: [bus 03] is released
[  309.842928] pci_bus 0000:04: busn_res: [bus 04-38] is released
[  309.843059] pci_bus 0000:39: busn_res: [bus 39] is released
[  309.843189] pci_bus 0000:02: busn_res: [bus 02-39] is released
[  347.377768] wlan0: authenticate with 88:71:b1:81:93:1b (local address=9c:b6:d0:d1:6a:b1)
[  347.377774] wlan0: send auth to 88:71:b1:81:93:1b (try 1/3)
[  347.379120] wlan0: authenticated
[  347.381082] wlan0: associate with 88:71:b1:81:93:1b (try 1/3)
[  347.415972] wlan0: RX AssocResp from 88:71:b1:81:93:1b (capab=0x1011 status=0 aid=3)
[  347.418627] wlan0: associated
[  347.453275] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 88:71:b1:81:93:1b

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2025-04-15  8:38 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-03 18:02 xhci: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state Paul Menzel
2025-04-04 14:26 ` Mathias Nyman
2025-04-04 14:29   ` Paul Menzel
2025-04-05  5:23   ` Paul Menzel
2025-04-05 22:23     ` Michał Pecio
2025-04-06  2:40       ` Alan Stern
2025-04-06  7:50         ` Michał Pecio
2025-04-06 15:50           ` Michał Pecio
2025-04-06 19:26             ` Alan Stern
2025-04-07  5:49               ` Michał Pecio
2025-04-07 16:11                 ` Alan Stern
2025-04-08 10:18                   ` [PATCH RFC RFT] usb: hcd: Add a usb_device argument to hc_driver.endpoint_reset() Michał Pecio
2025-04-08 13:55                     ` Mathias Nyman
2025-04-09 10:18                       ` Michał Pecio
2025-04-09 14:13                         ` Alan Stern
2025-04-15  8:38                           ` Michał Pecio
2025-04-07  7:15         ` xhci: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state Mathias Nyman
2025-04-05  6:43 ` Michał Pecio
2025-04-05  7:36   ` Paul Menzel
2025-04-05  9:49     ` Michał Pecio
2025-04-05 14:08       ` Paul Menzel
2025-04-05 18:13         ` Paul Menzel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).