Re: problems with "options" in modules.conf

2000-06-29 Thread David Wright
Quoting Oreste Salerno ([EMAIL PROTECTED]): > > 2.2.15 code is the same as the 2.2.10, as what regards this part. Adding > these extra printk showed me that the string ignore is composed only by the > first word, even if actually there are more than one. i.e if i put: > > options ignore='aa hdb h

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-28 Thread David Wright
Quoting Oreste Salerno ([EMAIL PROTECTED]): > 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: > > >

Re: problems with "options" in modules.conf

2000-06-27 Thread Brad
On Tue, Jun 27, 2000 at 02:45:35PM +0100, David Wright wrote: > > Take a look at /etc/conf.modules (not modules.conf) and then Note that it actually is modules.conf if you're using modutils since 2.3.4 (2.3.5-1 was the first deb with this changes, if i read the changelogs correctly). Potato curre

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

Re: problems with "options" in modules.conf

2000-06-27 Thread David Wright
Quoting Oreste Salerno ([EMAIL PROTECTED]): > 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 w

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: