Linphone 3.4.0 (based on mediastreamer-2.7.0)

I've rebuilded the linphone application on my Ubuntu 10.10:

/linphone-3.4.0/console$ ./linphonec
ortp-error-Could not find a suitable soundcard !

May be related to this:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: omap3beagle [omap3beagle], device 0: TWL4030 twl4030-hifi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)

Any idea about this issue?

in linphonec issue the command:
/linphone-3.4.0/console$ soundcard list

then just use the appropriate one:
/linphone-3.4.0/console$ soundcard use 0 (1 or 2 or 3… you decide).

2011/2/15 Ric.Rug <riccardo.ruggiero@gmail.com>

soundcard list is empty!
but... aplay, speaker-test and mplayer works fine!
So, I suppose the audio device works properly!!!

May be something related to the dependency?

My fault... I missed to install Alsa development package (libasound2-
dev)!

linphone supports OSS or ALSA and it must be compiled with some of these libs.

2011/2/16 Ric.Rug <riccardo.ruggiero@gmail.com>