bluetooth mouse problem

Asked by trylik

hi

i installed logitech v270 bluetooth mouse it is discovered by hcitools, and also it can be propely connected and working

but when i turn off the bluetooth (in laptop) or turn off the mouse, nothing happens, like the configuration i take was one time only

what should i do, to make a connection pernamentally?

regards

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Peter Liedler
Solved:
Last query:
Last reply:
Revision history for this message
Best Peter Liedler (peter-liedler) said :
#1

When you want to connect the mouse whenever bluetooth is activated or the computer starts, just

* find out the mac addresse of your bt-mouse using the command

sudo hidd --search

*Edit the file /etc/default/bluetooth as root and change the following entries in the HIDD section

HIDD_ENABLED=1
HIDD_OPTIONS="--connect AA:BB:CC:DD:EE:FF --server"

Where AA:BB: and so on is the mac address of your mouse.

Revision history for this message
trylik (marek-nasionka) said :
#2

User confirmed that the request is solved.