From owner-freebsd-questions@FreeBSD.ORG Sat Nov 24 20:15:59 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 8BEC316A46B for ; Sat, 24 Nov 2007 20:15:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 6E6DB13C45B for ; Sat, 24 Nov 2007 20:15:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1Iw0xu-0002wy-8a for freebsd-questions@freebsd.org; Sat, 24 Nov 2007 12:47:04 -0700 Received: from 71-220-154-82.tcsn.qwest.net ([71.220.154.82] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1Iw0xl-0002wg-RT; Sat, 24 Nov 2007 12:46:49 -0700 Message-ID: <47487F5D.6010103@math.arizona.edu> Date: Sat, 24 Nov 2007 12:45:33 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070916) MIME-Version: 1.0 To: Andrew Falanga References: <340a29540711241122g6d2b582av435a7d783e7efcff@mail.gmail.com> In-Reply-To: <340a29540711241122g6d2b582av435a7d783e7efcff@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: User Questions Subject: Re: 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 20:15:59 -0000 Andrew Falanga wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I think you are probably missing perm xpt0 0666 perm pass0 0666 Mine /etc/devfs.conf # Commonly used by many ports link cd0 cdrom link cd0 dvd link cd0 rdvd link acd0 cdrom link acd0 dvd link acd0 rdvd # Misc other devices perm cdrom 0666 perm dvd 0666 perm rdvd 0666 perm cd0 0666 perm acd0 0666 perm xpt0 0666 perm pass0 0666