You are not logged in.
Pages: 1
I upgraded nvidia driver to 100.14.19-3-x86_64.pkg.tar.
I found soemthing strange.. My kernel is 2.6.21-arch.. but
nvidia driver made new kernel driver (2.6.23) in /lib/module/2.6.23-ARCH ..
And nvidia driver and some files...keymap etc.... is in 2.6.23-arch folder...
So when I start xorg, error messageis is '....not found nvidia driver...in ...2.6.21-arch.....'
So I copy or link nvidia driver in 2.6.23 to 2.6.21 .
But xorg doesn't work.. error message is (when excute dmege)
------------------------------------------------------------------------------------------------------------
nvidia: version magic '2.6.23-ARCH SMP preempt mod_unload ' should be '2.6.21-ARCH SMP preempt mod_unload '
------------------------------------------------------------------------------------------------------------
what does it mean?? How can I do??
Last edited by queenmedley (2007-11-05 11:08:55)
- Queen Medley
Offline
My kernel is 2.6.21-arch.. but nvidia driver made new kernel driver (2.6.23) in /lib/module/2.6.23-ARCH ..
The active kernel26 is 2.6.23 and that is why the modules get installed to this directory. Could it be that you have a IgnorePkg line for it in /etc/pacman.conf?
So I copy or link nvidia driver in 2.6.23 to 2.6.21.
This will never work (man depmod).
Offline
yo need to modify the *kernelver* variable in teh pkgbuild
Offline
Don't update the nvidia driver, update the whole system: pacman -Syu
1000
Offline
I am not good at kernel....
So I removed nvidia driver(arch-pkg) installed.
then I downloaded nvidia-driver from nvidia homapage and installed it.
Now xorg work ..fine...
- Queen Medley
Offline
You shouldn't do that. The nvidia installer will replace files and pacman doesn't know about it. System updates will break your system again and again. Instead you should have simply updated your system to the latest state of the repositories.
Offline
Pages: 1