From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 18:07:21 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 326FC106564A for ; Mon, 24 Oct 2011 18:07:21 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo203.cox.net (eastrmfepo203.cox.net [68.230.241.218]) by mx1.freebsd.org (Postfix) with ESMTP id BB3868FC14 for ; Mon, 24 Oct 2011 18:07:20 +0000 (UTC) Received: from eastrmimpo305.cox.net ([68.230.241.237]) by eastrmfepo203.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20111024180714.UCMW3769.eastrmfepo203.cox.net@eastrmimpo305.cox.net>; Mon, 24 Oct 2011 14:07:14 -0400 Received: from serene.no-ip.org ([98.164.86.236]) by eastrmimpo305.cox.net with bizsmtp id oi7D1h00N55wwzE02i7EJR; Mon, 24 Oct 2011 14:07:14 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020205.4EA5A952.007C,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=lmkoEMhPdVkBQPntbb70rK98v6kZ1j+NSndzSyxMypY= c=1 sm=1 a=RWe5u1kQBc0A:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=uAbGmPAyUfLL1M3oYAsfuA==:17 a=AfEfcmvjAAAA:8 a=kviXuzpPAAAA:8 a=tpz2n0JVOOogRh7CHi4A:9 a=NL5ijUhWXfGsaFjRAwQA:7 a=CjuIK1q_8ugA:10 a=2A2gPVWjU-cA:10 a=jKRid43F7UoA:10 a=4vB-4DCPJfMA:10 a=uAbGmPAyUfLL1M3oYAsfuA==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p9OI7DUo024070; Mon, 24 Oct 2011 13:07:13 -0500 (CDT) (envelope-from conrads@cox.net) Date: Mon, 24 Oct 2011 13:07:08 -0500 From: "Conrad J. Sabatier" To: FreeBSD Message-ID: <20111024130708.575b8c97@cox.net> In-Reply-To: <20111023182114.27de6815@scorpio> References: <4E924B4D.4050801@centurytel.net> <20111010063740.GA23603@orange.esperance-linux.co.uk> <4E92BF3C.8080807@centurytel.net> <20111010104450.GA28895@orange.esperance-linux.co.uk> <4E9616FD.5080404@centurytel.net> <447h49yed0.fsf@lowell-desk.lan> <4E9627A6.8000907@centurytel.net> <44vcrtohej.fsf@lowell-desk.lan> <20111013162524.GA75476@freebsd.org> <44wrc8iz09.fsf@be-well.ilk.org> <20111018195712.GA18773@freebsd.org> <4E9F7899.6070401@centurytel.net> <20111020051902.1d120865.freebsd@edvax.de> <20111023153829.216f1a49@cox.net> <20111023182114.27de6815@scorpio> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jerry@seibercom.net Subject: Re: Can't access a music CD (or any other media now) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 18:07:21 -0000 On Sun, 23 Oct 2011 18:21:14 -0400 Jerry wrote: > On Sun, 23 Oct 2011 15:38:29 -0500 > Conrad J. Sabatier articulated: > > > On Thu, 20 Oct 2011 05:19:02 +0200 > > Polytropon wrote: > > > > > > What if you use Gnome's CD playing application, or something > > > like XMMS with the CD audio plugin? I think your permissions > > > are okay so you could make the drive play from your (non-root) > > > user account. > > > > No, it seems that there's a severe level of "brokenness" that has > > been introduced into the source tree with regards to CD devices. > > I've been exploring this issue on my own system the last couple of > > days, and am no closer to arriving at a solution than when I first > > started. > > > > None of the CD-related apps I have installed are working. cdcontrol > > will read an audio CD OK, it seems, but playback is useless, since, > > like most newer machines, I have no direct connection between the CD > > drive and the audio device. > > > > Apps such as kscd, xmcd, etc. report no disc or no device found. > > grip (using cdparanoia) will detect an audio disc and even fetch the > > correct cddb info, but ripping fails completely. xmms reports "no > > appropriate ioctl for device". > > > > This is progress? > > I tried raising this issue over a year ago; however, it never got any > traction. > Well, as I mentioned in an earlier followup, it's not *quite* as bad as my first impression led me to believe. After rebuilding a few ports and adjusting the naming of my CD device for some of them from the "/dev/cd0" device name to the SCSI address instead, they're working once again. The problem remains, though, with all of the audio CD playing apps I've tried. Either they don't detect the drive, don't detect the disc, or fail to read it properly. Grrr! It's definitely not a hardware issue per se, as I had Ubuntu running on this box a while back and all the audio apps were working just fine. If there have been some changes made in the kernel sources that necessitate patching each and every audio CD-related port, then there's something seriously wrong here, and it's time to take a step back and look at what's going on. -- Conrad J. Sabatier conrads@cox.net