|
2015-12-24
, 16:22
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#112
|
#!/bin/sh echo "Test earpiece" pactl set-sink-port sink.hw0 nokia-n950-twl4030-output-earpiece /usr/bin/paplay -v --device=sink.hw0 /usr/share/sounds/alsa/Noise.wav echo "Test speaker" pactl set-sink-port sink.hw0 nokia-n950-twl4030-output-ihf /usr/bin/paplay -v --device=sink.hw0 /usr/share/sounds/alsa/Noise.wav echo "Test headphone" /usr/bin/paplay -v --device=sink.headphone /usr/share/sounds/alsa/Noise.wav echo "Test TWL4030 -> TLV320DAC33 passthrough" #set TWL4030 to headset-call port which forwards output to TLV320DAC33 pactl set-sink-port sink.hw0 nokia-n950-twl4030-output-headset-call #set TLV320DAC33 to passthrough profile to accept input from TWL4030 pactl set-card-profile dac33 passthrough #play something to TWL4030 and see if it goes throught TLV320DAC33 to headphones /usr/bin/paplay -v --device=sink.hw0 /usr/share/sounds/alsa/Noise.wav pactl set-card-profile dac33 normal
|
2015-12-26
, 07:02
|
Posts: 165 |
Thanked: 625 times |
Joined on Oct 2012
|
#113
|
|
2015-12-26
, 12:54
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#114
|
|
2015-12-26
, 13:15
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#115
|
No problem, but can you spare some time in the near future for CMT? My N9 doesn't work with SIM card (reboots after entering PIN) and you have some experience with ofono, so you are a prime candidate for this
|
2015-12-28
, 06:47
|
Posts: 165 |
Thanked: 625 times |
Joined on Oct 2012
|
#116
|
No problem, but can you spare some time in the near future for CMT? My N9 doesn't work with SIM card (reboots after entering PIN) and you have some experience with ofono, so you are a prime candidate for this
|
2015-12-28
, 09:23
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#117
|
|
2016-03-07
, 01:23
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#118
|
The Following 15 Users Say Thank You to wicket For This Useful Post: | ||
|
2016-03-07
, 16:22
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#119
|
I noticed that kernel hacker and Debian developer Sebastian Reichel (sre) who has done fantastic work mainlining N900 kernel patches has taken a recent interest in the N950
|
2016-03-07
, 17:36
|
Posts: 45 |
Thanked: 136 times |
Joined on Dec 2013
@ Poland
|
#120
|
Last edited by filip.pz; 2015-12-21 at 05:07. Reason: fix typo