Nějak zásadně mě to doteď netrápilo, protože stroj slouží jako server s virtuálkami a USB vlastně vůbec na nic nepotřebuje (dokonce i klávesnici mám přes PS/2 na dvoukonzolovém KVM přepínači). Ale přesto mi to nedá se nezeptat: Nechodí mi žádné USB porty, lsusb prostě nevypíše nic (měl by vypsat aspoň USB huby) a nějak netuším, čeho se mám chytnout. Instalováno je to bez grafického rozhraní, s nějakými drobnostmi, aby chodil vzdáleně X-server přes ssh/vcxsrv. Debian 11.
lspci -k vypíše toto:
00:00.0 Host bridge: Intel Corporation 10th Gen Core Processor Host Bridge/DRAM Registers (rev 03)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Device 8694
Kernel driver in use: skl_uncore
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 03)
Kernel driver in use: pcieport
00:14.0 USB controller: Intel Corporation Comet Lake PCH-V USB Controller
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Device 8694
Kernel modules: xhci_pci
00:16.0 Communication controller: Intel Corporation Device a3ba
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Device 8694
Kernel driver in use: mei_me
Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation 400 Series Chipset Family SATA AHCI Controller
DeviceName: Onboard - SATA
Subsystem: ASUSTeK Computer Inc. 400 Series Chipset Family SATA AHCI Controller
Kernel driver in use: ahci
Kernel modules: ahci
00:1b.0 PCI bridge: Intel Corporation Device a3e9 (rev f0)
Kernel driver in use: pcieport
00:1c.0 PCI bridge: Intel Corporation Device a395 (rev f0)
Kernel driver in use: pcieport
00:1c.7 PCI bridge: Intel Corporation Device a397 (rev f0)
Kernel driver in use: pcieport
00:1d.0 PCI bridge: Intel Corporation Device a398 (rev f0)
Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Device a3c8
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Device 8694
00:1f.2 Memory controller: Intel Corporation Memory controller
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Device 8694
00:1f.3 Audio device: Intel Corporation Device a3f0
DeviceName: Onboard - Sound
Subsystem: ASUSTeK Computer Inc. Device 87fb
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_sof_pci
00:1f.4 SMBus: Intel Corporation Comet Lake PCH-V SMBus Host Controller
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Comet Lake PCH-V SMBus Host Controller
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd GF119 [GeForce GT 610]
Kernel driver in use: nouveau
Kernel modules: nouveau
01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1)
Subsystem: Gigabyte Technology Co., Ltd GF119 HDMI Audio Controller
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Kernel driver in use: r8169
Kernel modules: r8169
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: ASUSTeK Computer Inc. PRIME B450M-A Motherboard
Kernel driver in use: r8169
Kernel modules: r8169
Deska je ASUS Prime B460M-K, BIOS poslední. Cvičně bootnuty Windows, tam je vše v pořádku (bootnul jsem z USB3, myš na USB2, vše bez problémů chodí).
dmesg |grep -i usb vypíše:
[ 0.886101] ACPI: bus type USB registered
[ 0.886118] usbcore: registered new interface driver usbfs
[ 0.886124] usbcore: registered new interface driver hub
[ 0.886133] usbcore: registered new device driver usb
[ 0.893573] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.894799] xhci_hcd 0000:00:14.0: USB bus 1 deregistered
uname -r napíše
5.10.0-35-amd64
Jak říkám, chodí to jako server s virtuálkami (možná to má vliv? nevím, proto to zmiňuji, ale nikdy se mi to nestalo na jiných strojích), používám KVM/QEMU a virt-manager.
Díky za každé posunutí správným směrem.