On Sunday 02 February 2003 07:52 pm, Stephen Boulet wrote:
> Can someone tell me how to edit "/etc/modules.d/aliases" to tell the
> module loader which device I want to have use ide-scsi?
The "module loader" (whatever that may be) has little to do with this, 
but read on.

> I don't want to pass the kernel the boot option "hdc=ide-scsi" since
> I'm already passing it the options "ide0=autotune ide1=autotune". (I
> want to be sure that the ide channel gets the correct hdparm
> parameters before /dev/hdc is magically transformed into a
> non-hdparmable device.
The hdc= line is for the ide-cdrom driver, telling it not to touch that 
drive. The only way you can avoid putting hdc= on the kernel command 
line is my making IDE CDROM support modular, and adding the following:

/etc/modules.d/aliases:
options ide-cdrom hdc=ide-scsi

/etc/modules.autoload:
ide-cdrom

This solution sucks, although a perhaps a more pertinant point would be 
"why?" 
-- 
Bruce J.A. Nourish <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list

Reply via email to