Rob Hillis wrote:
>
> Charlie Brady wrote:
>
> > > If someone has a cleaner solution, I'd be much obliged to
> > > hear from them....
> > A line:
> > alias scsi_hostadapter aic7xxx
> > in /etc/modules.conf is what you want. This will cause that
> > module to be autoloaded if ever you try to access a SCSI
> > device.
>
> Unfortunately, this seems to break things - during bootup, I
> get a quick flash of what I think are unresolved references
> from a module referred to as /lib/scsi_mod.o, and the
> appropriate kernel module isn't loaded.
You should have started with these two lines in /etc/modules.conf:
alias scsi_hostadapter ide-scsi
pre-install ide-scsi modprobe ide-cd
and assuming you have an ide-cd, edited to be this:
alias scsi_hostadapter aic7xxx
pre-install aic7xxx modprobe ide-cd
which states, before you install the scsi driver, check for an ide-cd and load it first. If by chance you don't have an ide-cd, simply remove this line.
Regards,
Darrell