From owner-freebsd-questions@FreeBSD.ORG Sun Jun 5 15:20:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5292F16A41C for ; Sun, 5 Jun 2005 15:20:00 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD09943D48 for ; Sun, 5 Jun 2005 15:19:59 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from lightning (12-202-24-76.client.insightbb.com[12.202.24.76]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050605151958i9100hho8ve>; Sun, 5 Jun 2005 15:19:59 +0000 From: Steven Friedrich To: "Ted Mittelstaedt" Date: Sun, 5 Jun 2005 11:19:52 -0400 User-Agent: KMail/1.8 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506051119.52955.FreeBSD@InsightBB.com> Cc: freebsd-questions@freebsd.org Subject: Re: link in handbook appears to be broken 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: Sun, 05 Jun 2005 15:20:00 -0000 On Saturday 04 June 2005 01:04 am, Ted Mittelstaedt wrote: > Hi Steven > > Please don't waste time with this. development of burncd is pretty > much > dead. Even the CD's on the list that it supported (of which I have one) > often didn't work right. And all of them are old, no longer in > production. > burncd is there so if you have a burner sitting around you can plug > it in and see if it works. > > These days most people use the ATAPI/CAM driver with IDE burners, see: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.ht > ml#ATAPICAM > > Ted Ok, but I'm getting nearly the same error with cdrecord. cdrecord -blank=all -eject dev=toshiba seemed to work ok. cdrecord dev=toshiba cd1.iso didn't complain but then mount /cdrom produced acd0: READ_BIG - MEDIUM ERROR asc=0x15 ascq=0x00 error=0x00 Man pages for burncd and cdrecord don't mention error codes. I looked briefly in the source and didn't see a header file referenced with the codes. I'm using Memorex CD-RW media in a Toshiba DVD-RW drive and this combo works under WinXP with Roxio, so I know the drive and media work. Can someone tell me where to find the meanings of these codes?