LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-21-2003, 03:20 PM   #16
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30

make sure you have your kernel sources installed

press crtl-alt-f1

then login as root

now type telinit 1

when it asks you to log in again log in as root

type sh /path/to/installer/NVIDIA-Linux-x86-1.0-4363.run

after installer finishes edit your XF86Config or XF86Config-4 file (depends on your distro)

then type:

telinit 5

now you should be back in X with the 3D driver working if you need a more indepth discussion of the proceedure please look at

http://www.linuxquestions.org/questi...ghlight=nvidia
 
Old 07-21-2003, 04:22 PM   #17
mfarley
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
How do I make sure I have the proper Kernel installed? I tried the:

[fancy@tinwhistle phil]$ su -
Password:
[root@tinwhistle root]# uname -r
2.4.18-3

technique the piper said and I got a command not found.
 
Old 07-21-2003, 04:30 PM   #18
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
1. In your user account, open an x terminal

2. Type this and press enter

su -

3. Answer the prompt with root's password and press enter

4. After you get the root prompt, type this and press enter

uname -r

I pasted the contents of my x terminal, so you don't type in my bash prompts as well as the commands I gave.
 
Old 07-21-2003, 04:47 PM   #19
mfarley
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
>>you don't type in my bash prompts as well as the commands I gave.<<

Sorry about that, I didn't know. =(

Here is what it returned: 2.4.21-0.13mdk
 
Old 07-21-2003, 05:11 PM   #20
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Now you know your running kernel version.
 
Old 07-21-2003, 05:21 PM   #21
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
The link in my sig might help with the nVidia install for Mandrake.
 
Old 07-21-2003, 05:33 PM   #22
mfarley
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
Fantastic, will have to remember that piper! =)

I got an error however during install:

"Unable to find the system utility 'ld'. Please make sure you have the package 'binutils' installed. If you do have binutils installed please check that 'ld' is in your path."

Any ideas?

Also, how do I get put of the terminal and back to the desktop without rebooting?

Last edited by mfarley; 07-21-2003 at 05:35 PM.
 
Old 07-21-2003, 05:39 PM   #23
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Install binutils off the cds. If Install Software doesnt list it, see if Remove Software does, and report back.

Check my install link. Ctrl+Alt+F1 is a login terminal, Ctrl+Alt+F7 is the gui/Xserver.

Last edited by Proud; 07-21-2003 at 05:40 PM.
 
Old 07-21-2003, 05:42 PM   #24
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
To go to your x session from a virtual terminal, use alt-F7. You can use an x terminal and use the command su - to become root in that x terminal and never have to leave X (unless configign X or X is broken).

Did you configure urpmi so it can find all the neat stuff?
Easy urpmi config for Mandrake
urpmi mini-HOWTO
 
Old 07-21-2003, 05:44 PM   #25
mfarley
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
I did not have the 2nd cd during install as I was told it was an extras cd. I'm guessing I was misinformed and need those.

How can I now install the 2nd cd once I d/l it and burn the iso?

Thanks for the ctrl+alt+F7, that saves a lot of time! =)
 
Old 07-21-2003, 05:48 PM   #26
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
You really should get all 3 cds or you'll be missing all the fun non-vital apps, and the very useful documentation.
Go into the Mandrake Control Centre, or the KDE menu item called Install Software and pick the packages you need/want. Then it'll request the cd. Put it in the drive, close the drive, and then click ok.
 
Old 07-21-2003, 06:09 PM   #27
mfarley
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
Sweet. I don't think I'm going to bother learning how to burn to a cd yet--I have enough on my plate. I will use my other PC to burn it to a cd and try what you posted.

Thanks so much,
Mike
 
Old 07-21-2003, 06:22 PM   #28
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast
 
Old 07-21-2003, 06:29 PM   #29
mfarley
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
Will I need the extras on the other cd that I did not load for this to work?
 
Old 07-21-2003, 08:47 PM   #30
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You will have to look in your Mandrake Control Center in the software section to see if you have/need something installed as I don't know what you installed on your system.

If you have an internet connection, you can configure urpmi and install what programs you want/need for your installation without CDs.
# Mandrake links
Mandrake home page
Mandrake Users website
Easy urpmi config for Mandrake
urpmi mini-HOWTO
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc
An Introduction to the Midnight Commander. You can install it by commanding:
urpmi mc
Midnight Commander home page
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
hi there... i'm a newbie with few simple questions :o) ram0503 Linux - Newbie 2 02-01-2005 12:25 AM
a few very simple questions for a complete newbie czechripper Linux - Newbie 6 10-17-2003 06:38 AM
dual display question - real real newbie !! Jay_Dee007 Linux - Newbie 1 09-29-2003 08:33 AM
Real Simple Question neo.sarcastic Linux - Newbie 1 08-21-2003 10:23 PM
Getting Intellimouse Explorer to work in Red Hat 8.0 and some real newbie questions Ssj_Goten Linux - Newbie 12 02-23-2003 10:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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