缺少 usbhid 驱动程序。18.04 内核 5.4.0-1040-azure

缺少 usbhid 驱动程序。18.04 内核 5.4.0-1040-azure

USB 键盘和鼠标由于没有司机,因此无法工作。

# uname -r
5.4.0-1040-azure

# modprobe usbhid
modprobe: FATAL: Module usbhid not found in directory /lib/modules/5.4.0-1040-azure

# ls /lib/modules/5.4.0-1040-azure/kernel/drivers/hid
hid-asus.ko     hid-hyperv.ko  hid.ko          hid-maltron.ko  hid-redragon.ko       hid-steam.ko      hid-wiimote.ko
hid-cougar.ko   hid-ite.ko     hid-led.ko      hid-mf.ko       hid-sensor-custom.ko  hid-udraw-ps3.ko  intel-ish-hid
hid-generic.ko  hid-jabra.ko   hid-macally.ko  hid-nti.ko      hid-sensor-hub.ko     hid-viewsonic.ko  uhid.ko

# apt list --installed | egrep '^linux'|grep "$(uname -r)"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

linux-headers-5.4.0-1040-azure/bionic-updates,bionic-security,now 5.4.0-1040.42~18.04.1 amd64 [installed]
linux-image-5.4.0-1040-azure/bionic-updates,bionic-security,now 5.4.0-1040.42~18.04.1 amd64 [installed,automatic]
linux-modules-5.4.0-1040-azure/bionic-updates,bionic-security,now 5.4.0-1040.42~18.04.1 amd64 [installed,automatic]
linux-modules-extra-5.4.0-1040-azure/bionic-updates,bionic-security,now 5.4.0-1040.42~18.04.1 amd64 [installed,automatic]
linux-tools-5.4.0-1040-azure/bionic-updates,bionic-security,now 5.4.0-1040.42~18.04.1 amd64 [installed,automatic]

我已重新安装linux-modules-extra-5.4.0-1040-azure但没有成功,有什么建议吗?

相关内容