From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 18 08:49:11 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E01991065691 for ; Sat, 18 Oct 2008 08:49:11 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id 8F3B18FC13 for ; Sat, 18 Oct 2008 08:49:11 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 09E75730A8; Sat, 18 Oct 2008 10:33:39 +0200 (CEST) Date: Sat, 18 Oct 2008 10:33:39 +0200 From: Luigi Rizzo To: Philipp Ost Message-ID: <20081018083339.GA47219@onelab2.iet.unipi.it> References: <48F85BD8.4090504@smo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48F85BD8.4090504@smo.de> User-Agent: Mutt/1.4.2.3i Cc: "Marc G. Fournier" , freebsd-multimedia@freebsd.org Subject: Re: Burning to IDE DVD Burner ... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 08:49:12 -0000 On Fri, Oct 17, 2008 at 11:33:12AM +0200, Philipp Ost wrote: > Marc G. Fournier wrote: > >-----BEGIN PGP SIGNED MESSAGE----- > >Hash: SHA1 > > > > > >Is this possible? I just tried with tkdvd, and it spits out cam related > >errors, so it doesn't *look* like I can do it with growisofs ... am I > >missing something? > > It is possible. I've done it several times (single and double layer disks). > > For single layer DVDs I use > growisofs -dvd-compat -Z /dev/cd0=file.iso > > To burn a DL-DVD I have/had to set the write speed to 2 (else it > wouldn't work at all, even if the burner itself is capable of 4x): > growisofs -dvd-compat -Z /dev/cd0=file.iso -speed=2 > > dmesg reports the following: > acd0: DVDR at ata1-master UDMA33 one thing to remember is that you need to kldload (or build into the kernel) the atapicam module -- which is the one that makes the cd/dvd appear as cd0 instead of 'acd0' (it's not just a name difference, the drivers support different ioctls and growisofs uses the ones implemented by atapicam cheers luigi