From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-amd64+bounces-12294-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1NSaBX-0006vJ-HS
	for garchives@archives.gentoo.org; Wed, 06 Jan 2010 18:00:43 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 32C5FE06D9
	for <garchives@archives.gentoo.org>; Wed,  6 Jan 2010 18:00:43 +0000 (UTC)
Received: from mail-pw0-f47.google.com (mail-pw0-f47.google.com [209.85.160.47])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3E80CE0875
	for <gentoo-amd64@lists.gentoo.org>; Wed,  6 Jan 2010 16:49:06 +0000 (UTC)
Received: by pwj10 with SMTP id 10so4831088pwj.26
        for <gentoo-amd64@lists.gentoo.org>; Wed, 06 Jan 2010 08:49:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=s5M6xhvmieHF7DXzjPPfcpz8bziGHXf9il3UbHmhuBY=;
        b=UQf9Ocnoxas/uf7SdeMY3omE0oa4IMSFtNDAARQTYPKhJQ6xq3OaK4amS629PFq9ME
         /oumJ9K+IMjGXzyeqweRBg+KmLyWCMWGzaZfVxkRIyRnmDj0fN3VSEjTNnM3WU+jdSOE
         u8gLgdNx+CG+bC5/bgvSBVohH7Pq9o4rU/f+k=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=i9oUPlGzhCBAqY8nNw6Zd63TYJUs3ONFurG3bLPfNGK3if1VT+YmDfczn6GhKLgHns
         palLS9H6DVnP1Yl0C1t4HaV5LDECKWfyukg5nKsTbN1sno4aqS45AezFU8Fz4J1z5Vyp
         J3GihfTe1bpSWhO25iZuj+iWLj7GqVTaaBcD8=
Precedence: bulk
List-Post: <mailto:gentoo-amd64@lists.gentoo.org>
List-Help: <mailto:gentoo-amd64+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-amd64+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-amd64+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-amd64.gentoo.org>
X-BeenThere: gentoo-amd64@lists.gentoo.org
Reply-to: gentoo-amd64@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.143.21.36 with SMTP id y36mr10520652wfi.211.1262796545744; 
	Wed, 06 Jan 2010 08:49:05 -0800 (PST)
In-Reply-To: <201001061640.29428.gentoo@appjaws.plus.com>
References: <201001051522.17893.gentoo@appjaws.plus.com>
	 <4B43D958.4000108@myfairpoint.net> <pan.2010.01.06.10.01.33@cox.net>
	 <201001061640.29428.gentoo@appjaws.plus.com>
Date: Wed, 6 Jan 2010 08:49:05 -0800
Message-ID: <5bdc1c8b1001060849k29d65820m5b140a3f6d81f37b@mail.gmail.com>
Subject: Re: [gentoo-amd64] Re: Can anyone help please - CD error
From: Mark Knecht <markknecht@gmail.com>
To: gentoo-amd64@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 25f55baa-8bb9-4552-8954-2e0916a61f85
X-Archives-Hash: 26a59687586a9a3152f05a85b140ae97

On Wed, Jan 6, 2010 at 7:40 AM, Paul Stear <gentoo@appjaws.plus.com> wrote:
> <snip>
> Thank you to Duncan, Sean, BRM & Stan for your help.
> I guess I'll just have to wait for the next version of kde.
>
> Did you have any thoughts on why alsa player will not start, could it be the
> same problem?
> Anyway thanks again
> Paul

Paul,
   I'm late to the discussion. My apologies.

   If you have time and still have interest then try opening a
terminal and doing the following as root:

1) Remove all CD and do the following:


MacMini # cdda2wav
No target specified, trying to find one...
Using dev=1000,1,0.
Type: ROM, Vendor 'MATSHITA' Model 'DVD-R   UJ-845  ' Revision 'D8PB' MMC+CDDA
load cdrom please and press enter

If the device it found is reasonable then note the numbers. If it
finds no device that's something completely different.

2) Assuming it found a device then do the following commands:

cd
mkdir test1
cd test1
cdda2wav dev=1000,1,0 -vall -B -Owav -paranoia -speed=6

Paranoia is optional but I'd suggest keeping it as it checks for
things that would effect copying and playing a CD perfectly. Speed=6
is slow but is what I use for copies on this specific machine. I find
that different drives work far better when run slowly.

If the process works it will copy the audio CD to wave files in this
directory. If there are problems then post the results back to the
list and we'll attempt to deal with them. I will say that nearly all
of my drives have required at one time or another firmware upgrades.
Once we know what's in your machine and whether you have Windows or OS
X on the machine then we can determine if you can even do a firmware
upgrade.

Hope this helps,
Mark