From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 01:02:34 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 933FA37B401 for ; Sat, 12 Jul 2003 01:02:34 -0700 (PDT) Received: from anubis.xtigmasolutions.com (qetesh.xtigmasolutions.com [203.208.241.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A04043FA3 for ; Sat, 12 Jul 2003 01:02:32 -0700 (PDT) (envelope-from email@edylie.net) Received: (qmail 77756 invoked by uid 89); 12 Jul 2003 08:02:29 -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:02:29 -0000 From: Edy Lie To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain Message-Id: <1057996912.794.2.camel@ps2.consoledojo.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 12 Jul 2003 08:01:53 +0000 Content-Transfer-Encoding: 7bit Subject: 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 08:02:34 -0000 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.