Date: Sun, 4 Feb 2001 10:22:46 +0100 (CET) From: Soren Schmidt <sos@freebsd.dk> To: kunia@wolf.istc.kiev.ua (Olexander Kunytsa) Cc: dkelly@hiwaay.net (David Kelly), multimedia@FreeBSD.ORG Subject: Re: Cd-paranoia Message-ID: <200102040922.KAA02736@freebsd.dk> In-Reply-To: <Pine.LNX.4.10.KSI2.10102041105120.15548-100000@wolf.istc.kiev.ua> from Olexander Kunytsa at "Feb 4, 2001 11:07:14 am"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102040922.KAA02736>