From owner-freebsd-questions Sat Feb 23 10:50: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vectorstar.net (adsl-21-182-22.gnv.bellsouth.net [66.21.182.22]) by hub.freebsd.org (Postfix) with ESMTP id 439BE37B404 for ; Sat, 23 Feb 2002 10:50:01 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g1NIng432766 for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 13:49:42 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Sat, 23 Feb 2002 13:49:42 -0500 From: Austin Shaw Hall To: freebsd-questions@FreeBSD.ORG Subject: Re: Help Needed for Cd-Burning Message-ID: <20020223134942.A32484@darkstar.bellsouth.net> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020222153407.54514.qmail@web11702.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020222153407.54514.qmail@web11702.mail.yahoo.com>; from gtsanders_70@yahoo.com on Fri, Feb 22, 2002 at 07:34:07AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 22 February Geoffrey Sanders wrote: > Hello! I'm a newbie to FreeBSD(coming from somewhat of > a Linux background) and have a need for help regarding > cd-burning under freebsd. I know many of the GPL'ed > applications used to burn cds require scsi hardware. > What is used under freebsd for ide cdrw's? Is there > anything that builds out of the ports section that > will work directly? I know that freebsd doesn't have > scsi-emulation (at least from what I've been told to > date). Therefore, what application can I use/have > people had experience with on ide hardware? KonCD? > gcombust? Any help or references to assist me would be > greatly appreciated. Thanks in advance. A kernel patch for SCSI emulation can be found here: http://www.cuivre.fr.eu.org/~thomas/atapicam/ If you have kernel source installed, apply the patch from /usr/src (eg. cd /usr/src && patch < PATCHNAME.diff) and then rebuild your kernel. You may have to uncomment an option in your kernel after you apply the patch, I don't remember. But anyway, instructions for building a FreeBSD kernel can be found in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html Once you have SCSI emulation you can use cdrdao and friends. FWIW, the patch does work, I burned a DAO audio disc last night. Don't hesitate to ask if you have any questions about the above. > Geoff Austin -- Art is either plagiarism or revolution. -- Paul Gauguin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message