Search found 2 matches

by holck
Tue Apr 27, 2010 8:08 am
Forum: General Help
Topic: How to adjust sound volume from a script?
Replies: 4
Views: 9882

Re: How to adjust sound volume from a script?

Thanks for the help and the script - but unfortunately, the script did not solve my problem. I have done some experimentation, and the small script below seems to work for me, i.e. it unmutes sound: amixer sset 'Master' 50 unmute amixer sset 'Speaker' 50 unmute amixer sset 'Headphone' 50 unmute One ...
by holck
Sat Apr 24, 2010 1:40 pm
Forum: General Help
Topic: How to adjust sound volume from a script?
Replies: 4
Views: 9882

How to adjust sound volume from a script?

I am a quite happy user, running LXDE on my small eee 901 notebook. I would like to be able to control the sound volume and to mute/un-mute sound from a small program or script, but it is a little more complicated and strange than I thought. When I first enter the LXDE session, the volume control ap...