From owner-freebsd-questions Wed Feb 16 10:44: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id E7F6137B54F for ; Wed, 16 Feb 2000 10:43:58 -0800 (PST) (envelope-from rll@netcom.com) Received: from netcom.com (netcom15.netcom.com [199.183.9.115]) by builder.freebsd.org (Postfix) with ESMTP id 3A283132E4 for ; Wed, 16 Feb 2000 10:43:22 -0800 (PST) Received: (from rll@localhost) by netcom.com (8.9.3/8.9.3) id KAA03634; Wed, 16 Feb 2000 10:43:56 -0800 (PST) Date: Wed, 16 Feb 2000 10:43:56 -0800 (PST) From: "Richard L. Lamb" Subject: cdd wants /dev/rcd0c.ctl for CD audio extraction To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to use 3.2-STABLE with a Plextor 12X SCSI CD-ROM to extract audio tracks from a CD. I'm using cdd from the ports collection. cdd reads the table of contents, but then exits with the message: CDIOREADAUDIO: Inappropriate ioctl for device. I looked at the source, and it appears that cdd is trying to open "/dev/rcd0c.ctl", which does not exist on my system. If that file is not found, cdd attempts to use ATAPI commands rather than SCSI commands. MAKEDEV doesn't seem to know how to create /dev/rcd0c.ctl. Do I have to use mknod? Thanks, Richard Lamb rll@netcom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message