On Tue, Jan 04, 2000 at 04:11:09PM -0800, Todd A. Jacobs wrote:
> On Tue, 4 Jan 2000, Brian Ivey wrote:
>
> > How do I configure Redhat to remember to always turn the NumLock
> > on when I log in.
>
> Put the following in rc.local:
>
> INITBLANK=/dev/tty[1-6]
> for tty in $INITBLANK
> do
> se
On Tue, Jan 04, 2000 at 04:15:49PM -0800, Brandon Dorman wrote:
> It should be in your bios settings. Just hit whatever button you need to to
> get into your bios when you first turn on your computer and find it in
> there.
One of the first things the Linux kernel does when it boots is turn off
It should be in your bios settings. Just hit whatever button you need to to
get into your bios when you first turn on your computer and find it in
there.
-Brandon Dorman
Brian Ivey wrote:
> Dear List:
>
> How do I configure Redhat to remember to always turn the NumLock on when
> I log in.
>
>
On Tue, 4 Jan 2000, Brian Ivey wrote:
> How do I configure Redhat to remember to always turn the NumLock on
> when I log in.
Put the following in rc.local:
INITBLANK=/dev/tty[1-6]
for tty in $INITBLANK
do
setleds -D +num < $tty
done
unset INITBLANK
--
Todd A. Jacobs
Network Systems Engineer
Dear List:
How do I configure Redhat to remember to always turn the NumLock on when
I log in.
Thanks,
Brian Ivey
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.