Foros del Web » Administración de Sistemas » Unix / Linux »

fallo al instalar Nvidia drivers (UBUNTU)

Estas en el tema de fallo al instalar Nvidia drivers (UBUNTU) en el foro de Unix / Linux en Foros del Web. Holas, esto hago para instalar los drivers: Código: alejandro@ubuntu~: su password: ****** root@ubuntu~: sudo /etc/init.d/gdm stop root@ubuntu~: sh nvidia.sh No compiles Kernel Interface was found ...
  #1 (permalink)  
Antiguo 03/10/2008, 13:59
 
Fecha de Ingreso: octubre-2008
Mensajes: 46
Antigüedad: 15 años, 6 meses
Puntos: 0
fallo al instalar Nvidia drivers (SOLUCIONADO)

Holas, esto hago para instalar los drivers:
Código:
 alejandro@ubuntu~: su
password: ******
root@ubuntu~: sudo /etc/init.d/gdm stop
root@ubuntu~: sh nvidia.sh
No compiles Kernel Interface was found to match your Kernel, would you like the installer to attemp to download a Kernel interface for your Kernel from Nvidia?
[YES]
No se encuenta lo que me pide y que intenta buscar...
[OK]
Error: You do not appear to haec lbc header files installed on your system. Please install you distribution lbc development package. (Qué es este error?)
[OK]
Error: Installation has failed see '/var/log/nvidia-installer.log'
[OK]
root@ubuntu~: exit
Espero que se haya entendido lo que he ecrito, he ido poniendo según lo que he puesto y los mensajes que me han ido poniendo y ahora lo que pone el nvidia-installer.log
Código:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Fri Oct  3 20:45:41 2008
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              : ftp://download.nvidia.com
  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 (ftp://download.nvidia.com)? (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.
ERROR: You do not appear to have libc header files installed on your system. 
       Please install your distribution's libc development package.
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.
Muchísimas gracias por vuestra ayuda... =)

Última edición por rokimoki; 05/10/2008 a las 10:16 Razón: SOLUCIONADO
  #2 (permalink)  
Antiguo 03/10/2008, 14:31
Avatar de webosiris
Moderador egiptólogo
 
Fecha de Ingreso: febrero-2002
Ubicación: Luxor, Egipto
Mensajes: 10.725
Antigüedad: 22 años, 2 meses
Puntos: 998
Respuesta: fallo al instalar Nvidia drivers (UBUNTU)

lo que te falta es instalar libc... instalalo así:
Cita:
sudo apt-get install libc6-dev
__________________
Pasamos tus PSD a HTML

Pobre del que lo sabe todo, porque no tiene nada más que aprender ni razón para vivir. -
  #3 (permalink)  
Antiguo 03/10/2008, 14:41
 
Fecha de Ingreso: octubre-2008
Mensajes: 46
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: fallo al instalar Nvidia drivers (UBUNTU)

Código:
alejandro@Al3X:~$ sudo apt-get install libc6-dev
E: No se pudo bloquear /var/lib/dpkg/lock - open (11 Recurso temporalmente no disponible)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Eso es lo que obtengo.... alguna sugerencia? me ha pasado con otras cosas, o es posible porque esté usando el gestor de paquetes Synaptic?
  #4 (permalink)  
Antiguo 03/10/2008, 14:56
Avatar de webosiris
Moderador egiptólogo
 
Fecha de Ingreso: febrero-2002
Ubicación: Luxor, Egipto
Mensajes: 10.725
Antigüedad: 22 años, 2 meses
Puntos: 998
Respuesta: fallo al instalar Nvidia drivers (UBUNTU)

Cita:
Eso es lo que obtengo.... alguna sugerencia? me ha pasado con otras cosas, o es posible porque esté usando el gestor de paquetes Synaptic?
si, o usas el synaptic o usas apt via consola, no podes usar las 2 cosas al mismo tiempo. Si preferis usar el synaptic, buscá el paquete "libc6-dev" e instalalo
__________________
Pasamos tus PSD a HTML

Pobre del que lo sabe todo, porque no tiene nada más que aprender ni razón para vivir. -
  #5 (permalink)  
Antiguo 03/10/2008, 14:57
 
Fecha de Ingreso: octubre-2008
Mensajes: 46
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: fallo al instalar Nvidia drivers (UBUNTU)

