From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 20:42:24 2004 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 3716016A4D3 for ; Wed, 10 Nov 2004 20:42:24 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A207B43D54 for ; Wed, 10 Nov 2004 20:42:23 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iAAKgMOB090239; Wed, 10 Nov 2004 14:42:22 -0600 (CST) (envelope-from dan) Date: Wed, 10 Nov 2004 14:42:22 -0600 From: Dan Nelson To: Vittorio Message-ID: <20041110204222.GJ66976@dan.emsphone.com> References: <200411102124.02129.v.demartino2@virgilio.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411102124.02129.v.demartino2@virgilio.it> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: cdrtools & scsi cdrom 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, 10 Nov 2004 20:42:24 -0000 In the last episode (Nov 10), Vittorio said: > Under freeBSD 5.2.1 I compiled cdrtools from /usr/ports/cdrtools. > > Now, even though I'm expert under linux in burning CDs & setting > the ATAPI RW-cdrom as a SCSI one via the module ide-scsi, I can't > figure out how to do the same under freebsd. If you have an atapi CD, put these lines in your kernel config: device ata device atapicam # emulate ATAPI devices as SCSI ones via CAM device scbus # SCSI bus (required for SCSI) device cd # SCSI CD device pass # Passthrough device (direct SCSI access) After you rebuild and reboot, you should see an extra SCSI bus with a cd device which you can use cdrecord on. > By the way where, under what directory, I can find the CD-Writing HOWTO > in freebsd (and, of course the other Howtos)? The cdrecord manpage is pretty complete, I think. General instructions on using FreeBSD are at http://www.freebsd.org/doc/faq/ and http://www.freebsd.org/doc/handbook/ . -- Dan Nelson dnelson@allantgroup.com