I got 2.6.6 rc2 to compile the nvidia driver, and it doesn\'t segv when I connect my Z. But hotplug doesn\'t bring up usb0.
May 3 14:07:37 di-bsantos net.agent[16158]: add event not handled
Could be changes in the hotplug package, since I\'m on cooker.
Anyone unable to compile the nvidia drivers on 2.6.6rc2?
I noticed the Makeflie must\'ve having some problem in understanding the kernel version, I got \"Unable to find module name\" kind of messages, even when passing -k and the like options to the nvidia binary. I used -x to unpack the driver build tree, them tinkered around the Makefile, and got it to compile by:
ln -s Makefile.kbuild Makefile (in usr/src/nv)
mv makefile makefile.wtv
export SYSSRC=/usr/src/linux-2.6.6-0.rc2.1mdk (used within the Makefile)
make install
Greets.