Logitech K400 and Raspberry Pi
Sometimes the debian wheezy raspbian image, Raspbmc and XBian can’t find my Logitech K400 keyboard. This tip should help.
Put this lines in the
/etc/rc.local
1 2 3
sleep 5 rmmod hid-logitech-dj modprobe hid-logitech-dj
If you have german language problems with LXDE, then put this line in your
/etc/xdg/lxsession/LXDE/autostart
1
setxkbmap -layout "de,de"
Reboot the RaspBi and have fun.
This post is licensed under CC BY 4.0 by the author.