cdrecord with ATAPI cdrom burner

Eduardo Viruena Silva mrspock at esfm.ipn.mx
Sun Apr 27 09:21:46 PDT 2003


On Sun, 27 Apr 2003, Felix von Delius wrote:

> On Sun, Apr 27, 2003 at 10:06:22AM -0500, Eduardo Viruena Silva wrote:
> > check: burncd(8)
>
> Hi Eduardo,
>
> thanks for your hint, but you missed my question. I already used
> burncd for burning, but it is my intention to use some graphical tool
> like xcdroast (or others). The two I tried both require cdrecord and I
> saw no configuration option to use burncd from within them for
> burning, so I thought maybe there's a trick/feature like the SCSI
> emulation device in Linux with that I could use these programms.

sorry.
then, perhaps you have to read:  atapicam(4) that lets you
use atapi cd, dvd, burners, and zips drives as scsi devices.
the programs you are trying to use will use your atapi
devices as if they were scsi devices.

just include this option to the kernel and the scsi stuff:

           device atapicam
           device scbus
           device cd
           device pass

everything will work perfectly.

But, according to the man page, these options are only available
on FreeBSD 4.8 or 5.0


>
> Cheers,
>  Felix
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

-                         ______                     _
            *           /   /###\                   / \       __
 /\  /\             *  /  ./#### \         *     \__|_/      |  |
/  \/  \               |   b#####|   *            _ |   __   |  |  __
=    .. \____          \ \_\#####/               / \|  /  \  |  | /\_\/
=          \_|    *     \___\###/       *        \_/\_/\__/\__\/_/\__/
 =   \______/           _
  | |


More information about the freebsd-questions mailing list