Re: Turn NumLock on

2000-01-04 Thread Hal Burgiss
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

Re: Turn NumLock on

2000-01-04 Thread Steve Borho
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

Re: Turn NumLock on

2000-01-04 Thread Brandon Dorman
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. > >

Re: Turn NumLock on

2000-01-04 Thread Todd A. Jacobs
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

Turn NumLock on

2000-01-04 Thread Brian Ivey
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.