#include <hallo.h> * Daniel Pittman [Sun, Apr 06 2003, 11:02:45PM]: > The most successful method I have found so far is to use the native > ATAPI support in recent versions of cdrecord. Make sure you *don't* have > ide-scsi loaded, just ide-cd. > > Then specify: > ] cdrecord dev=/dev/dvd speed=16 ... foo.iso
Breaks with latest versions! You have to specify: dev=ATAPI:0,0 or similar, see "cdrecord dev=ATAPI: -scanbus". MfG, Eduard.