Date: Tue, 11 Dec 2001 10:53:19 +0900 From: WATANABE Kiyoshi <aab10490@pop16.odn.ne.jp> To: freebsd-questions@freebsd.org Cc: Pierre-Luc Drouin <pldrouin@hotmail.com>, Peter Johnson <tam@hiddenrock.com> Subject: Re: DAO and IDE cd burners Message-ID: <3C1558FF.BBD2C664@pop16.odn.ne.jp> References: <F133g3Sv0YKpDS7hx27000139e0@hotmail.com> <20011210125525.B13103@echoriath.hiddenrock.com> <F74ZWZaendgjvM9KfYD0000ad7d@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <quinot@inf.enst.fr> Cc: freebsd-scsi@freebsd.org, ... Subject: Re: SCSI->IDE Message-ID: <20011107155735.B30053@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 <tam@hiddenrock.com> > >To: Pierre-Luc Drouin <pldrouin@hotmail.com> > >CC: freebsd-questions@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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C1558FF.BBD2C664>