Gracias solucionado e instalado, como sabias que era eso? lo isntalé por consola, puedes repetirme el codigo de nuevo?? gracias muchisimas gracias
  #6 (permalink)  
Antiguo 03/10/2008, 15:06
Avatar de webosiris
Moderador egiptólogo
 
Fecha de Ingreso: febrero-2002
Ubicación: Luxor, Egipto
Mensajes: 10.725
Antigüedad: 22 años, 2 meses
Puntos: 998
Respuesta: fallo al instalar Nvidia drivers (UBUNTU)

Cita:
Iniciado por rokimoki Ver Mensaje
Gracias solucionado e instalado, como sabias que era eso?
hace poco instalé esos mismos drivers y supuse que era eso, porque tu copiastes mal el error (es libc no "lbc" y es have, no "haec")
__________________
Pasamos tus PSD a HTML

Pobre del que lo sabe todo, porque no tiene nada más que aprender ni razón para vivir. -
  #7 (permalink)  
Antiguo 04/10/2008, 10:39
 
Fecha de Ingreso: octubre-2008
Mensajes: 46
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: fallo al instalar Nvidia drivers (UBUNTU)

si lo copie a la carrera, tuve que reinstalar ubuntu xDD porque borre el usuario root :S y no sabia como restaurarlo y bueno al actualizar ubuntu las 200 y pico actualizaciones me da error y no actualiza, jope y por terminal tambien.
Código:
alejandro@Al3X:~$ sudo apt-get update
[sudo] password for alejandro: 
Ign http://es.archive.ubuntu.com hardy Release.gpg
Ign http://es.archive.ubuntu.com hardy/main Translation-es
Ign http://es.archive.ubuntu.com hardy/restricted Translation-es
Ign http://es.archive.ubuntu.com hardy/universe Translation-es
Ign http://es.archive.ubuntu.com hardy/multiverse Translation-es
Obj http://security.ubuntu.com hardy-security Release.gpg
Ign http://security.ubuntu.com hardy-security/main Translation-es
Ign http://es.archive.ubuntu.com hardy-updates Release.gpg
Ign http://es.archive.ubuntu.com hardy-updates/main Translation-es
Ign http://es.archive.ubuntu.com hardy-updates/restricted Translation-es
Ign http://es.archive.ubuntu.com hardy-updates/universe Translation-es
Ign http://es.archive.ubuntu.com hardy-updates/multiverse Translation-es
Ign http://security.ubuntu.com hardy-security/restricted Translation-es
Ign http://security.ubuntu.com hardy-security/universe Translation-es
Ign http://security.ubuntu.com hardy-security/multiverse Translation-es
Obj http://security.ubuntu.com hardy-security Release  
Ign http://es.archive.ubuntu.com hardy Release         
Ign http://es.archive.ubuntu.com hardy-updates Release
Obj http://security.ubuntu.com hardy-security/main Packages
Ign http://es.archive.ubuntu.com hardy/main Packages
Ign http://es.archive.ubuntu.com hardy/restricted Packages
Ign http://es.archive.ubuntu.com hardy/main Sources    
Ign http://es.archive.ubuntu.com hardy/restricted Sources
Ign http://es.archive.ubuntu.com hardy/universe Packages
Ign http://es.archive.ubuntu.com hardy/universe Sources
Ign http://es.archive.ubuntu.com hardy/multiverse Packages
Ign http://es.archive.ubuntu.com hardy/multiverse Sources
Obj http://security.ubuntu.com hardy-security/restricted Packages
Obj http://security.ubuntu.com hardy-security/main Sources
Obj http://security.ubuntu.com hardy-security/restricted Sources
Ign http://es.archive.ubuntu.com hardy-updates/main Packages
Ign http://es.archive.ubuntu.com hardy-updates/restricted Packages
Ign http://es.archive.ubuntu.com hardy-updates/main Sources
Ign http://es.archive.ubuntu.com hardy-updates/restricted Sources
Ign http://es.archive.ubuntu.com hardy-updates/universe Packages
Ign http://es.archive.ubuntu.com hardy-updates/universe Sources
Ign http://es.archive.ubuntu.com hardy-updates/multiverse Packages
Ign http://es.archive.ubuntu.com hardy-updates/multiverse Sources
Err http://es.archive.ubuntu.com hardy/main Packages
  403 Forbidden
