Strona 1 z 2

Instalacja karty Nvivdi ciąg dalszy opowieści

: 30 kwietnia 2008, 20:11
autor: Latorion
Witajcie,
Mam mały wielki problem z zainstalowaniem karty grafiznej. Instaluje według sposobu Kaki ale instalacja nie powiodła się
oto jest log z instalacji:

Kod: Zaznacz cały

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Wed Apr 30 19:53:00 2008

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no recursion            : 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
  no kernel module        : false
  force SELinux           : default
  no X server check       : false
  force tls               : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path   : (not specified)
  OpenGL install prefix   : (not specified)
  OpenGL install libdir   : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : [url]ftp://download.nvidia.com[/url]
  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 ([url]ftp://download.nvidia.com[/url])? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
   that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> The CC version check failed:
   
   The compiler used to compile the kernel (gcc 4.1) does not exactly match the
   current compiler (gcc 4.2).  The Linux 2.6 kernel module loader rejects kern
   el modules built with a version of gcc that does not exactly match that of t
   he compiler used to build the running kernel.
   
   If you know what you are doing and want to ignore the gcc version check, sel
   ect "No" to continue installation.  Otherwise, select "Yes" to abort install
   ation, set the CC environment variable to the name of the compiler used to c
   ompile your kernel, and restart installation.  Abort now? (Answer: No)
ERROR: Unable to find the kernel source tree for the currently running kernel. 
       Please make sure you have installed the kernel source files for your
       kernel and that they are properly configured; on Red Hat Linux systems,
       for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM
       installed.  If you know the correct kernel source files are installed,
       you may specify the kernel source path with the '--kernel-source-path'
       command line option.
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 [url]www.nvidia.com[/url].
Więc tak jak Kaka radził zabrałem się za analize i interpretację logu i pomyśłałem że może linux-sourca nie mam ale jednak mam:

Kod: Zaznacz cały

debian:/home/miles# apt-get install linux-source-2.6.22
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności       
Reading state information... Gotowe
linux-source-2.6.22 jest już w najnowszej wersji.
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 392 nieaktualizowanych.
debian:/home/miles# 
dodam jeszcze że wersja jajka to:

Kod: Zaznacz cały

debian:/home/miles# uname -r
2.6.22-3-486

: 30 kwietnia 2008, 21:16
autor: Theres
a linux-headers ??

: 30 kwietnia 2008, 22:56
autor: Latorion
Tak zupgradowałem jajko i linux source i headers ale znowu jest problem:/

Kod: Zaznacz cały

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Wed Apr 30 22:52:05 2008

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no recursion            : 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
  no kernel module        : false
  force SELinux           : default
  no X server check       : false
  force tls               : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path   : (not specified)
  OpenGL install prefix   : (not specified)
  OpenGL install libdir   : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : [url]ftp://download.nvidia.com[/url]
  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 ([url]ftp://download.nvidia.com[/url])? (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 sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> The CC version check failed:
   
   The compiler used to compile the kernel (gcc 4.1) does not exactly match the
   current compiler (gcc 4.2).  The Linux 2.6 kernel module loader rejects kern
   el modules built with a version of gcc that does not exactly match that of t
   he compiler used to build the running kernel.
   
   If you know what you are doing and want to ignore the gcc version check, sel
   ect "No" to continue installation.  Otherwise, select "Yes" to abort install
   ation, set the CC environment variable to the name of the compiler used to c
   ompile your kernel, and restart installation.  Abort now? (Answer: Yes)
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 [url]www.nvidia.com[/url].
Wiecie może o co teraz mu chodzi:/
Pozdrawiam
Artur

: 01 maja 2008, 00:09
autor: Pakos
masz ustawione gcc na wersje 4.2, podlinkuj na 4.1 i zadziala.

: 01 maja 2008, 07:56
autor: Bodzio
Albo odpowiedz "NO" jak instalator pyta - trzeba raczej czytać te komunikaty :-P

: 01 maja 2008, 11:18
autor: psv
Wiele razy mówione:

Kod: Zaznacz cały

CC=/usr/bin/gcc-4.1 ./NVIDIA*

: 01 maja 2008, 15:19
autor: Latorion
THX wszystkim za pomoc już udało mi się to zainstalować ;)
Pozdrawiam
Artur

: 01 maja 2008, 16:38
autor: PhockouS
Ja tam mam z repo i wszystko śmiga.. :-) Nie wiem czemu się tak ludzie męczycie z tymi binarkami.. eh..

EOT

: 01 maja 2008, 18:55
autor: Szupien
ja wszystko zainstalowałem co podawał kaka i do dojscia do momentu instalacji sterowników wywala:

Kod: Zaznacz cały

Verifying archive integrity... Error in check sums 1712561651 169821086
NIe mam zielonego pojecia jak to naprawic.
.

: 01 maja 2008, 19:04
autor: fnmirk
Połącz się z internetem i jako root napisz w konsoli/terminalu:

Kod: Zaznacz cały

update-pciids
Następnie wklej na forum wyniki poniższych poleceń:

Kod: Zaznacz cały

lspci
i

Kod: Zaznacz cały

cat /etc/X11/xorg.conf