From owner-freebsd-questions@FreeBSD.ORG Wed Nov 12 08:16:25 2003 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 E354116A4CE for ; Wed, 12 Nov 2003 08:16:25 -0800 (PST) Received: from mxsf27.cluster1.charter.net (mxsf27.cluster1.charter.net [209.225.28.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E699943FF2 for ; Wed, 12 Nov 2003 08:16:24 -0800 (PST) (envelope-from chowse@charter.net) Received: from curlyjoe.howse.homeunix.net (jackson-66-168-145-25.midtn.chartertn.net [66.168.145.25]) hACGDPXn035580 for ; Wed, 12 Nov 2003 11:13:26 -0500 (EST) (envelope-from chowse@charter.net) From: Charles Howse To: Questions Date: Wed, 12 Nov 2003 10:13:24 -0600 User-Agent: KMail/1.5.4 References: <200311120738.09493.chowse@charter.net> <200311121522.43752.freebsd.nospam@mekanix.dk> In-Reply-To: <200311121522.43752.freebsd.nospam@mekanix.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311121013.25230.chowse@charter.net> Subject: Re: cdbakeoven doesn't see atapi burner 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: Wed, 12 Nov 2003 16:16:26 -0000 On Wednesday 12 November 2003 08:22 am, Bjarne Wichmann Petersen wrote: > Try reading 'man atapicam'. It tells you what needs to be done. Actually, I read the Handbook section on CD's, added device atapicam to my kernel config file, rebuilt the kernel. Now my burner is detected in scanbus. Still having lots of issues to sort out. I have created a new data cd successfully by reading an iso image on another drive that I created in Windows with Easy CD Creator, but I can't mount that cd on FBSD or Windows. camcontrol devlist shows my burner, but mount -t cd9660 /dev/cd0c /cdrom fails with cd9660: /dev/cd0c: Invalid argument mount /cdrom also fails with cd9660: /dev/acd0c: Input/output error I have just tried my old, original, 100% legal copy of Windows 95. It mounts like a charm with either mount /cdrom or mount -t cd9660 /dev/cd0c / cdrom. The latter is much faster, though. So I guess that means the cd's I'm making are somehow bad, or unuseable, or the .iso files I'm reading are incompatible with FBSD or cdbakeoven. The cd's are Maxell CD-RW 650MB, which, of course, I erased with cdbakeoven before burning. I'm copying my Windows 95 cd now, funny, my burner is 52x, but it's only burning at 4x, even though I've got the slider all the way to maximum. I guess I can live with that. OK, I successfully copied the Win95 cd, and can mount it. That eliminates the cd's, and probably says the .iso images I created with Easy CD Creator are *no good* for FBSD or cdbakeoven. I guess it *could* also be my settings in cdbakeoven, need to research that further. I'm also unable to read/play any commercial audio cd's. It's like they are blank. This is a *big* issue for me. I *have* to get this resolved. > > > Could anyone point me to some documentation for cdbakeoven, or help me > > get started? I did find *some* documentation. In cdbakeoven, Help, About, click the link, browse the FAQ (very minimal) and documentation. Hope this helps!