On Thu, Jun 12, 2008 at 12:27:40AM -0400, Walter Dnes wrote
> If I emerge whichever version of alsa-lib-1.0.16 is current, mplayer,
> audacious, and anything else that relies on alsa don't play audio.
> However, Realplayer (bleagh) and anything that works off of OSS
> emulation still works.
> 
>   If i put...
> >=media-libs/alsa-lib-1.0.14_rc1-r1
> 
> ...into /etc/portage/package.mask, and emerge the older version of
> alsa-lib, the above programs work fine, but alsactl dies like so...
> 
> [m3000][root][~] alsactl store
> alsactl: relocation error: alsactl: symbol snd_tlv_parse_dB_info,
> version ALSA_0.9 not defined in file libasound.so.2 with link time
> reference
> 
> [m3000][root][~] alsactl restore
> alsactl: relocation error: alsactl: symbol snd_ctl_get_dB_range, version
> ALSA_0.9 not defined in file libasound.so.2 with link time reference
> 
> ...which means that settings can't be saved/restored at shutdown/reboot.
> This is a PITA, because I have to manually run alsamixer after each
> reboot, and unmute and re-set all the audio settings.  This is the
> lesser of 2 evils, because no alsa sound is a showstopper.  What am I
> doing wrong?

  This seems to be a problem only for those of us that start off our USE
variables with "-*".  After a bunch of Google-searching, I found a
similar complaint.  Apparently, "-*" wipes out ALSA_PCM_PLUGINS.  They
recommended fixing it by setting ALSA_PCM_PLUGINS.  My /etc/make.conf
now contains the following...

USE="-* X a52 aac bzip2 dga doc dri exif ffmpeg flac gif jpeg mmx mng mp3 mpeg 
nptl nptlonly nsplugin offensive ogg opengl png posix sse sse2 theora threads 
tiff truetype vim-syntax vorbis win32codecs wmf xcomposite xpm xv xvid zlib"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route 
share shm softvol"

  This is probably overkill, but at least it works without forcing an
older alsa-lib version.

-- 
Walter Dnes <[EMAIL PROTECTED]>
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to