• Jueves 28 de Marzo de 2024, 12:26

Autor Tema:  Error al instalar nVidia  (Leído 3219 veces)

lair

  • Miembro MUY activo
  • ***
  • Mensajes: 213
  • Nacionalidad: mx
    • Ver Perfil
Error al instalar nVidia
« en: Martes 22 de Diciembre de 2009, 19:16 »
0
Hola a todos.

estoy tratando de instalar mi tarjeta de video pero me retorna un error, y no se que sea ni como solucionarlo, el error es el siguiente:
Citar
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), or NVIDIA GPU
       installed in this system is not supported by this NVIDIA Linux graphics
       driver release.
       
       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.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
   -1 No such device

tengo instaldo esto:
Citar
[root@Fedora ~]# uname -a
Linux Fedora 2.6.31.6-162.fc12.i686.PAE #1 SMP Fri Dec 4 00:43:59 EST 2009 i686 athlon i386 GNU/Linux

el driver lo descargue de la pagina de nVidia.com
y mi tarjeta de video es la siguiente:
Citar
[root@Fedora ~]# lspci -nn | grep 'NV|VGA'
00:0d.0 VGA compatible controller [0300]: nVidia Corporation GeForce 6150SE nForce 430 [10de:03d0] (rev a2)

gracias por su tiempo y ayuda

shakka

  • Miembro HIPER activo
  • ****
  • Mensajes: 679
  • Nacionalidad: cr
    • Ver Perfil
    • http://mbrenes.com
Re: Error al instalar nVidia
« Respuesta #1 en: Martes 22 de Diciembre de 2009, 21:54 »
0
Para comenzar deberias tener instalado las cabeceras del kernel que estas usando.

Estas instalando usando el instalador oficial de nVidia o de un paquete de la distribucion?

Y que dice
/var/log/nvidia-installer.log

lair

  • Miembro MUY activo
  • ***
  • Mensajes: 213
  • Nacionalidad: mx
    • Ver Perfil
Re: Error al instalar nVidia
« Respuesta #2 en: Martes 22 de Diciembre de 2009, 22:25 »
0
Cita de: "shakka"
Para comenzar deberias tener instalado las cabeceras del kernel que estas usando.
como se si las tengo o no y en caso de no tenerlas donde las consigo??
Cita de: "shakka"
Estas instalando usando el instalador oficial de nVidia o de un paquete de la distribucion?
el archivo lo descargue de aqui
http://la.nvidia.com/Download/index.aspx?lang=la
Cita de: "shakka"
/var/log/nvidia-installer.log
lo que habia colocado en la primer cita es lo que dice ese archivo, aqui esta un fragmento mas grande

Citar
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), or NVIDIA GPU
       installed in this system is not supported by this NVIDIA Linux graphics
       driver release.
       
       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.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
   -1 No such device
-> Kernel messages:
   RPC: Registered udp transport module.
   RPC: Registered tcp transport module.
   SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
   vboxdrv: Trying to deactivate the NMI watchdog permanently...
   vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hardware
   performance
   vboxdrv: counter framework which can generate NMIs is active. You have to
   prevent
   vboxdrv: the usage of hardware performance counters by
   vboxdrv:   echo 2 > /proc/sys/kernel/perf_counter_paranoid
   vboxdrv: Found 2 processor cores.
   vboxdrv: fAsync=1 offMin=0x574eb offMax=0x574eb
   vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
   vboxdrv: Successfully loaded version 3.1.2 (interface 0x00100001).
   mono[1525]: segfault at 0 ip 080f1eed sp bfe72300 error 6 in
   mono[8047000+277000]
   [drm] nouveau 0000:00:0d.0: PFIFO_DMA_PUSHER - Ch 0
   [drm] nouveau 0000:00:0d.0: GPU lockup - switching to software fbcon
   nvidia: module license 'NVIDIA' taints kernel.
   Disabling lock debugging due to kernel taint
   NVRM: The NVIDIA probe routine was not called for 1 device(s).
   NVRM: This can occur when a driver such as rivafb, nvidiafb or
   NVRM: rivatv was loaded and obtained ownership of the NVIDIA
   NVRM: device(s).
   NVRM: Try unloading the rivafb, nvidiafb or rivatv kernel module
   NVRM: (and/or reconfigure your kernel without rivafb/nvidiafb
   NVRM: support), then try loading the NVIDIA kernel module again.
   NVRM: No NVIDIA graphics adapter probed!
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.

gracias por tu ayuda

shakka

  • Miembro HIPER activo
  • ****
  • Mensajes: 679
  • Nacionalidad: cr
    • Ver Perfil
    • http://mbrenes.com
Re: Error al instalar nVidia
« Respuesta #3 en: Miércoles 23 de Diciembre de 2009, 16:35 »
0
Cita de: "lair"
Cita de: "shakka"
Para comenzar deberias tener instalado las cabeceras del kernel que estas usando.
como se si las tengo o no y en caso de no tenerlas donde las consigo??

Desde los respositorios:

Código: Text
  1. yum list kernel-headers `uname -r`
  2.  

tambien tienes que tener instalado un compilador, gcc en este caso.

Howto: Igual tienes los drivers en los repositorios
http://forums.fedoraforum.org/showthrea ... ght=nvidia

lair

  • Miembro MUY activo
  • ***
  • Mensajes: 213
  • Nacionalidad: mx
    • Ver Perfil
Re: Error al instalar nVidia
« Respuesta #4 en: Martes 5 de Enero de 2010, 19:36 »
0
Gracias shakka

no habia tenido tiempo de probar, pero con lo que me ayudaste ya pude instalar la tarjeta de video

gracias nuevamente :good: