LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-28-2003, 02:27 AM   #1
christer
Member
 
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131

Rep: Reputation: 15
REALLY dumb question


How can I defalut RH9 to turn on num-lock during bootup? I know that is probably a very random, stupid question but it is really getting on my nerves. thanks
 
Old 09-28-2003, 03:03 AM   #2
TwoSheds
LQ Newbie
 
Registered: Sep 2003
Location: Scotland
Distribution: RedHat 9
Posts: 6

Rep: Reputation: 0
there will be a setting in your BIOS that will make it boot numlock on
 
Old 09-28-2003, 04:09 AM   #3
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
OT: TwoSheds, _excellent_ handle. Thanks for the laugh -- J.W.
 
Old 09-28-2003, 07:30 AM   #4
chii-chan
Member
 
Registered: Sep 2003
Location: chikyuu (E103N6)
Distribution: Redhat 8.0 (2.4.25-custom), Fedora Core 1 (2.4.30-custom)
Posts: 357

Rep: Reputation: 30
How come the windowz turn it on when it boots up?
 
Old 09-28-2003, 07:51 PM   #5
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Ok, it's really quite simple. You can fiddle with the BIOS to your heart's content, but you can also set it up on booting! I'm going to presume you boot into a GUI login (runlevel 5).

Login.
Open a terminal.
Change to root by typing su root and then enter root's password.
Move to /etc/rc.d/rc5.d (cd /etc/rc.d/rc5.d)
Make a symlink to the numlock script, beginning with SXX (ln -s ../init.d/numlock ./S85numlock)
Next time you boot it should enable numlock for you.
Simple!

If you're not comfortable with that, then you can use a program like tksysv to edit what is started at boottime, and at which runlevel.

Hope this helps.
 
Old 09-30-2003, 07:49 AM   #6
christer
Member
 
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131

Original Poster
Rep: Reputation: 15
Not sure I understand what the instructions are here.

I got into the /etc/rc.d/rc5.d directory however I'm a little lost after that point.

Can you give me more detailed instructions on how to?
 
Old 09-30-2003, 08:05 AM   #7
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
Just type in what Thymox posted in bold, and you should be sweet.

e.g.

Open a terminal
su root then enter root password
cd /etc/rc.d/rc5.d
ln -s ../init.d/numlock ./S85numlock

Just copy and paste
 
Old 10-03-2003, 04:35 PM   #8
TwoSheds
LQ Newbie
 
Registered: Sep 2003
Location: Scotland
Distribution: RedHat 9
Posts: 6

Rep: Reputation: 0
Quote:
Originally posted by J.W.
OT: TwoSheds, _excellent_ handle. Thanks for the laugh -- J.W.
lol tbh some guy told me to make it that cos i have 2 sheds. i changed it for a joke and i never got around to thinking of something better

then it stuck and i started using it for everything





Quote:
Originally posted by chii-chan
How come the windowz turn it on when it boots up?
on my pc when i set it to be on windows turns it off.
(i have dual boot)


TwoSheds

Last edited by TwoSheds; 10-03-2003 at 04:36 PM.
 
Old 10-03-2003, 04:38 PM   #9
christer
Member
 
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131

Original Poster
Rep: Reputation: 15
That didn't seem to work for me. Maybe I did it wrong... maybe I'm just tired. Who knows anymore.

I need sleep.
 
Old 10-03-2003, 07:36 PM   #10
activelylazy
LQ Newbie
 
Registered: Sep 2003
Distribution: Red Hat 8
Posts: 25

Rep: Reputation: 15
Quote:
quote:
--------------------------------------------------------------------------------
Originally posted by chii-chan
How come the windowz turn it on when it boots up?
--------------------------------------------------------------------------------


on my pc when i set it to be on windows turns it off.
(i have dual boot)
I've got dual boot too, but windows turns it on and Red Hat keeps it off. Not for long though, thanks for the post Thymox

(I've been wondering about this one for so long I had given up )
 
Old 10-04-2003, 02:10 AM   #11
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
OT (again): Well if you really do have two sheds, perhaps you might either get a third, just to distinguish yourself. http://modrzew.stopklatka.pl/artur.html

-- J.W.
 
Old 10-05-2003, 10:43 PM   #12
chii-chan
Member
 
Registered: Sep 2003
Location: chikyuu (E103N6)
Distribution: Redhat 8.0 (2.4.25-custom), Fedora Core 1 (2.4.30-custom)
Posts: 357

Rep: Reputation: 30
Quote:
Originally posted by Thymox
Move to /etc/rc.d/rc5.d (cd /etc/rc.d/rc5.d)
Make a symlink to the numlock script, beginning with SXX (ln -s ../init.d/numlock ./S85numlock)
[/B]
I'm using Redhat 8.0. Why there is no numlock script in my /etc/int.d/ dir? Can I get the numlock script somewhere?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dumb question xedios Linux - Software 6 08-31-2004 02:24 PM
dumb a*s question Jetta-GT- Linux - Newbie 3 01-08-2004 05:58 AM
Dumb question Thetargos Linux - Software 3 05-06-2003 07:31 PM
Dumb Question!!!! cirkut5732 Linux - Newbie 3 04-16-2003 12:39 PM
Dumb Question spuppett Linux - Software 8 02-13-2003 12:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration