From owner-freebsd-ports@FreeBSD.ORG Fri Apr 7 16:49:47 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F9616A411 for ; Fri, 7 Apr 2006 16:49:47 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31E2D43D76 for ; Fri, 7 Apr 2006 16:49:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 5AA9E5C8A; Fri, 7 Apr 2006 12:49:44 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75135-07; Fri, 7 Apr 2006 12:49:43 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-112-80.ny325.east.verizon.net [68.161.112.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id A897E5C2D; Fri, 7 Apr 2006 12:49:42 -0400 (EDT) Message-ID: <44369824.9020705@mac.com> Date: Fri, 07 Apr 2006 12:49:40 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Beech Rintoul References: <200604061854.28825.beech@mangohealth.org> In-Reply-To: <200604061854.28825.beech@mangohealth.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: Sebastian Trueg , freebsd-ports@freebsd.org Subject: Re: k3b Problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 16:49:47 -0000 Beech Rintoul wrote: > I'm having a problem with k3b burning dvd's. The first dvd burns ok, from an > iso or copy. If I try and do a second copy, or another copy from a different > dvd I get the following error: > > /usr/local/bin/growisofs -Z /dev/cd0=/usr/iso/entrepreneur-dvd.iso -use-the-force-luke=notray -use-the-force-luke=tty -dvd-compat -speed=5 -overburn -use-the-force-luke=bufsize:32m > Executing 'builtin_dd if=/usr/iso/entrepreneur-dvd.iso of=/dev/pass0 obs=32k > seek=0' > :-[ SET STREAMING failed with SK=5h/ASC=26h/ACQ=00h]: Input/output error Don't use the k3b option which enables "-use-the-force-luke=notray", perhaps? Ejecting the media after a burn seems to re-initialize the internal state of some burners... If that doesn't work, turn off the k3b options which are enabling: -speed=5 -overburn ...and let dvd+rw-tools burn at its default speed, since you've said those work better when you've burned by hand. -- -Chuck