_________________________________________________________________
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
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."
>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
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