From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 12:24:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B083237B401 for ; Tue, 22 Jul 2003 12:24:04 -0700 (PDT) Received: from remt27.cluster1.charter.net (remt27.cluster1.charter.net [209.225.8.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA6D43F3F for ; Tue, 22 Jul 2003 12:24:03 -0700 (PDT) (envelope-from jamesd106@charter.net) Received: from [66.188.97.205] (account jamesd106@charter.net HELO leapfrog) by remt27.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 98090396 for freebsd-questions@freebsd.org; Tue, 22 Jul 2003 15:24:03 -0400 Date: Tue, 22 Jul 2003 14:31:41 -0500 From: James Dietrich To: freebsd-questions@freebsd.org Message-Id: <20030722143141.059aa57e.jamesd106@charter.net> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: help with ide cd burner X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 19:24:05 -0000 To get this set up with SCSI emulation I believe all you need to do is add the line "device atapicam" to your kernel configuration file and recompile your kernel. Then when you run the new kernel, you should get something like this on boot up (straight from my own, personal dmesg.boot from 4.8-RELEASE): ad0: 19541MB [39703/16/63] at ata0-master UDMA33 ad4: 12949MB [26310/16/63] at ata2-master UDMA66 acd0: CD-RW at ata0-slave PIO4 acd1: DVD-ROM at ata1-master PIO4 Mounting root from ufs:/dev/ad0s1a cd1 at ata1 bus 0 target 0 lun 0 cd1: Removable CD-ROM SCSI-0 device cd1: 16.000MB/s transfers cd1: cd present [316564 x 2048 byte records] cd0 at ata0 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 16.000MB/s transfers cd0: cd present [264273 x 2048 byte records] This might take awhile, because the SCSI driver deal checks for media in the drives. To be extra sure of the drive names you can run the command "camcontrol devlist" as root and it will list the now SCSI-tastic drives; like this: at scbus0 target 1 lun 0 (pass0,cd0) at scbus1 target 0 lun 0 (pass1,cd1) Xcdoast sees the drives, and for me at least, burning works like butter. Hopefully this helps, and I'm 95% sure that's all there is to it. I learned all of this at "http://www.n3t.net/Infos/Freebsd-cdrw.shtml", so if what I said doesn't work, hopefully what he says will. I don't know how to do this without SCSI emulation using Xcdroast, but I hope I've answered your question. -James On Tue, 22 Jul 2003 03:04:55 -0500 sweetleaf wrote: > I am trying to use xcdroast with my ide burner but it cat see it. I > think i need to enable scsi emulation ...well according to some links on > google but anyway i cant find how to do this in the handbook. Would > someone please inform on how to achieve this. > > Thanks in advance. > > ps: both my burner, dvd, and cdrom are on the ide bus. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"