Hi
For using a CD writer the parameter "hdc=ide-scsi" has to be passed to the kernel while booting (assuming the CD writer is /dev/hdc). This works fine. But having booted without that parameter passed to kernel, how do I insert the module 'ide-scsi.o' and tell the kernel to use it for /dev/hdc without rebooting again?
Well, "insmod" inserts the module, but *how do I tell the kernel to use it for "/dev/hdc" ?*
Abhir