You are not logged in.

#1 2020-05-01 17:11:54

wudupa
Member
Registered: 2020-05-01
Posts: 16

New Kernel Driver Issue [Solved]

I have a USB bluetooth dongle that tells the computer that it is a certain device but it is actually a fake. This fake bluetooth usb dongle requires a modified driver because the actual driver does not work with the fake hardware.  Everytime there is a new kernel, I must place the driver into the /lib/modules/5.6.whatever folder and then when i want to use the device, i have to sudo modprobe btusb.  With the new kernel update, i tried to do the same thing.  It is giving me an error:

modprobe: FATAL: Module btsub not found in directory /lib/modules/5.6.8-arch1-1

Any suggestions on how to fix this?

Last edited by wudupa (2023-09-05 07:03:37)

Offline

#2 2020-05-01 17:25:36

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,208

Re: New Kernel Driver Issue [Solved]

Read the output (and the command you type) carefully. btsub isn't the driver name.

Last edited by V1del (2020-05-01 17:26:06)

Offline

#3 2020-05-01 17:48:18

wudupa
Member
Registered: 2020-05-01
Posts: 16

Re: New Kernel Driver Issue [Solved]

sudo modprobe btsub
[sudo] password for root:
modprobe: FATAL: Module btsub not found in directory /lib/modules/5.6.8-arch1-1

Offline

#4 2020-05-01 17:53:09

wudupa
Member
Registered: 2020-05-01
Posts: 16

Re: New Kernel Driver Issue [Solved]

All i need to know is where to place the file named btusb.  I used to put it in the /lib/modules/ (arch version) folder.  Now it must be placed somewhere else because it isnt working when i put the patch file in that folder.

Offline

#5 2020-05-01 18:18:59

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,208

Re: New Kernel Driver Issue [Solved]

again, the place is correct you are typing the wrong command, you need to modprobe btusb and not btsub

Offline

#6 2020-05-01 18:41:09

wudupa
Member
Registered: 2020-05-01
Posts: 16

Re: New Kernel Driver Issue [Solved]

yes, I understand. 

sudo modprobe btsub
[sudo] password for root:
modprobe: FATAL: Module btsub not found in directory /lib/modules/5.6.8-arch1-1

Offline

#7 2020-05-01 18:42:34

wudupa
Member
Registered: 2020-05-01
Posts: 16

Re: New Kernel Driver Issue [Solved]

ok, I think i found out why it wasnt working. 

I entered SU. 

then it worked

Offline

#8 2020-05-01 18:45:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,208

Re: New Kernel Driver Issue [Solved]

That makes no sense - at all - is your other module literally called btsub? And not a replacement for the normal module btusb?

Offline

#9 2022-07-11 15:54:12

wudupa
Member
Registered: 2020-05-01
Posts: 16

Re: New Kernel Driver Issue [Solved]

I think it was a mistake in the command.  I kept hitting arrow up to redo the command that didnt work in the shell.  Then when i went to Super User  #, i had to retype the command and used btusb instead of btsub.  (it worked that time).

Offline

Board footer

Powered by FluxBB