View Single Post
Posts: 5 | Thanked: 27 times | Joined on Aug 2011
#21
Originally Posted by shuraizo View Post
Is there anyway to turn it on and off using part of your code?
I'm trying to figure out if this is a hardware or software problem...
You can test it with it:

Code:
# Left speaker On, Right speaker Off
amixer -D hw:0 set PCM 100%,0

# Left speaker Off, Right speaker On
amixer -D hw:0 set PCM 0%,100%
Also you can run alsamixer -c0 and change volume on 'PCM' for each speaker independent with shortcuts:
Q,Z - left speaker volume
W,X - both volume (same as arrows keypad)
E,C - right speaker volume
 

The Following User Says Thank You to SABROG For This Useful Post: