0

I am using a Ubuntu desktop 20.04.4 LTS with linux kernel 5.15.0-41-generic. I bought UB500 from tp-link. After plugging it doesnt turn on-off.

I tried every steps exactly and following the answer from document but it's throwing an error when

~$ 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

Thomas Ward
  • 74,764
tbturk
  • 3

1 Answers1

1

If you have exactly the same device (TP-Link could sell another device with the same name), then you don't need to do anything to get it working.

You can see it here

So you built a wrong kernel module and replaced the correct one. You can't start it because it doesn't match the kernel version.

You can fix it this way:

  1. Boot with a previous kernel using grub.

  2. Reinstall the 5.15.0-41-generic linux image and modules using Synaptic.

  3. Reboot again.

Pilot6
  • 90,100
  • 91
  • 213
  • 324