Hi people, I have a quite strange problem with the Debian potato: I want my cdrom reader and writer (hdb and hdc) to be ignored by the ide-cd module driver, in order to activate for them the ide-scsi module and use as normal SCSI devices. In ide-cd.c it's written that I should put in modules.conf:
options ide-cd ignore='hdb hdc' and that's what I did. The problem is that ide-cd only ignores hdb, but still recognizes hdc. This thing does not happen if I write, directly from the command line: modprobe ide-cd ignore='hdb hdc' In this case ide-cd ignores both them. It all seems very strange. Anybody knows anything about this problem? I thank you all in advance. Bye!