growisofs -Z /dev/acd0 -dvd-video /path/
But this aborted with:
:-( unable to CAMGETPASSTHRU for /dev/acd0: Inappropriate ioctl for device
It appeared I had to do two things: make sure the atapicam driver is loaded and when done, use the proper device, i.e. the cd not the ac0 driver:
kldload atapicam growisofs -Z /dev/cd0 -dvd-video /path/
Loading this driver is best done at boot in /boot/loader.conf where I also enabled dma:
hw.ata.atapi_dma="1" atapicam_load="YES"
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!