LinuxQuestions.org
Visit Jeremy's Blog.
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 10-05-2006, 12:43 AM   #1
kallador
LQ Newbie
 
Registered: Oct 2006
Posts: 1

Rep: Reputation: 0
Problems with Slackware 11 install on Asus A8N32


Some reason I'm having one hell of a time to get it installed.

When I do the default install, somehow my network is not getting picked up, so I attempt to recompile the kernel. I'm using the huge26 kernel, I've also attempted to use the kernel 2.4 but I also have issues with that kernel recompiling as well for some reason. Seems to only happen on this system because I've done installs of slackware on many other types of computers, this is the only one I'm having the issue with it.

I recompile the kernel I get VFS: Cannot open root device 802 or unknown-block 8,2
Please append a correct root= boot option
Kernel Panic no syncing VFS unable to mount root fs on unknown block 8,2

System is a 3500+ AMD
Asus Alife A8N21-SLI Deluxe
Seagate sata 300gb harddrive.

So somehow a module is not getting installed even though I thought I've loaded the correct models for this motherboard.
 
Old 10-05-2006, 07:30 AM   #2
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
hi kallador,

you should not have to cook your own kernel to get your pc to work.

from what I gather, that nic should work w/the huge26 kernel.

basically what i did to get huge 26 in was to:
use the sata kernel to install, the default one whih is what u want as u have an sata board,

i did a full install,

then after all the software is intalled, and the installer prompts for the kernel, i chose the huge26.

now when u reboot, you will get errors of missing modules, that's becuase u installed 2.4sata modules, headers, and includes, and just the kernel only for huge26 but nothing else.

now you'll put in your cd again, log in a root, mount your cdrom, install the huge26 stuff except headers from extra cd (as I doubt you'll need them). reboot.

now once you get back to linux, you probably should run 'netconfig' which is part of pkgtool again. you see udev now saw modules for your 26 kernel, and also's develops the udev rule for you for your nic.

after netconfig reboot...we do this since we use udev now..ugh rebooting linux for networking I know...then you should be fine.

Pat v. gives a good explanation of this too in the cd1 text files and also in the extra cd. Obviously Pat's word is better than mine, but that is a summary of what I did to get huge26 right off the bat.
 
Old 10-09-2006, 09:05 PM   #3
Pommpie
LQ Newbie
 
Registered: Oct 2006
Posts: 13

Rep: Reputation: 0
I have had a similar problem and am unable to solve it. I'm running an Acer TravelMate 2420 laptop with Slackware 11, and I need to get the onboard Intel PRO/Wireless 2200BG working. There is, luckily, a driver for it, but it requires a 2.6 kernel. So I have compiled and installed the kernel - several times - and it panics on this message.

VFS: Cannot open root device "303" or unknown-block(3,3)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-bloc(3,3)

What's interesting is that my other kernel (the basic sata.i bzImage that comes on the DVD) boots fine with the exact same lilo.conf settings.

I reproduce the settings here:

Code:
boot=/dev/hda3
message = /boot/boot_message.txt
prompt
timeout = 1200
change-rules
  reset
vga = 791
image = /boot/bzImage_2.4
  root = /dev/hda3
  label = Linux_2.4.33.3
  read-only
image = /boot/bzImage
  root = /dev/hda3
  label = Linux_2.6.18
  read-only
The 2.4.33.3 kernel boots excellently. The 2.6.18 kernel does not. Any help for the wireless needy?

