You are not logged in.
Pages: 1
Hi!
I've bought SVEN USB keyboard (4001 EL), because my laptop's keyboard died. It works fine (btw, windows need special driver )) on Arch Linux without any headache. Except one thing - Scroll Lock button. This keyboard has background lightning and it turns on when I press Fn+ScrLock on windows, but on Linux neither background lightning, nor ScrollLock works. Is uppose it is driver's issue. But may be there is some way to make it work, or any suggestions how to make it work...
Offline
From the wiki,
http://wiki.archlinux.org/index.php/Get … ns_Working
http://www.linux.com/feature/118179
Try using xmodmap to see if the key events are being detected. If they are, its just a matter of remapping them.
Offline
Thank you!
xev showed that ScrollLock is recognised. The last thing is to make keyboard turn on the background lightning...
Offline
Well, it was easy The thing is that background lightning works wneh the ScrollLock LED is turned on...
This helped me to turn on ScrollLock key:
xmodmap -pm // find unused modX
xmodmap -e 'add modX Scroll_Lock'
Thanks!
Offline
Pages: 1