Bug 219726
Summary: | USB devices fail to show up when upgrading to 6.12.11 | ||
---|---|---|---|
Product: | Drivers | Reporter: | marcel.c.vasilache |
Component: | USB | Assignee: | Default virtual assignee for Drivers/USB (drivers_usb) |
Status: | RESOLVED ANSWERED | ||
Severity: | normal | CC: | michal.pecio |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 6.12.11 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | Kernel config files |
Description
marcel.c.vasilache
2025-01-26 13:03:30 UTC
It looks like one of two USB 3.0 controllers disappeared. If it's Renesas, enabling CONFIG_USB_XHCI_PCI_RENESAS should bring it back. If not, please post dmesg from 6.12 boot. There should be some xHCI error message there. Please post sudo dmesg -t for both kernels. (In reply to Michał Pecio from comment #1) > It looks like one of two USB 3.0 controllers disappeared. > > If it's Renesas, enabling CONFIG_USB_XHCI_PCI_RENESAS should bring it back. > > If not, please post dmesg from 6.12 boot. There should be some xHCI error > message there. Thank you Michał, you nailed it! Not a kernel bug but a setting error. I copied the kernel config from 6.11 and the Renesas config option was disabled by default. I'm now a happy user of 6.12 :) |