Page 1 of 1

alsaequal-0.6-x86_64-5_slack

Posted: 27 Sep 2016, 17:50
by Rava
It is easy to create the module out of https://pkgs.org/slackware-14.1/slackon ... k.txz.html

And I followed the instuctions with the setup in the README, mainly this:
creating ~\.asoundrc (I had no ~\.asoundrc before)

Code: Select all

ctl.equal {
        type equal;
}

pcm.plugequal {
    type equal;
        slave.pcm "plughw:0,0";
}

pcm.equal{
    type plug;
    slave.pcm plugequal;
}
When running alsamixer as aid in the documentation I get this error:

Code: Select all

# alsamixer -D equal
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib64/alsa-lib/libasound_module_ctl_equal.so
cannot open mixer: No such device or address


My system info: look to the right.