我使用的是Ubuntu桌面20.04.4LTS和linux内核5.15.0-41-泛型。我从tp-link买了UB500。插上电源后,它就不关了。
我正确地尝试了每一步,并遵循了文档的答案,但是当
~$ modprobe btusb
modprobe: ERROR: could not insert 'btusb': Invalid argument
~$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 1038:1838 SteelSeries ApS SteelSeries Aerox 3 Wireless
Bus 003 Device 002: ID 1038:1260 SteelSeries ApS SteelSeries Arctis 7
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 040b:0a67 Weltrend Semiconductor Weltrend USB Mouse
Bus 001 Device 007: ID 2357:0604 TP-Link TP-Link UB500 Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub发布于 2022-07-18 09:59:22
如果您有完全相同的设备(TP可以销售同名的另一台设备),那么您不需要做任何事情来使它工作。
你可以看到它,这里
因此,您构建了一个错误的内核模块并替换了正确的内核模块。您无法启动它,因为它与内核版本不匹配。
你可以这样解决这个问题:
5.15.0-41-generic linux映像和模块。https://askubuntu.com/questions/1419253
复制相似问题