You are not logged in.
On my EeePC 901, whichever keys I assign to volume in ncmpcpp - they have no affect, the volume remains at 100%. In .ncmpcpp/keys I have:
key_volume_up = '+'
key_volume_down = '-'...and in .mpd/config:
audio_output {
type "alsa"
name "My ALSA Device"
auto_resample "no"
device "hw:0,0"
format "44100:16:2"
mixer_device "default"
mixer_control "PCM"
mixer_index "0" # optional
}
...
mixer_type "hardware"I have tried with different key combinations (Left/Right etc) to no avail. Have I missed something?
Last edited by jasonwryan (2009-12-29 19:34:28)
Offline
Try software mixing.
Offline
Thanks JohannesSM64 - but that makes no difference...
Offline
Try, in alsamixer, to change the channel PCM.
It's the channel that mpd changes for the volume.
Offline
Thanks JohannesSM64 - but that makes no difference...
then you have a different problem... its not the volume change that does not work, its most likely your keybind that has an issue. software mixing will always work, no matter what backend you use with whatever settings.
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
jasonwryan wrote:Thanks JohannesSM64 - but that makes no difference...
then you have a different problem... its not the volume change that does not work, its most likely your keybind that has an issue...
I think you were right. I reinstalled ncmpcpp and started with a fresh keys file and, voila, I have volume control.
Thanks all for the suggestions. I also stuck with software mixing - JohannesSM64 you were right!
Offline