From owner-freebsd-questions Mon Dec 10 18:10:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by hub.freebsd.org (Postfix) with ESMTP id AC12837B416 for ; Mon, 10 Dec 2001 18:10:24 -0800 (PST) Received: from pop16.odn.ne.jp ([61.209.162.112]) by t-mta3.odn.ne.jp with ESMTP id <20011211021023785.IIBQ.1519.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Tue, 11 Dec 2001 11:10:23 +0900 Message-ID: <3C1558FF.BBD2C664@pop16.odn.ne.jp> Date: Tue, 11 Dec 2001 10:53:19 +0900 From: WATANABE Kiyoshi To: freebsd-questions@freebsd.org Cc: Pierre-Luc Drouin , Peter Johnson Subject: Re: DAO and IDE cd burners References: <20011210125525.B13103@echoriath.hiddenrock.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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 > >To: Pierre-Luc Drouin > >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