I haven't been following this thread from the beginning so if I'm totally on the wrong track please ignore my comment.
If you have ide-cd support in your kernel either built-in, or as a module you must tell the ide-cd driver to keep off the unit you want to use with ide-scsi. I also think that if you have support for both drivers, they must either both be compiled into the kernel, or both be loadable modules (at least I couldn't get it to work any other way). If they are loadable modules you do it with module options and if they are build-in you must give appropriate boot parameters. You can get more details in the "CD-Writing-HOWTO". There is also a "CD-Writing with an ATAPI CDR Mini-HOWTO" On my woody system (kernel 2.4.17) I have one ide cd/dvd-reader connected to /dev/hdb and one ide cd-reader/writer connected to /dev/hdc. Both ide-cd and ide-scsi are loadable modules. In the /etc/modules file I have the lines: options ide-cd ignore=hdc ide-scsi alias scd0 sr_mod pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi I can access the the cd/dvd-reader (that uses the ide-cd driver) as /dev/hdb and the cd-reader/writer (that uses the ide-scsi driver) as /dev/scd0 Hope this helps, /Leif [EMAIL PROTECTED] Raffaele Sandrini wrote: > On Monday 18 February 2002 16:49, Eduard Bloch wrote: > > #include <hallo.h> > > > > Raffaele Sandrini wrote on Mon Feb 18, 2002 um 03:24:09PM: > > > How can i access ATAPI CD-ROMs loaded with ide-scsi? I heared that i have > > > to use /dev/scd then. If i try that i get /dev/scd0 unknown Device > > > message. The > > > > Be precise. > > > My quetion is: Over wich device (in the /dev) dir can i access my CDROM wich > is controlled with ide-scsi. Obviously /dev/hdc doesn't work. > > > > BTW: If i load the normal cdrom module to access the cdrom and unload > > > it after then i can't load it again with ide-scsi. How can i solve > > > that? > > > > Why? Did you mount anything? Which processes does access the cdrom? > > > The exact behaviour is this: I put i CD in my CDROM and type "mount /cdrom" > the it will load automatically cdrom.o module. After that i unmount the CD > and unload the module. I i load now the ide-scsi module then it wont detect > my CD-ROM. It wont do that till i restart my system. > > Gruss/Regards, > > Eduard. > cheers, > Raffaele > > -- > Raffaele Sandrini <[EMAIL PROTECTED]> > For encrypted Mail get my Public Key from "search.keyserver.net" > ID: 0xEC4950E9 > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]