Obj http://security.ubuntu.com hardy-security/universe Packages
Obj http://security.ubuntu.com hardy-security/universe Sources
Obj http://security.ubuntu.com hardy-security/multiverse Packages
Obj http://security.ubuntu.com hardy-security/multiverse Sources
Err http://es.archive.ubuntu.com hardy/restricted Packages
  403 Forbidden
Err http://es.archive.ubuntu.com hardy/main Sources
  403 Forbidden
Err http://es.archive.ubuntu.com hardy/restricted Sources
  403 Forbidden
Err http://es.archive.ubuntu.com hardy/universe Packages
  403 Forbidden
Err http://es.archive.ubuntu.com hardy/universe Sources
  403 Forbidden
Err http://es.archive.ubuntu.com hardy/multiverse Packages
  403 Forbidden
Err http://es.archive.ubuntu.com hardy/multiverse Sources
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/main Packages
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/restricted Packages
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/main Sources
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/restricted Sources
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/universe Packages
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/universe Sources
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/multiverse Packages
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/multiverse Sources
  403 Forbidden
W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy/main/binary-i386/Packages.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy/restricted/binary-i386/Packages.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy/main/source/Sources.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy/restricted/source/Sources.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy/universe/binary-i386/Packages.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy/universe/source/Sources.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy/multiverse/binary-i386/Packages.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy/multiverse/source/Sources.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy-updates/main/binary-i386/Packages.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy-updates/restricted/binary-i386/Packages.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy-updates/main/source/Sources.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy-updates/restricted/source/Sources.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy-updates/universe/binary-i386/Packages.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy-updates/universe/source/Sources.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy-updates/multiverse/binary-i386/Packages.gz  403 Forbidden

W: Imposible obtener http://es.archive.ubuntu.com/ubuntu/dists/hardy-updates/multiverse/source/Sources.gz  403 Forbidden

E: Algunos archivos de índice no se han podido descargar, se han ignorado,
o se ha utilizado unos antiguos en su lugar.
alejandro@Al3X:~$ sudo apt-get install libc6-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias       
Leyendo la información de estado... Hecho
Se instalarán los siguientes paquetes extras:
  libc6 libc6-i686 linux-libc-dev
Paquetes sugeridos:
  glibc-doc manpages-dev
Se instalarán los siguientes paquetes NUEVOS:
  libc6-dev linux-libc-dev
Se actualizarán los siguientes paquetes:
  libc6 libc6-i686
2 actualizados, 2 se instalarán, 0 para eliminar y 203 no actualizados.
Necesito descargar 9590kB de archivos.
Se utilizarán 17,2MB de espacio de disco adicional después de desempaquetar.
¿Desea continuar [S/n]? s
AVISO: ¡No se han podido autenticar los siguientes paquetes!
  libc6 libc6-i686 libc6-dev
¿Instalar estos paquetes sin verificación [s/N]? s
Des:1 http://security.ubuntu.com hardy-security/main linux-libc-dev 2.6.24-19.41 [696kB]
Err http://es.archive.ubuntu.com hardy-updates/main libc6 2.7-10ubuntu4        
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/main libc6-i686 2.7-10ubuntu4   
  403 Forbidden
Err http://es.archive.ubuntu.com hardy-updates/main libc6-dev 2.7-10ubuntu4    
  403 Forbidden
Descargados 696kB en 11s (63,2kB/s)                                            
Imposible obtener http://es.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6_2.7-10ubuntu4_i386.deb  403 Forbidden
Imposible obtener http://es.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-i686_2.7-10ubuntu4_i386.deb  403 Forbidden
Imposible obtener http://es.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.7-10ubuntu4_i386.deb  403 Forbidden
E: No se pudieron obtener algunos archivos, ¿quizás deba ejecutar
apt-get update o deba intentarlo de nuevo con --fix-missing?
AAAAAAAAH !!!
  #8 (permalink)  
Antiguo 04/10/2008, 18:37
 
Fecha de Ingreso: octubre-2008
Mensajes: 46
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: fallo al instalar Nvidia drivers (UBUNTU)

Solucionado cambié de servidor al principal, gracias.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 02:49.