Curious bluetooth glitch

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Thomass

Curious bluetooth glitch

Post by Thomass »

I have a small problem with bluetooth.

I am running Elyssa

I have a bluetooth wireless keyboard and mouse and no wired replacement running on a usb dongle.

At startup my keyboard works fine to both enter bios and at the grub load screen, however once linux loads and asks for a name and password my keyboard and mouse stop working. The problem is easily fixed by simply unplugging my usb dongle and plugging it back in, but this is a little annoying. I was wondering if there was a way to set linux to automatically see the dongle so I don't have to do this each time I start up.

I have not run ANY install software for the usb dongle or keyboard/mouse and everything else seems to work fine on them Including extra mouse buttons.

the multimedia controls on the keyboard do not work however (play/pause/skip/volume/etc.)

thanks for the help
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: Curious bluetooth glitch

Post by Husse »

I started to write an answer to you but was to tired to complete it (my work is very tiresome at times)
Luckily you can save a draft :)
I've been looking at this post a couple of times now...
The thing is that all you need is installed in Elyssa by default
You could try to boot with another keyboard, but the mouse still the usb one
Alt+F1 gives you a gnome menu in which you can navigate with the arrow keys
Open a terminal and type

Code: Select all

sudo /etc/init.d/bluetooth restart
If your mouse responds now, we know this works
Create a new file call it blustart or something (on the desktop)
The content as follows

Code: Select all

#! /bin/sh
# restarting bluetooth
 /etc/init.d/bluetooth restart
Then copy to the right place and make executable

Code: Select all

sudo cp  blustart  /etc/init.d
    sudo chmod +x /etc/init.d/ blustart 
Link it so it starts at boot

Code: Select all

sudo update-rc.d blustart start 51 S . 
(Do not forget the dot: . )
Should work - but I can't test, I don't have any bluetooth gadgets
Husse

Re: Curious bluetooth glitch

Post by Husse »

Keyboards are very cheap now - I suspect you can get one for less than (the equivalent) of 10 US $
Of course that will be crap :) but as an emergency solution...
Locked

Return to “Hardware Support”