Re: NumLock in console [SOLVED].

2011-07-18 Thread Sthu Deus
Thank You very much for Your time and answer, Stephen: >If kbd is installed, a similar setting is available >in /etc/kbd/config (LEDS=+num). This setting works for the text >consoles (by default, vt1 through vt6). It worked for me w/o even console-tools installation. The topic is closed. --

Re: NumLock in console

2011-07-17 Thread Stephen Powell
On Sun, 17 Jul 2011 10:02:23 -0400 (EDT), Camaleón wrote: > On Thu, 14 Jul 2011 23:51:11 +0700, Sthu Deus wrote: >> >> I want to have NumLock turned on in console automatically that is on >> start up. >> >> On the web I have found such a solution: >> >> for tty in /dev/tty[1-6]; do >> /usr/b

Re: NumLock in console

2011-07-17 Thread Sthu Deus
Thank You for Your time and answer, lee: >Perhaps you can call setleds from /etc/profile or /etc/bash.bashrc or >from the relevant files in your home directory? Or you could modify >/etc/console-setup to check /etc/default/keyboard for some entry >specifying whether to turn on NumLock or not and

Re: NumLock in console

2011-07-17 Thread Camaleón
On Thu, 14 Jul 2011 23:51:11 +0700, Sthu Deus wrote: > I want to have NumLock turned on in console automatically that is on > start up. > > On the web I have found such a solution: > > for tty in /dev/tty[1-6]; do > /usr/bin/setleds -D +num < $tty > done > > But I look for a setting, may in

Re: NumLock in console

2011-07-14 Thread lee
Sthu Deus writes: > I want to have NumLock turned on in console automatically that is on > start up. > > On the web I have found such a solution: > > for tty in /dev/tty[1-6]; do > /usr/bin/setleds -D +num < $tty > done > > But I look for a setting, may in > > /etc/default/keyboard > > to rea