* Carl Lawton <[EMAIL PROTECTED]> writes:

> The motherboard bios is set to put the Num Lock on but the console
> always comes up with it off.

> Does anybody know how to get it to default to ON. I am using the
> standard "Linux" terminfo on the console.

To rc.local or similiar add...

,----[ /etc/rc.d/rc.local ]
| # 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>-------------------------------------|
| Failures are divided into two classes - those who thought and |
|        never did, and those who did and never thought.        |
|------------------------------------<[EMAIL PROTECTED]>---|

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to