Hello guys! cdrecord -vvv -atip produces an error using my AD-7200A on VT6415 controller at my installation as you can see below: cdrecord -vvv -atip TOC Type: 1 = CD-ROM Device was not specified. Trying to find an appropriate drive... Detected CD-R drive: /dev/sr0 Using /dev/cdrom of unknown capabilities scsidev: '/dev/cdrom' devname: '/dev/cdrom' scsibus: -2 target: -2 lun: -2 Error trying to open /dev/cdrom exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/cdrom exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/cdrom exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/cdrom exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/cdrom exclusively (Device or resource busy)... giving up. scsidev: '-1' devname: '-1' scsibus: -2 target: -2 lun: -2 wodim: No such file or directory. Cannot open SCSI driver! For possible targets try 'wodim --devices' or 'wodim -scanbus'. For possible transport specifiers try 'wodim dev=help'. For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from the wodim documentation. But if I use wodim it works: wodim --devices wodim: Overview of accessible drives (1 found) : ------------------------------------------------------------------------- 0 dev='/dev/sg0' rwrw-- : 'Optiarc' 'DVD RW AD-7200A' ------------------------------------------------------------------------- wodim dev=/dev/sg0 -atip Device type : Removable CD-ROM Version : 5 Response Format: 2 Capabilities : Vendor_info : 'Optiarc ' Identification : 'DVD RW AD-7200A ' Revision : '1.09' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R ATIP info from disk: Indicated writing power: 4 Is not unrestricted Is not erasable Disk sub type: Medium Type A, high Beta category (A+) (3) ATIP start of lead in: -11849 (97:24/01) ATIP start of lead out: 336076 (74:43/01) Disk type: Long strategy type (Cyanine, AZO or similar) Manuf. index: 25 Manufacturer: Taiyo Yuden Company Limited This is the output from an ancient TDK CD using 80 conductor cable to connect AD-7200A on VT6415. Device is getting UDMA 4. Testing was performed at 32bit MX Linux with kernel 6.1 at P4i945GC. Old good Pentium 4 with 1 core powering 20 PCIe lanes. 20+ years later and most PCs are stuck to 20 or 24 PCIe lanes while there are 64 or even 128 cores now plus NPUs. Something feels awfully wrong here... The same command works when cable is attached to the IDE port of ICH7: cdrecord -vvv -atip Device was not specified. Trying to find an appropriate drive... Detected CD-R drive: /dev/sr0 Using /dev/cdrom of unknown capabilities scsidev: '/dev/cdrom' devname: '/dev/cdrom' scsibus: -2 target: -2 lun: -2 Linux sg driver version: 3.5.27 Wodim version: 1.1.11 Using libusal version 'Cdrkit-1.1.11'. SCSI buffer size: 64512 Beginning DMA speed test. Set CDR_NODMATEST environment variable if device communication breaks or freezes immediately after that. 01 00 00 01 00 00 00 00 01 AA 01 01 00 00 00 00 01 00 A0 00 00 00 00 01 00 00 00 00 01 00 A1 00 00 00 00 00 00 00 00 00 01 00 A2 00 00 00 00 00 00 00 00 00 Also this works: sudo wodim dev=/dev/sg0 -atip Device type : Removable CD-ROM Version : 5 Response Format: 2 Capabilities : Vendor_info : 'Optiarc ' Identification : 'DVD RW AD-7200A ' Revision : '1.09' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R ATIP info from disk: Indicated writing power: 4 Is not unrestricted Is not erasable Disk sub type: Medium Type A, high Beta category (A+) (3) ATIP start of lead in: -11849 (97:24/01) ATIP start of lead out: 336076 (74:43/01) Disk type: Long strategy type (Cyanine, AZO or similar) Manuf. index: 25 Manufacturer: Taiyo Yuden Company Limited Taso you can update your drive to version 1.09 and retest. Also please share a dmesg to identify the errors you get and the kernel in use. Output from IDE controller PCI config could be handy: sudo lspci -nnnnvvvvxxxxks 05:00.1 Guys cable detect seems broken. With a 40 conductor cable in Linux I get: ata3.00: ATAPI: Optiarc DVD RW AD-7200A, 1.09, max UDMA/66 also UDMA 4 is selected in hdparm while BIOS says UDMA 2 Finally cdrecord -vvv -atip command is not working properly with 40 conductor cable. I get wrong results but no hang was observed at all during the tests. Best regards, Ioannis