› Foros › PC › Software libre
piteta escribió:eso es pq no tienes configurada correctamente la grafica y por eso no te carga las X. Lo q tienes q hacer es editar el fichero de configuracion de las X (/etc/X11/xorg.conf si no recuerdo mal) y canviar la linea que dice que modulo debe de cargar para la tarjeta de video por nv. Si asi no te funciona (algo probable), cambiala por vesa y rearranca las x windows. Si te funciona, descargate los drivers desde la pagina de nvidia y leete el readme.txt q ahi te dira como instalarlos y q te hace falta.
Building and Installation
=========================
To build a binary RPM* package of this driver, run 'rpmbuild -tb'. Replace with the specific filename of
the driver.
NOTE: For the build to work properly, the currently running kernel MUST match
the version and configuration of the installed kernel sources. If you
have just recompiled the kernel reboot the system now.
RPM functionality has only been tested in Red Hat distributions.
1. Move the base driver tar file to the directory of your choice. For example,
use /home/username/atl1 or /usr/local/src/atl1.
2. Untar/unzip archive:
tar zxf atl1-x.x.x.tar.gz
3. Change to the driver src directory:
cd atl1-x.x.x/src/
4. Compile the driver module:
make install
The binary will be installed as:
/lib/modules//kernel/drivers/net/atl1.[k]o
The install locations listed above are the default locations. They might
not be correct for certain Linux distributions. For more information,
see the ldistrib.txt file included in the driver tar.
5. Install the module:
insmod atl1=
6. Assign an IP address to the interface by entering the following, where
x is the interface number:
ifconfig ethx
7. Verify that the interface works. Enter the following, where
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping
Envydia escribió:Siguiendo tu consejo he utilizado el comando dpkg-reconfigure xserver-xorg y he cambiado el dispositivo de "nv" a "vesa" y ya me funciona perfectamente la interfaz gráfica! Muchísimas gracias.
El problema es que la version de mi Kernel (2.6.18) no me detecta mi tarjeta de red(Attansic L1) que viene integrada en mi placa base P5KR.
_WiLloW_ escribió:De todos modos, si no quieres actualizar el kernel, puedes descargarte el módulo ya compilado para tu versión desde aquí:
PD: _WiLloW_ , he intentado eso que me has puesto y nada .. me dice lo siguiente "alt1:disagrees about version of symbol struc_module
insmod error inserting 'alt1.ko': -1 invalid module format"
=S ya no se que hacer
objcopy -R .modinfo atl1.ko
La verdad es que me interesa actualizar el Kernel, llevo 45 minutos buscando por todos lados y no encuentro nada definitivo para hacerlo sin conexión a Internet
_WiLloW_ escribió:Si por lo que fuera lo anterior falla y no quieres complicarte más la vida, lo más sencillo es descargarte lenny o sid y olvidarte de etch.
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Fri Apr 25 04:40:37 2008
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 : [url]ftp://download.nvidia.com[/url]
RPM file list : (not specified)
Using: nvidia-installer ncurses user interface
-> License accepted.
-> 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 ([url]ftp://download.nvidia.com[/url])? (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.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> The CC version check failed:
The compiler used to compile the kernel (gcc 4.1) does not exactly match the
current compiler (gcc 4.2). The Linux 2.6 kernel module loader rejects kern
el modules built with a version of gcc that does not exactly match that of t
he compiler used to build the running kernel.
If you know what you are doing and want to ignore the gcc version check, sel
ect "No" to continue installation. Otherwise, select "Yes" to abort install
ation, set the CC environment variable to the name of the compiler used to c
ompile your kernel, and restart installation. Abort now? (Answer: No)
ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel and that they are properly configured; on Red Hat Linux systems,
for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM
installed. If you know the correct kernel source files are installed,
you may specify the kernel source path with the '--kernel-source-path'
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 [url]www.nvidia.com.[/url]