[oclug] kerneld or kmod
Gary Sandine
sandine at math.unm.edu
Sat Feb 3 16:24:43 EST 2001
On Sat, Feb 03, 2001 at 04:13:04PM -0500, bbarnett at l8r.net wrote:
>
> On 03-Feb-2001 chaos wrote:
> > This subject has been discussed here but I don't seem to find a
> > resolution...
Here's what I do, via modules:
Assuming CDR/RW drive is hdc, add these lines to /etc/modules.conf:
options ide-cd ignore=hdc
alias scd0 sr_mod
pre-install sg modprobe ide-scsi
pre-install sr_mod modprobe ide-scsi
pre-install ide-scsi modprobe ide-cd
If CDR/RW drive is hdd, change hdc in the top line to hdd.
The modules don't get inserted until "needed", however; my
hack for forcing module insertion at boot is the line
/usr/bin/cdrecord -scanbus
at the end of rc.local. This method requires no "appendages"
to boot: prompt, or within /etc/lilo.conf. It is taken line
for line out of the CD-Writing-HOWTO.
Gary S.
More information about the OCLUG
mailing list