You are not logged in.
HI, hoping someone could help me with this.
I am using ALSA, seemingly without any problems, however, I can only adjust the sound levels using alsamixer. Applications such as mplayer and sonata cannot seem to adjust their volume level. Their volume sliders just do nothing?
can anyone explain to me what's going on?
cheers!
Offline
Try adding the following lines to the following configuration files (they will activate the software volume control):
#~/.mplayer/config#
softvol=yes
softvol-max=110
volstep=5
#/etc/mpd.conf#
mixer_type "software"
You will find the mpd.conf entry already there, but you will need to uncomment it if you haven't already. These are the only things that come to mind. You may need to restart MPD for the new setting to take effect (not sure). The keyboard shortcuts in mplayer for volume control are 9 (volume down by the percentage given in the volstep option) and 0 (volume up). There is another pair in the numeric keypad area, but I'm not exactly sure which ones...you can find them in the mplayer man page. I hope this helps, because I have no more ideas.
Offline
thanks! - that works great
Offline
No problem.
Offline