From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 02:03:18 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 8BC4937B401 for ; Sat, 12 Jul 2003 02:03:18 -0700 (PDT) Received: from anubis.xtigmasolutions.com (qetesh.xtigmasolutions.com [203.208.241.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F2C43FB1 for ; Sat, 12 Jul 2003 02:03:17 -0700 (PDT) (envelope-from email@edylie.net) Received: (qmail 77801 invoked by uid 89); 12 Jul 2003 08:03:14 -0000 Received: from unknown (HELO ?192.168.0.3?) (email@edylie.net@202.166.15.65) by 10.10.10.10 with SMTP; 12 Jul 2003 08:03:14 -0000 From: Edy Lie To: freebsd-questions@FreeBSD.ORG In-Reply-To: <1057996912.794.2.camel@ps2.consoledojo.com> References: <1057996912.794.2.camel@ps2.consoledojo.com> Content-Type: text/plain Message-Id: <1057996957.794.4.camel@ps2.consoledojo.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 12 Jul 2003 08:02:38 +0000 Content-Transfer-Encoding: 7bit Subject: CDRECORD (IDE DRIVE) FREEBSD 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: email@edylie.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 09:03:18 -0000 On Sat, 2003-07-12 at 08:01, Edy Lie wrote: > Greetings, > > Is there a way to use cdrecord with an ATAPI cdrom burner? > I have enabled the following devices in the kernel but still no luck. > > # SCSI peripherals > device atapicam > device scbus # SCSI bus (required) > device ch # SCSI media changers > device da # Direct Access (disks) > device sa # Sequential Access (tape etc) > device cd # CD > device pass # Passthrough device (direct SCSI > access) > device ses # SCSI Environmental Services (and > SAF-TE) > > Output of dmesg > acd0: CD-RW at ata1-master PIO4 > > And I do not really want to use burncd if i could get cdrecord to work. > Thanks! -- In the windoze world, I am limited by the tools that I can use, In Unix, I am limited by my own wisdom.