Is this a script that just runs search every 10 seconds *always*?

---------------------------------------------------------------------------------------------

Yes.  This script reconnect the keyboard if you push the reset button

make a text file

# gedit script

and paste

while (sleep 10)
do
  hidd --search
done

save the changes.

make script executable

# chmod 755 script

run the script as root

# sudo ./script

-- 
Logitech Bluetooth keyboards (Mediaboard & Di Novo) not working on Intrepid
https://bugs.launchpad.net/bugs/292042
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to