> Does anyone know how I can enable my numlock key at boot? Slap the following in a startup script (rc.local for example): for t in 1 2 3 4 5 6 7 8 do setleds +num < /dev/tty$t > /dev/null done -- John