How to roll back kernel driver for xhci-hcd
by bgii2000 from LinuxQuestions.org on (#5RFX4)
I have a VIA VL805 4 port USB PCIe card that works fine in the latest Linux Mint, but not in the latest Debian.
Using Code:sudo lsusb -v I can see in In both cases linux is loading the default xhci-hcd driver that ships with the kernel, no funny business there. The only difference I can see is that Mint is using Linux 5.4.0-89-generic, whereas Debian is using Linux 5.10.0-9-amd64.
In Mint, the card works fine, in Debian dmseg shows:
Code:xhci_hcd 0000:06:00.0: xHCI host controller not responding, assume deadIs there any way to tell Debian to boot with an older kernel, or even better, just the xhci-hcd part of the older kernel?
Using Code:sudo lsusb -v I can see in In both cases linux is loading the default xhci-hcd driver that ships with the kernel, no funny business there. The only difference I can see is that Mint is using Linux 5.4.0-89-generic, whereas Debian is using Linux 5.10.0-9-amd64.
In Mint, the card works fine, in Debian dmseg shows:
Code:xhci_hcd 0000:06:00.0: xHCI host controller not responding, assume deadIs there any way to tell Debian to boot with an older kernel, or even better, just the xhci-hcd part of the older kernel?