On Apr 1, 2002 at 18:30, Abhir Joshi wrote: >Well, "insmod" inserts the module, but *how do I tell the kernel to >use it for "/dev/hdc" ?*
Uh, the SCSI module sets itself up for sd*. If you desperately need to use "hdc" (you shouldn't) You can use the mknod command, which is a simple command. Take the major and minor numbers from the existing sdc device. I just realised that you said ide-scsi. I don't know how that works. RTFM? You may not need to do anything. Or you might be able to pass "hdc=ide-scsi" on the insmod line. man insmod for that. -- Satya. <URL:http://satya.virtualave.net/> Never test for an error you don't know how to handle. _______________________________________________ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

