On Sat, 13 Dec 2003, Bart wrote: > Naturally, as soon as I posted the problem, I figured > out the solution myself. > > When I set the configure prefix to /usr/pebble, that > got applied to ALL the target paths, including the > ones used at runtime. This is a problem because the > target filesystem is at /usr/pebble when compiling, > but it's at / after I copy the fs over to the compact > flash card that the embedded system boots from. > > The thing was looking for > /usr/pebble/usr/share/alsa/alsa.conf and not finding > it. When I created such a path on the target fs, it > started to work. > > Of course, my original debugging problem still stands: > How can I get alsa to print out this error?
The file is optional (and you may specify different path also via the environment variable ALSA_CONFIG_PATH). Use DESTDIR for installing alsa-lib's code rather than prefix which modifies everything: DESTDIR=/usr/pebble make install Jaroslav ----- Jaroslav Kysela <[EMAIL PROTECTED]> Linux Kernel Sound Maintainer ALSA Project, SuSE Labs ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user