Linux wiki

How To Get NUM LOCK to Default to On?

Use the setleds program, for example (in /etc/rc.local or one of the /etc/rc.d/* files):

 for t in 1 2 3 4 5 6 7 8
 do
   setleds +num < /dev/tty$t > /dev/null
 done

setleds is part of the kbd package ("How do I remap my keyboard to UK, French, etc.? ").

Alternatively, patch your kernel. You need to arrange for KBD_DEFLEDS to be defined to (1 << VC_NUMLOCK) when compiling drivers/char/keyboard.c.

Why Won't My FTP or Telnet Server Allow Logins?
Why Won't Some Programs (e.g., xdm) Allow Logins?

 

See our index for more reviews

Write a review and win an Apple Ipod

Page

New
Edit
Rename
Attachments
Versions

Site

Changes
Index
Search

User

Log In

 
 

Last Modified 2004-07-02