From owner-freebsd-stable@FreeBSD.ORG Thu Dec 2 12:56:57 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 25E0216A4CE for ; Thu, 2 Dec 2004 12:56:57 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B32543D1D for ; Thu, 2 Dec 2004 12:56:56 +0000 (GMT) (envelope-from donaldg368@verizon.net) Received: from laptop ([70.19.166.163]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041202125655.LNZF1463.out003.verizon.net@laptop>; Thu, 2 Dec 2004 06:56:55 -0600 Message-ID: <001901c4d86e$c32d8900$6401a8c0@laptop> From: "Donald Goodwin" To: "Scott Sewall" , References: <41AE82E5.4080109@redlinenetworks.com> Date: Thu, 2 Dec 2004 07:59:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [70.19.166.163] at Thu, 2 Dec 2004 06:56:42 -0600 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 12:56:57 -0000 I had the same exact problem a few weeks ago. Did you make sure the pass through devices are configured? Check to see what pass device is needed by issuing the folowing command (as root of course): camcontrol devlist For example, mine was on pass4. I had to run: /dev/ sh MAKEDEV pass5 (I had pass1, pass2, and pass3 already. Note the indexing. sh MAKEDEV passN will create the device passN-1. Learned that the hard way). Also, do a search on the web. There are several people who have had had similar experiences and share their success stories. Lastly, did you modify your kernel to accomodate ATAPICAM (and the other required changes)? My Sony (710A) is working great now. Best of luck, Donald ----- Original Message ----- From: "Scott Sewall" To: Sent: Wednesday, December 01, 2004 9:50 PM Subject: Making a data DVD with 4.10 and dvd+rw-format > > 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" >