From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 07:19:56 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 9677837B401 for ; Sun, 6 Jul 2003 07:19:56 -0700 (PDT) Received: from apex.homedns.org (syr-24-24-5-100.twcny.rr.com [24.24.5.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0F2E43FE0 for ; Sun, 6 Jul 2003 07:19:55 -0700 (PDT) (envelope-from quadrant@apex.homedns.org) Received: from apex.homedns.org (syr-24-24-5-100.twcny.rr.com [24.24.5.100]) by apex.homedns.org (8.12.9/8.12.9) with ESMTP id h66EKaVQ082884 for ; Sun, 6 Jul 2003 10:20:36 -0400 (EDT) (envelope-from quadrant@apex.homedns.org) Sender: quadrant@apex.homedns.org Message-ID: <3F083033.1B98A89@apex.homedns.org> Date: Sun, 06 Jul 2003 10:20:35 -0400 From: Eric X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: CDRW Question 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: Sun, 06 Jul 2003 14:19:56 -0000 I have an Imation CD-RW, and have placed the required parameters (for CDRW access) into my kernel configuration file before recompiling my kernel. But cdrecord isn't able to recognize the drive. Here's the output from /var/run/dmesg.boot acd0: CDROM at ata1-master PIO4 acd1: CDROM at ata1-slave PIO4 Mounting root from ufs:/dev/ad1s1a cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 16.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present FreeBSD 4.8 saw it at cd1, but for some reason 5.1 doesn't recognize it. What can I do to access this extra drive?