As the title says, I've got a T14s AMD Gen6 (211-000GMX). It boots Windows and Linux fine, but FreeBSD 13.5, 14.2, 14.3 and a 15 nightly from 2025-07-08 all fail at exactly the same place. The screenshot is from the nightly in verbose mode, but as far as I can tell it's extremely similar in all the releases.
Looking at lspci on the linux side, 0x151f and 0x151a are:
My suspicion is that the USB device is incidental and it's the next event that fails, but I'm not sure where to go next. I guess I could check if my USB serial adapter will work as a console and give any further output?
Looking at lspci on the linux side, 0x151f and 0x151a are:
Code:
c5:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Device 151f (prog-if 30 [XHCI])
Subsystem: Lenovo Device 50f0
Flags: bus master, fast devsel, latency 0, IRQ 43, IOMMU group 25
Memory at b0800000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
c5:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Device 151a (prog-if 30 [XHCI])
Subsystem: Advanced Micro Devices, Inc. [AMD] Device 151a
Flags: bus master, fast devsel, latency 0, IRQ 45, IOMMU group 26
Memory at b0900000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
My suspicion is that the USB device is incidental and it's the next event that fails, but I'm not sure where to go next. I guess I could check if my USB serial adapter will work as a console and give any further output?