Brad Wyman <[EMAIL PROTECTED]> writes:

> I'm having trouble with a scsi card i just installed to run my cdr drive.
> It's an adaptec card, and i can get it running by doing modprobe aic7xxx
> at a root prompt, but thats realy a pain. Is there a command i can append
> in lilo that will help the aic7xxx module to load realy early in boot?

2 solutions:
- put in "alias scsi_hostadapter aic7xxx" in your conf.modules and requests to
scsi devices (like cdrecord) will trigger a modprobe.
- put in "alias scsi_hostadapter aic7xxx" in your conf.modules and do mkinitrd
and add it to your lilo.conf

Reply via email to