From owner-freebsd-questions@FreeBSD.ORG Tue Jul 21 14:04:52 2009 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 09579106566C for ; Tue, 21 Jul 2009 14:04:52 +0000 (UTC) (envelope-from mark@msen.com) Received: from shell.msen.com (msen.com [148.59.86.2]) by mx1.freebsd.org (Postfix) with ESMTP id A4DAB8FC1E for ; Tue, 21 Jul 2009 14:04:51 +0000 (UTC) (envelope-from mark@msen.com) X-Sent-To: Received: from saturn.localnet (99-170-102-4.lightspeed.livnmi.sbcglobal.net [99.170.102.4]) (authenticated bits=0) by shell.msen.com (8.14.3/8.14.3) with ESMTP id n6LDm42Z093267 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 21 Jul 2009 09:48:05 -0400 (EDT) (envelope-from mark@msen.com) From: Mark Moellering To: freebsd-questions@freebsd.org Date: Tue, 21 Jul 2009 09:47:35 -0400 User-Agent: KMail/1.11.1 (Linux/2.6.27.19-3.2-default; KDE/4.2.1; x86_64; ; ) References: <200907201939.45347.lumiwa@gmail.com> In-Reply-To: <200907201939.45347.lumiwa@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907210947.35758.mark@msen.com> Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=99.170.102.4; envelope-from= Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=99.170.102.4; helo=saturn.localnet Subject: Re: K3b-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: Tue, 21 Jul 2009 14:04:52 -0000 On Monday 20 July 2009 08:39:45 pm ajtiM wrote: > Hi! > > My system: FreeBSD 7.2, KDE 3.5.10 > > I did try to burn data DVD with my NEC DVD ND-1300A but I got an error: > :-( Media is not formatted or unsupported > > Write error > > Debugging output: > > System > ----------------------- > K3b Version: 1.0.5 > > KDE Version: 3.5.10 > QT Version: 3.3.8 > Kernel: 7.2-RELEASE-p2 > Devices > ----------------------- > _NEC DVD_RW ND-1300A 1.06 (/dev/cd0, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, > DVD-R, DVD-RW, DVD+R, DVD+RW] [DVD-ROM, DVD-R Sequential, DVD-RW Restricted > Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, CD-ROM, CD-R, CD-RW] [SAO, > TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted > Overwrite] > > Burned media > ----------------------- > DVD-R Sequential > > K3bIsoImager > ----------------------- > mkisofs print size result: 1930464 (3953590272 bytes) > Pipe throughput: 33570816 bytes read, 33562624 bytes written. > > Used versions > ----------------------- > mkisofs: 2.1 > growisofs: 7.1 > > growisofs > ----------------------- > Executing 'builtin_dd if=/dev/fd/0 of=/dev/pass4 obs=32k seek=0' > /dev/pass4: "Current Write Speed" is 1.0x1352KBps. > > :-[ WRITE@LBA=0h failed with SK=5h/CANNOT WRITE MEDIUM - INCOMPATIBLE > : FORMAT]: > > Invalid argument > > :-( media is not formatted or unsupported. > :-( write failed: Invalid argument > --- diagnostics removed --- Some thoughts. Every time I set up k3b to run under FreeBSD I had to run it as root or it would not recognize the drive properly. The first thing I can think of is to make sure that under set -> devices your drive is displayed properly. If not, try running k3b as root. Not an ideal solution but ti should at least get you going, if that is the problem. The other problem I have had is that I had to change from Writing Mode : Auto to Writing Mode: DAO I don't know why but I would have read / write errors, change the Write Mode to DAO and then it would work. I hope this helps, I understand your frustration... Mark