LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-08-2004, 01:01 AM   #1
Fear58
Member
 
Registered: Feb 2004
Location: Reno, Nevada
Distribution: Mandrake 9.2
Posts: 221

Rep: Reputation: 30
Nvidia latest driver doesn't want to install !! - Error log


I seem to have had quite a history of not being able to install nvidia drivers on linux, this time, it was a kernal problem I believe it stated. Using Mandrake 10.1 official, I did change the line in /etc/X11/XF86Config driver to "nvidia" still no go, some kernal problem, could anyone guess the direct prob from this log it gave me, and a solution to this? Thanks for all your time guys.


"nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Dec 7 17:05:13 2004

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : false
no questions : false
silent : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : /usr/X11R6
OpenGL install prefix : /usr
compat32 install prefix : (not specified)
installer install prefix: /usr
utility install prefix : /usr
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /root/tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel; on Red Hat Linux systems, for example, be sure you have the
'kernel-source' rpm installed. If you know the correct kernel source
files are installed, you may specify the kernel source path with the
'--kernel-source-path' commandline option.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
"
 
Old 12-08-2004, 01:08 AM   #2
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
Re: Nvidia latest driver doesn't want to install !! - Error log

Quote:
Originally posted by Fear58

kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)


ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel; on Red Hat Linux systems, for example, be sure you have the
'kernel-source' rpm installed. If you know the correct kernel source
files are installed, you may specify the kernel source path with the
'--kernel-source-path' commandline option.
the installer is looking for the $KERNEL SOURCE

IE........./usr/src/linux
linux is usually a symlink to the kernel version.........
 
Old 12-08-2004, 08:53 AM   #3
Fear58
Member
 
Registered: Feb 2004
Location: Reno, Nevada
Distribution: Mandrake 9.2
Posts: 221

Original Poster
Rep: Reputation: 30
What does that mean, how can i fix this?
 
Old 12-08-2004, 08:54 AM   #4
Fear58
Member
 
Registered: Feb 2004
Location: Reno, Nevada
Distribution: Mandrake 9.2
Posts: 221

Original Poster
Rep: Reputation: 30
I just typed in /usr/src/linux .... it said file not found, or something.
 
Old 12-08-2004, 08:58 AM   #5
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Install the kernel-source package that exactly matches your running kernel (uname -a or rpm -qa | grep kernel...I think).


Håkan
 
Old 12-08-2004, 09:05 AM   #6
paulinimus
Member
 
Registered: Aug 2004
Distribution: SLACKWARE10.0
Posts: 65

Rep: Reputation: 15
Re: Nvidia latest driver doesn't want to install !! - Error log

Quote:
Originally posted by Fear58
[B]I seem to have had quite a history of not being able to install nvidia drivers on linux, this time, it was a kernal problem I believe it stated. Using Mandrake 10.1 official, I did change the line in /etc/X11/XF86Config driver to "nvidia" still no go, some kernal problem, could anyone guess the direct prob from this log it gave me, and a solution to this? Thanks for all your time guys.

'/etc/X11/XF86Config'
Dont know if this is any help but make sure everything in your
'/etc/X11/xinit' is good.
Also be sure to install the source code for the kernel you are using if you have not got it..
that will be on the discs.

If all else fails, try and remove the previous driver installation attempts (clean all the old install files away)
If that fails reinstall your OS : / . .not favourable I know.


Also, you should really post in distros/Mandrake
not here. Im a Slackware user.
I know nothing about Mandrake only that it messes with allot so maybe Mandrake is screwing with something I dont know about..
 
Old 12-08-2004, 09:56 AM   #7
Fear58
Member
 
Registered: Feb 2004
Location: Reno, Nevada
Distribution: Mandrake 9.2
Posts: 221

Original Poster
Rep: Reputation: 30
I typed in "kernel" in the software installation utility, and saw one that had looked like it was "the kernel" it was about 17MB in size, I installed it, still no go. There were 2 source packages on the bottom that were about 120 MB's each, are those what I'm looking for? I wanted to ask you guys if these were the 2 files I am looking for before I install them, because they are kinda heavy in space.
 
Old 12-08-2004, 10:07 AM   #8
Fear58
Member
 
Registered: Feb 2004
Location: Reno, Nevada
Distribution: Mandrake 9.2
Posts: 221

Original Poster
Rep: Reputation: 30
http://ariejan.net/content/view/85/32/

