From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Subject: Re: Problem with ALSA on PPC Date: Fri, 09 Jun 2006 21:26:09 -0400 Message-ID: <1149902770.13569.10.camel@mindpipe> References: <1149891511.3894.296.camel@mindpipe> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1149891511.3894.296.camel@mindpipe> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@lists.sourceforge.net Errors-To: alsa-devel-bounces@lists.sourceforge.net To: alsa-devel List-Id: alsa-devel@alsa-project.org On Fri, 2006-06-09 at 18:18 -0400, Lee Revell wrote: > I do not have strace on this platform. How can I determine which file > or directory is missing? > > /usr/share/alsa/alsa.conf is present as well as the correct device > node: > > ~ # ls -al /dev/snd/pcmC0D0p > crw-rw---- 1 root 29 116, 16 Jun 9 > 15:54 /dev/snd/pcmC0D0p > > What am I doing wrong? > I found the problem by installing strace on the PPC board. alsa-lib is looking for its config files using the original path from the build host. Either my build environment is still incorrect or it's a bug - probably the former ;-) Once I am done maybe I will write an embedded ALSA HOWTO. Lee