Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: problems with the nvidia 7600 go and ubuntu 8.10 how i have to fix it??

  1. #11
    Join Date
    Jun 2006
    Beans
    7,419
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: problems with the nvidia 7600 go and ubuntu 8.10 how i have to fix it??

    sorry, typo/wrong page:

    x86:

    http://www.nvidia.com/object/linux_d...173.14.12.html

    But on second glance your problem appears to be a gcc mismatch...What is the output of these two commands:

    cat /proc/version

    gcc -v

    (the first tells what version was used to compile the kernel, the second what
    you are cuurently using--you have to build the nvidia kernel interface using the same gcc version
    as the first)

  2. #12
    Join Date
    Aug 2008
    Beans
    6

    Re: problems with the nvidia 7600 go and ubuntu 8.10 how i have to fix it??

    Linux version 2.6.24-20-generic (buildd@rothera) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Mon Jul 28 13:49:52 UTC 2008

    Using built-in specs.
    Target: i486-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.1-8ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
    Thread model: posix
    gcc version 4.3.1 (Ubuntu 4.3.1-8ubuntu1)

  3. #13
    Join Date
    Jun 2006
    Beans
    7,419
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: problems with the nvidia 7600 go and ubuntu 8.10 how i have to fix it??

    Both are GCC 4 releases...since it's only a difference between the .2.3 and .3.1, you could try the 'ignore' option:

    sudo sh NVIDIA-Linux-x86-173.14.12-pkg2.run --kernel-source-path=/usr/src/
    linux-headers-2.6.24-20-generic --no-cc-version-check

    for more info see:

    sh NVIDIA-Linux-x86-173.14.12-pkg2.run --advanced-options

    &

    http://us.download.nvidia.com/XFree8...hapter-08.html

    If none of that works, try the automatic route (EnvyNG)

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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