From owner-freebsd-multimedia Sun Feb 4 1:23:15 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 78A5037B4EC for ; Sun, 4 Feb 2001 01:22:57 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id KAA02736; Sun, 4 Feb 2001 10:22:46 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200102040922.KAA02736@freebsd.dk> Subject: Re: Cd-paranoia In-Reply-To: from Olexander Kunytsa at "Feb 4, 2001 11:07:14 am" To: kunia@wolf.istc.kiev.ua (Olexander Kunytsa) Date: Sun, 4 Feb 2001 10:22:46 +0100 (CET) Cc: dkelly@hiwaay.net (David Kelly), multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Olexander Kunytsa wrote: > > > On Sat, 3 Feb 2001, David Kelly wrote: > > > Hm.... > > > kunia# dd if=/dev/acd0t1 of=/tmp/we.wav bs=2352 > > > dd: /dev/acd0t1: Device not configured > > % su > > # cd /dev > > # ./MAKEDEV acd0t0 > I've made 'MAKEDEV acd0t20' on 4.2-Stable from Dec 27 2000 > but i'm getting dd: /dev/acd0t1: Device not configured > what can I do? You need to open the normal device at least once before you can read individual tracks (the driver need to read the TOC of the CD to determine the track layout), ie you ca do a cdcontrol -f dev info so you know how many tracks there is, and get the TOC read in. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message