ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most frequently when this kernel module was built
against the wrong or improperly configured kernel sources, with a
version of gcc that differs from the one
used to build the target kernel, or if a driver such as rivafb/nvidiafb is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics device(s). Please see the log entries 'Kernel module load error' and 'Kernel messages' at the end of the file '/var/log/nvidia-installer.log' for more information.

a mí me ha pasado muchas veces, lo que hago es.

-bajar el driver más actual para tu tarjeta, pudiera ser que el que
  estas utilizando no sea el adecuado.
-haz un lsmod|grep nvidiafb y mira a ver si está cargado, si lo está
-en el runlevel 3 (init 3 y /etc/init.d/gdm stop
-ls -A /lib/modules/kernel-que-usas/kernel/drivers/video/nvidia/
y debes tener el nvidiafb ahí, si es así, eliminalo (rm -i nvidiafb.ko, por ejemplo) si lo borra sin problemas, shutdown -r now(reinicio) y el sistema gráfico no debería poder arrancar: parar el gdm y debería dejarte instalar el driver. el problema a grandes rasgos es que si tienes cargado el driver en cuestión(nvidiafb.ko), este está utilizando el dispositivo y no deja que el nuevo driver lo utilize, por lo que no se puede instalar, yo incluso lo he puesto en la lista negra de drivers para que cuando hay una actulización del X.org no lo cargue, pero nunca me ha funcionado, y siempre he terminado eliminandolo manualmente, es una forma muy cutre de solucionarlo, pero no he encontrado otra, este es uno de los 3 problemillas más comunes en la instalación del driver propietario de nvidia, el otro es el de no tener las fuentes del kernel, y el otro es el del gcc con que fue compilado el kernel y que no coincide con el actual, se soluciona como tu mismo mencionas en un mail, export CC=gcc-x.x

siento el tocho de mail, espero haberme explicado y que te sirva de algo de ayuda.


--- Begin Message ---
tengo el siguiente error

-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
  -1 No such device
-> Kernel messages:
[ 2439.007791] NVRM: None of the NVIDIA graphics adapters were initialized!
  [ 2724.818669] NVRM: request_mem_region failed for 16M @ 0xc0000000. This
  can
[ 2724.818673] NVRM: occur when a driver such as rivatv is loaded and claims
  [ 2724.818674] NVRM: ownership of the device's registers.
  [ 2724.818690] nvidia: probe of 0000:01:00.0 failed with error -1
  [ 2724.818714] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 2724.818720] NVRM: None of the NVIDIA graphics adapters were initialized!
  [ 4966.484749] NVRM: request_mem_region failed for 16M @ 0xc0000000. This
  can
[ 4966.484753] NVRM: occur when a driver such as rivatv is loaded and claims
  [ 4966.484755] NVRM: ownership of the device's registers.
  [ 4966.484769] nvidia: probe of 0000:01:00.0 failed with error -1
  [ 4966.484796] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 4966.484801] NVRM: None of the NVIDIA graphics adapters were initialized!
  [ 5024.734483] NVRM: request_mem_region failed for 16M @ 0xc0000000. This
  can
[ 5024.734486] NVRM: occur when a driver such as rivatv is loaded and claims
  [ 5024.734488] NVRM: ownership of the device's registers.
  [ 5024.735291] nvidia: probe of 0000:01:00.0 failed with error -1
  [ 5024.735493] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 5024.735498] NVRM: None of the NVIDIA graphics adapters were initialized!
  [ 5079.175978] NVRM: request_mem_region failed for 16M @ 0xc0000000. This
  can
[ 5079.175982] NVRM: occur when a driver such as rivatv is loaded and claims
  [ 5079.175983] NVRM: ownership of the device's registers.
  [ 5079.175998] nvidia: probe of 0000:01:00.0 failed with error -1
  [ 5079.176023] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 5079.176028] NVRM: None of the NVIDIA graphics adapters were initialized!
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.


pero puedo compilar los modulos solo q tira esto a la hora de correr
./NVIDIA*.run


ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as rivafb/nvidiafb is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics device(s). Please see the log entries 'Kernel module load error' and 'Kernel messages' at the end of the file '/var/log/nvidia-installer.log' for more information.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



--- End Message ---

Responder a