From owner-freebsd-multimedia Sun Dec 5 23:24:15 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 8D76314CE8 for ; Sun, 5 Dec 1999 23:24:13 -0800 (PST) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id AAA01582; Mon, 6 Dec 1999 00:24:00 -0700 (MST) (envelope-from ken) Message-Id: <199912060724.AAA01582@panzer.kdm.org> Subject: Re: Can't read audio CDs after going from 2-STABLE to 3-STABLE In-Reply-To: <21373.944462930@brown.pfcs.com> from Harlan Stenn at "Dec 6, 1999 01:48:50 am" To: Harlan.Stenn@pfcs.com (Harlan Stenn) Date: Mon, 6 Dec 1999 00:24:00 -0700 (MST) Cc: multimedia@FreeBSD.ORG From: "Kenneth D. Merry" X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Harlan Stenn wrote... > I have a machine that used to run 2-STABLE. I have a stong recollection > that it read audio CDs (I have a nearly identical system that is still > running 2-STABLE that reads audio CDs just fine). > > I upgraded this machine to 3-STABLE, rebuilt all of the ports I had > installed, and have never been able to read an audio CD on this machine > since. > > The CDrom drive is a SCSI drive. > > "cda" does not even detect that a disc is in the CD drive. It sounds like you might not have recompiled xmcd. cda comes with xmcd. Also, make sure camcontrol works. Try this: camcontrol devlist camcontrol tur cd0 -v Also, make sure you've made the pass devices. To make 5 pass devices: cd /dev sh MAKEDEV pass5 We switched SCSI layers in 3.0, so any application that did SCSI pass-through in 2.x won't work in 3.x. If you want to see if CDDA works with your CDROM drive, try compiling and installing tosha (from ports/audio) and cdrecord (from ports/sysutils), which includes cdda2wav. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message