From owner-freebsd-questions Wed Sep 18 6:17:48 2002 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 DCE4537B401 for ; Wed, 18 Sep 2002 06:17:47 -0700 (PDT) Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by mx1.FreeBSD.org (Postfix) with SMTP id C863343E42 for ; Wed, 18 Sep 2002 06:17:45 -0700 (PDT) (envelope-from paulius@kaktusas.org) Received: (qmail 73216 invoked by uid 1000); 18 Sep 2002 13:17:43 -0000 Date: Wed, 18 Sep 2002 15:17:43 +0200 From: Paulius Bulotas To: freebsd-questions@freebsd.org Subject: Re: atapi cd-r/cd-rw drives? Message-ID: <20020918131743.GA72762@kaktusas.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <20020918041848.6e32bb4e.tapeworm@insekta.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020918041848.6e32bb4e.tapeworm@insekta.org> X-URL: http://www.kaktusas.org/ 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 Hi Erik, I have the same drive working with cdrecord ;) Here is the recipe: 1. Fetch ftp://freebsd.dk/pub/ATA/cdrtools-1.10-ATA.tgz and save it as /usr/ports/distfiles/cdrtools-1.10.tgz 2. Fetch http://www.kaktusas.org/freebsd/files/cdrtools.tgz and: cd /usr/ports/sysutils; rm -rf cdrtools && tar zxvf cdrtools.tgz 3. cd cdrtools && make install clean 4. cd /usr/ports/sysutils/mkisofs && make install clean 5. if you use xcdroast, run it with xcdroast -n 6. You have to be running 4.5-STABLE or newer ;) Regards, Paulius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message