• Check it out - we have a chatbot! Go ask TuxBot a question in the Ask Tuxbot section!

bluetooth keyboard cannot pair

Zorg44

New Member
Joined
Feb 2, 2023
Messages
6
Reaction score
4
Credits
42
Hello everyone,

I can't connect a bluetooth keyboard to my linux PC, everything went well to connect a mouse but for the keyboard it asks me for a code which is not displayed to pair it.

ecran.JPG

I tried the keyboard under windows 10 and everything works well and the code (variable) to pair it is displayed well.
Thank you in advance for the feedback
 


Condobloke

Well-Known Member
Joined
Apr 30, 2017
Messages
5,895
Reaction score
4,905
Credits
36,842
G'day Zorg, Welcome to Linux.org

Bluetooth is not my forte, but someone will come along with more knowledge than I.

Which Linux are you running?....and the version as well, please.

eg, Linux Mint (Cinnamon) 21.1

EDIT : I just realised your specs etc are in your signature.
 

Stellaris

Active Member
Joined
Oct 3, 2022
Messages
99
Reaction score
99
Credits
757

If you want to get device IDs
Code:
hcitool inq  #this should list bluetooth devices
hcitool scan

And Did you try entering random digits? Not sure whether this works though. First try 8 digit long number, if it does not work try a 4 digit number. (You need an extra USB keyboard)
 
OP
Z

Zorg44

New Member
Joined
Feb 2, 2023
Messages
6
Reaction score
4
Credits
42
Hi
the second solution worked very good
Thanks:)
 
OP
Z

Zorg44

New Member
Joined
Feb 2, 2023
Messages
6
Reaction score
4
Credits
42
Hi
the problem is that as soon as I turn off the computer you have to redo the connection from the beginning
 

Condobloke

Well-Known Member
Joined
Apr 30, 2017
Messages
5,895
Reaction score
4,905
Credits
36,842
Just by chance....do you still have the usb stick (with linux mint 21.1 on it)...still plugged in ?
 
OP
Z

Zorg44

New Member
Joined
Feb 2, 2023
Messages
6
Reaction score
4
Credits
42
Yes of course
 

Condobloke

Well-Known Member
Joined
Apr 30, 2017
Messages
5,895
Reaction score
4,905
Credits
36,842
I will assume that you have installed Linux recently, from a usb stick which had Linux Mint 21.1 on it.

You have booted to that usb, and then eventually you have double clicked the install icon on the desktop.

At the end of that install process, you must reboot, and take the usb stick out, when prompted to do so.

If you fail to do this, then any changes you make to the OS (linux mint) will not be permanent.
 
OP
Z

Zorg44

New Member
Joined
Feb 2, 2023
Messages
6
Reaction score
4
Credits
42
Hi
Yes I installed linux from a USB key but a long time ago and the USB key is no longer on the computer, I thought they were asking me if the usb bluetooth dongle was still on the computer
 

Stellaris

Active Member
Joined
Oct 3, 2022
Messages
99
Reaction score
99
Credits
757
Were you able to fix it? or still finding a solution mate?
 
OP
Z

Zorg44

New Member
Joined
Feb 2, 2023
Messages
6
Reaction score
4
Credits
42
No I gave up I think it's the keyboard that has a too weak signal at the level of the bluetooth signal. Here is the keyboard in question:
1675591153876.png
 

Lord Boltar

Well-Known Member
Joined
Nov 24, 2020
Messages
2,139
Reaction score
1,526
Credits
15,798
try this to fix Bluetooth keyboard
Code:
sudo hcitool scan

Now simultaneously press buttons or whatever on device, and make sure it is discovered. If discovered, it should print an address of it, e.g. something like 20:77:00:01:90:65, and a description of device, e.g. Bluetooth keyboard. Grab that address to clipboard.

Now issue
Code:
hcitool cc 20:77:00:01:90:65

hopefully your keyboard is on - now we need to create a small script file and put it in /etc/init.d/keyboard, with this content:

#! /bin/sh
sudo hcitool cc 20:77:00:01:90:65
exit 0

save the file as keyboard.sh

Then, as root:

Code:
chmod +x /etc/init.d/keyboard
service keyboard enable
update-rc.d keyboard defaults
service keyboard start

now it should start at boot-up
 
MALIBAL Linux Laptops

Linux Laptops Custom Built for You
MALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux.

For more info, visit: https://www.malibal.com

Members online


Latest posts

Top