|
13 years ago 0 |
If your Logitech bluetooth keyboard/mouse is not working in graphical interface then there is a simple way to fix this.
gksudo gedit /lib/udev/rules.d/62-bluezhid2hci.rules
# Logitech devices
KERNEL=="hiddev*"
to:
# Logitech devices
KERNEL=="hidraw*"