今天,我出于对惠普的嫉妒(笔记本电脑),从Ubuntu18.04转向了Ubuntu20.04。我的内部键盘和触控板工作正常。但是我喜欢使用外部鼠标(Logitech M330)和我的外部键盘(RAPOO无线键盘)。在Ubuntu18.04中,这些方法工作得很好,但是现在在Ubuntu20.04中它们不工作了。我还试着用一只电缆鼠标,这两种鼠标都没有用。
我想我已经试过了网上所有的解决方案。这些解决方案包括重新安装xserver-xorg-input,在/ etc /default/grub中添加一些内容,安装tlp,使我的usb连接的设备获得足够的电源,删除一些模块并重新安装它们等等。我也安装了Solaar,但这一个也找不到我的设备。
这些似乎都不起作用,而且令人沮丧。
lsusb的产出如下:
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 138a:0050 Validity Sensors, Inc. Swipe Fingerprint Sensor
Bus 001 Device 005: ID 0a5c:216d Broadcom Corp. BCM43142A0 Bluetooth 4.0
Bus 001 Device 004: ID 05c8:0379 Cheng Uei Precision Industry Co., Ltd (Foxlink) HP Truevision HD
Bus 001 Device 003: ID 24ae:2002 RAPOO RAPOO 5G Wireless Device
Bus 001 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
所以我的笔记本电脑正在识别鼠标和键盘。
当我尝试启用hid- Logitech -dj或其他Logitech模块时,我得到以下输出:
$ sudo modprobe hid-logitech-dj
modprobe: ERROR: could not insert 'hid_logitech_dj': Key was rejected by service
当我在另一台PC上尝试这些设备时,它们不需要配置就可以工作。在Ubuntu20.04的安装过程中,这些设备也可以正常工作。
有人知道我怎么解决这个问题吗?
提前感谢!
PS:我不知道这是否重要,USB闪存盘是被识别的,我可以读/写它们。
编辑:在查看sudo journalctl -f
时,拔掉设备的插头并回复它,输出如下:
Apr 27 08:49:35 michiel-hp kernel: usb 1-1: new full-speed USB device number 8 using xhci_hcd
Apr 27 08:49:35 michiel-hp kernel: usb 1-1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=30.00
Apr 27 08:49:35 michiel-hp kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 27 08:49:35 michiel-hp kernel: usb 1-1: Product: USB Receiver
Apr 27 08:49:35 michiel-hp kernel: usb 1-1: Manufacturer: Logitech
Apr 27 08:49:35 michiel-hp mtp-probe[4733]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Apr 27 08:49:35 michiel-hp mtp-probe[4733]: bus: 1, device: 8 was not an MTP device
Apr 27 08:49:36 michiel-hp mtp-probe[4761]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Apr 27 08:49:36 michiel-hp mtp-probe[4761]: bus: 1, device: 8 was not an MTP device
发布于 2020-04-27 22:05:18
通过以下措施解决了这一问题:
我重新安装了Ubuntu20.04,没有任何其他USB设备连接到我的笔记本电脑,除了USB现场引导拇指驱动器。现在所有的外部设备都在我的笔记本上工作,我认为这是最简单的解决方案。我做了重新安装,因为我仍然有我的备份在我的外部硬盘驱动器和当前安装是新的从那一天起。
https://askubuntu.com/questions/1231667
复制相似问题