Slashdot Mirror


Linux 2.6.9 Released

An anonymous reader writes "Linux 2.6.9 has been released. Read Linus's official announcement, and go get it!" Better yet, if you hanker for the upgrade, use one of the mirrors instead.

6 of 90 comments (clear)

  1. Re:Any Reasons to get it? by floamy · · Score: 5, Informative

    The notes you just glanced at only show the minor changes between 2.6.9-rc4 and 2.6.9. There were a lot of changes between 2.6.8[.1] and the 2.6.9 release.

  2. Re:Any Reasons to get it? by Fweeky · · Score: 4, Informative

    There are a bunch of important looking fixes for ppc64 and amd64, a fix for a swapd lockup, fixes for xfs and ext3.. most people should probably upgrade fairly quickly, I'd say.

  3. Re:Does the nvidia kernel module work? by Anonymous Coward · · Score: 5, Informative

    you have to peruse the nvidia linux forum for the fix. I forget what it was exactly, but you have to put a #include in some kernel file, recompile the kernel, reboot, and then the nvidia installer will work.

    the real fix will require nvidia to release an update for their driver.

  4. Re:No go under Windows XP Sp2 by doctormetal · · Score: 5, Informative

    I>I'm going to compile this after work tonight with GCC 3.4 - wish me luck ;-)

    Selecting all my settings again in make menuconfig is going to take a while :-| I might see if I can use the old .config

    ever heard of make oldconfig? It creates a new .config based on your old one.

  5. Re:Torrent? by Anonymous Coward · · Score: 3, Informative

    Bittorrent is only really useful if the initial distributor has very limited bandwidth and/or a poor mirroring system. Neither is true for kernel.org, so just download it from ftp..kernel.org and be happy, no need for a torrent.

  6. NVIDIA DRIVERS DO WORK by tuxq · · Score: 4, Informative

    This works ... I grabbed it out of a patch file...
    Add this to arch/i386/mm/init.c
    On line 43 right below unsigned int __VMALLOC_RESERVE = 128 20;
    add this line...
    ----- Begin -----

    EXPORT_SYMBOL(__VMALLOC_RESERVE);

    ----- End -----

    nVidia drivers WILL work. I'm using 2.6.9 and 6111 nvidia drivers right now.

    Btw... http://tuxq.com/~tuxq/wtf.jpg ... Why the hell on kernel.org is 2.2.19 the latest stable... lol