
Jako że zauważyłem jajo 2.6.21-1 w repo sida, pokusiłem się o jego instalację... oczywiście pojawił się ten sam błąd co wcześniej...
Rozwiązanie jest tutaj:
---> klik! <---
A dokładniej - {moim zdaniem najprostszy sposób} (po wcześniejszym rozpakowaniu drivera z opcją -x):
Jeżeli komuś by nie działało można pobrać gotowe paczki... tyle że budowane na sterownikach beta (o ile się nie mylę).http://grizach.servebeer.com/nvpatch/index.php pisze:1. Go to the directory where you have your unpacked driver (the one with nvidia-installer file)
2. cd usr/src/nv/
3. open with your favourite editor Makefile.kbuild and just after line 77 that should read
something like this :
EXTRA_CFLAGS += -Wall -Wimplicit -Wreturn-type....bla bla bla....
add the following two lines:
PARAVIRT_OPS := $(shell grep "D paravirt_ops" /boot/System.map-$(shell uname -r) | colrm 9)
EXTRA_LDFLAGS := --defsym paravirt_ops=0x$(PARAVIRT_OPS)
4. change back to the directory of nvidia-installer ( cd ../../../ ) and run it ( ./nvidia-installer )
Pozdrawiam