Re: cdrtools & scsi cdrom

2004-11-10 Thread Andrew L. Gould
On Wednesday 10 November 2004 03:24 pm, Vittorio wrote:
> 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.
>
> Could you please help?
>
> By the way where, under what directory, I can find the CD-Writing
> HOWTO in freebsd (and, of course the other Howtos)?
>
>
> Ciao
> Vittorio

The easiest way to burn a CD using an IDE CD writer in FreeBSD is with 
burncd, which is installed by default.  No SCSI emulation is needed; 
but you need to install cdrtools from the ports to get mkisofs (which 
you have already done).

If you have a SCSI CD burner, you can use cdrecord -- no SCSI emulation 
is needed.

If you want to use cdrecord with an IDE CD writer (or plan to install an 
IDE DVD burner), you'll need to recompile your kernel with the 
following devices:

device atapicam
device ata
device scbus
device cd
device pass

(I think all but atapicam are configured in the default kernel.)

References:

man burncd
man cdrecord
man mkisofs
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

Best of luck,

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cdrtools & scsi cdrom

2004-11-10 Thread Dan Nelson
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
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cdrtools & scsi cdrom

2004-11-10 Thread Christian Hiris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 10 November 2004 22:24, Vittorio wrote:
> 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.
>
> Could you please help?

http://www.freebsd.org/cgi/man.cgi?query=atapicam&sektion=4

> By the way where, under what directory, I can find the CD-Writing HOWTO
> in freebsd (and, of course the other Howtos)?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html

- -- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBknyX09WjGjvKU74RAmcZAJ9SN5swTUQ1GvZEAwKO/duMbO1cegCdG9U5
LChTvDkqGg8fqBICxhOmzF8=
=cmgi
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cdrtools & scsi cdrom

2004-11-10 Thread Vittorio
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.

Could you please help?

By the way where, under what directory, I can find the CD-Writing HOWTO 
in freebsd (and, of course the other Howtos)?


Ciao
Vittorio
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"