cannot set the volume anymore after I've successfully installed alsaequal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I cannot set the volume anymore after I've successfully installed alsaequal.

I use Linux Mint 18.1 and NVidia card (hw:1,7) with default PulseAudio.
I've disabled PulseAudio to use Alsa like so:

$ sudo nano /etc/pulse/client.conf

(...)
autospawn = no
(...)

I then installed alsaequal and created ~/.asoundrc like so:


defaults.pcm.!card 1
defaults.pcm.!device 7
defaults.ctl.card 1

 ctl.equal {
     type equal;
   }
   pcm.plugequal {
     type equal;
     # Modify the line below if you don't
     # want to use sound card 0.
     slave.pcm "plug:dmix";
     # slave.pcm "plughw:1,7";
   }
     #pcm.equal {
     # Or if you want the equalizer to be your
     # default soundcard uncomment the following
     # line and comment the above line.
    pcm.!default {
     type plug;
     slave.pcm plugequal;
   }

The result is that I can use the equalizer with the command

alsamixer -D equal

and it works, but the volume in alsamixer doesn't work and I have no means
to control the volume level, which remains always at 100%. Can somebody
tell me what I have to do to adjust the volume?

Regards,
Maurizio


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user



[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux