Quote:
Originally Posted by knudfl
The source code fits nicely with Fedora 20, both are using the same alsa version : 1.0.27.
Prerequisites : # yum install alsa-lib-devel caps rpm-build
Setting up the rpm-build environment in /home/<name> , post #13 here :
http://www.linuxquestions.org/questi...1-a-766486/#13
Unpack the source code with : $ rpm -Uvh alsa-plugin-equal-0.6-1pclos2012.src.rpm
Building the package : $ rpmbuild -bb alsa-plugin-equal-fc20.spec
.... and the package `alsa-plugin-equal-0.6-1.fc20.x86_64.rpm' is created.
The package alsa-plugin-equal-0.6-1.fc20.x86_64.rpm is also available here ...
https://drive.google.com/file/d/0B7S...it?usp=sharing
Install with # yum localinstall alsa-plugin-equal-0.6-1.fc20.x86_64.rpm
-
|
I built this and it wrote these:
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-jack-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-oss-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-samplerate-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-upmix-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-vdownmix-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-usbstream-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-arcamav-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-speex-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-maemo-1.0.27-2.fc20.x86_64.rpm
Wrote: /johnny/rpmbuild/RPMS/x86_64/alsa-plugins-debuginfo-1.0.27-2.fc20.x86_64.rpm
Nothing about equal in any of these packages. I installed alsa-plugin-equal-0.6-1.fc20.x86_64.rpm and when I do
I get this error:
ALSA lib ctl_equal.c:268
_snd_ctl_equal_open) Problem with control file .alsaequal.bin, 3.
cannot open mixer: Operation not permitted
I switched to another regular user and ran the same command and got this:
ALSA lib control.c:953
snd_ctl_open_noupdate) Invalid CTL equal
cannot open mixer: No such file or directory
I copied an .asoundrc file to the user's directory and ran the command again and got the first error about the .alsaequal.bin file again.