Slashdot Mirror


Linux Kernel 2.6.0-test10 Released

antrix angler writes "Linus Torvalds released the 2.6.0-test10 Linux kernel today, tentatively calling it the "stoned beaver" release. Linus plans to hand the kernel over to Andrew Morton in a few weeks, and then it will be up to Andrew to decide when we see the final 2.6.0 stable kernel. Download it from a mirror."

7 of 306 comments (clear)

  1. problems in test9 by cft · · Score: 5, Informative

    i had some serious problems with my usb mouse in test9 (while it worked in test4 and before), and i don't see any mouse related fixes in the ChangeLog, so for now I guess usb mouse users should stick with older releases.

    i really hope this gets fixed before 2.6.0, especially since it worked before..

    1. Re:problems in test9 by crimsun · · Score: 5, Informative

      Hmm...it's a tad bit more complicated. Some of the possible issues are apic related. If you're the user of a VIA chipset, this particularly is the case. I append "noapic" to the kernel cmdline to use my USB mouse.

  2. BitTorrent by teofilo · · Score: 5, Informative

    Here

    Let's share our bandwidht!!

    --

    --
    "Res publica non dominetur"
  3. Re:Honest Question by fire-eyes · · Score: 5, Informative

    Is 2.6 really noticably faster than 2.4 for regular desktop use (X responsiveness, etc...)?

    Yes, it definately is.

    Note that Linus says preemption should be turned off for now, there are odd problems.

    --
    -- Note: If you don't agree with me, don't bother replying. I won't read it.
  4. Re:wonder by yellowcord · · Score: 5, Informative
    Reading TFA I came across this:
    Btw, I tried to come up with a good name for this release. But the fact is, that as Scott Adams has so often pointed out, you can't do much better than "weasel" when it comes to funny. Ever since the "greased weasel" series of kernel releases I have been stuck for a good name.

    This release is tentatively called the "stoned beaver" release (beavers are _almost_ as good as weasels, as I'm sure Scott Adams would agree).

    If you feel strongly about the issue, please send your votes and ideas to "feedback@beaver-overlord.com", I'm sure somebody will find your insight fascinating.

    Thank you in advance. ]

    Linus
  5. devfs on Debian: works for me by smcv · · Score: 5, Informative

    I know I'm anonymous, but can anyone tell me whether I have to/ really really should turn on devfs if I upgrade to 2.6?

    I've tried using devfs under 2.4 several times but have never succeeded in getting it to work with my crufty (been around since slink) debian box.

    And since I use ALSA and XFS the 2.6 kernel would simplify compiling desktop kernels no end.


    I don't know about 2.6, but I use 2.4.x with devfs on two stable boxes ("servers" running on obsolete desktop hardware) and two unstable boxes (a desktop and a Powerbook), and they all work fine. Tab-completing commands is so much nicer when you only have device nodes for hardware you actually have; it's also handy to be able to see (say) whether your CD drive was detected properly, or how many partitions a hard disk has, by looking at the device nodes.

    If you're using at least Debian 3.0 stable (woody), install devfsd, install a devfs kernel, reboot, and everything should Just Work.

    What specific problems do you have with it?

  6. Re:devfs by fstanchina · · Score: 5, Informative

    Not at all. In fact, devfs has been declared obsolete in 2.6; on those machines where I'm testing 2.6, I'm using a plain old /dev until I have time to figure out how sysfs and udev are supposed to work.

    Now, if you want to use devfs, all you have to do is: 1) install devfsd, 2) compile a new kernel with devfs enabled and set to mount on boot, 3) install said kernel, 4) reboot. Doing 1 before 2 is the tricky stuff for me, I always forget that. You may also have to adjust some permissions and/or create some nonstandard devices you made yourself, but I've been using devfs on all my machines with 2.4 and it's working perfectly.