On Sun, 31 Aug 2003 18:57:54 +0200, Richard Zidlicky wrote: > On Sun, Aug 31, 2003 at 10:36:07AM +0200, Thierry Godefroy wrote: > > > > On Sat, 30 Aug 2003 11:30:21 +0200, Richard Zidlicky wrote: > > > > > Btw, did someone notice that hdX=ide-scsi is handled differently in > > > 2.4.21? > > > > Hmm... Didn't notice any difference on ix86 plateforms where I use this > > option (I don't use it on the Q60, for I got no CD-R writer on it)... > > What's wrong with it ? > > simply doesn't work if ide-cd is compiled into the kernel, ide-cd > claims the driver and ide-scsi can't be activated. > This can't be m68k specific but strangely I have't seen anything > about it in the linux-kernel ml.
The HOWTOs say that if -both- the CD-ROM ATAPI native support and the ide-scsi emulation support are compiled into the kernel itself, then the first (native support) takes precedences automatically. See, for example: http://www.kernel-panic.org/index.pl/ide-scsi_howto and: http://user.cs.tu-berlin.de/~gregorrg/compaq/cdr_howto.html So you must compile as a module either the ATAPI CD-ROM driver or the ide-scsi driver. I, for one, always built the IDE-ATAPI into the kernel and the ide-scsi as a module, so I couldn't tell if it ever worked in any kernel version when both are compiled into the kernel itself. Thierry.
