LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-16-2006, 08:46 AM   #1
Fritz_Monroe
Member
 
Registered: Nov 2004
Location: Maryland, USA
Distribution: Mint 13
Posts: 276

Rep: Reputation: 31
Slack 10.2 and 2.6.13 kernel


I'm a newbie but would prefer to use Slack so I can learn. I have a Sony laptop that I'd like to load up with Slack. I went with Ubuntu on it because I need this for school, and at the time I was limited in how long it could take me to get things running. But now that I have Linux and XP running on this, I'd like to load up Slack to play around with.

On the Slackware page it says:

Quote:
Slackware 10.2 includes the Linux 2.4.31 kernel, with Linux 2.6.13 available in the /testing directory
Does this mean I can give an option at install time to load up 2.6.13? If so, what's do I need to type?

Also, I don't quite get the modules thing, but know I need compile the kernel with modules. Can I install like this or do I have to wait until things are installed, then re-compile? If I need to recompile, which file should I download? I see that as of this post, the latest stable is 2.6.15.1, but there are .gz and .bz2 files. Other than a better compression, is there a benefit of one over the other?

Thanks in advance.
F_M
 
Old 01-16-2006, 12:55 PM   #2
ericbobbitt
LQ Newbie
 
Registered: Sep 2005
Posts: 10

Rep: Reputation: 0
i belive you just need to enter "test26.i" at the boot parameters when installing.
 
Old 01-16-2006, 01:06 PM   #3
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
SW10.2 and 2.6.13

Yes during install you pick test26s kernel. Later you are asked where to install kernel from pick cd and put in cd1. Note that installer will still install 2.4.3x kernel modules,source and alsa driver. After install is done you can get needed pkgs from cd2.As root insert cd2 then
mount /mnt/cdrom
cd /mnt/cdrom
cd /2.6.13
upgradepkg *.tgz
then
cd /
umount /mnt/cdrom.
Installpkg and pkgtool will also serve.
uname -r should show 2.6.13 kernel.
This gets you test26.s(2.6.13) kernel,modules,kernel source and alsa drive. Kernel is large so make bootdisk(floppy) wont work. Later if you wish you can use the kernel config file for newer kernel.
Have fun.
 
Old 01-16-2006, 01:16 PM   #4
Fritz_Monroe
Member
 
Registered: Nov 2004
Location: Maryland, USA
Distribution: Mint 13
Posts: 276

Original Poster
Rep: Reputation: 31
Thanks for the step by step. That really helps me figure what I need to do. One question I have about the process. If I put test26s as the boot parameters, still have to do the upgradepkg, etc? Would I be better off downloading the latest and just compiling it?

F_M
 
Old 01-16-2006, 02:10 PM   #5
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
Test26s is 2.6.13 all setup. You can use it and see how it works with your hw then later install/config newer kernel if desired using 2.6.13 config as template and use both kernels or just one. It is your SW do what you are most comfortable doing.
 
Old 01-16-2006, 05:17 PM   #6
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
But, if you do decide to use the test26.s, you will need to install the modules pkg and package headers from cd2 in the linux-2.6.13 folder
 
Old 01-16-2006, 05:29 PM   #7
Fritz_Monroe
Member
 
Registered: Nov 2004
Location: Maryland, USA
Distribution: Mint 13
Posts: 276

Original Poster
Rep: Reputation: 31
It sounds like I'd be better off to just compile the 2.6.15 once I get Slack installed. This isn't the partition that I use for all my school work, so should be ok. It doesn't have to progress as fast as if I was going to use Slack as my main distro right now. Once it's set up I will, but that's a bit down the line.

F_M
 
Old 01-25-2006, 09:21 AM   #8
Steve50
Member
 
Registered: Nov 2004
Location: Coventry, UK
Distribution: Debian Lenny, Ubuntu Feisty
Posts: 121

Rep: Reputation: 15
Can I just make sure I understand what's being said here. The default installation is a 2.4 kernel with source and modules, but I can upgrade to 2.6 from the instllation CD by:

mount /mnt/cdrom
cd /mnt/cdrom
cd /2.6.13
upgradepkg *.tgz

Will this install modules, source, package headers and so on? I ask because I initially tried an installation with the test2.6 kernel and I wasn't sure if the 2.6 kernel sources had been installed. During the installation I saw the 2.4 sources being installed but wondered if they were automatically upgraded if I then chose the 2.6 kernel.

Apologies for what are probably obvious questions.
 
Old 01-25-2006, 09:57 AM   #9
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
Install with test26s will still install 2.4.32 kernel modules,source,and alsa;you would need the cd2 /2.6.13 kernel modules,kernel source,alsa driver. Upgradepkg *.tgz from the cd2 /2.6.13 would take care of that.
An alternative is test26s 'expert' install where you can deselect the 2.4.32 kernel,source,modules,alsa driver and then use installpkg from cd2 /2.6.13 for the already mentioned pkgs.But you will have to know what pkgs to install for rest of install. You would keep the 2.4.32 kernel headers.
 
Old 01-25-2006, 10:08 AM   #10
Steve50
Member
 
Registered: Nov 2004
Location: Coventry, UK
Distribution: Debian Lenny, Ubuntu Feisty
Posts: 121

Rep: Reputation: 15
Quote:
Originally Posted by lestoil
Install with test26s will still install 2.4.32 kernel modules,source,and alsa;you would need the cd2 /2.6.13 kernel modules,kernel source,alsa driver. Upgradepkg *.tgz from the cd2 /2.6.13 would take care of that.
An alternative is test26s 'expert' install where you can deselect the 2.4.32 kernel,source,modules,alsa driver and then use installpkg from cd2 /2.6.13 for the already mentioned pkgs.But you will have to know what pkgs to install for rest of install. You would keep the 2.4.32 kernel headers.

Many thanks for clearing this up.
 
Old 02-03-2006, 04:12 AM   #11
mikbird
LQ Newbie
 
Registered: Jun 2005
Location: NZ
Distribution: Ubuntu
Posts: 12

Rep: Reputation: 4
Thanks for the thread, just what I was after too.

Aprecaited
 
  


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
Using Slack 10's 2.6.7 kernel packages on Slack 10.1? SocialEngineer Slackware 1 03-05-2005 11:53 AM
Kernel 2.6 from Slack... theonebeyond Slackware 1 09-14-2004 07:16 AM
Slack 9.0 kernel in 9.1 Wolfgang67 Linux - Wireless Networking 2 01-16-2004 08:22 AM
Slack 9 and new kernel jag7720 Slackware 8 08-19-2003 11:49 AM
where is the kernel ?...on slack 9.0 code-frk Linux - Distributions 2 04-03-2003 12:12 PM

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

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