LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-15-2005, 02:41 PM   #1
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Question 2.6 kernel in /testing


Please excuse a stupid question, but, here goes.
I'm using Slackware 10.1 and it is running perfectly with the 2.4x kernel, no glitches.
I've noticed on the Slackware site that there is a 2.6 kernel available in /testing.
Is /testing on the first install CD? Can someone please point me to some documentation on how to install this kernel?
Thank you in advance for your reply.

 
Old 08-15-2005, 02:55 PM   #2
nukey
Member
 
Registered: Dec 2004
Location: Netherlands
Distribution: Slackware
Posts: 173

Rep: Reputation: 30
If you're going to install a stock-kernel , like the one on CD, I would advise to take the newest "testing" kernel

Point your webbrowser to your favorite mirror and then to:
/slackware/slackware-current/testing/packages/linux-2.6.12.3/

Mine would be:

http://ftp.bit.nl/mirror/slackware/s...inux-2.6.12.3/

Download those files.


As for installing the kernel:

You could do:

upgradepkg kernel-headers-2.6.12.3-i386-1.tgz
upgradepkg kernel-generic-2.6.12.3-i486-1.tgz
upgradepkg kernel-modules-2.6.12.3-i486-1.tgz
upgradepkg alsa-driver-1.0.9b_2.6.12.3-i486-1.tgz
upgradepkg kernel-source-2.6.12.3-noarch-1.tgz

But you might break something. This _really_ is not the best way for what i've read, but it worked for me a while ago (i really urgently needed the 2.6 kernel and modules for some hardware that wouldn't work otherwise).

Last edited by nukey; 08-16-2005 at 03:42 AM.
 
Old 08-15-2005, 03:05 PM   #3
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by nukey
If you're going to install a stock-kernel , like the one on CD, I would advise to take the newest "testing" kernel

Point your webbrowser to your favorite mirror and then to:
/slackware/slackware-current/testing/packages/linux-2.6.12.3/

Mine would be:

http://ftp.bit.nl/mirror/slackware/s...inux-2.6.12.3/

Download those files.


As for installing the kernel:

You could do:

upgradepkg kernel-headers-2.6.12.3-i386-1.tgz
upgradepkg kernel-generic-2.6.12.3-i486-1.tgz
upgradepkg kernel-modules-2.6.12.3-i486-1.tgz
upgradepkg alsa-driver-1.0.9b_2.6.12.3-i486-1.tgz
upgradepkg kernel-source-2.6.12.3-noarch-1.tgz

But you might break something. This _really_ is not the best way for what i've read, but it worked for me a while ago (i really urgently needed the 2.6 kernel and modules for some hardware that wouldn't work otherwise).
Hi nukey,

Thanks for your reply:-) I was confused during the install process by the fact that I couldn't find /testing on the installation CD. You've answered my question, much appreciated!
 
Old 08-15-2005, 03:15 PM   #4
freakyg
Member
 
Registered: Apr 2005
Distribution: LFS 5.0 and 6.1
Posts: 705

Rep: Reputation: 30
Quote:
Originally posted by hitest
I was confused during the install process by the fact that I couldn't find /testing on the installation CD.
the /test dir is on CD#2 of the slackware 10.1 set......

Last edited by freakyg; 08-15-2005 at 03:16 PM.
 
Old 08-15-2005, 03:18 PM   #5
nukey
Member
 
Registered: Dec 2004
Location: Netherlands
Distribution: Slackware
Posts: 173

Rep: Reputation: 30
Quote:
Originally posted by hitest
Hi nukey,

Thanks for your reply:-) I was confused during the install process by the fact that I couldn't find /testing on the installation CD. You've answered my question, much appreciated!
There IS a /testing on the second CD. But since that is a "testing" kernel and the newer kernel in the current tree is also "testing" you might as well take the newest

Last edited by nukey; 08-16-2005 at 03:44 AM.
 
Old 08-15-2005, 03:19 PM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Avoid to use 2.6 kernel-headers packages, prefer the 2.4 for
compatibility with glibc reason

Also if you use reiserfs for your root partition, you may need to
use an initrd with the slackware 2.6 kernel package
 
Old 08-15-2005, 03:25 PM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by nukey
There IS a /testing on the second CD. But since that is a "testing" kernel and the newer kernel in the current tree is also "testing" you might as well take the newest
Thanks for the clarification, nukey, that's good to know.
 
Old 08-15-2005, 03:29 PM   #8
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by keefaz
Avoid to use 2.6 kernel-headers packages, prefer the 2.4 for
compatibility with glibc reason

Also if you use reiserfs for your root partition, you may need to
use an initrd with the slackware 2.6 kernel package
Thanks keefaz!

I am using reiserfs on my root partition. Thanks for the heads up! I really appreciate these responses from you and from nukey. I've learned a lot today.
I don't feel like a complete .
 
Old 08-15-2005, 03:33 PM   #9
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
In this case, read carrefully the README.initrd file in the /boot directory
after you install your 2.6 kernel package
 
Old 08-15-2005, 03:35 PM   #10
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by keefaz
In this case, read carrefully the README.initrd file in the /boot directory
after you install your 2.6 kernel package
Thank you keefaz! I appreciate your help.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing kernel 2.6.7 in /testing dustin_wielenga Slackware 2 02-07-2005 05:55 PM
How to use /testing for kernel 2.6.7 etillman Slackware 2 10-26-2004 08:47 PM
Slackware 10 and testing kernel 2.6.7 cb951303 Slackware 2 08-21-2004 04:20 PM
mandrake kernel-2.6.0 testing PCLinux Mandriva 0 08-21-2003 03:32 PM
kernel 2-6 testing? oubipaws Linux - General 19 07-19-2003 02:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration