View Single Post
  #6   (View Single Post)  
Old 24th May 2008
bienc bienc is offline
New User
 
Join Date: Apr 2008
Location: Brisbane, Australia
Posts: 8
Default

Quote:
Originally Posted by heatherval View Post
cdrecord -v test-file

# cdrecord -v test-file
/usr/bin/cdrecord.bin: No write mode specified.
/usr/bin/cdrecord.bin: Asuming -tao mode.
------8<-----
/usr/bin/cdrecord.bin: Drive does not support TAO recording.
/usr/bin/cdrecord.bin: Illegal write mode for this drive
It seems to be picking up your device just fine. If you read the output again you'll see it's defaulting to TAO mode which it is also telling you is not supported for your device.

I don't use cdrecord-ProDVD but if the syntax is anything like regular cdrecord from cdrtools you might try using a -dao switch to force DAO mode.
Reply With Quote