-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ok, here's how to solve the problem:
Problem: nvidia moudule does not work with kernel 2.6.9 Solution: Edit /usr/src/linux/arch/i386/mm/init.c After the line containing VMALLOC_RESERVE, add the following line: EXPORT_SYMBOL(__VMALLOC_RESERVE); Recompile the kernel and reboot... works like a charm! Keith Keith Vassallo wrote: | Apparently, the nvidia driver is incompatible with the new 2.6.9 | since rc2, due to the fact that 2.6.9 uses some new virtual memory | boot parameter.. anyways, you can read it here: | | http://ngc891.blogdns.net/index.php?2004/10/19/19-linux-269 | | ... Where you will also find a patched nvidia driver that | supposedly works with 2.6.9. If you try it, please let me know, I'm | sticking with 2.6.8 untill nvidia resolve the problem. | | Keith | | Iain wrote: | | | <snip> | |> And do not expect to have All kernel modules, because | it is |> always 'mostly all' and depends on developer wishes. | | | | Of course the best option is to compile the kernel yourself. It's | | not as daunting as it first appears. Just takeout what you know you | | have no need for and compile as a module things that you may | think | may be required. A genkernel build will always be bloated. | A self | compiled kernel will always be quicker. | | Speed is | go[o]d. | | Iain. | | | _______________________________________________ MLUG-list mailing | | list [email protected] | | http://mailserv.megabyte.net/mailman/listinfo/mlug-list | | _______________________________________________ MLUG-list mailing list [email protected] http://mailserv.megabyte.net/mailman/listinfo/mlug-list -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBfW1Jym3HAdrlsyERAqh9AJwMfyij0J8kS6VzKc6G9WO3YvTvagCfdhmc knH22x64vcrlFwpn1xGhrkU= =IYmJ -----END PGP SIGNATURE-----

