Solved mixer: Can't change volume

Hi, I'm new in BSD world and I like it! But there's a problem with changing volume, it works in pavucontrol but not in mixer, I want to assign a keyboard shortcut so I need to fix changing volume in it.

root@zezik-pc:/ # mixer -f /dev/dsp3
Mixer pcm is currently set to 45:45
Mixer rec is currently set to 45:45

root@zezik-pc:/ # mixer -f /dev/dsp3 -s pcm 100
Setting the mixer pcm from 45:45 to 100:100.

root@zezik-pc:/ # mixer -f /dev/dsp3
Mixer pcm is currently set to 45:45
Mixer rec is currently set to 45:45


Any ideas how to fix it? Thanks!
 
I guess you should use
$ mixer -f /dev/mixer3
instead. It is confusing, of course.
However, the man page states: /dev/mixer the default mixer device.

Just checked: with all /dev/dsp* it always shows 45:45.
 
Back
Top