On Tue, Aug 01, 2000 at 08:47:57AM -0400, Charles Galpin wrote:
> Hi Steve, thanks for responding
>
> On Tue, 1 Aug 2000, Steve Borho wrote:
>
> > On Mon, Jul 31, 2000 at 09:04:43PM -0400, Charles Galpin wrote:
> > > conf.modules:
> > > options aha1542 io=0x330
> >
> > Have you tried?: options aha1542 ioport=0x330
>
> no I haven't. If I try this from the LILO prompt, will it override the
> conf.modules setting?
AFAIK: LILO options only get passed to drivers which are compiled into
the kernel. Module parameters come from user-space tools (modprobe,
etc)
> > I've never been able to figure out from the kernel source what exactly
> > the argment names of parameters are, but 'ioport' looks much more likely
> > than simply 'io'.
> >
> > The silly part is that if you look at the driver, 0x330 is the default
> > I/O port.
>
> rofl. I guess I could try removing it altogether. One of my main
> misunderstandings is how it boots successfully off the floopy. If I
> understood that better, I wouldn't be so scared to try some of these
> things. The last thing I want to do is get myself into a postition where I
> can't boot it anymore - but I guess I can always use toms boot disk or
> something.
If you could boot off the floppy before, there's no reason you won't
be able to boot off of it after messing around with conf.modules. (My
reasoning being that your boot floppy must be loading it's own copy of
the driver).
> So, how does it boot successfully off the floppy? Does it have the modules
> and it's own conf.modules file on the floppy? It seems to me that booting
> off the floppy means I everything in /boot setup correctly don't I?
If you've been using the 'rescue' floppy made by the install routine,
I don't think it uses anything on your hard-drive to boot with (until
it calls init). It has a kernel and a compressed ramdisk on the
floppy that holds kernel modules for all your block devices and their
configurations. If all your drives are connected to the aha1542, the
kernel on the floppy needs to have a working driver before it can
mount any drives.
The more I think about this, the more I'm convinced that the driver
doesn't need any arguments.
> I have been reminded that another option is to compile the aha1542 support
> inot the kernel, but at this point I'd rather understand what's going on
> here.
Ditto. That would be too easy :^)
It might be useful (reassuring) to have such a kernel on a boot floppy
though.
Sorry if I'm incoherent, I haven't finished my first cup of coffee
yet.
--
Steve Borho Voice: TBA
Member of Technical Staff
Celox Networking Inc
Fortune of the day:
I Know A Joke!!
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.