Date: Sat, 23 Feb 2002 13:49:42 -0500 From: Austin Shaw Hall <ash@vectorstar.net> To: freebsd-questions@FreeBSD.ORG Subject: Re: Help Needed for Cd-Burning Message-ID: <20020223134942.A32484@darkstar.bellsouth.net> 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 References: <20020222153407.54514.qmail@web11702.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020223134942.A32484>