Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Software Linux

Linux 2.6.0-test5, How To Incrementally Upgrade 40

An anonymous reader writes "Linux creator Linus Torvalds recently announced the 2.6.0-test5 Linux kernel, bringing the release of a stable 2.6 one step closer. KernelTrap quickly followed by posting a guide that walks bleeding-edge Linux fans through the process of upgrading from 2.6.0-test4 to 2.6.0-test5, using a tiny 706 KB patch."
This discussion has been archived. No new comments can be posted.

Linux 2.6.0-test5, How To Incrementally Upgrade

Comments Filter:
  • by cyberkreiger ( 463962 ) on Tuesday September 09, 2003 @07:46AM (#6908294) Homepage
    So, it's exactly like upgrading any other kernel version, just without the "make dep"? Amazing.
    • by MerlynEmrys67 ( 583469 ) on Tuesday September 09, 2003 @02:29PM (#6912797)
      Yes it appears remarkably similar to upgrading every other kernel...

      That said - posting documents like this help bring in new talent (ie. people who are too scared to start off on their own) which is a key component of keeping Linux viable into 2020 (one of these days Linus will want to retire - we need to have kernel hackers that start in 2005 who are ready to replace him). I remember my first "from source" kernel upgrade from the 2.2 series. I had always just grabbed the latest distro and installed. Imagine my surpirse when I could just get the source myself, build it, install it correctly and the system just ran. It is very powerful, and helping people achieve this power is key for Linux

  • Obsolete make steps (Score:5, Informative)

    by Phaid ( 938 ) on Tuesday September 09, 2003 @08:14AM (#6908371) Homepage
    Make bzImage && make modules is no longer the recommended way to do this. You should just do "make" instead, which will build bzImage and any modules you may have asked for, and do it quicker than if you specify the steps separately. See the Halloween 2.5 document [kernel.org] for details.
  • by renehollan ( 138013 ) <[rhollan] [at] [clearwire.net]> on Tuesday September 09, 2003 @08:38AM (#6908512) Homepage Journal
    ...using a tiny 706 KB patch.

    Apparently, 640 KB is not enough for everybody.

    Though, I would have never expected that it was Linux for which it would not be enough.

  • by XO ( 250276 )
    Why does this even make any news space -on- slashdot? I mean, if they had just said "2.6.0-test5 is out." that might've been fine.. but that whole tutorial is a complete waste of time.

    It's just like all other patches.. the way the article sounds, it's like some sensational new upgrade path, that must be done.. like someone made a major sysctl interface change or something, and it requires a whole new set of modutil, binutil, et al..

    sensationalism sucks.
  • Hi all, I ave been anxiously awaiting each new test, waiting to replace the 2.5.72 kernel in which the mouse works.


    The 2.5.69 kernel had the mouse, sound working but since then neither sound nor mouse pad work on the HP pavilion ze5385us model

    Any ideas on how to get the mouse pad to work? or te sound using the 2.6 test kernels?

    Thanks all

  • Except for one thing: VMware. I need it on my laptop because we use Lotus Notes at work. The VMware drivers only work with 2.4 kernels now.
    • Actually, that's not true.

      There are patches that you can apply to VMware to get it to work properly with 2.6.

      Gentoo handles this automatically if it detects that you're running a 2.6 kernel.

      I found out how to do it manually here [thomer.com]. Hope that helps.
    • If all you need is Notes, then just use WINE. I have been using Notes under WINE without a problem. I say this because I thought I read that WINE does not have any issues with the newer kernel features.
  • Not very interesting (Score:3, Interesting)

    by MrHanky ( 141717 ) on Tuesday September 09, 2003 @11:09AM (#6910172) Homepage Journal
    But I just booted 2.6.0-test5-mm1. There's been a bug since test4 (actually included in the test3-mm-series) that is still around. When bootin without a PS/2 mouse, the system hangs, freezes, when probing for keyboard and mouse. I normally use a USB mouse, so this is a bit annoying. The bug isn't fixed yet. Otherwise, the 2.6 kernel seems to be coming along fine.
    • If it's any help, I have two computers running 2.6.0-test4-mm4, and the desktop has no PS/2 mouse and it doesn't hang on bootup.

      However the console framebuffer isn't going above 800x600. Ah well
      • If it's any help, I have two computers running 2.6.0-test4-mm4, and the desktop has no PS/2 mouse and it doesn't hang on bootup.

        Interesting. I think I've tried test4-mm4. Maybe it's an issue only for certain chipsets (VIA in my case). Are you using a USB keyboard? No matter what, I have no problem booting when I use a USB-PS/2 adapter for my mouse. I believe it's a known problem, since I found out how to solve the problem via the mighty Google. Unfortunately, I'm too shy to submit bug reports.

    • I have the same problem; I have a USB mouse and can't get past the mouse detection message. I experience it with 2.6.0-test4 and -test5, but not with 2.6.0-test3, so I'm sticking with that and trying to figure out the problem by comparing the two source trees...
    • Hmmm... None of the kernels I've tried does that. I've been using USB Mice since 2.5.xx with none of the pain 2.4.xx used to give me.

      They did however break ALSA for VIA82XX chipsets, or so it seems. *Sigh*.

      I still think 2.6.0-test2 was the better of the kernels when it came to stability and audio.
    • My Intellimouse Explorer USB has never had a problem during bootup with any of the 2.6 kernels.

      I was using the stock 2.6.0-test5 yesterday, and i have 2.6.0-test5-love1 installed, and its also working fine.

      Maybe a bug with your USB chipset? Works fine on Intel ones here and the nf2 at home.
      • No, it's not the USB. It hangs when the PS/2 mouse driver has been initialised (or failed to be), before the keyboard is found. No kernel panic, and the magic SysRq key doesn't work. This is long before the USB modules are loaded. If I compile keyboard as a module, it will hang when that module is loaded.
    • This helped with me. Alsa leaving keyboard out did the job but that might not be what you want.
    • Well. I have the same kernel here running on a Dell Latitude C840, since about 5h. After reading your comment I tried to use the touchpad and mouse pointer thingy, and both didnt work. Since I normally use a USB mouse, too, I didnt even notice that til now. So for me, it did not hang at all. /me goes recompiling with the missed option :) Other than that, I am really happy with the current state, the new kernel has reached to date.
  • I just finsihed compiling Test-4, and now I read this.
  • Guess this is good a place as any to ask...
    Is there an official site/email address
    where I can submit any kernel oopses I get?

    Also, in case this helps anyone else...
    If you're running debian woody, and you're
    trying to upgrade to one of these kernels,
    you're probably going to be hunting around
    for a copy of module-init-tools that plays
    nicely with woody, instead of sid's copy.

    While these are probably bleeding edge
    and all, here's two packages I found which
    seems to do the trick for woody w/o breaking
    d
  • Let me just warn anyone who wants to play with that particular combo right now - it doesn't work so hot.

    xfs on a raid0 partition will corrupt its logs every time yeilding some spew about "bad clientid"

    Been this way since test2 evidently as its been reported to the xfs list already, I just ran into it with test4 and test5.
  • One quick point about the article: I don't think commands such as make clean or even make mrproper (as the article states) are actually required any more for a proper kernel build of 2.6. In the best case, they'll have no effect, because everything will be rebuilt after patching anyway. In the worst case, they'll even remove some files that wouldn't be rebuilt because they and their dependencies haven't been modified by the patch.

    Just my 0,02 euros.

One man's constant is another man's variable. -- A.J. Perlis

Working...