Results 1 to 10 of 13
I reinstalled Debian, this time it's for AMD64. I know there was a way to apt-get the install. I followed techieMoe's install and get nothing but errors. I did apt-get ...
- 08-22-2005 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
I'm fed up! (nvidia install)
I reinstalled Debian, this time it's for AMD64. I know there was a way to apt-get the install. I followed techieMoe's install and get nothing but errors. I did apt-get install kernel-source-2.6.8 make and gcc are the newest versions. I init 1 and sh the file. I get a few steps in to find out there is no procompiled source, and the installer can't compile one. WTF! I'm sure it's user error.
MCP | Network+
- 08-22-2005 #2
Maybe you con post the errors you get?
- 08-22-2005 #3Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
First I get a runlevel 1 quit installation now?
Originally Posted by dylunio
-no
License
-accept
no precompiled kernel interface was found, would you like installer to download a kernel interface for your kernel from NVIDIA ftp site?
-yes
No matching precompiled kernel interface was found this means the installer will need to compile a kernel interface for your kernel
-ok
ERROR: unable to find kernel source tree for the currently running kernel. Please make sure you have installed the kernel source files for your kernel.
-ok
ERROR: Installation failed........
-ok
After that I return to prompt.MCP | Network+
- 08-22-2005 #4
You probably don't have your kernel-source package installed. There's a command to install it with apt-get... I just don't remember the syntax.

You could also use apt-get to install the nvidia drivers:
Code:apt-get install nvidia-glx nvidia-driver
Registered Linux user #270181
TechieMoe's Tech Rants
- 08-22-2005 #5Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
That I don't have
Originally Posted by techieMoe MCP | Network+
- 08-22-2005 #6
There were only three things I did prior to installing the nvidia driver:
1. Installed/Extracted the kernel-source
# apt-get install kernel-source-`uname -r`
Untar the package in the /usr/src/ directory.
2. Installed the applicable kernel-headers
# apt-get install kernel-headers-`uname -r`
3. Made a 'linux' symlink to the kernel-source path in /usr/src
# cd /usr/src/
# ln -s /usr/src/kernel-source-2.x.y linux
Then just follow the README at the nVidia download page.It may be that your sole purpose in life is simply to serve as a warning to others.
- 08-23-2005 #7
COKE CAN: If you're still stuck on this there is a much easier way to install the Ndivia driver on Debian without having to recompile the kernel.
Quoted from http://www.linuxforums.org/forum/topic-48429-12.html
Originally Posted by fpmchu Registered Linux user #389109
My Semi-Linux Blog
- 08-23-2005 #8Just Joined!
- Join Date
- Apr 2005
- Posts
- 80
Originally Posted by St. Joe
Exactly, you "must" have the appropriate kernel-headers installed.
- 08-23-2005 #9
Strangely (based upon the posts on this subject), I've had much less trouble installing nVidia drivers on my Debian system than most others. In Slackware, you do have to recompile the 2.6 kernel provided in 'testing'. The method I mentioned has always worked. I've also tried the nvidia-glx way and it also did nicely, but IMO it is a bit more complicated and certainly more steps are involved.
It may be that your sole purpose in life is simply to serve as a warning to others.
- 08-24-2005 #10
I have actually found the nv driver much more stable, and never install the proprietary one..... of course I don't play games
Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
