[+] Sterowniki do karty graficznej a j

Tematy związane z oprogramowaniem, instalacją, konfiguracją
matinho5
Posty: 12
Rejestracja: 09 marca 2009, 18:38

[+] Sterowniki do karty graficznej a jądro

Post autor: matinho5 »

Witam.
To mój pierwszy post na tym forum i przy okazji pierwszy problem. Otóż zainstalowałem Debiana 5.0 wersję stabilną.
Chcę teraz zainstalować sterowniki do karty nvidia. I tu zaczyna się problem gdyż podczas instalacji tak jak w przewodniku Kaki', występuje problem z niepasującym jądrem. Posiadam jadro:

Kod: Zaznacz cały

2.6.26-1-686
Aby zaktualizować jądro muszę (a przynajmniej tak mi się wydaje) przejść z wersji stabilnej na Sida. Ale dalej nie mam pewności, że sterowniki mi zadziałają. Prosiłbym o pomoc.
Awatar użytkownika
lis6502
Member
Posty: 1798
Rejestracja: 05 listopada 2008, 20:14
Lokalizacja: Miasto Szybowców

Post autor: lis6502 »

Określ dokładnie ten problem, bo ja mam takie samo jądro, kartę NVidii i nie mogę narzekać na problemy z instalacją czy działaniem sterowników.
matinho5
Posty: 12
Rejestracja: 09 marca 2009, 18:38

Post autor: matinho5 »

Podczas instalacji w konsoli wyskokuje mi najpierw blad

Kod: Zaznacz cały

No precompiled kernel interferance was found to match your kernel...
biorę NO nastepnie wyrzuca cos z GCC i na tym instalacja sie konczy.
Przypuszczam ze chodzi o to druga czesc ale nie wiem co zrobic.
Teraz doczytalem sie ze chodzi o wersje kompilatora. W tym tkwi problem?
beta1
Beginner
Posty: 131
Rejestracja: 27 kwietnia 2008, 09:42

Post autor: beta1 »

Na gcc wystarczy

Kod: Zaznacz cały

export cc=/usr/bin/gcc-4.1 
matinho5
Posty: 12
Rejestracja: 09 marca 2009, 18:38

Post autor: matinho5 »

A co z przejsciem na sida? Oplaca sie to zrobic czy lepiej zostac na wersji stabilnej?
Awatar użytkownika
lis6502
Member
Posty: 1798
Rejestracja: 05 listopada 2008, 20:14
Lokalizacja: Miasto Szybowców

Post autor: lis6502 »

Jest o tym temat, ale jako że do Sida napływa teraz dużo pakietów, niekoniecznie działających, pozostań lepiej na Lennym, albo Squeeze.
matinho5
Posty: 12
Rejestracja: 09 marca 2009, 18:38

Post autor: matinho5 »

Niestety dalej mam problem z instalacja. Oto log:

Kod: Zaznacz cały

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Mar  9 22:55:41 2009
installer version: 1.0.7

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
  no cc version 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.
-> Installing NVIDIA driver version 173.14.12.
-> 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.3).  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].
winnetou

Post autor: winnetou »

Dziękuję...
thalcave
Junior Member
Posty: 526
Rejestracja: 03 maja 2007, 19:57
Lokalizacja: gdynia

Post autor: thalcave »

beta1 pisze:Na gcc wystarczy
Kod:
export cc=/usr/bin/gcc-4.1
raczej:

Kod: Zaznacz cały

export CC=/usr/bin/gcc-4.1
zwróć uwagę na wielkość liter
Awatar użytkownika
ShinnRa
Beginner
Posty: 457
Rejestracja: 05 marca 2007, 23:05
Lokalizacja: Gdynia

Post autor: ShinnRa »

roztrząsanie problemu z gcc nie ma według mnie sensu bo da się skompilować moduły z innym gcc (a przynajmniej u mnie poszło) a dwa to z gcc to w sumie tylko ostrzeżenie problemem jest brak źródeł obecnie dzałającego jądra:
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.
ODPOWIEDZ