Hi, The alsa errors might be a big problem (run 'soundcard list' to see if there is at least an alsa device usable). But the other is clock_gettime(). It sounds like this embedded linux isn't supporting clock_gettime() correctly. Maybe it does not support the CLOCK_MONOTONIC attribute, in that case try with CLOCK_REALTIME.
Simon Le mardi 14 septembre 2010 à 22:48 +0800, ANDY a écrit : > Dear All > > I try to run linphone on a router which named ASUS WL-500W with Embedded > Linux. > > the router has plugged a usb sound card > > I run a linphone on my desktop pc with windows system > > I can ring my desktop from router,but show the error message > "ortp-fatal-clock_gettime() doesn't work: Invalid argument" > > Could anyone help me please ? > > > > all the message is below > > [r...@white /opt]$ linphonec > NLS disabled. > ALSA lib confmisc.c:768:(parse_card) cannot find card '0' > ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver > returned error: No such file or directory > ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings > ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned > error: No such file or directory > ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name > ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned > error: No such file or directory > ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or > directory > ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default > ALSA lib confmisc.c:768:(parse_card) cannot find card '0' > ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver > returned error: No such file or directory > ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings > ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned > error: No such file or directory > ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name > ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned > error: No such file or directory > ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or > directory > ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default > ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card > ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card > Ready > Warning: video is disabled in linphonec, use -V or -C or -D to enable. > linphonec> call [email protected] > ortp-error-send(): Message too long > linphonec> Contacting <sip:[email protected]> > linphonec> Remote ringing. > linphonec> ortp-fatal-clock_gettime() doesn't work: Invalid argument > Aborted > [...@white /opt]$ > > > > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
