From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 01:05:29 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 4461337B401 for ; Sat, 12 Jul 2003 01:05:29 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B7143F75 for ; Sat, 12 Jul 2003 01:05:28 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.1.67]) by out002.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030712080527.HOLN13328.out002.verizon.net@duron.pcmedx.com>; Sat, 12 Jul 2003 03:05:27 -0500 Received: from mike (mike.pcmedx.com [192.168.240.249]) by duron.pcmedx.com (Postfix) with SMTP id 17F27AA14; Sat, 12 Jul 2003 01:05:27 -0700 (PDT) Message-ID: <006801c3484c$59ec7950$f9f0a8c0@pcmedx.com> From: "Mike Maltese" To: , References: <1057996912.794.2.camel@ps2.consoledojo.com> Date: Sat, 12 Jul 2003 01:05:25 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [4.46.1.67] at Sat, 12 Jul 2003 03:05:27 -0500 Subject: Re: 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: Sat, 12 Jul 2003 08:05:29 -0000 Check dmesg for a cd0 device. atapicam worked great with my HP 8100 and Plextor CD-R drives. ----- Original Message ----- From: "Edy Lie" To: Sent: Saturday, July 12, 2003 1:01 AM > 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. > > > _______________________________________________ > 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"