LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-27-2005, 06:24 AM   #1
xaos5
Member
 
Registered: Dec 2004
Distribution: debian and slackware
Posts: 217

Rep: Reputation: 31
Nvidia 8178 errors


I am trying to install the lastest drivers from nvidia and can't seem to get it working. I have the kernel source but its giving me an error:

Code:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Dec 27 07:11:59 2005

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     : true
  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)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /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: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
   this means that the installer will need to compile a kernel interface for
   your kernel.
-> Performing CC test with CC="cc".
ERROR: The kernel header file '/usr/src/linux/include/linux/version.h' does not
       exist.  The most likely reason for this is that the kernel source files
       in '/usr/src/linux' have not been configured.
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.
I shouldn't need the source files to install this? Is there something I missed?
 
Old 12-27-2005, 09:32 AM   #2
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
What kernel are you running? Precompiled or your own?
If precompiled are the kernel headers installed?
 
Old 12-27-2005, 06:02 PM   #3
xaos5
Member
 
Registered: Dec 2004
Distribution: debian and slackware
Posts: 217

Original Poster
Rep: Reputation: 31
I just installed a daily build of debian etch.
Code:
david@debian:~$ uname -a
Linux debian 2.6.12-1-k7 #1 Tue Sep 27 13:22:07 JST 2005 i686 GNU/Linux
I'm guessing its precompiled because I didn't touch it, also I believe the kernel headers are installed I just can't seem to find it anymore. I modified my source.list to try and get more stuff. The only thing I have are kernel 2.4.x headers.

Code:
#deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20051212)]/ etch contrib main

deb http://mirrors.kernel.org/debian/ testing main non-free
deb-src http://mirrors.kernel.org/debian/ testing main

deb http://security.debian.org/ testing/updates main

deb ftp://ftp.us.debian.org/debian testing contrib main non-free
#extra

deb ftp://ftp.nerim.net/debian-marillat/ etch main
 
Old 12-27-2005, 06:10 PM   #4
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
First, you don't need the kernel source to install nVidia drivers unless you have compiled the kernel yourself. You obviously are using a precompiled Debian kernel, and since this is the case you only need to be sure you install the matching header package.

Issue the command below and try the process again.

# apt-get install linux-headers-`uname -r`
 
Old 12-27-2005, 06:23 PM   #5
xaos5
Member
 
Registered: Dec 2004
Distribution: debian and slackware
Posts: 217

Original Poster
Rep: Reputation: 31
ok found linux-header-2.6-k7 and the nvidia installer went fine.

I have one problem though. Opengl directrendering fails in cedega. In gentoo there was an extra command to do after installing their nvidia-glx package. Maybe something like this for debian also?
 
Old 12-27-2005, 06:48 PM   #6
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Quote:
Originally Posted by xaos5
Opengl directrendering fails in cedega. In gentoo there was an extra command to do after installing their nvidia-glx package. Maybe something like this for debian also?
Opengl-update is run in Gentoo so that the X Server will use the nVidia GLX libraries. Basically, opengl-update lets you switch between the default OpenGL libraries and the custom Nvidia libraries. But Gentoo doesn't use the nVidia source in the same manner so I'm not clear as to why a similar step would be necessary in Debian. I would think that the custom nVidia driver installation would perform this step by default. Although, unlike Gentoo you can not switch back with a single command.
 
Old 12-27-2005, 09:34 PM   #7
xaos5
Member
 
Registered: Dec 2004
Distribution: debian and slackware
Posts: 217

Original Poster
Rep: Reputation: 31
not a big problem cedega is running counter-strike fine, something with my sound is messed up though, just gonna mess with that later.
 
  


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
LXer: Nvidia 1.0-8178 Linux Display Drivers Analysis LXer Syndicated Linux News 0 12-24-2005 07:46 PM
NVidia Driver Installer errors DoddyUK Linux - Software 1 06-03-2005 01:46 PM
nvidia driver install errors djc_slip Mandriva 3 02-25-2005 05:04 PM
Nvidia Geforce FX go5200 Errors wcujoe Linux - Hardware 2 01-26-2005 10:21 AM
nvidia, gcc, and errors Independence Slackware 2 12-06-2002 05:10 PM

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

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