Hi,
I've got a Logitech K230 wireless keyboard. I found that, when booting, the keyboard wasn't recognised until I unplugged it from USB and plugged it back in again.
After searching the forums I found a solution that worked for me:
Add the following to /etc/rc.local just before exit 0
sleep 2
modprobe -r hid_logitech_dj
sleep 2
modprobe hid_logitech_dj
This has worked fine for ages but after I did an apt-get upgrade it stopped working. None of the other fixes previously suggested helped either. I've reverted back to the downloaded image and the fix works fine.
Anyone else experience this? Any ideas on how to fix it?
Thanks
Gareth