Hi,

On 1/22/11 1:47 PM, Jens Jahnke wrote:
> Hi,
> 
> I tried to burn a dvd after doing setup according to the handbook.
> 
> /boot/loader.conf:
> atapicam_load="YES"
> hw.ata.atapi_dma="1"
> 
> /etc/devfs.conf:
> link  acd0    cdrom
> link  acd0    dvd
> perm  acd0    0660
> perm  pass0   0660
> perm  xpt0    0660
> 
> ls -la /dev/acd0
> crw-rw----  1 root  operator    0,  98 22 Jan 19:26 /dev/acd0
> 
> But when I try
> growisofs -dvd-compat -dry-run -Z /dev/acd0 /path/to/video
> I get:
> :-( unable to CAMGETPASSTHRU for /dev/acd0: Inappropriate ioctl for
> device
> 

I believe you have to use /dev/cd0 when doing this.  You should have a
/dev/cd0 device after atapicam was loaded.

Regards,

-- 
Glen Barber
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to