Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DAO and IDE cd burners

0 views
Skip to first unread message

Pierre-Luc Drouin

unread,
Dec 9, 2001, 10:28:34 PM12/9/01
to freebsd-...@freebsd.org
How can i burn a cd in Disc-At-Once mode with a IDE burner? Cdrdao and
Cdrecord would rok with SCSI emulation, but it doesn't exist for FreeBSD...

_________________________________________________________________
Téléchargez MSN Explorer gratuitement à l'adresse
http://explorer.msn.fr/intl.asp


To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

Peter Johnson

unread,
Dec 10, 2001, 2:59:08 PM12/10/01
to Pierre-Luc Drouin, freebsd-...@freebsd.org
> How can i burn a cd in Disc-At-Once mode with a IDE burner? Cdrdao and
> Cdrecord would rok with SCSI emulation, but it doesn't exist for FreeBSD...

Check out burncd, it's installed by default.

pete

--
http://www.hiddenrock.com
"I see that I have turned my eyes to a treasure no less dear
than the treasure of Thingol that Beren once desired."

Pierre-Luc Drouin

unread,
Dec 10, 2001, 5:30:48 PM12/10/01
to t...@hiddenrock.com, freebsd-...@freebsd.org

Burncd in BSD 4.4 doesn't support DAO mode too...

>From: Peter Johnson <t...@hiddenrock.com>
>To: Pierre-Luc Drouin <pldr...@hotmail.com>
>CC: freebsd-...@freebsd.org
>Subject: Re: DAO and IDE cd burners
>Date: Mon, 10 Dec 2001 12:55:25 -0800
>
> > How can i burn a cd in Disc-At-Once mode with a IDE burner? Cdrdao and
> > Cdrecord would rok with SCSI emulation, but it doesn't exist for
>FreeBSD...
>
>Check out burncd, it's installed by default.
>
>pete
>
>--
>http://www.hiddenrock.com
>"I see that I have turned my eyes to a treasure no less dear
> than the treasure of Thingol that Beren once desired."

_________________________________________________________________


Téléchargez MSN Explorer gratuitement à l'adresse
http://explorer.msn.fr/intl.asp

WATANABE Kiyoshi

unread,
Dec 10, 2001, 9:10:46 PM12/10/01
to freebsd-...@freebsd.org, Pierre-Luc Drouin, Peter Johnson
SCSI emulation for FreeBSD is available
at http://www.cuivre.fr.eu.org/~thomas/atapicam/

Please search freemsd-scsi,-stable,-current archive with "atapicam".

The author wrote:

Date: Wed, 7 Nov 2001 15:57:36 +0100
From: Thomas Quinot <qui...@inf.enst.fr>
Cc: freebs...@freebsd.org, ...
Subject: Re: SCSI->IDE
Message-ID: <2001110715...@cuivre.fr.eu.org>

I have started one a few days ago. Still testing code, still many known,
unknown or otherwise bizarre problems, but at least I can mount a
CD-ROM, use cdrecord and cdrdao on my ATAPI drive through CAM.

A patch against -STABLE is available from
http://www.cuivre.fr.eu.org/~thomas/atapicam/

Use at your own risk. YMMV. Feedback welcome. Be prepared for panics,
especially on multi-processor machines.

It works fine for me.

Apply the latest patch to your kernel source and rebuild the kernel.

cd /usr/src
patch -p < atapicam-20011204.diff
cd /usr/src/sys/i386/conf
vi YOURKERNEL

( add "device atapicam" and "options ATAPICAM" to your kernel config file. )

config YOURKERNEL
cd ../../compile/YOURKERNEL
make kernel-depend
make kernel
make kernel-install
(reboot)

Then you will be able to access your ATAPI-CD as a SCSI device.
Execute "camcontrol devlist" and you can find the device name.

> Burncd in BSD 4.4 doesn't support DAO mode too...
>
> >From: Peter Johnson <t...@hiddenrock.com>
> >To: Pierre-Luc Drouin <pldr...@hotmail.com>
> >CC: freebsd-...@freebsd.org
> >Subject: Re: DAO and IDE cd burners
> >Date: Mon, 10 Dec 2001 12:55:25 -0800
> >
> > > How can i burn a cd in Disc-At-Once mode with a IDE burner? Cdrdao and
> > > Cdrecord would rok with SCSI emulation, but it doesn't exist for
> >FreeBSD...
> >
> >Check out burncd, it's installed by default.
> >
> >pete
> >

--

To Unsubscribe: send mail to majo...@FreeBSD.org

0 new messages