"John P. Verel" wrote:
> I added the append statement as below (actually hdc and hdd). But,
> apparently, scsi emulation is not figured into the default kernel.
It is built as a module, rather than included in the monolithic kernel.
It's possible to get it to autoload, but easier to just load it yourself
in one of the rc files.
> Therefore, the setup on conf.modules didn't work. cdrecord -scanbus
> just barfed. I'm guessing that the insmod commands have the same
> effect as having recompiled the kernel (which I wanted not to do) and
> add the modules into the kernel, essentially on a static basis.
No, not at all. Recompiling your kernel involves reconfiguring it with
the options you want, and then compiling and installing a new kernel
image and modules.
"insmod" simply loads one of the drivers (modules) that wasn't built
into the monolithic kernel. It's only there as long as the system
doesn't reboot, or you don't remove it. "rmmod" will unload the module
if it isn't in use.
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.