driver dev instalar com o kernel do Linux 3.0 falha

0

Eu tentei instalar o driver dev nvidia (ubuntu 11.10) meu /var/log/nvidia-installer.log: link Como resolver este problema?

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Nov 21 12:42:03 2011
installer version: 270.41.19

PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

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
  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
  run distro scripts                 : true
  no nouveau check                   : false
  run nvidia-xconfig                 : false
  sigwinch work around               : true
  force tls                          : (not specified)
  force compat32 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)
  compat32 install chroot            : (not specified)
  compat32 install prefix            : (not specified)
  compat32 install libdir            : (not specified)
  utility install prefix             : (not specified)
  utility install libdir             : (not specified)
  installer prefix                   : (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)
  precompiled kernel interfaces path : (not specified)
  precompiled kernel interfaces url  : (not specified)
  proc mount point                   : /proc
  ui                                 : (not specified)
  tmpdir                             : /tmp
  ftp mirror                         : ftp://download.nvidia.com
  RPM file list                      : (not specified)
  selinux chcon type                 : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> Installing NVIDIA driver version 270.41.19.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/3.0.0-12-generic/build'
-> Kernel output path: '/lib/modules/3.0.0-12-generic/build'
ERROR: If you are using a Linux 2.4 kernel, please make sure
       you either have configured kernel sources matching your
       kernel or the correct set of kernel headers installed
       on your system.

       If you are using a Linux 2.6 kernel, please make sure
       you have configured kernel sources matching your kernel
       installed on your system. If you specified a separate
       output directory using either the "KBUILD_OUTPUT" or
       the "O" KBUILD parameter, make sure to specify this
       directory with the SYSOUT environment variable or with
       the equivalent nvidia-installer command line option.

       Depending on where and how the kernel sources (or the
       kernel headers) were installed, you may need to specify
       their location with the SYSSRC environment variable or
       the equivalent nvidia-installer 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 www.nvidia.com.
    
por user34747 21.11.2011 / 08:41

2 respostas

1

Esse problema ocorre mesmo se você tiver os cabeçalhos do Linux no lugar. Eu não encontrei nenhuma solução até agora. A única solução que posso fazer é fazer downgrade para um kernel funcional e uma versão xorg-xserver.

No entanto, se você tiver um downgrade de plataforma otimizada, parece causar problemas, tanto quanto eu posso ver.

Aguardando que a nvidia libere drivers ativos para o kernel Linux > 3 com corrigir uma versão ABI!

Eu enviei um aplicativo para baixar o driver RC 4.1, talvez isso ajude. Eu vou deixar você saber se eu tiver uma resposta.

Atualizar Graças a Nvidia para resposta rápida. Eu adquiri o driver de desenvolvimento 4.1 RC (devdriver_4.1_linux_64_285.05.15.run).

Esta versão constrói bem o módulo do kernel com 3.1.0-1-amd64 e xserver-xorg 1: 7.6 + 9.

Mas eu acho que não é possível detectar o cartão devido às configurações do Optimus. Vou tentar o projeto Bumblebee para isso.

    
por Can Kavaklıoğlu 29.11.2011 / 12:28
0

Parece que não é possível encontrar fontes do kernel:

% bl0ck_qu0te%

(suponha que 3.0 seja o mesmo que 2.6)

Para instalar fontes do kernel, faça

sudo apt-get install linux-source
    
por Sergey 21.11.2011 / 11:24