Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2011 14:31:03 -0500
From:      Glen Barber <glen.j.barber@gmail.com>
To:        Jens Jahnke <jan0sch@gmx.net>
Cc:        freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: Burning a DVD
Message-ID:  <4D3B3077.5020204@gmail.com>
In-Reply-To: <20110122194718.3e625aae.jan0sch@gmx.net>
References:  <20110122194718.3e625aae.jan0sch@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D3B3077.5020204>