You are not logged in.
Hi,
After the upgrade aumix doesn't seem to work.
I always get following error:
[
hardik@sunshine: ~ ]$ aumix
aumix: error opening mixer: No such file or directoryI have assigned keyboard shortcuts for aumix, I don't know if I can use any other mixer like this.
regards,
Hardik
Offline
Any fix ?
Offline
I have never used aumix....so I cannot help you there.
But I use amixer and it works as advertised. You might want to look into that.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Hi,
Thanks can you point me to some documentation on how amixer can be used with command line ?
regards,
Hardik
Offline
Have you tried reinstalling?
pacman -S aumix
warning: provider package was selected (aumix-gtk provides aumix)So if you want to remove the package, you have to run 'pacman -Rs aumix-gtk'.
As for amixer:
vol ()
{
amixer set 'Master Mono' "$10%" &>/dev/null
}Now 'vol 5' will set the volume to 50%.
Last edited by karol (2010-07-22 21:10:40)
Offline