I should add that the partition in question uses reiserfs, and that I'm 99% sure I've installed the right kernel drivers for the job. "Reiserfs support" and all its subsets save debug mode ave been enabled (I've tried it without the subsets too). My IDE controller is an Intel 82801FB, which is supposed to work with the Intel PIIXn chipsets driver, also set to be installed.

Last edited by Pommpie; 10-09-2006 at 09:09 PM.
 
Old 10-09-2006, 09:48 PM   #4
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
Personally,

This guide here at Alien Bob's wiki is fantastic.

That error you get is most likely because you didn't build in reiser as "yes" under file systems.

This guide here will walk you thru how to compile and install custom kernels the way that most slacker's here on the forums generally agree is they way that they undergo this process.

http://alien.slackbook.org/dokuwiki/...kernelbuilding
 
Old 10-09-2006, 09:56 PM   #5
Pommpie
LQ Newbie
 
Registered: Oct 2006
Posts: 13

Rep: Reputation: 0
Quote:
Originally Posted by Old_Fogie
That error you get is most likely because you didn't build in reiser as "yes" under file systems.
Reiser is set to yes, and this page seems to have nothing relevant I don't already do (I didn't have it set to low-latency, high memory, hyperthreading, or multiple processors, but I don't have that much memory, only one processor, and I don't see how the latency setting would have an effect although I'll try it). Thank you anyway, though.
 
Old 10-10-2006, 08:50 AM   #6
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
I just compiled a 2.6.18 kernel tonight after your reply just to make sure.

The only difference from Alien Bob's wiki is as I did here in this thread.

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

The fact that your kernel doesn't see the root file system is a common error of let's say reiser not being built in. Maybe you need to modprobe your IDE ports? or did you check out the blacklisted modules?

When I built mine, I basically took Mr. Pat V's 2.6.18 testing kernel package that he included in /extra and tweaked it a little is all. Then created my new rc.modules-2.6.18 and alls' well. Maybe you didnt make that file, it's needed by /etc/rc.S ?

Edit: or maybe you need to make an initrd file?
 
Old 10-11-2006, 08:30 AM   #7
Pommpie
LQ Newbie
 
Registered: Oct 2006
Posts: 13

Rep: Reputation: 0
Reiser and my IDE controller are built-in, so if I need an initrd I can't imagine what for.

That said, it slipped my mind to write a new rc.modules because I... er, didn't know... to do it (I try to fake not being a n00b, but it slips through sometimes). So I'll give that a try and get back with the results.
 
Old 10-12-2006, 08:19 AM   #8
Pommpie
LQ Newbie
 
Registered: Oct 2006
Posts: 13

Rep: Reputation: 0
Okay. I tried to write the modules.rc, activating everything that vaguely looked like it would be useful to booting up for me. Still the same error message. I've tried it with pretty close to the stock setup in /testing, and I've tried it with a custom kernel, and I get the same problem. This is, honestly, bewildering the bejeezus out of me. My file system is built in. My IDE controller is built in. My lilo.conf is set up correctly. I'm getting very, very confused.
 
Old 10-12-2006, 09:58 AM   #9
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
fwiw:
from what you've given us here as info, I can only say that I've never seen a slacker use a lilo like yours wrt "bzimage".

Most of them recommend to use vmlinuz as a symlink to for your example, vmlinuz-2.6.18 which is just a rename copy of the bzimage.

In fact I've never seen these either:
Quote:
message = /boot/boot_message.txt
change-rules
reset
Take a look again at Alien Bob's wiki, he just updated it to reflect the modules again.

Go line by line
 
Old 10-12-2006, 03:29 PM   #10
bogdanpa
LQ Newbie
 
Registered: Jul 2003
Posts: 11

Rep: Reputation: 0
hi pommpie,
it might be that the new kernel sees your old hda1 as sda1. Try to reboot from install cd with huge26.s kernel, run lilo -r to reinstall lilo with sda in mind and edit fstab and change here hda to sda as well. That is what I did when upgrading from 2.4 to 2.6.
 
Old 10-12-2006, 04:27 PM   #11
tp11235
Member
 
Registered: Feb 2005
Posts: 106
Blog Entries: 1

Rep: Reputation: 15
I had the same problem and it was because I had failed to select the correct IDE chipset support in the ATA/ATAPI/MFM/RLL Support section of make menuconfig.

I had got complacent and done the config too quickly.

I know you say that IDE is built in, but are you sure it is building in the correct drivers? Without them it just won't work the harddisk.
 
Old 10-16-2006, 11:30 AM   #12
Pommpie
LQ Newbie
 
Registered: Oct 2006
Posts: 13

Rep: Reputation: 0
After a couple of days illness, I'm back trying to smash bricks together on this thing.

I've definately compiled the IDE drivers (I forgot to at first before I posted here, then I thought about it, put them in, and it didn't help). I better be compiling the right ones, as I hit 'y' on all of them after a couple trials just to be sure.

Alien Bob's wiki is down right now but I'll pore over it letter by letter when it comes back.

Copying the bzImage to a vmlinuz and putting it in lilo did nothing.

Switching the hdas to sdas also did nothing. lilo -r told me that /dev/sda3 was not a directory so I did it manually, but at the very least I did enough to stop the 2.4 kernel from booting until I went in and fixed it.

Interestingly, the Knoppix 5.0.1 live-DVD boots perfectly on kernel 2.6.17 off the DVD. But copying the kernel and its bit of lilo.conf onto my hard disk and booting it, I get the same message. So that's interesting (and tells me it's probably not my kernal configuration that's to blame).
 
Old 10-16-2006, 03:50 PM   #13
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 Pommpie
Alien Bob's wiki is down right now
Yeah the hosting provider of the server I have my Wiki on pulled the plug and is incommunicado.
I have a mirror setup (be warned that the server is kind of low-end ) at http://wiki.alienbase.nl/

Eric
 
Old 10-18-2006, 02:17 PM   #14
Pommpie
LQ Newbie
 
Registered: Oct 2006
Posts: 13

Rep: Reputation: 0
Just FYI, I now have 2.6.18.1 working. What did I do? I completely re-installed Slackware with the 26huge.s kernel, then compiled my own the way I liked it. Everything worked like a charm. So, while that was odd, I am happy now.
 
  


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
Install/Lockup problems on ASUS P5VDC-MX bollerp Linux - General 6 12-27-2006 05:20 PM
Install Problems SLES9 on ASUS K8N-E aliebel Linux - Newbie 11 02-13-2006 07:52 PM
Mic audio problems with a Asus P4P800 in Slackware Borelian Linux - Hardware 3 05-12-2004 09:16 AM
Install problems SuSE + Asus A7V600 ROUSD Linux - General 3 12-12-2003 10:22 PM
Asus A7N266-VM Problems with Slackware and Redhat Athos Linux - General 2 09-13-2003 11:40 AM

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

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