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 06-04-2002, 04:56 AM   #1
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
Install Kernel Error


Hey y'all, I'm now a Slacker... ....I just installed 8.0 on my new home built system and so far everything is going pretty good.

There is a few problems though, I'm having problems using kernel 2.4.5 so I'm using 2.2.19.

I get this error message when using the 2.4.x kernel:
EXT2-FS: Unable to Read Superblock
Fat bread failed
isofs_read_super: bread failed, dev=03:08, iso_blknum=16, block=32
Read superblock: Unable to read superblock on dev 03:08
Kernel Panic: VFS: Unable to mount root fs on 03:08
So I will try compiling the 2.4.18 kernel next.

I need to get the Lucent modem configured and get the AC97 via chipset onboard sound going.

Any suggestions on these?

Thnx.
 
Old 06-04-2002, 06:03 AM   #2
DeadPuddle
Member
 
Registered: Mar 2002
Location: Asheville, NC
Distribution: Debian
Posts: 257

Rep: Reputation: 30
System specs? One hard drive or two (assuming you use Winblows)?
 
Old 06-04-2002, 09:03 AM   #3
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Original Poster
Rep: Reputation: 31
This is a 40gb Maxtor HD on a Shuttle Mobo AK31A, AMD XP1700, and 256mb ddr ram, VIA 266 chipset, AC97 onboard sound.

Win98=hda1=Fat32
WinXP=hda5=NTFS
DATA=hda6=Fat32
Swap=hda7
Root=hda8=Ext2
Home=hda9=Ext2

I can boot using the 2.2.19 Kernel but can't boot using the 2.4.5 kernel. I also tried installing Libranet 1.9.1 with kernel version 2.4.5 kernel and got the same kernel error.

Thnx.

Last edited by BittaBrotha; 06-04-2002 at 09:12 AM.
 
Old 06-06-2002, 05:50 AM   #4
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Original Poster
Rep: Reputation: 31
Anybody have a clue as to what could be wrong here?
 
Old 06-06-2002, 04:09 PM   #5
Praetorian
Member
 
Registered: Jun 2002
Distribution: Ubuntu
Posts: 31

Rep: Reputation: 16
I have no idea, but why don't you try compiling the 2.4.18 kernel. I just did and it went great. My onboard VIA AC97 audio works perfect!
 
Old 06-09-2002, 12:19 PM   #6
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Original Poster
Rep: Reputation: 31
Ok, I would like to update the kernel to 2.4.18 but have a couple of questions.

1) When I download it, where should I unpack the kernel to, /home/normal user folder?

2) And if I'm using a boot floppy disk to boot Slackware, how do I put the new kernel on the floppy disk, so when I use the floppy to boot, it will boot using the new kernel?

Hope this make sense, thnx.
 
Old 06-09-2002, 02:27 PM   #7
jdixon
LQ Newbie
 
Registered: Jun 2002
Posts: 20

Rep: Reputation: 0
1) When I download it, where should I unpack the kernel to, /home/normal user folder?

Anywhere you want. It's your system.

By default, Slackware puts the kernel source in /usr/src/linux-x.y.z (/usr/src/linux-2.4.18, for example). There is a /usr/src/linux link which points to the current kernel source. If you untar the downloaded kernel source to /usr/src, you'll want to remove this link first, as it untars to /usr/src/linux, and will overwrite the existing source tree, which is probably not what you want. Once you've untarred it, simply rename it to linux-2.4.18, then recreate the link.

2) And if I'm using a boot floppy disk to boot Slackware, how do I put the new kernel on the floppy disk, so when I use the floppy to boot, it will boot using the new kernel?

The new kernels are to big to fit on a floppy, so you don't.
Instead you create a lilo boot disk which boot you current kernel from the hard drive. You can do this by running the Slackware setup utility and choosing the Configuration option, one step of which is to create a boot disk, or you can look at the /usr/lib/setup/SeTconfig script and see how Patrick does it, then try to do so yourself.

James Dixon
 
Old 06-10-2002, 03:34 AM   #8
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Original Poster
Rep: Reputation: 31
Thnx...I'll give it a try!
 
Old 06-11-2002, 02:34 AM   #9
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You can compile a kernel small enough to fit on a floppy. My 2.4.18 is small enough to fit on a floppy.
 
Old 06-13-2002, 12:33 PM   #10
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Original Poster
Rep: Reputation: 31
Thnx for all the help...I've got the latest kernel installed, 2.4.18 and made sure the VIA AC'97 chipset for sound is compiled and I've taken out the SMP info so I can compile my Lucent LT modem.

But I'm getting error message about th header files not found or something similar, but they should be there.

Any ideas about this?
 
Old 06-13-2002, 01:15 PM   #11
dansehl
LQ Newbie
 
Registered: Jun 2002
Distribution: Slack 8.0
Posts: 1

Rep: Reputation: 0
could you be more specific

Please be more specific

Thanks,
Dan
 
Old 06-14-2002, 04:37 PM   #12
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Original Poster
Rep: Reputation: 31
The message I'm getting is telling me that the Lucent LT modem drivers can't seem to find the kernel header files when I try to compile the modem drivers.

I don't know if the link is pointing to the old (2.2.19) kernel or to the new kernel (2.4.18)...but I thought it should have been pointing to the new kernel. I will have to check when I get home!
 
Old 06-14-2002, 05:39 PM   #13
shoot2kill
Member
 
Registered: Jan 2002
Location: California
Distribution: Red Hat
Posts: 402

Rep: Reputation: 30
it is a good pratice to make a soft link to point to your current one, it is easily achieve so that you won't mess up the current and the old config
 
  


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
KNOPPIX INSTALL Kernel error cantrea Linux - Newbie 0 08-11-2005 01:33 PM
Kernel 2.6.7 install error, initrd-2.6.7.img error jjorloff1 Linux - General 3 09-15-2004 12:15 AM
Can't install 10.0 - Kernel error????? epihammer Mandriva 3 06-26-2004 06:02 PM
Kernel Install Error RealmX Slackware 2 02-10-2004 11:50 PM

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

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