LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-12-2004, 07:41 PM   #16
deadslota
LQ Newbie
 
Registered: May 2004
Distribution: ubuntu
Posts: 7

Rep: Reputation: 0

ok followed your instructions, during the nvidia installation it builds the kernel module but then fails to load it and says the installation has failed.
 
Old 08-12-2004, 07:51 PM   #17
ludwig W
Member
 
Registered: Mar 2003
Posts: 404

Rep: Reputation: 30
Here is my tutorial for installing Nvidia drivers on SuSE 9.1:

http://www.zzzzx.plus.com/websites/suse_9.1/nvidia.html
 
Old 08-12-2004, 07:51 PM   #18
Ryan450
Member
 
Registered: May 2004
Distribution: Doing the Distro Hop
Posts: 160

Rep: Reputation: 30
Hey guys,

I'm running mandrake 10.0, trying to use this card but getting the same problem as here.. I've read everything here, but you guys havent put anything down on how to add the agp gart module support... how do I do that? I really dont know how to recompile the kernel source (i do have it installed btw..) in my usr/src folder, I have two directories there... (i was using linux, btw).. also, when i follow those instructions, the driver installer hangs for a loongg while, then tells me that it couldnt load etc..

linux, linux-2.6.3-4mdk

which am I using?

any help? or do I just follow the steps above?


PS: sorry for bumping an old post..

Last edited by Ryan450; 08-12-2004 at 09:47 PM.
 
Old 08-13-2004, 07:29 AM   #19
FrostBot
Member
 
Registered: Jul 2004
Location: Canada
Distribution: Kubuntu 10.10
Posts: 134

Original Poster
Rep: Reputation: 15
Ok deadslota what you should try next is:

sh NVIDIA-Linux-x86-1.0-6111-pgk1.run -q
sax2 -m 0=nvidia
 
Old 08-13-2004, 10:46 AM   #20
Ryan450
Member
 
Registered: May 2004
Distribution: Doing the Distro Hop
Posts: 160

Rep: Reputation: 30
nvm, got it working at last .. thnx
 
Old 08-16-2004, 12:15 AM   #21
redmac5
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by ludwig W
Here is my tutorial for installing Nvidia drivers on SuSE 9.1:

http://www.zzzzx.plus.com/websites/suse_9.1/nvidia.html
Instead of editing the default runlevel, IIRC you can just enter e.g. a '3' or 'init=3' (without ') at the command line when GRUB starts up, to go into a certain runlevel.
You also don't need to restart the whole machine in the first place! A '/etc/init.d/xdm restart' is all that is needed.
 
Old 08-19-2004, 07:18 AM   #22
jshaulis
Member
 
Registered: Aug 2004
Posts: 35

Rep: Reputation: 15
Alright, my problem is almost the same as the first guys, except I am running a different kernel. I am running 2.6.4-52 on Suse 9.1 Pro. Now my problem is that I can not get my network card running. There are 2 bult in gigabit slots. One of them linux sees(but will not run) the other it does not even see. So I am stuck with no internet. After so long research I think I found a fix. http://www.nvidia.com/object/linux_n..._1.0-0283.html , I think this will take care of at least some of my problems, but I can not install this. I get the following errors:
Code:
  No precompiled kernel interface was found to match your kernel; this means 
  that the installer will need to compile a new kernel interface. 

                                       OK 

  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. 

                                       OK 

  ERROR: Installation of the network driver has failed.  Please see the file 
         '/var/log/nvidia-nforce-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. 

                                       OK
And the error log

Code:
nforce-installer log file '/var/log/nvidia-nforce-installer.log' 
creation time: Wed Aug 18 12:23:58 2004 

option status: 
  license pre-accepted      : false 
  expert                    : false 
  uninstall                 : false 
  driver info               : false 
  no precompiled interface  : false 
  no ncurses color          : false 
  no questions              : false 
  silent                    : false 
  Installer install prefix  : /usr 
  kernel source path        : (not specified) 
  net kernel install path   : (not specified) 
  audio kernel install path : (not specified) 
  proc mount point          : /proc 
  ui                        : (not specified) 
  tmpdir                    : /tmp 

Using: nvidia-installer ncurses user interface 
-> Found package NVIDIA audio driver for Linux-x86_64 
-> Found package NVIDIA network driver for Linux-x86_64 
-> Please select packages for installation: 
   Selections: 
   NVIDIA network driver for Linux-x86_64 (1.0-9) 
-> Starting install of NVIDIA network driver for Linux-x86_64 
-> Checking for loaded module nvnet 
-> Checking for loaded module forcedeth 
-> License accepted. 
-> Skipping check for conflicting rpms. 
-> /proc/version is Linux version 2.6.4-52-default (geeko@buildhost) (gcc 
   version 3.3.3 (SuSE Linux)) #1 Wed Apr 7 02:15:23 UTC 2004 
-> failed to open ./nvnet/precompiled 
-> 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 of the network driver has failed.  Please see the file 
       '/var/log/nvidia-nforce-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.
Now I tried to do what was said in earlier posts about doing this:
1) Open a terminal (as root) and type "init 3"
2) "cd /usr/src/linux"
3) "make cloneconfig"
4) "make prepare-all"

BUT once i get to step 3 is says "bash: make: command not found"

How can i fix this problem? Thanks a million,

Justin
 
Old 09-16-2004, 06:50 AM   #23
Tad
LQ Newbie
 
Registered: Mar 2003
Location: Everett, WA
Distribution: SuSE
Posts: 3

Rep: Reputation: 0
I've been having the same problem with the nVIdia card as was listed on the first page, but with an added complication. I keep getting the following error; "Lost card during probe". Please help...

Last edited by Tad; 09-16-2004 at 06:53 AM.
 
  


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
Unable to install xchm on SuSE Pro 9.3 due to wxWidgets JimmyTheHutt Linux - Software 0 10-19-2005 03:46 PM
nvidia driver won't update in Yast after SuSE 9.3 Pro. install dobsey Linux - Newbie 1 07-06-2005 11:46 AM
nvidia 6106, kernel 2.6.7, slackware 10, failure to load nvidia.ko Tarball_Phreak Linux - Hardware 3 08-04-2004 03:16 PM
Nvidia 6106 DavidTempler Linux - Hardware 1 07-15-2004 12:42 PM
NVidia 6106 drivers noobtesting Linux - Hardware 3 07-12-2004 10:31 AM

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

All times are GMT -5. The time now is 04:30 PM.

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