View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#41
Yes, just checked and the problem is mainly in newer system version. The line
Code:
OSVER=$(cut -d _ -f 2 /etc/osso_software_version)
in btkbd script sets OSVER variable to DIABLO now, not 2008SE like in previous system. Quick fix is to modify btkbd and add second line to set it back to known value
Code:
OSVER=$(cut -d _ -f 2 /etc/osso_software_version)
[ "$OSVER" = "DIABLO" ] && OSVER=2008SE
With this line it mostly works. There is some minor issue with setting key repeat rate, will try to fix it and update kbdd.tar.gz archive.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.