LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 05-20-2004, 10:53 PM   #1
Warmaster
Member
 
Registered: May 2004
Distribution: Mandrake 10.0 OFFICIAL
Posts: 49

Rep: Reputation: 15
Exclamation Geforce 4 and MDK10 official


I'm trying to get the nvidia drivers installed, but it says it can't find the correct kernel for my installation, and then that it can't find it on my HD.

I just want to install my GF4 to play ET, help me out please.
(caution: I'm a linux noob)
 
Old 05-21-2004, 12:44 AM   #2
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
The kernel-source is on the Mandrake CD's. There's a software installing tool in the Mandrake Control Centre.
 
Old 05-21-2004, 03:52 AM   #3
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
indeed, you can just install it with the urpmi tool (urpmi kernel-source), just make sure it installs the correct kernel source, I had that problem with Mdk 9.2...
 
Old 05-21-2004, 01:12 PM   #4
Warmaster
Member
 
Registered: May 2004
Distribution: Mandrake 10.0 OFFICIAL
Posts: 49

Original Poster
Rep: Reputation: 15
Exclamation ...

2.6.3-7
that's my kernel, the one that comes with 10 official.

now I try to boot to failsafe and log in as root, but it says my password is wrong.
I don't know what I'm doing wrong...

help please...

edit:

I pressed alt+ctrl+F1 and managed to log in as root, exit x server, install the drivers, edit XF86Config-4, and when I boot It says it can't load x server because the kernel is different or some other bs.

I did this with a fresh 10 official install, and the kernel provided in the cd's...

I'm starting to lose faith in this, it's a pain in the ass...

Last edited by Warmaster; 05-21-2004 at 02:54 PM.
 
Old 05-21-2004, 04:45 PM   #5
Warmaster
Member
 
Registered: May 2004
Distribution: Mandrake 10.0 OFFICIAL
Posts: 49

Original Poster
Rep: Reputation: 15
bump.


can anyone please make a how-to guide stating all the steps necessary to install an nvidia graphics card in mandrake 10 official ?

please help, this topic is endless...
 
Old 05-21-2004, 05:59 PM   #6
trackrat
Member
 
Registered: Feb 2004
Location: Birmingham UK
Posts: 148

Rep: Reputation: 15
I also have problems with a GF5700 card as far as the drivers are concerned.
Take a look at this link it may help.
http://www.linuxquestions.org/questi...989#post943989
 
Old 05-22-2004, 12:40 AM   #7
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
ok, here comes the wanted guide:

First install your kernel-source, you can do this by using urpmi. First find out your kernel version (e.g 'kernelversion' as root). Then

$> su
#> urpmi -y kernel-source

You'll get a list with the available kernel sources. Make sure you select the right one, cause if the nvidia installer doesn't find the driver for your exact kernel it will attempt it itself.

#> urpmi 'the_right_item_from_the_list_above'
#> wget http://download.nvidia.com/XFree86/L...-5336-pkg1.run
#> chmod u+x NVIDIA-Linux-x86-1.0-5336-pkg1.run
#> ./NVIDIA-Linux-x86-1.0-5336-pkg1.run

Now just follow the guidelines on the screen, the install should go well from now on. If there are any problems, post here...
 
Old 05-22-2004, 10:59 AM   #8
Warmaster
Member
 
Registered: May 2004
Distribution: Mandrake 10.0 OFFICIAL
Posts: 49

Original Poster
Rep: Reputation: 15
Exclamation Warmaster

elluva, I love you.

ps: how do I edit text files in the console ? (e.g. XF86Config-4)
 
Old 05-22-2004, 12:42 PM   #9
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
Last post I forgot to mention that before you install the drivers you have to quit X. You should read the readme that comes with the drivers as well how to get X using the drivers (that isn't hard if you do what the readme says).

in mandy right... vi should work, but with some luck you have pico or nano. The latter are way more userfriendly. Pico should be included in the pine package. I don't use pine, but pico is such a damned easy to use editor that I install it anyway (urpmi pine). Vi is not very straightforward, this is what you should know:

$> vi filename

to edit type 'i'
to save type ':x (enter)'
to quit without saving ':q! (enter)'

To explain these bizarre things quickly, when you start up vi you aren't in 'edit mode'. Every button you type is a command, i stands for insert, a for append,... Press esc to go out of edit mode. Vi is a quite advanced text editor, you can do a lot of complicated things with short commands (see manpage). These commands are issued by pressing : first, then you can see at the bottom of your screen were you can type them. Of course x isn't complicated, it just means save and exit. q means quit, but won't work if you edited the file, so you have to overide this protection with ! (this is why you type :q!).

Hope this will help you. Oh and I am already very happy if you just help people here on LQ, you don't have to love me .

Greetingz,
Elluva
 
Old 05-22-2004, 12:54 PM   #10
Warmaster
Member
 
Registered: May 2004
Distribution: Mandrake 10.0 OFFICIAL
Posts: 49

Original Poster
Rep: Reputation: 15
Exclamation ...

lol right now, I can't help anybody...

because I don't know ANYTHING about linux...

MDK is my first try...
 
Old 05-23-2004, 04:37 AM   #11
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
Well, in that case you chose the right distro to start from. By trying to help others and reading here on LQ, you should learn quite fast.
Learning how to use Linux isn't hard, it is setting it up that's hard and that's just what mandrake does for you. I recommend that once you're at ease with mdk, you try something harder like slackware. It suprised me how much I didn't know and how fast I learn't.
 
Old 05-23-2004, 07:15 AM   #12
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Rep: Reputation: 32
Quote:
Originally posted by elluva
Well, in that case you chose the right distro to start from. By trying to help others and reading here on LQ, you should learn quite fast.
Learning how to use Linux isn't hard, it is setting it up that's hard and that's just what mandrake does for you. I recommend that once you're at ease with mdk, you try something harder like slackware. It suprised me how much I didn't know and how fast I learn't.
quite true....i use RED HAT for years and only recently switch to debian and in 3 months learn more about Linux than the last 10 years...
 
Old 05-23-2004, 08:26 PM   #13
Warmaster
Member
 
Registered: May 2004
Distribution: Mandrake 10.0 OFFICIAL
Posts: 49

Original Poster
Rep: Reputation: 15
Exclamation ...

After doing everything except editing XFConfig-4, going into KDE and using Krite should get it done, right ?

I'm not used to no-gui interfaces...


ps: why should I check my kernel version?, it's the one that comes with mandrake 10 OFFICIAL...

Quote:
Originally posted by elluva
Last post I forgot to mention that before you install the drivers you have to quit X. You should read the readme that comes with the drivers as well how to get X using the drivers (that isn't hard if you do what the readme says).

in mandy right... vi should work, but with some luck you have pico or nano. The latter are way more userfriendly. Pico should be included in the pine package. I don't use pine, but pico is such a damned easy to use editor that I install it anyway (urpmi pine). Vi is not very straightforward, this is what you should know:

$> vi filename

to edit type 'i'
to save type ':x (enter)'
to quit without saving ':q! (enter)'

To explain these bizarre things quickly, when you start up vi you aren't in 'edit mode'. Every button you type is a command, i stands for insert, a for append,... Press esc to go out of edit mode. Vi is a quite advanced text editor, you can do a lot of complicated things with short commands (see manpage). These commands are issued by pressing : first, then you can see at the bottom of your screen were you can type them. Of course x isn't complicated, it just means save and exit. q means quit, but won't work if you edited the file, so you have to overide this protection with ! (this is why you type :q!).

Hope this will help you. Oh and I am already very happy if you just help people here on LQ, you don't have to love me .

Greetingz,
Elluva

Last edited by Warmaster; 05-23-2004 at 08:36 PM.
 
Old 05-23-2004, 10:17 PM   #14
estatik
Member
 
Registered: Oct 2003
Location: CA / NY
Distribution: Mandrake 9.1, 9.2, 10.1, Cooker
Posts: 145

Rep: Reputation: 15
Re: ...

Quote:
Originally poster by elluva
to save type ':x (enter)'
to quit without saving ':q! (enter)'
elluva, correct me if I'm wrong but for the sake of the newbies, but didn't you forget to instruct Warmaster to hit the [ESC] key before typing ":" ? And shouldn't save be ":wq" instead of ":x" ? I dunno, but that's how I've always saved when editing with vi.

EDIT: Opps, didn't see the "esc" in your post

Quote:
Originally posted by Warmaster
After doing everything except editing XFConfig-4, going into KDE and using Krite should get it done, right ?

I'm not used to no-gui interfaces...


ps: why should I check my kernel version?, it's the one that comes with mandrake 10 OFFICIAL...
Warmaster, I'm not sure if you'll be able to get into GUI with the nvidia driver if you don't check/edit your /etc/X11/XF86Config-4 file. You might be able to get into GUI if the "nv" module is still being loaded, but that defeats your purpose of installing the driver.

If you still need step-by-step instructions on getting the driver installed, look at this past post I made.

I too, like my GUI interfaces, and I'm not about to get into a cli vs. gui war here, but getting comfortable with cli will benefit your experience greatly. What will you do if your GUI suddenly goes bezerk and commits suicide? The only way you can try to bring it back from the dead is by the all-powerful potion called CLI.

I think the reason why you were asked to check your kernel version is that: a) sometimes different kernels will get installed as default, and, b) so that you will know which kernel-source-version to install.

Good luck and have fun!

Last edited by estatik; 05-23-2004 at 10:22 PM.
 
Old 05-23-2004, 10:44 PM   #15
Warmaster
Member
 
Registered: May 2004
Distribution: Mandrake 10.0 OFFICIAL
Posts: 49

Original Poster
Rep: Reputation: 15
Exclamation ...

god, I don't know what I am doing wrong... but it's still not working...

My kernel is 2.6.3-7
I installed that same kernel-source and the nvidia installer accepted it, compiled whatever it compiles, and if I use 'nvidia' drivers, kde does not load...

right now, I'm using 'nv' drivers. (thanks elluva for the 'vi' thing... I was thinking of a 3rd reinstall)

what could be wrong ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Mdk10.1 official: vsftpd and IPv4 Sjonnie48 Mandriva 5 10-31-2005 08:18 AM
Cannot run Firefox on MDK10.1 Official cawwt Mandriva 9 12-21-2004 08:43 AM
What the difference between MDK10 Official and MDK10??? unixfreak Mandriva 1 08-18-2004 02:35 PM
ATI Drivers in MDK10 Official Borka Mandriva 3 07-19-2004 01:39 PM
MDK10 official error with OpenGL lvxiang Mandriva 2 04-25-2004 03:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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