From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 23:24:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C17F16A4CE for ; Wed, 24 Nov 2004 23:24:14 +0000 (GMT) Received: from smtpauth03.mail.atl.earthlink.net (smtpauth03.mail.atl.earthlink.net [209.86.89.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id A891943D46 for ; Wed, 24 Nov 2004 23:24:13 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth03.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CX6Uf-0006Em-8o; Wed, 24 Nov 2004 18:24:13 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 24 Nov 2004 17:24:36 -0600 User-Agent: KMail/1.6.2 References: <20041124212703.GA431616@cc.hut.fi> <20041124230240.GA374563@cc.hut.fi> In-Reply-To: <20041124230240.GA374563@cc.hut.fi> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411241724.37008.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc3e227052087477c56fab1ea22cf0e869350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Edvard Fagerholm Subject: Re: DVD burner error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 23:24:14 -0000 On Wednesday 24 November 2004 05:02 pm, Edvard Fagerholm wrote: > On Wed, Nov 24, 2004 at 11:27:03PM +0200, Edvard Fagerholm wrote: > > Hello! > > > > I get sometimes the following error when I burn DVDs. Actually it > > happens more often than not... When burning a DVD with growisofs, > > burning stops with the following message: > > > > acd0 WARNING - removed from configuration > > > > :-( unable to WRITE@LBA=fb150h: Input/output error > > > > builtin_dd: 1028432*2KB out @ average 3.5x1385KBps > > > > :-( write failed: Input/output error > > > > /dev/pass0: flushing cache > > (cd0:ata1:0:0:0): lost device > > (probe0:ata1:0:0:0): Lost target 0??? > > > > :-( unable to FLUSH CACHE: Input/output error > > :-( unable to SYNCHRONOUS FLUSH CACHE: Input/output error > > > > (cd0:ata1:0:0:0): removing device entry > > > > The funny thing is that this seems to be very file dependent. If I > > create an ISO it might work fine and I can burn it many times with > > no failures. However, some files always fail. With burncd I can > > burn every file, but fixating doesn't work. The error message I get > > with burncd is TEST_UNIT_READY Illegal request. I can get the exact > > data later (i.e. the next time I want to destroy yet another DVD). > > > > My DVD drive is an LG GSA-4160B > > > > Regards, > > Edvard > > Ok, I forgot to add that I'm running FreeBSD 5.3R. I also tried to > use burncd to get the error message I mentioned in my earlier mail, > but this time I got a kernel panic instead. I didn't see exactly what > happened, but when I returned to the computer I saw this: > > burncd: ioctl(CDRIOCSETBLOCKSIZE): Device not configured > burncd: ioctl(CDRIOCSETBLOCKSIZE): Device not configured > burncd: ioctl(CDRIOCSETBLOCKSIZE): Device not configured > ... > burncd: ioctl(CDRIOCSETBLOCKSIZE): Device not configured > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x0 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc0440470 > stack pointer = 0x10:0xd4030bfc > frame pointer = 0x10:0xd4030c08 > code segment = base 0x0, limit 0xffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 2 (g_event) > trap number = 12 > panic: page fault > > I'm happy to provide extra information. I could look up the offending > code with the kernel debugger tomorrow (it's 1AM, so I don't feel > like it now). > > dmesg output as attachment. > > - edvard See the following links regarding burning cd's and dvd's. With a DVD burner, you need to add atapicam to the your kernel. The use of atapicam will also mean, however, that you will need to burn cd's using cdrecord rather than burncd. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html Best of luck, Andrew Gould