* 1stFlight ! <[EMAIL PROTECTED]> writes:
> Despite my BIOS setting to keep num lock on, whenever I boot into
> Linux it turns it off for me. Where do I find the setting to fix this?
> Thanks
Put the following into one of your startup scripts (rc.local would be
a good place)...
# Now lets get real fancy and turn on the NumLock for all tty's
echo "Turning on the NumLock for all consoles..."
for t in 1 2 3 4 5 6
do
setleds +num < /dev/tty$t > /dev/null
done
===========================
Want to really learn Linux?
...Install Slackware
--
---Regards, Steve Youngs--------Email:-<[EMAIL PROTECTED]>---
| If Microsoft is the answer, then all I can say is that |
| you are asking the wrong question. |
------------------------------<Don't be a Newbie--Be a Gnu-bie>---