LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 03-29-2007, 06:48 AM   #1
ve1drg
Member
 
Registered: Mar 2006
Posts: 50

Rep: Reputation: 15
Slackware 11 and the use of an odd kernel


I am having hugh problems installing Slackware 11 on a new machine which has sata II drives.
I can't hit the enter key where it gives you the choice to use other kernels. I have to use test26.i and that one will install slackware and it is the only one that allows me to use fdisk and to get on with the installation process.

Now my question/concerns:

Once Slackware is installed - I see that it is using kernel 2.6.18.
But the modules that are installed at 2.4.33.3.

Result - I can't run anything since I have no modules.

Next: I went into /usr/src directory and I only see a kernel installation of 2.4.33.3. There is nothing there that concerns 2.6.18. I even did a search (find / -name *2.6*) and I found nothing
about the 2.6 kernel.

What has happened here? How do I get the modules installed? Will Slackware 11 not do that for me when I select test26 or hugh26 kernels? There are valid choices. So where are the modules??
 
Old 03-29-2007, 07:13 AM   #2
fUuGeL
LQ Newbie
 
Registered: Aug 2006
Posts: 2

Rep: Reputation: 0
Hi! You must install kernel modules and source from the Extra directory on your install DVD or install disk nr 2
 
Old 03-29-2007, 10:46 AM   #3
ve1drg
Member
 
Registered: Mar 2006
Posts: 50

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by fUuGeL
Hi! You must install kernel modules and source from the Extra directory on your install DVD or install disk nr 2
Alright.. I didn't know that. What a life???
 
Old 03-29-2007, 10:53 AM   #4
ve1drg
Member
 
Registered: Mar 2006
Posts: 50

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ve1drg
Alright.. I didn't know that. What a life???


I was just thinking..... when you install slackware in the normal fashion, you never have to also go to the 'extra' disk/directory to separately install the modules. Whey in the world do you have to do that when you select a different kernel than the default one - at the start of the installation process?

I know that when I go and get a new kernel and install it in Slackware or any other distribution, the installation process automatically creates the necessary modules. But it appears that with Slackware - if you choose other than the default installation kernel that you are going to have to go and find the modules after you finished installing slackware. In other words, after you are all finished putting on slackware you than have to go and look for the related/necessary moduules?????

That does not sound right to me!!!
 
Old 03-29-2007, 11:33 AM   #5
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
Quote:
That does not sound right to me!!!
since when has slackware been a 'do it for you' distro?

my suggestion would be to make your first priority after reinstall to compile your own kernel. that way any auto-configuring scripts or sw you may use will have the best chance to setup - and your box will be its most efficient.

Pat V. doesn't know what hardware you have, or if you'll ever want the optional kernels - past installation anyway.

after install for me the next step is cp /usb/linux-2.6* then make oldconfig, make bzImage etc...

I always install with huge26.s but never copy any modules.
 
Old 03-29-2007, 11:45 AM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by ve1drg
I was just thinking..... when you install slackware in the normal fashion, you never have to also go to the 'extra' disk/directory to separately install the modules. Whey in the world do you have to do that when you select a different kernel than the default one - at the start of the installation process?

I know that when I go and get a new kernel and install it in Slackware or any other distribution, the installation process automatically creates the necessary modules. But it appears that with Slackware - if you choose other than the default installation kernel that you are going to have to go and find the modules after you finished installing slackware. In other words, after you are all finished putting on slackware you than have to go and look for the related/necessary moduules?????

That does not sound right to me!!!
There is no more to it than reading what is actually on your screen when you boot the install CD... the opening screen tells you to press F2 and F3 for more information.
In the F3 screen (listing the choice of boot kernels) you will notice these two lines:

Code:
    huge26.s    -      A loaded 2.6 kernel (requires modules from /extra)
    test26.s    -      A loaded 2.6 kernel (needs modules from /testing)
You don't have to boot the CD in order to read that screen - look at http://slackware.osuosl.org/slackwar...solinux/f3.txt

You should also read the RELEASE_NOTES for Slackware 11.0 (yeah I hear you thinking 'who reads those' well too bad if you don't). That file states (right behind the reasons for adding 2.6 kernels as a convenience in the installer):
Code:
Also, the kernel module packages for 2.6.x are not part of the 
standard installation, so if you install using huge26.s or test26.s 
kernel you'll have to install the corresponding kernel-modules package 
when you're done.  They can be found under /extra/linux-2.6.17.13/ (or 
ISO number two under /extra/linux-2.6.17.13), or 
/testing/packages/linux-2.6.18/ (or ISO number four under 
/testing-2.6.18/packages/linux-2.6.18)
Eric
 
Old 03-30-2007, 10:32 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by ve1drg
I was just thinking..... when you install slackware in the normal fashion, you never have to also go to the 'extra' disk/directory to separately install the modules. Whey in the world do you have to do that when you select a different kernel than the default one - at the start of the installation process?

I know that when I go and get a new kernel and install it in Slackware or any other distribution, the installation process automatically creates the necessary modules. But it appears that with Slackware - if you choose other than the default installation kernel that you are going to have to go and find the modules after you finished installing slackware. In other words, after you are all finished putting on slackware you than have to go and look for the related/necessary moduules?????

That does not sound right to me!!!
Hi,

Read the Slackware 11 RELEASE_NOTE.

edit: Sorry Eric, I was reading the post that I replied too without reading the thread.

Last edited by onebuck; 03-30-2007 at 10:34 AM.
 
  


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
Kernel Install Odd Error inescapeableus Linux - Software 13 10-22-2005 06:11 PM
Odd kernel message error Seventh Linux - Software 3 07-05-2005 02:30 PM
Odd kernel panic bumbumkoala Ubuntu 7 07-02-2005 08:54 AM
Odd Slackware Installation Problem slackeast Slackware - Installation 3 06-07-2005 06:48 AM
Odd kernel-package behavior. yarjar Debian 3 05-11-2005 03:38 AM

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

All times are GMT -5. The time now is 02:05 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