From owner-freebsd-questions@FreeBSD.ORG Tue Mar 23 08:30:48 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 9C80216A4CE for ; Tue, 23 Mar 2004 08:30:48 -0800 (PST) Received: from out007.verizon.net (out007pub.verizon.net [206.46.170.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486FF43D1D for ; Tue, 23 Mar 2004 08:30:48 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.161.120.219]) by out007.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040323163047.UKJR28276.out007.verizon.net@mac.com>; Tue, 23 Mar 2004 10:30:47 -0600 Message-ID: <40606634.3020404@mac.com> Date: Tue, 23 Mar 2004 11:30:44 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: edalley@covad.net References: <2805.128.115.36.14.1080057952@sun-qmail02.laserlink.net> In-Reply-To: <2805.128.115.36.14.1080057952@sun-qmail02.laserlink.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [68.161.120.219] at Tue, 23 Mar 2004 10:30:47 -0600 cc: freebsd-questions@freebsd.org Subject: Re: Trouble with atapicam and DVD+RW 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: Tue, 23 Mar 2004 16:30:48 -0000 Ed Alley wrote: [ ... ] > Thank-you Vulpes and Chuck; the atapicam mechanism looks like a fine idea. > However, > I am having problems getting it to work for me... > > O.K. I am running FreeBSD 4.9. I built a new kernel with: > > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > #device atapicd # ATAPI CDROM drives > #device atapifd # ATAPI floppy drives > #device atapist # ATAPI tape drives Uncomment these, or at least the first one. :-) > atapci0: port > 0xffa0-0xffaf,0x374-0x377,0x170-0x177, > 0x3f4-0x3f7,0x1f0-0x1f7 mem 0xfebffc00-0xfebfffff irq 9 at device 31.1 > on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > atapci1: port You might also be having some issues with SATA support under 4.9 with the ICH5 controller if you were using these rather than a normal ATA port; it might be the case that 5.2.x would work better for you. People are actively working to improve this area. [ ... ] > I have installed growisofs and cdrtools. cdrecord version is 2.00.3. > I can mount CDs on both cd0 and cd1. I can record CDs with cdrecord on cd0, > BUT I cannot record DVDs on cd1. Can you a burn a CD on cd1? What device are you using with cdrecord, via SCSI or are you specifying the device as ATAPI:...? > I am using Memorex DVD-Rs. Rated at 4.7GB on the label. > > When I execute growisofs with one of these DVD-Rs in it I get: > > >>growisofs -dvd-compat -Z /dev/cd1c=nycity.iso > > :-( unable to open("/dev/cd1c",O_RDONLY): Device not configured > > However, I can mount CDs on it. It looks as though growisofs thinks that the > device is read-only. growisofs tries to open the device for reading to check the status of things like the media, before it tries to write anything. The output of "camcontrol devlist -v" might also be interesting... -- -Chuck