Make sure you have a '/dev/dvd' device and run this command for .iso files:
Code:
growisofs -dvd-compat -Z /dev/dvd=<thenameofyouriso.iso>
or this one for a folder full of files:
Code:
growisofs -Z /dev/dvd -R -J /some/files
These work on my system.
HTH!