Comment 60 for bug 292042

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

I have found a solution for the Mediaboard Pro

1 Uninstall xorg-input synaptic

2 Run in a terminal

 # sudo hidd --search

4 Press the reset button on the device : keyboard and touchpad working.

5 Get the <BT-MAC>

5 Add the hidd command into the /etc/rc.local
hidd -- connect <BT-MAC>

and reboot the system.

Now the devices working after boot.

6 Run this script:
while ( sleep 10)
do
  hidd --search
done

to reconnect the keyoard periodically. If the keyboard go into sleep mode press the reset button ed use the touchpad.