View Single Post
Posts: 136 | Thanked: 14 times | Joined on Feb 2011
#22
Originally Posted by SABROG View Post
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
Thanks,
just as i thought, when i use

amixer -D hw:0 set PCM 0%,100%

And play a song, no sound is coming out at all..
Using the of first code there's sound coming from the left speaker
I guess this is s a hardware issue?