The Following User Says Thank You to SABROG For This Useful Post: | ||
![]() |
2011-08-06
, 10:57
|
Posts: 136 |
Thanked: 14 times |
Joined on Feb 2011
|
#22
|
You can test it with it:
Also you can run alsamixer -c0 and change volume on 'PCM' for each speaker independent with shortcuts: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%
Q,Z - left speaker volume
W,X - both volume (same as arrows keypad)
E,C - right speaker volume
![]() |
2011-08-06
, 13:01
|
Posts: 5 |
Thanked: 27 times |
Joined on Aug 2011
|
#23
|
The Following User Says Thank You to SABROG For This Useful Post: | ||
![]() |
2011-08-06
, 13:37
|
Posts: 51 |
Thanked: 32 times |
Joined on Dec 2010
|
#24
|
![]() |
2011-08-06
, 20:03
|
Posts: 5 |
Thanked: 27 times |
Joined on Aug 2011
|
#25
|
i bought new cabel and still donīt work. when i play someting normaly on N900 everithing work just fine but when i try play from PC (I tried 2 PC and a mobile phone) it plays only form one speaker (left speaker) I also try amixer -D hw:0 set PCM 0%,100% and no sound at all. So what's wrong?
![]() |
2011-08-06
, 20:53
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#26
|
![]() |
2011-08-06
, 21:24
|
Posts: 291 |
Thanked: 435 times |
Joined on Apr 2011
@ RO
|
#27
|
At work i don't have speakers on my desktop, but i have headphone out. So i found two out Jack Plug
and connect it to headphone port in n900 and soundcard on desktop pc. But don't plug it on full size in n900, and disconnect USB cable (electrical interference). Then just run this script:
Speaker ON
Speaker OFFCode:#!/bin/sh amixer -c0 set PCM 100% amixer -c0 set 'Right PGA Bypass Mixer HP Switc' on amixer -c0 set 'Left PGA Bypass Mixer HP' on amixer -c0 set 'Left PGA Mixer Line1L' on amixer -c0 set 'Left PGA Mixer Line2L' on amixer -c0 set 'HP PGA Bypass' 100% amixer -c0 set 'Speaker Function' On echo "Speaker is ON"
Code:#!/bin/sh amixer -c0 set PCM 100% amixer -c0 set 'Right PGA Bypass Mixer HP Switc' off amixer -c0 set 'Left PGA Bypass Mixer HP' off amixer -c0 set 'Left PGA Mixer Line1L' off amixer -c0 set 'Left PGA Mixer Line2L' off amixer -c0 set 'HP PGA Bypass' 0% echo "Speaker is OFF"
![]() |
2011-08-06
, 22:16
|
Posts: 110 |
Thanked: 127 times |
Joined on May 2010
|
#28
|
![]() |
2011-08-07
, 03:26
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#29
|
Yeah, because the N900 only has a mono audio input on its headphone port.
Q,Z - left speaker volume
W,X - both volume (same as arrows keypad)
E,C - right speaker volume