Unix Technical Forum

upgrade kernel to 2.6

This is a discussion on upgrade kernel to 2.6 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, I would like just to know whether there is something special to do when you want to upgrade ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 08:50 AM
thib
 
Posts: n/a
Default upgrade kernel to 2.6

Hello,

I would like just to know whether there is something special to do when you
want to upgrade you kernel from 2.4 to 2.6 under slackware or if the
classical linux way is the right one.

thanks

thib
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 08:50 AM
William Park
 
Posts: n/a
Default Re: upgrade kernel to 2.6

thib <thibaud.deborggraef@pandora.be> wrote:
> Hello,
>
> I would like just to know whether there is something special to do when you
> want to upgrade you kernel from 2.4 to 2.6 under slackware or if the
> classical linux way is the right one.


Standard way is Slackware way. Except, I had to load '8250' module
explicitly, when dialing out.

--
William Park, Open Geometry Consulting, <opengeometry@yahoo.ca>
Linux solution for data management and processing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 08:50 AM
Jari
 
Posts: n/a
Default Re: upgrade kernel to 2.6

thib wrote:

> Hello,
>
> I would like just to know whether there is something special to do when
> you want to upgrade you kernel from 2.4 to 2.6 under slackware or if the
> classical linux way is the right one.
>
> thanks
>
> thib

It comes with instructions

make xconfig
make
make modules_install install

Not sure if make oldconfig will work also oss is changing to alsa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 08:51 AM
Geoff
 
Posts: n/a
Default Re: upgrade kernel to 2.6

On Wed, 25 Feb 2004 20:48:27 +0000, Jari wrote:

<snip>

> Not sure if make oldconfig will work also oss is changing to alsa


In my experience make oldconfig purports to work, but screws up. Maybe it
was just some feature of my .config, but I would recommend making a new
..config by hand.

Geoff
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 08:51 AM
MikeyD
 
Posts: n/a
Default Re: upgrade kernel to 2.6

> Not sure if make oldconfig will work also oss is changing to alsa

But 9.1 is alsa anyway
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 08:51 AM
Laurence Darby
 
Posts: n/a
Default Re: upgrade kernel to 2.6

On Wed, 25 Feb 2004 18:41:46 GMT, thib <thibaud.deborggraef@pandora.be>
wrote:

> I would like just to know whether there is something special to do when
> you
> want to upgrade you kernel from 2.4 to 2.6 under slackware or if the
> classical linux way is the right one.
>


Read http://linuxdevices.com/articles/AT5793467888.html

What do you mean by "classical linux way"? Wait for it to ship in the
distro?

--
Laurence
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 08:51 AM
Steve Youngs
 
Posts: n/a
Default Re: upgrade kernel to 2.6

* thib <thibaud.deborggraef@pandora.be> writes:

> I would like just to know whether there is something special to
> do when you want to upgrade you kernel from 2.4 to 2.6 under
> slackware or if the classical linux way is the right one.


I don't know about the Slackware way of upgrading a kernel because I
have always compiled my own from source, but basically...

Download 2.6.3 from kernel.org (or one of its mirrors), unpack it, and
thoroughly read ./linux/README and ./linux/Documentation/Changes.
Upgrade all the things that you need to.

Also, <http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt> is
worth a read too.

Proceed carefully and you'll be fine. Yell if you need any help.

--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| Ashes to ashes, dust to dust. |
| The proof of the pudding, is under the crust. |
|------------------------------<sryoungs@bigpond.net.au>---|
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 08:51 AM
Steve Youngs
 
Posts: n/a
Default Re: upgrade kernel to 2.6

* William Park <spam-opengeometry@yahoo.ca> writes:

> Except, I had to load '8250' module explicitly, when dialing out.


echo "alias char-major-4-* 8250" >> /etc/modprobe.conf && depmod

will fix that.

--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| Ashes to ashes, dust to dust. |
| The proof of the pudding, is under the crust. |
|------------------------------<sryoungs@bigpond.net.au>---|
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 08:52 AM
William Park
 
Posts: n/a
Default Re: upgrade kernel to 2.6

Steve Youngs <sryoungs@bigpond.net.au> wrote:
> * William Park <spam-opengeometry@yahoo.ca> writes:
>
> > Except, I had to load '8250' module explicitly, when dialing out.

>
> echo "alias char-major-4-* 8250" >> /etc/modprobe.conf && depmod
> will fix that.


Thanks. How did you find that out? Is it mentioned in kernel tree or
some HOWTOs?

--
William Park, Open Geometry Consulting, <opengeometry@yahoo.ca>
Linux solution for data management and processing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-19-2008, 08:52 AM
=?UTF-8?B?0LTQsNC80ZjQsNC9INCzLg==?=
 
Posts: n/a
Default Re: upgrade kernel to 2.6


> I would like just to know whether there is something special to do when
> you want to upgrade you kernel from 2.4 to 2.6 under slackware or if the
> classical linux way is the right one.


In 9.1 nothing much special.

You should use /etc/modprobe.conf instead of /etc/modules.conf...
You dont need ide-scsi to burn CDs any more...
The PS/2 mouse should be accessed through /dev/input/mice.

Don't do "make oldconfig" with a config from a 2.4 kernel.



--
Дамјан (jabberID:damjan@bagra.net.mk)

If Bill Gates had a dime for every time a Windows box crashed...
...Oh, wait a minute, he already does.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:19 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com