Pagina 1 di 1

Driver nvidia

Inviato: lun 8 mar 2004, 22:22
da axel
ho provato ad installare i driver nvidia eseguendo lo script
<BR>NVIDIA-Linux-x86-1.0-5336-pkg1.run
<BR>
<BR>Leggendo la documentazione ho visto che avevo bisogno dei sorgenti del kernel.
<BR>Non avendoli, inclusi nell´installazione, li ho scaricati (kernel 2.4.22)
<BR>e li ho inseriti nella directory /user/src/linux_2.4.22
<BR>
<BR>poi ho creato il link simbolico
<BR>ln -s linux_2.4.22 linux
<BR>
<BR>quando lancio l´installazione però mi dà errore,
<BR>non riesce a trovare i sorgenti.Ecco il file di log relativo:
<BR>
<BR><!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Quote:</font><HR></TD></TR><TR><TD><FONT SIZE=-1><BLOCKQUOTE>
<BR>nvidia-installer log file ´/var/log/nvidia-installer.log´
<BR>creation time: Sun Mar 7 14:04:59 2004
<BR>
<BR>option status:
<BR> license pre-accepted : false
<BR> update : false
<BR> force update : false
<BR> expert : false
<BR> uninstall : false
<BR> driver info : false
<BR> no precompiled interface: false
<BR> no ncurses color : false
<BR> query latest driver ver : false
<BR> OpenGL header files : false
<BR> no questions : false
<BR> silent : false
<BR> XFree86 install prefix : /usr/X11R6
<BR> OpenGL install prefix : /usr
<BR> Installer install prefix: /usr
<BR> kernel source path : (not specified)
<BR> kernel install path : (not specified)
<BR> proc mount point : /proc
<BR> ui : (not specified)
<BR> tmpdir : /tmp
<BR> ftp site : <a href="ftp://download.nvidia.com" target="_blank" target="_new">ftp://download.nvidia.com</a>
<BR>
<BR>Using: nvidia-installer ncurses user interface
<BR>-> License accepted.
<BR>-> No precompiled kernel interface was found to match your kernel; would you li
<BR> che the installer to attempt to download a kernel interface for your kernel f
<BR> rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
<BR>ERROR: Unable to connect to download.nvidia.com (temporary DNS error (try again
<BR> later))
<BR>-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
<BR> this means that the installer will need to compile a kernel interface for
<BR> your kernel.
<BR>-> Kernel source path: ´/lib/modules/2.4.22/build´
<BR>-> Performing cc_version_check with CC="cc".
<BR>ERROR: Unable to determine the NVIDIA kernel module filename.
<BR>ERROR: Installation has failed. Please see the file
<BR> ´/var/log/nvidia-installer.log´ for details. You may find suggestions
<BR> on fixing installation problems in the README available on the Linux
<BR> driver download page at http://www.nvidia.com.
<BR></BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End -->
<BR>
<BR>come devo procedere :?: :?: <br>

Driver nvidia

Inviato: gio 11 mar 2004, 15:26
da ettili
ti sei ricordato di fare il link simbolica /usr/src/linux alla directory del tuo kernel...
<BR>perche e li che l´ istaller va a cercare...<br>

Driver nvidia

Inviato: gio 11 mar 2004, 21:10
da G3N3S1S
intanto per convenzione la directory dei sorgenti del kernel si chiama
<BR>linux2.4.22 e non linux_2.4.22 quindi probabilmente un
<BR>
<BR>ln -s /usr/srclinux2.4.22 /usr/srclinux
<BR>
<BR>risolve i problemi ^^<br>

Driver nvidia

Inviato: gio 11 mar 2004, 21:22
da axel
ho già creato il link /usr/src/linux<br>

Driver nvidia

Inviato: dom 25 apr 2004, 21:05
da Moro
Scusa se sono arrivato un po´ in ritardo con la risposta!
<BR>Installa il kernel source con swaret e risolverai il problema automaticamente.
<BR>Ho avuto anche io il tuo stesso problema e l´ho risolto così...
<BR>Un file esemplificativo della configurazione di swaret lo trovi in:
<BR>palestralinux.altervista.org/swaret.conf
<BR>
<BR>CIAO!
<BR>Moro
<BR><br>

Driver nvidia

Inviato: lun 26 apr 2004, 11:55
da useless
veramente il nome "ufficiale" della directory del kernel è linux-2.4.22 8-).
<BR>
<BR>incollaci il risultato di un ls -l /usr/src.
<BR>secondo me hai 2 livelli di sottodirectory, nel senso che i sorgenti del kernel tu li hai in /usr/src/linux_2.4.22/linux-2.4.22... dacci un occhio!<br>