LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-12-2007, 06:38 AM   #1
Hink
LQ Newbie
 
Registered: Jul 2005
Location: Chicago Suburbs, USA
Distribution: Slackware 11
Posts: 7

Rep: Reputation: 0
What Packages are needed when installing using kernel huge26.s


Hi,

I am planning on installing Slackware 11 and would like to install it using huge26.s so that I will be running the 2.6.17.13 kernel. I read the slackware-HOWTO, README.txt and README.initrd on the distribution CDs along with other installation guides from different sites.

What confuses me is exactly what I need to install. I will be doing a clean install on a system with no other OS. I am planning on booting from the install CD and choosing huge26.s as the kernel to use right off the bat. I know that once I complete the install I need to go back and install the package kernel-modules-2.6.17.13-i486-1.tgz. I have also heard people say not to install the package kernel-headers-2.6.17.13-i386-1.tgz. But what about the package kernel-generic-2.6.17.13-i486-1.tgz? Do I need to install that one as well? Also do I need to run mkinitrd even though I only will have one kernel and one OS on my system?

Any advice or insight would be appreciated.

Thanks in advance.
 
Old 01-12-2007, 07:43 AM   #2
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,160
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Please refer to this thread for a full discussion on this topic:

http://www.linuxquestions.org/questi...d.php?t=513464

Basically, you just need to add the kernel-modules package available in the extra section of CD 2.

In my opinion, huge26.s is a bit "huge", so it's better if you can compile your own customer kernel after installing it and the kernel-modules package.
 
Old 01-12-2007, 08:14 AM   #3
Hink
LQ Newbie
 
Registered: Jul 2005
Location: Chicago Suburbs, USA
Distribution: Slackware 11
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for the link to the other thread. I read the entire thread and it seems that since I will be installing using huge26.s, I do not want to install the package kernel-generic-2.6.17.13-i486-1.tgz. Do I need to bother with mkinitrd or since I will be installing using huge26.s from the begining is it not nesecary?
 
Old 01-12-2007, 02:51 PM   #4
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,160
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
I installed huge26.s and its kernel-modules package on another machine and I didn't bother with mkinitrd.
 
Old 01-12-2007, 06:17 PM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
After using the installer to install huge26.s, the only package you absolutely must install is:

Code:
kernel-modules-2.6.17.13-i486-1.tgz
I would also recommend you install the sources package as well if you want to compile any kernel modules later on, but it's not necessary.
 
Old 01-13-2007, 09:32 PM   #6
Hink
LQ Newbie
 
Registered: Jul 2005
Location: Chicago Suburbs, USA
Distribution: Slackware 11
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for all the help. I installed slack 11 yesterday using hugh26.s without issue. I installed kernel-modules-2.6.17.13-i486-1.tgz and the source package and it worked great. I am having some issues with my sound card (no sound), but I am found some previous post that sound simular so I will try to work throught those myself.
 
Old 01-14-2007, 07:05 AM   #7
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Quote:
Originally Posted by Hink
Thanks for the link to the other thread. I read the entire thread and it seems that since I will be installing using huge26.s, I do not want to install the package kernel-generic-2.6.17.13-i486-1.tgz. Do I need to bother with mkinitrd or since I will be installing using huge26.s from the begining is it not nesecary?
You need to make an initrd (and fix your lilo config accordingly) if your kernel is on a JFS, XFS filesystem (maybe reiser also, i can't remember).

If your system comes up without one, you don't need it Initrd is to give you access to modules that weren't assembled into the kernel. A lot of modules were not, despite the name, huge26.s is not as huge as it could/should be.

I had problems compiling stuff that I fixed by also installing the kernel headers package. Other guys here seem to say it's not necessary but if you get wierd errors compiling certain packages try that.
 
Old 01-14-2007, 03:19 PM   #8
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,160
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Regarding installation of kernel headers:

Quote:
I had problems compiling stuff that I fixed by also installing the kernel headers package. Other guys here seem to say it's not necessary but if you get wierd errors compiling certain packages try that.
In fact, what I meant is that there is no need to install package kernel-headers-2.6.17.13-i386-1.tgz located in extra/linux-2.6.17.13/ directory.

A standard installation of Slackware will install package kernel-headers-2.4.33.3-i386-1.tgz (located in directory d/) and this is sufficient even with a 2.6 kernel.

Please read the kernel-headers.WARNING file in the extra/linux-2.6.17.13/ directory for an explanation of why it's better to stick with the kernel headers of 2.4
 
Old 01-14-2007, 04:23 PM   #9
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
I read that but it didn't help. So I installed the matching headers for the 2.6.17.13 kernel. I've built a lot of stuff since then and haven't had anything bad happen.
 
  


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
trouble installing packages with 16k stack kernel oldjoe Fedora 62 01-23-2007 05:39 AM
Trouble installing Slackware 11/huge26/modules Sevo Slackware - Installation 9 11-10-2006 04:36 PM
Gallery v1.5, which packages needed.. finchwizard Debian 1 05-09-2005 05:55 PM
installing linux kernel 2.6.6 help needed dark_templar Linux - Software 2 06-01-2004 10:40 PM
Kernel Source Headers? (help needed installing modem drivers) Jakeyboy Linux - Hardware 8 10-07-2003 03:59 PM

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

All times are GMT -5. The time now is 11:00 AM.

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