From owner-freebsd-questions@FreeBSD.ORG Thu Nov 25 08:20:01 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 C9C7E16A4CE for ; Thu, 25 Nov 2004 08:20:01 +0000 (GMT) Received: from smtp-4.hut.fi (smtp-4.hut.fi [130.233.228.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6A6543D46 for ; Thu, 25 Nov 2004 08:20:00 +0000 (GMT) (envelope-from efagerho@kosh.hut.fi) Received: from localhost (putosiko.hut.fi [130.233.228.114]) by smtp-4.hut.fi (8.12.10/8.12.10) with ESMTP id iAP8JvIj017414; Thu, 25 Nov 2004 10:19:57 +0200 Received: from smtp-4.hut.fi ([130.233.228.94]) by localhost (putosiko.hut.fi [130.233.228.114]) (amavisd-new, port 10024) with LMTP id 06650-01; Thu, 25 Nov 2004 10:19:56 +0200 (EET) Received: from kosh.hut.fi (kosh.hut.fi [130.233.228.10]) by smtp-4.hut.fi (8.12.10/8.12.10) with ESMTP id iAP8JqCc017401; Thu, 25 Nov 2004 10:19:52 +0200 Received: (from efagerho@localhost) by kosh.hut.fi (8.12.10/8.12.9/Submit) id iAP8Jq1E060184; Thu, 25 Nov 2004 10:19:52 +0200 (EET) Date: Thu, 25 Nov 2004 10:19:51 +0200 From: Edvard Fagerholm To: "Andrew L. Gould" Message-ID: <20041125081951.GA134904@cc.hut.fi> References: <20041124212703.GA431616@cc.hut.fi> <20041124230240.GA374563@cc.hut.fi> <200411241724.37008.algould@datawok.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411241724.37008.algould@datawok.com> User-Agent: Mutt/1.4i X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on putosiko.hut.fi X-TKK-Virus-Scanned: by amavisd-new-2.1.2-hutcc at putosiko.hut.fi cc: freebsd-questions@freebsd.org 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: Thu, 25 Nov 2004 08:20:02 -0000 On Wed, Nov 24, 2004 at 05:24:36PM -0600, Andrew L. Gould wrote: > 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 I have atapicam installed. If you check my previous mail, you'll see that I was using growisofs and all errors had something to do with /dev/cd0 and /dev/pass0. Those are the atapicam devices. I tried to use burncd, because atapicam burning was failing. I already read the handbook when I installed the dvd burner and it has no information that could be to any help regarding this problem. - edvard