From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 16:44:55 2005 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 8AA9116A4CE for ; Sat, 1 Jan 2005 16:44:55 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E8E243D3F for ; Sat, 1 Jan 2005 16:44:55 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from bsdbox.farid-hajji.net (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id 2AC924B7A1; Sat, 1 Jan 2005 17:45:12 +0100 (CET) Date: Sat, 1 Jan 2005 17:45:20 +0100 From: cpghost@cordula.ws To: Xinizul Xinizul Message-ID: <20050101164520.GC4745@bsdbox.farid-hajji.net> References: <4d0730560501010721556089dc@mail.gmail.com> <20050101103754.14778620.BSD-Mail@nyc.rr.com> <4d073056050101080050fcf8f5@mail.gmail.com> <20050101162400.GB4745@bsdbox.farid-hajji.net> <4d073056050101083563c63c78@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d073056050101083563c63c78@mail.gmail.com> User-Agent: Mutt/1.5.6i cc: John Wilson cc: freebsd-questions@freebsd.org Subject: Re: Please help: burncd errors 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: Sat, 01 Jan 2005 16:44:55 -0000 On Sat, Jan 01, 2005 at 05:35:39PM +0100, Xinizul Xinizul wrote: > 2. I think I'm using the right device: > > 192# dmesg | grep acd0 > acd0: DVDR at ata0-master UDMA33 I asked this because it happed to me as well. I had two drives in the box, and kept trying to use the one with had a mounted CD in it :-) > Could I use another burner tool ? Of course. You can try cdrecord from /usr/ports/sysutils/cdrtools. For this to work, you need to add device atapicam to your kernel config file, recompile, reinstall and reboot the kernel. Once you've done that, you should see a device 'cd0' in dmesg and /dev. You can try burncd on /dev/cd0, or cdrecord with the appropriate SCSI ID: # cdrecord -scanbus should then give you the correct SCSI ID a,b,c to use. # cdrecord -v dev=a,b,c speed=4 mp3_1.iso for data CDs. # cdrecord -v dev=a,b,c speed=1 -audio track*.wav for audio CDs. Good luck! -cpghost. -- Cordula's Web. http://www.cordula.ws/