Re: problems with "options" in modules.conf

2000-06-29 Thread Oreste Salerno
On Wed, Jun 28, 2000 at 07:11:00PM +0100, David Wright wrote: > then my reaction would be to put an > extra printk or two into the kernel source and see what it's actually > doing. > > 2.2.10 has: > > MOD_INC_USE_COUNT; > printk("ide-cd: will ignore %s\n", ignore); <- >

Re: problems with "options" in modules.conf

2000-06-27 Thread Oreste Salerno
On Tue, Jun 27, 2000 at 02:45:35PM +0100, David Wright wrote: > > 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' > > Perhaps it's

problems with "options" in modules.conf

2000-06-27 Thread Oreste Salerno
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: