Thread: Kernel Stuff
View Single Post

   
  #8 (permalink)  
Old 02-18-2008, 07:06 PM
Richard Adams
 
Posts: n/a
Default Re: Kernel Stuff

On Fri, 14 Nov 2003 14:44:37 +0000, Eef Hartman wrote:

> Richard Adams <myspam@spam.com> wrote:
>> does not exsist and i am quite sure the k series is always on cd1 but
>> thats besides the point here.

>
> No, in 9.0 (ONLY) the CD was full, so the kernel-sources were moved to
> CD2 (the "live/extra" one) and pasture even was moved to CD4 (the latter,
> extra on CD-2 and pasture on 4 is still true in 9.1, but now kde(i) and
> gnome have been moved to CD-2 (and k back to 1).


Yes you are correct, i was fogetting, i checked my slack-9.0 cd here and
it has "k" on it but, i burnt the cd from a slackware source directory on
a mirror i was fogetting that sorry for the confustion.

>> To answer your question. You can use 'installpkg'

>
> He first has to get the kernel-sources package from any Slackware
> mirror. For 9.0 I would suggest to get the one in


No i thought the asker mentioned he has the other CD with the "k" dir on
it, if thats correct then there is only the following;
kernel-source-2.4.18-noarch-4.tgz so simply use my example to install the
kernel source.

[SNIP] due to line wrapping.

> PS: it is possible to get the 9.1 (2.4.22) kernel (and optional sources)
> and install them under 9.0 (I'm running it here too).


All you need to do is retrive linux-2.4.22.tar.gz (or bz2) from kernel.org
and do the following.

cd /usr/src
rm linux
tar xvzf /path/to/linux-2.4.22.tar.gz
cd linux-2.4.22
make mrproper
make config
make bzImage modules modules_install

Take a look at;
http://people.zeelandnet.nl/pa3gcu/kernel.htm
for the rest of the advise.

Or read the Kernel-HOWTO found in /usr/doc/Linux-HOWTOs and or the README
in /usr/src/linux-2.4.22

There is no need to create a symlink called linux thesedays however if you
feel the need you can.

Groeten uit Goes.

--
If the Linux community is a bunch of theives because they
try to imitate windows programs, then the Windows community
is built on organized crime.

Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/


Reply With Quote