From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 00:03:32 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 5170F106566B for ; Tue, 25 Oct 2011 00:03:32 +0000 (UTC) (envelope-from mnorwick@centurytel.net) Received: from mail963c35.nsolutionszone.com (mail963c35.nsolutionszone.com [209.235.152.153]) by mx1.freebsd.org (Postfix) with ESMTP id EC36B8FC0C for ; Tue, 25 Oct 2011 00:03:31 +0000 (UTC) X-Authenticated-User: mnorwick.centurytel.net Received: from bucksnort.norwickhouse.net (174-124-0-99.dyn.centurytel.net [174.124.0.99]) (authenticated bits=0) by mail963c35.nsolutionszone.com (8.13.6/8.13.1) with ESMTP id p9P03QTc006350; Tue, 25 Oct 2011 00:03:28 GMT Message-ID: <4EA5FCCE.9030402@centurytel.net> Date: Mon, 24 Oct 2011 19:03:26 -0500 From: "Michael D. Norwick" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0) Gecko/20110829 Thunderbird/6.0 MIME-Version: 1.0 To: "Conrad J. Sabatier" 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> <20111023192515.5c3da303@cox.net> <4EA4BFBF.6090400@centurytel.net> <20111024132403.0b72724b@cox.net> In-Reply-To: <20111024132403.0b72724b@cox.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=1.1 cv=bTL4Ajo6uswVZnuhsvfrLWC3P238fErHFeNpWfZvXqY= c=1 sm=1 a=_tW4y8GFV1YA:10 a=RWe5u1kQBc0A:10 a=3WPTVEtZbjMA:10 a=8nJEP1OIZ-IA:10 a=RS4BPVj6fjYT/oHfSUhZ9g==:17 a=dynt39AsAAAA:8 a=kviXuzpPAAAA:8 a=oKnPaXkRSE0qLVEYk7wA:9 a=nP5PFyPxFLAjERawQ5IA:7 a=wPNLvfGTeEIA:10 a=Jw29t_AgHPoA:10 a=4vB-4DCPJfMA:10 a=RS4BPVj6fjYT/oHfSUhZ9g==:117 Cc: FreeBSD 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: Tue, 25 Oct 2011 00:03:32 -0000 On 10/24/11 13:24, Conrad J. Sabatier wrote: > On Sun, 23 Oct 2011 20:30:39 -0500 > "Michael D. Norwick" wrote: > >> On 10/23/11 19:25, Conrad J. Sabatier wrote: >>> On Sun, 23 Oct 2011 15:38:29 -0500 >>> "Conrad J. Sabatier" wrote: >>>> No, it seems that there's a severe level of "brokenness" that has >>>> been introduced into the source tree with regards to CD devices. >> < snip> >> >> Good Day; >> >> Ditto on this thread. No amount of deinstall/reinstall, recompiling >> kernels and world, or config file tweaking have granted me success. >> As I have posted; I am on >> >> $uname -a >> >> FreeBSD ****.****..net 9.0-RC1 FreeBSD 9.0-RC1 #0: Sun Oct 23 >> 12:32:55 CDT 2011 >> root@****.****.net:/usr/obj/usr/src/sys/KERNEL_102311 amd64 >> >> on a Dell Latitude D630. > [snip] > >> I haven't had much luck searching freebsd-multimedia@ either. Bug >> report time? >> >> Thank You, >> Michael > Do you get any better results if you use the SCSI address of your drive > instead of the device name? > >> cd0 at ata0 bus 0 scbus1 target 0 lun 0 > Try using: > > export CDDA_DEVICE=1,0,0 > export CDR_DEVICE=1,0,0 > > And see if your cdrtools at least work. Audio CD playing apps still > have problems, though, unfortunately. > Thank You, Setting these environment variables had no effect on my machine. $cdcontrol play 1 still produces drive activity but no sound. The graphical apps I am trying such as Abraca, or MPlayer, still do not seem to recognize an audio CD. Gnome Audio CD Extractor - Sound Juicer - still errors with 'No CD-ROM drives found' even though Metallica is in the drive. I am doing $portupgrade -a with updates downloaded today, to see if it will change anything. Other than that FreeBSD 9 is working splendidly on this laptop. Michael