Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15
http://www.atomichamster.com/debian/nvidiadrivers/...
  1. #11
    Banned
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    1,121



  2. #12
    Linux Guru sdousley's Avatar
    Join Date
    Feb 2004
    Posts
    1,789
    if u run

    uname -r
    have a look in /usr/src for a folder that matches the result of uname -r

    if it's there, check tht there's a symlink called linux pointing to the result of uname -r, to check this, run
    Code:
    ls -l /usr/src/`uname -r`
    note this is a flick not a quote (the character next to the number 1 on a UK keyboard.

    if the sytmlink linux doesn't point to the right kernel source remove it and re-create is like this:

    Code:
    rm /usr/src/linux
    ln -s /usr/src/`uname -r` linux
    then try the nvidia drivers again
    "I am not an alcoholic, alcoholics go to meetings"
    Registered Linux user = #372327

  3. #13
    Jst
    Jst is offline
    Just Joined!
    Join Date
    Aug 2004
    Posts
    68
    Quote Originally Posted by jens
    http://www.atomichamster.com/debian/nvidiadrivers/
    The packages that are described there dont excist..
    The uname thing also doenst work...

    Im using Debian 3.0 r2 btw..
    Jst.

  4. #14
    Jst
    Jst is offline
    Just 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.

  5. #15
    Banned
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    1,121
    Quote Originally Posted by Jst
    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?
    Debian doesn't work like that...

    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

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •