From owner-freebsd-questions@FreeBSD.ORG Sat Nov 24 19:22:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F86F16A4A6 for ; Sat, 24 Nov 2007 19:22:23 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 2496113C465 for ; Sat, 24 Nov 2007 19:22:23 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so231292waf for ; Sat, 24 Nov 2007 11:22:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=XT0wDcDETdCvEf6xHeOH56hjcILUCmiCxX81XKCwFm0=; b=klPlfLzGA0M7MEGyhd/kCukIRq3CX2Kocpvc/n1id61jqhN2jG48gQOU5E+KqEWNBLTzKJgl25qUzHV0n+qnNfW+XyDnTUcgnFbXCuopZwU2JORlj3XVUmUc/LKyKDsIzYJg0Y5LXKjhEW+BlnO1oeF+7JHh/Bh4mGIudzcMGCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=iPuPfvQV6SXz+27PtYlFvlVAtSZjf/ICYIAEiaPAB4N1g64zOcjC5ZUvzoTGKVhkj3VPDLz8EFvbjneE10FXN+7/tW+S4bDEiZM/svj8ASKwzc2J1FW1paYzvIohqvIB1vVVJZCExkH37AJ9Q+Oadj6NpsnTC5xVYumu6GzeCR4= Received: by 10.115.22.1 with SMTP id z1mr831321wai.1195932142552; Sat, 24 Nov 2007 11:22:22 -0800 (PST) Received: by 10.114.254.9 with HTTP; Sat, 24 Nov 2007 11:22:22 -0800 (PST) Message-ID: <340a29540711241122g6d2b582av435a7d783e7efcff@mail.gmail.com> Date: Sat, 24 Nov 2007 12:22:22 -0700 From: "Andrew Falanga" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Having problems burning a DVD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 19:22:23 -0000 Ok, I've made copies of the DVDs I want to burn. I used the technique described in this thread, "duplicating a dvd video" started by a "Dave" back in July. Basically, the technique is nothing more than a copy of the disk, "cp /dev/acd0 /path/to/*.iso." I'm going off of the instructions in the Handbook for burning DVD video's and such. The dvd utilities were already installed so I didn't have to worry about that. I added the line, hw.ata.atapi_dma="1" as described in the handbook. Rebooted and I'm still getting this error when I use the command growisofs -Z /dev/acd0 -dvd-video /usr/local/dvds/whereisGod1.iso: :-( unable to CAMGETPASSTHRU for /dev/acd0: Inappropriate ioctl for device >From dmesg, my DVD burner is: acd0: DVDR at ata1-master UDMA33 I looked through the list of DVD drives from the handbook and I didn't see mine listed and therefore take that to mean folks don't usually have problems with this drive. So, what am I doing wrong? Andy