Originally created by: sysad...@gmail.com
Alsaequal works great with mplayer, but I can't use it with qmmp that
shows error:
Output: plugin loaded - libalsa.so
ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/
lib64/alsa-lib/libasound_module_pcm_equal.so
OutputALSA: Error opening PCM device default
SoundCore: unable to initialize output
I uase alsaequal 0.6 on Gentoo Linux. My .asoundrc is:
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
slave.pcm "plughw:0,0";
}
pcm.!default {
type plug;
slave.pcm plugequal;
}
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: sysad...@gmail.com
$ LD_PRELOAD=/usr/lib64/alsa-lib/libasound_module_pcm_equal.so
qmmp ──
qmmp: symbol lookup error: /usr/lib64/alsa-lib/libasound_module_pcm_equal.so:
undefined symbol: snd_lib_error
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: sysad...@gmail.com
It works when I start qmmp like this:
LD_PRELOAD="/usr/lib64/libasound.so.2.0.0:usr/lib64/alsa-lib/
libasound_module_pcm_equal.so" qmmp
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: trialuser02
I can't reproduce it. But try this trick:
Add usr/lib64/alsa-lib/ usr/lib64/ lines in the /etc/ld.so.conf file and run ldconfig
Status: Accepted