[WBEL-users] NUM lock on a Compaq SFF

Jesus Aneiros Sosa aneiros at finf.ucf.edu.cu
Tue Feb 1 17:01:09 CST 2005


On Tue, 1 Feb 2005, Robert Moskowitz wrote:

> I have the Compaq BIOS set for NUM lock on with bootup. But it is not on in 
> Linux.
> 
> It was on with Win2000 and still on if I drop into BIOS setup (then goes 
> off after I exit and let Linux load).
> 
> What is turning it off?

You could put this into /etc/rc.d/rc.local

# Activar el numlock para las terminales virtuales 1-7
INITTY=/dev/tty[1-7]
for tty in $INITTY; do
   setleds -D +num < $tty
done

--
Jesus Aneiros Sosa
GNU/Linux User #190716
perl -e '$_=pack(c5,0105,0107,0123,0132,(1<<3)+2);y[A-Z][N-ZA-M];print;'



More information about the Whitebox-users mailing list