Date: Wed, 10 Nov 2004 14:42:22 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Vittorio <v.demartino2@virgilio.it> Cc: freebsd-questions@freebsd.org Subject: Re: cdrtools & scsi cdrom Message-ID: <20041110204222.GJ66976@dan.emsphone.com> In-Reply-To: <200411102124.02129.v.demartino2@virgilio.it> References: <200411102124.02129.v.demartino2@virgilio.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041110204222.GJ66976>