Hmm, stumbled upon this tutorial when I was googling for other people having related problems. Looks like the guy knows what he's talking about, BUT, theres one thing I noticed, the linux driver he used was 6111. Do you think it changed from 6111 to 6629? could I just replace 6629 with 6111 you think?
 
Old 12-08-2004, 05:14 PM   #9
drowbot
Member
 
Registered: Dec 2004
Location: Tulsa, OK, USA
Distribution: SUSE, ArchLinux, Gentoo, LFS, Slackware, Fedora
Posts: 100

Rep: Reputation: 15
You need to find out what kernel version you have. The command is something like 'uname -a' I think. Then, if you can't find the source package on your distro discs, (I've never used Mandrake, so I don't know), you can download the kernel source from www.kernel.org. Make sure you get the right version. Unpack the source (most distros stick in /usr/src/linux-2.x.x.x) and then run the nVIDIA installer. The installer is trying to complile a driver module specific to your linux kernel, but it needs access to the kernel source. That's what mine did, but I already had the source installed because I build my system from scratch.

If you can get the installer to run through without a problem, post back and I think you'll still have to make sure that your modules.conf/modprobe.conf (or whatever Mandrake uses) is set up to load the nvidia module. Good luck!
 
Old 12-09-2004, 12:03 AM   #10
Fear58
Member
 
Registered: Feb 2004
Location: Reno, Nevada
Distribution: Mandrake 9.2
Posts: 221

Original Poster
Rep: Reputation: 30
I installed kernel sources, went through nvidia installation again..... went a little further, it recognized the kernel source there now, but said once the NVIDIA driver is installed, it wouldn't work with rivafb or something like that (this is all from memory, can't collect the log) and rivafb was set on or something. Now, when I try to login to mandrake's gui (KDE) it takes me back to command screen and has like 3 (EE)'s. One saying the NVIDIA kernel couldn't be started, one saying it couldn't access a certain file, and one saying no screens found. If that's not enough of a problem, now when I go back to try reinstalling the NVIDIA driver (I knew it wouldn't do anything, just wanted to see what it would do) it starts up like before when I didn't install the kernel source, it can't find it.

PLease someone help me!! I really want My linux box to work
 
Old 12-09-2004, 12:17 AM   #11
Fear58
Member
 
Registered: Feb 2004
Location: Reno, Nevada
Distribution: Mandrake 9.2
Posts: 221

Original Poster
Rep: Reputation: 30
Is there a way to reinstall kernel sources from the command line, not being in X?
 
Old 12-09-2004, 02:38 AM   #12
ELEET
LQ Newbie
 
Registered: Aug 2004
Location: Lithuania
Distribution: Slackware 10
Posts: 13

Rep: Reputation: 0
i had a same problem. mhm but only then i recompiled my kernel. then i had to install Nvidia drivers again.
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
# Load "dri"
thats my xorg.conf modules section. try to add this to your xorg.conf i dont remember but u have to coment some lines in xorg.conf if u are useing Nvidia drivers.

This is my Video cards options in xorg.conf

Section "Device"
Identifier "VESA Framebuffer"
Driver "nvidia"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection

try to change ur xorg.conf lines with these. It's working for me baybe it will work for u too
 
Old 12-09-2004, 10:16 AM   #13
drowbot
Member
 
Registered: Dec 2004
Location: Tulsa, OK, USA
Distribution: SUSE, ArchLinux, Gentoo, LFS, Slackware, Fedora
Posts: 100

Rep: Reputation: 15
Fear58, the error you are getting has to do with an option you have in your kernel. You will need to reconfigure your kernel options. There is an option under Devices -> Char Devices and then somewhere else, I forget where exactly, but the option is something about Riva support. This is an old nVIDIA driver built into the kernel. It conflicts with the new driver module. You will need to disable this option and then recompile your kernel. Let us know if you need instructions for doing this. I had the same problem.
 
  


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
nVidia driver install error carlosinfl Linux - Software 1 07-20-2004 04:18 AM
How do I install the latest Nvidia Driver captaincaveman Linux - Software 2 05-03-2004 11:26 PM
nvidia FX5200 and SuSE 9.0 Problems (latest driver) odin123 Linux - Distributions 4 04-27-2004 10:23 AM
How do I remove latest nvidia driver? - Suse 8.2 ford Linux - Hardware 3 01-18-2004 02:37 AM
FTP error on NVIDIA driver install... rberry88 Linux - Newbie 5 08-26-2003 07:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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