From owner-freebsd-chat@FreeBSD.ORG Wed Apr 7 19:45:29 2010 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55BD91065670 for ; Wed, 7 Apr 2010 19:45:29 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE748FC1C for ; Wed, 7 Apr 2010 19:45:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.2) with ESMTP id o37JjScQ061440; Wed, 7 Apr 2010 14:45:28 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZJXJ5b6NYvSb; Wed, 7 Apr 2010 14:45:26 -0500 (CDT) Received: from archangel.daleco.biz (ezekiel.daleco.biz [66.76.92.18]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id o37JjNJR061434; Wed, 7 Apr 2010 14:45:24 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4BBCE0D3.7080001@daleco.biz> Date: Wed, 07 Apr 2010 14:45:23 -0500 From: Kevin Kinsey User-Agent: Thunderbird 2.0.0.23 (X11/20090929) MIME-Version: 1.0 To: Programmer In Training References: <4BBCBFDA.5060904@joseph-a-nagy-jr.us> <4BBCC3EC.7030805@daleco.biz> In-Reply-To: <4BBCC3EC.7030805@daleco.biz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Chat Subject: Re: Problems With New Audio CD X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 19:45:29 -0000 Kevin Kinsey wrote: > Programmer In Training wrote: >> I would go to questions, but I'm not sure it's relevant there so I >> thought I'd ask here. >> >> I just received a new, never been unwrapped before I touched it, audio >> CD (Santcus Real, Pieces of a Real Heart). I can play it via 'cdcontrol >> play' but it won't play in VLC, Audacious won't recognize it, and >> Asunder can't rip it (for my fair use copy). > > Tried lame? Ok, so you don't wanna rip it. You can't "mount" an audio CD. As a non-root user, you can't access the CD directly. You can't run vlc by itself as the superuser, so you're stuck? Is this correct? Try "sudo vlc-wrapper", then try "Open Disc", pick CD, and Track 0. Does that work? HTH, KDK