Topic: smixer-wrapper : simplest CLI for smixer
On my PCs I often had the following problem with the sound set to 0 using ALSA we still hear the sound! Therefore I looked for another mixer. I found smixer. In another discussion (HP Pavilion Volume Buttons) one speaks of aumix and I give my opinion.
Now, I use smixer, with my own script which is a kind of simplified interface for smixer.
I will detail how to install smixer, it is not hard:
wget http://centerclick.org/programs/smixer/smixer1.0.4.tgz -O smixer.tgz
tar -xvf smixer.tgz
cd smixer
make
sudo make installVerify that smixer is in the PATH:
which smixerNow, you can install smixer-wrapper, for example, in ~/bin:
cd ~/bin
wget http://88.174.112.74/share/debian/smixer-wrapper.tar -O smixer-wrapper.tar
tar -xvf smixer-wrapper.tar
rm -v *.tarverify that the script works, type:
smixer-wrappershould display usage :
Usage: smixer-wrapper {raise|lower|mute|toggle|status|help}
raise Increase the Master volume 5%
lower Decrease the Master volume 5%
mute Mute the Master volume
toggle Toggle the Master volume
status Print out the current mixer settings, then exit
help Show this message and exittest using the various options… if it works you can change your rc.xml…
Billets en français (including few examples of rc.xml):
smixer : small mixer ? oss mixer ?
smixer-wrapper : simple CLI pour smixer
Last edited by ~HP (2010-02-08 15:18:19)