Results 11 to 15 of 15
http://www.atomichamster.com/debian/nvidiadrivers/...
- 02-21-2005 #11Banned
- Join Date
- Nov 2004
- Location
- Belgium
- Posts
- 1,121
- 02-21-2005 #12
if u run
have a look in /usr/src for a folder that matches the result of uname -runame -r
if it's there, check tht there's a symlink called linux pointing to the result of uname -r, to check this, runnote this is a flick not a quote (the character next to the number 1 on a UK keyboard.Code:ls -l /usr/src/`uname -r`
if the sytmlink linux doesn't point to the right kernel source remove it and re-create is like this:
then try the nvidia drivers againCode:rm /usr/src/linux ln -s /usr/src/`uname -r` linux
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 02-21-2005 #13Just Joined!
- Join Date
- Aug 2004
- Posts
- 68
The packages that are described there dont excist..
Originally Posted by jens
The uname thing also doenst work...
Im using Debian 3.0 r2 btw..
Jst.
- 02-21-2005 #14Just Joined!
- Join Date
- Aug 2004
- Posts
- 68
Because I'm using Debian 3.0r2, ill porbably wont be able to see the newest kernel sources and nvidia drivers, is there a way that I can update my Debian to r4?
Tnx
Jst.
- 02-22-2005 #15Banned
- Join Date
- Nov 2004
- Location
- Belgium
- Posts
- 1,121
Debian doesn't work like that...
Originally Posted by Jst
You have:
Woody = stable (but a little old)
Sarge = testing (still very stable, recommended for most users)
Sid = unstable (very up2date, less stable)
To update (I take you're not using any backports) :
*Edit /etc/apt/sources.list and change all(don't mix them) from stable to sarge (testing)
*apt-get update
*close X
*apt-get dist-upgrade (do change most config files when asked)
*check if you have broken packages
*apt-get -f install
You now have Sarge(testing), upgrade it as well:
apt-get update
apt-get dist-upgrade


Reply With Quote
