Fernando García escribió:
Hola, prueba con NVIDIA-XXXX.run --add-this-kernel ( o algo así, con
--help te salen las opciones ), esto te "crea" un driver a medida de
tu kernel, un NVIDIA-XXXX.custom.run.
Pero primero comprueba que tienes las X paradas, y que tienes las
headers del kernel, así como gcc, de este puedes tener varias
versiones instaladas a la vez.
Saludos.
2008/9/12 Walter O. Dari <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
Hola...
linuxknow wrote:
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
<http://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.
Y qué dice en '/var/log/nvidia-installer.log' ?
Yo solía tener un problema con la versión de gcc, pero el mensaje
que me daba era muy claro. Lo solucionaba cambiando el link del
gcc a la versión que requería para compilar el driver.
Saludos,
.-----. Walter
/ \ _ / \ __
(\/ / \ |_/ºº) http://www.swcomputacion.com/
\--------------~ Usuario Linux 425808
// || || \\ http://counter.li.org/
--
To UNSUBSCRIBE, email to
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
si tengo las fuentes originales compiladas y tambien los los headers
correspondientes al kernel,,
tambien habia probado lode de cambiar la version de gcc y tampoco
funciono habia echo export CC=/usr/bin/gcc-x-x y lo que tira el nvidia
log es justamente eso, que no puede cargar el modulo, es lo mas raro q
me paso con nvidia porq compila el modulo haciendo
make SYSSRC=/usr/src/linux-sources-version module , y crea el modulo
pero cuando quiero cargarlo manualmente dice "error al cargar modulo"
antes ovio lo copia al lib modules kernel driver video y despues un
depmod -ae, pero sigue sin funcionar.
estoy pensando que quiza sea q no es compatible con la placa geforce
7300 gs.
saludos y gracias por responder.