From owner-freebsd-stable@FreeBSD.ORG Thu Dec 2 08:38:31 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3131916A4CE for ; Thu, 2 Dec 2004 08:38:31 +0000 (GMT) Received: from hnexfe08.hetnet.nl (hnexfe08.hetnet.nl [195.121.6.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E4E343D1F for ; Thu, 2 Dec 2004 08:38:30 +0000 (GMT) (envelope-from flip@adbulco.nl) Received: from adbulco.nl ([81.204.210.107]) by hnexfe08.hetnet.nl with Microsoft SMTPSVC(5.0.2195.6874); Thu, 2 Dec 2004 09:38:29 +0100 Message-ID: <41AE2A8D.6050003@adbulco.nl> Date: Wed, 01 Dec 2004 21:33:17 +0100 From: flip vernooy User-Agent: Mozilla Thunderbird 0.5 (X11/20041130) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Sewall References: <41AE82E5.4080109@redlinenetworks.com> In-Reply-To: <41AE82E5.4080109@redlinenetworks.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Dec 2004 08:38:29.0203 (UTC) FILETIME=[4C45AA30:01C4D84A] cc: freebsd-stable@FreeBSD.ORG Subject: Re: Making a data DVD with 4.10 and dvd+rw-format X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:38:31 -0000 Scott Sewall wrote: > > I'm running FreeBSD 4.10 and trying to make a data DVD. I've > following the procedure outlined in the handbook without any success. > > Any hints or advise would be grealty appreciated. > > -- Scott > > > lilo# growisofs -dvd-compat -Z /dev/cd0 -J -R blitz10 > :-( unable to open("/dev/cd0",O_RDONLY): No such file or directory > lilo# growisofs -dvd-compat -Z /dev/cd0a -J -R blitz10 > :-( unable to open("/dev/cd0a",O_RDONLY): Device not configured > lilo# growisofs -dvd-compat -Z /dev/cd0c -J -R blitz10 > :-( unable to open("/dev/cd0c",O_RDONLY): Device not configured > lilo# growisofs -dvd-compat -Z /dev/rcd0a -J -R blitz10 > :-( unable to open("/dev/rcd0a",O_RDONLY): Device not configured > lilo# > > lilo# uname -a > FreeBSD lilo.redlinenetworks.com 4.10-RELEASE-p3 FreeBSD > 4.10-RELEASE-p3 #1: Thu Nov 11 20:54:12 PST 2004 > scott@lilo.redlinenetworks.com:/usr/src/sys/compile/LILO i386 > lilo# > > lilo# dmesg -a | grep ^cd > cd0 at ata1 bus 0 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 33.000MB/s transfers > cd0: Attempt to query device size failed: NOT READY, Medium not present > lilo# > > lilo# sysctl hw.ata.atapi_dma > hw.ata.atapi_dma: 1 > lilo# > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > Did you recompilled your kernel? check the atapicam device on [url] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html [/url]