On 3/23/06, Joseph <[EMAIL PROTECTED]> wrote: > That is interesting. > My DVD burner is connected to IDE controller and I have in kernel > enabled both options support: > <*> Include IDE/ATAPI CDROM support > and > <*> SCSI CDROM support > My DVD is recognized as /dev/hdc > > If I disable first option "DE/ATAPI CDROM support" will the drive be > recognized as /dev/sr0 ???
No, you would need to disable (or at least modularize) all IDE/ATAPI support (# CONFIG_IDE is not set). But this would _only_ be an option if you actually have a SATA chipset. If it is truly a PATA controller, then you won't get /dev/sr0 no matter what you do. [1] Maybe you can post your dmesg output? -Richard [1] Technically you could use ide-scsi emulation, but it wouldn't help. -Richard -- [email protected] mailing list

