From owner-freebsd-stable@FreeBSD.ORG Wed Jun 9 10:15:07 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E71FB16A4CE for ; Wed, 9 Jun 2004 10:15:07 +0000 (GMT) Received: from smtp2.eunet.yu (smtp2.EUnet.yu [194.247.192.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E6443D1D for ; Wed, 9 Jun 2004 10:15:06 +0000 (GMT) (envelope-from kolicz@eunet.yu) Received: from smtp2.EUnet.yu (root@localhost) by smtp2.eunet.yu (8.12.10/8.12.10) with SMTP id i59AEvVf014057 for ; Wed, 9 Jun 2004 12:14:57 +0200 Received: from kolic.net (P-2.3.EUnet.yu [213.240.2.3]) by smtp2.eunet.yu (8.12.10/8.12.10) with ESMTP id i59AEunc013871 for ; Wed, 9 Jun 2004 12:14:56 +0200 Received: by kolic.net (Postfix, from userid 1001) id 24B0442A5; Wed, 9 Jun 2004 12:13:35 +0200 (CEST) Date: Wed, 9 Jun 2004 12:13:35 +0200 From: Zoran Kolic To: freebsd-stable Message-ID: <20040609101335.GA581@kolic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: question about cd device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 10:15:08 -0000 For a long time I'm trying to debug behaviour of my cd drive. After replacement it is sony now. When I: dd if=/dev/cd0 of=my.file bs=any goes error message about wrong atribute. Music cd in drive gives "/dev/acd0txx" members via devfs. I've tried every app that copies title to wav, but in vain. I.e. "dagrab" shows all songs and duration with "i" flag. When I start a job, it waits for something. No process in "top" nor "ps". I assume that I don't understand raw approach to cd and all issue stoped here. Devfs is "live" system, so I cannot change anything. Could be some item with device should be added to the kernel? Or some symbolic link? Old cd device gives the same result. And branch 4 (4.7 if I remember). BTW, lot of domains are not able this days to submit letter to freebsd lists. "Spamcops" add bunch of servers to the black list. ZK