LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-18-2005, 05:33 PM   #1
klumze
LQ Newbie
 
Registered: Feb 2005
Location: Irvine, Ca
Posts: 5

Rep: Reputation: 0
Redhat 9, few newbie questions


Just installed Redhat 9 last night. I cannot seem to get my screen resolution above 800x600 as of now. I have a Nvidia ti4200 128mb card. I downloaded the newest drivers but the install instructions mention typing something like "sh nvidia-linux-x86-1-0-6629-pkg1.run" however since I am totally new I have no idea where to type that!

I was also trying to network my printer (installed on my windows xp) machine but the utility says I need samba installed. I downloaded samba but once again I have no idea where to get it running.

Any help (even if its a link to another website for instructions) would be greatly appreciated!
 
Old 02-18-2005, 06:49 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi klumze, welcome to lq. Redhat is very well documented. You might start here.

http://www.redhat.com/docs/manuals/linux/

If you still have issues or problems check these.

http://linux-newbie.sunsite.dk/index.html

http://www.tldp.org/

If all else fails we'll be here to support you.
good luck.
 
Old 02-18-2005, 06:50 PM   #3
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
How to install the nvidia driver
samba guide
good luck,any questions ask away and welcome to LQ
 
Old 02-18-2005, 06:56 PM   #4
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
you will want to run the nvidia installer in console - you may have to change default runlevels and kill X - the docs linked above should help you do that.

Last edited by Genesee; 02-18-2005 at 06:57 PM.
 
Old 02-18-2005, 06:57 PM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Before you run the nvidia setup program, you will need to install the kernel-source package for the kernel you are using.

You can use the command 'uname -r' to get the version. Actually, this is the same command that the installer uses.

Also, make sure that there is a link from /lib/modules/build to the source in /usr/src/<source-code directory with version number at end>

The README file explains this.

When you run the installer, you can't be running X-windows. If you are running the GUI, go to one of the virtual terminals. First logout, then Enter [Ctrl]-[Alt]-[F2] to bring up the second virtual terminal.
Then log in as root, and enter the command 'init 3' to shutdown xwindows and the windows manager.

Now to answer your first question, you will enter the command in the console, but first, CD to the location were you downloaded the driver file.

Using autocompletion will save you some typing.
enter:
sh nvidia
and press the tab key to complete the line.
 
Old 02-18-2005, 08:18 PM   #6
klumze
LQ Newbie
 
Registered: Feb 2005
Location: Irvine, Ca
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks for the help. I loaded to the GUI (x-windows?) hit ctrl+alt+f1 and it when to a command screen. I typed in my username then my password. Afterwards I typed sh NVIDIA-Linux-x86-1.0-6626-pkg1.run hit enter then the program started to run. It halted and said ERROR: nvidia-installer must be run as root. Had to hit Ok to exit. I guess this is slightly harder to learn then I originally thought it was going to be.
 
Old 02-18-2005, 08:24 PM   #7
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
You were almost there just login as root
su
password (roots password)
 
Old 02-18-2005, 08:32 PM   #8
klumze
LQ Newbie
 
Registered: Feb 2005
Location: Irvine, Ca
Posts: 5

Original Poster
Rep: Reputation: 0
ok now I logged into root but when I type init 3 is says command not found. When I try to run the insatller it tell me I still have a X server running.
 
Old 02-18-2005, 08:37 PM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Try doing ctrl-alt-f1, then login as root and do "init 3" (telinit 3), and try the installation.
 
Old 02-18-2005, 08:41 PM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Before you do the init do this first cd then try init 3
 
Old 02-18-2005, 08:45 PM   #11
klumze
LQ Newbie
 
Registered: Feb 2005
Location: Irvine, Ca
Posts: 5

Original Poster
Rep: Reputation: 0
Same problem as mentioned before. It does show [root@localhost klumze]# but init 3 give the message: bash: init: command not found. I might be waaay to newbie for this and Im going to go look for some kind of book to help me on this also. Any suggestions? I would consider myself very knowledgable with Windows and ok with command prompt but this is like learning how to re-ride a bike to me.

Last edited by klumze; 02-18-2005 at 08:47 PM.
 
Old 02-18-2005, 08:58 PM   #12
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Try /sbin/init instead of just init. If you log in as root (or use "su -" instead of just su) you get root's environment which by default has the administration commands in the shell's search path.
 
Old 02-18-2005, 11:59 PM   #13
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
did you try "telinit 3" instead?
 
Old 02-22-2005, 06:18 PM   #14
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If you change the default init level to 3 in your /etc/inittab file, then you don't need to use 'init 3' or 'telinit 3' to start with, because you are already in that run level, and the X server will not be running.

If you still get a message about the X server running, I'll bet there is an orphaned lock file that you need to delete. I think it would have a name similar to .Xauth-<something>.
Look in the /tmp and /var/lock direrctories. I'm not at my linux computer so I can't check the exact details.
 
Old 02-22-2005, 10:19 PM   #15
klumze
LQ Newbie
 
Registered: Feb 2005
Location: Irvine, Ca
Posts: 5

Original Poster
Rep: Reputation: 0
"If you change the default init level to 3 in your /etc/inittab file, then you don't need to use 'init 3' or 'telinit 3' to start with, because you are already in that run level, and the X server will not be running."


Ok, logged in under root. Typed init 3 hit enter and got this message.

INIT: SWITCHING TO RUNLEVEL:3
INIT : SENDING PROCESSES THE TERM SIGNAL
[ROOT@LOCALHOST ROOT]# STRATING PCMCIA: [OK]
STRTAING AUTOMOUNT: NO MOUNTPOINTS DEFINED: [OK]

System stays in this window until I turn it off.

Maybe I didnt configure the OS correctly from the start?
 
  


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
a few RedHat newbie questions tygernoot Red Hat 1 11-02-2004 09:35 AM
problems with redhat 9 (newbie questions) frannack Red Hat 9 01-07-2004 11:05 AM
RedHat 8 vs. SUSE 8.1 newbie Questions Amerist Linux - Distributions 10 01-11-2003 09:08 PM
General RedHat 8.0 newbie questions jMack Linux - Newbie 7 12-17-2002 07:27 PM
Redhat 8.0 newbie with strange post install in 3 questions deedee2 Linux - Newbie 9 12-12-2002 08:48 PM

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

All times are GMT -5. The time now is 05:46 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