alsaequal-0.6-x86_64-5_slack

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

alsaequal-0.6-x86_64-5_slack

Post#1 by Rava » 27 Sep 2016, 17:50

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.
Cheers!
Yours Rava