Comment 63 for bug 292042

Revision history for this message
Luca Gambardella (luca.gambardella) wrote :

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