You are not logged in.
I have installed the kernel26 package then...when I patched the official driver with the patch of www.minion.de in the moment of the install the driver in the system...the "make install" say this...
[root@indev nv]# make install
cat: /lib/modules/2.6.0/build/Makefile: No existe el fichero o el directorio
cat: /lib/modules/2.6.0/build/Makefile: No existe el fichero o el directorio
cat: /lib/modules/2.6.0/build/Makefile: No existe el fichero o el directorio
make[1]: Entering directory `/usr/src/linux-2.6.0'
make[1]: *** No hay ninguna regla para construir el objetivo `modules'. Alto.
make[1]: Leaving directory `/usr/src/linux-2.6.0'
nvidia.ko failed to build!
make: *** [module] Error 1
get the full source of kernel26... unpack it into /usr/src/linux-2.6.0
then pacman -S kernel26 again..
edit .config file and commet line 48 out
you might want to add the 'nvidia' module to /etc/rc.conf//
good luck
Freedom is what i love
Offline
the module is loaded in the kernel but xfree say`s "no module called nvidia was found"...helpme
The nvidia module for kernel 2.6.0 is nvidia.ko, it should be in /lib/modules/2.6.0/kernel/drivers/video
Have you tried 'rmmod nvida' and then 'modprobe nvida' in a console?
What error messages do you get when trying the above?
Steve
Offline
the module is load correctly I dont have any errors... but xfree86 don't start
[/code]
I downloaded the new driver and the new patch the "make install say this"
FATAL: Error inserting nvidia (/lib/modules/2.6.0/kernel/drivers/video/nvidia.ko): No such device
[root@indev astrhix]# modprobe nvidia
FATAL: Error inserting nvidia (/lib/modules/2.6.0/kernel/drivers/video/nvidia.ko): No such device
sounds like your patching did not work...were you root when you patched the driver? do you have the 2.6.0 source in /usr/src/?
I've just posted a reply at http://bbs.archlinux.org/viewtopic.php?p=11413#11413
It might help with this issue to.
Offline