Hey! Did you see what Bogdan Taru wrote on Apr 22 ?
BT>
BT> Hi,
BT> What can I do so that I would get the Num Lock on every time I boot?
Put the following in in one of your boot-up scripts (rc.local)...
echo "Turning on the NumLock for all consoles..."
for t in 1 2 3 4 5 6 7
do
setleds +num < /dev/tty$t > /dev/null
done
Regards, Steve Youngs <[EMAIL PROTECTED]> ICQ: 34307457
----------------------------------------------------------
| __ |
|Isn't it good to know that / / __ ___ __ ____ __|
|There _IS_ an alternative! / /__ / // _ \/ // /\ \/ /|
| /____//_//_//_/\_,_/ /_/\_\|
----------------------------------------------------------
Know what I like about Windows? Not a damn thing.