At Mon, 28 Jun 2010 21:22:57 +0100, Chris G wrote:
.... but there's no sound, which is rather fundamental for a phone application! And there's no way to diagnose it at all, no simple tests to play a sound, nothing, nada. How is one meant to configure and test sound setup on Linux (Ubuntu 10.04 in this case) with no simple tests to try out.
What about:
$ aplay /usr/share/sounds/alsa/Front_Center.wav
and
$ arecord > test.wav
And then when things don't work, fiddle with
$ alsamixer
If you use PulseAudio (which I understand Ubuntu does) things could be very different.