For IDE burners there used to be the ide-scsi emulation
driver. This driver is deprecated and the recommended
way to access IDE CD ROMs is the ide-cdrom driver. CD
burning is possible with this driver WITHOUT using old
ide-scsi emulation!
People using the ide-cdrom driver should not be left
unsupported!
Now, cdrecord allows for ATAPI as a dev prefix, whis is
currently unsupported by CDBO:
$ cdrecord -dev=ATAPI -scanbus
Cdrecord-Clone 2.01a28 (i686-pc-linux-gnu) Copyright
(C) 1995-2004 Jörg Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) 'MATSHITA' 'UJDA720 DVD/CDRW'
'1.00' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
and:
$ cdrecord -dev=ATAPI:0,0,0 -v myimage.iso
You could change the Autodetect page of the CD-ROM
devices dialog to use cdrecord -dev=ATAPI -scanbus
instead of the /proc/ide filesystem.