when i start a call i read in the shell... srtp_init() return 5 ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_empty.so rtp_session_new: LITTLEENDIAN Jitter in ts units 0: (info) 15:53:21 virtual bool PhApiWrapper::isCallEncrypted(int): Call with callId 1 has encryption mode 0 [h263p @ 0xf7cf155c]rc buffer underflow (info) 15:53:44 virtual void PhApiWrapper::setCallsEncryption(bool): Set call encryption to:1 Statictics for payload type 34 oRTP-stats-Message: Session statistics : packet_sent=92 sent=33350 bytes packet_recv=0 hw_recv=0 bytes recv=0 bytes unavailable=728 packets outoftime=0 bytes bad=0 discarded=0 thrown=0 the call seems working (i see traffic and the time counter..) but no sound at all.
I managed to resolve this downgrading alsa-lib to 1.0.13 version cheers (In reply to comment #0) > when i start a call i read in the shell... > > srtp_init() return 5 > ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library > /usr/lib/alsa-lib/libasound_module_pcm_empty.so > rtp_session_new: LITTLEENDIAN > Jitter in ts units 0: > (info) 15:53:21 virtual bool PhApiWrapper::isCallEncrypted(int): Call with > callId 1 has encryption mode 0 > [h263p @ 0xf7cf155c]rc buffer underflow > (info) 15:53:44 virtual void PhApiWrapper::setCallsEncryption(bool): Set call > encryption to:1 > Statictics for payload type 34 > oRTP-stats-Message: > Session statistics : > packet_sent=92 > sent=33350 bytes > packet_recv=0 > hw_recv=0 bytes > recv=0 bytes > unavailable=728 packets > outoftime=0 bytes > bad=0 > discarded=0 > thrown=0 > > the call seems working (i see traffic and the time counter..) but no sound at > all. >
(In reply to comment #1) > I managed to resolve this downgrading alsa-lib to 1.0.13 version same thing here but, i have the same problem both on amd64 and x86. downgraded all the alsa-* packages from 1.0.14_rc2 to 1.0.13 output same for (amd64 and x86): x-drum@segfault ~ $ wengophone (info) 03:18:46 Wenbox::Wenbox(): Wenbox dll not loaded Fontconfig warning: line 32: unknown element "cachedir" Fontconfig warning: line 33: unknown element "cachedir" Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 18: invalid match target "scan" (info) 03:18:47 void QtLanguage::loadLanguageFromConfig(): no Qt translation available for locale 'it' (info) 03:18:50 virtual void PhApiWrapper::setCallsEncryption(bool): Set call encryption to:1 srtp_init() return 5 ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM 0 rtp_session_new: LITTLEENDIAN Jitter in ts units 0: (info) 03:19:04 virtual bool PhApiWrapper::isCallEncrypted(int): Call with callId 1 has encryption mode 0 [h263p @ 0xb7c4455c]rc buffer underflow (info) 03:19:34 virtual void PhApiWrapper::setCallsEncryption(bool): Set call encryption to:1 (info) 03:19:34 virtual void PhApiWrapper::setCallsEncryption(bool): Set call encryption to:1 Statictics for payload type 34 oRTP-stats-Message: Session statistics : packet_sent=95 sent=33473 bytes packet_recv=0 hw_recv=0 bytes recv=0 bytes unavailable=775 packets outoftime=0 bytes bad=0 discarded=0 thrown=0 ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_empty.so (warn) 03:19:36 snd_pcm_t* alsa_open(int, unsigned int, int): cannot open audio device default: No such file or directory (warn) 03:19:36 void alsa_play_file(const char*, int*): can't open alsa device ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_empty.so (warn) 03:19:36 snd_pcm_t* alsa_open(int, unsigned int, int): cannot open audio device default: No such file or directory (warn) 03:19:36 void alsa_play_file(const char*, int*): can't open alsa device ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_empty.so (warn) 03:19:36 snd_pcm_t* alsa_open(int, unsigned int, int): cannot open audio device default: No such file or directory (warn) 03:19:36 void alsa_play_file(const char*, int*): can't open alsa device ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_empty.so (warn) 03:19:36 snd_pcm_t* alsa_open(int, unsigned int, int): cannot open audio device default: No such file or directory (warn) 03:19:36 void alsa_play_file(const char*, int*): can't open alsa device (info) 03:19:39 virtual void PhApiWrapper::setCallsEncryption(bool): Set call encryption to:1 (info) 03:19:39 virtual void PhApiWrapper::setCallsEncryption(bool): Set call encryption to:1
(In reply to comment #2) Alternatively, you can remove libasound from /opt/wengophone. Then, I have sound and no crashes until now. > (In reply to comment #1) > > I managed to resolve this downgrading alsa-lib to 1.0.13 version > > same thing here but, i have the same problem both on amd64 and x86. > downgraded all the alsa-* packages from 1.0.14_rc2 to 1.0.13 > > > output same for (amd64 and x86): > x-drum@segfault ~ $ wengophone > (info) 03:18:46 Wenbox::Wenbox(): Wenbox dll not loaded > Fontconfig warning: line 32: unknown element "cachedir" > Fontconfig warning: line 33: unknown element "cachedir" > Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 18: invalid > match target "scan" > (info) 03:18:47 void QtLanguage::loadLanguageFromConfig(): no Qt translation > available for locale 'it' > (info) 03:18:50 virtual void PhApiWrapper::setCallsEncryption(bool): Set call > encryption to:1 > srtp_init() return 5 > ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM 0 > rtp_session_new: LITTLEENDIAN > Jitter in ts units 0: > (info) 03:19:04 virtual bool PhApiWrapper::isCallEncrypted(int): Call with > callId 1 has encryption mode 0 > [h263p @ 0xb7c4455c]rc buffer underflow > (info) 03:19:34 virtual void PhApiWrapper::setCallsEncryption(bool): Set call > encryption to:1 > (info) 03:19:34 virtual void PhApiWrapper::setCallsEncryption(bool): Set call > encryption to:1 > Statictics for payload type 34 > oRTP-stats-Message: > Session statistics : > packet_sent=95 > sent=33473 bytes > packet_recv=0 > hw_recv=0 bytes > recv=0 bytes > unavailable=775 packets > outoftime=0 bytes > bad=0 > discarded=0 > thrown=0 > > ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library > /usr/lib/alsa-lib/libasound_module_pcm_empty.so > (warn) 03:19:36 snd_pcm_t* alsa_open(int, unsigned int, int): cannot open audio > device default: No such file or directory > (warn) 03:19:36 void alsa_play_file(const char*, int*): can't open alsa device > ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library > /usr/lib/alsa-lib/libasound_module_pcm_empty.so > (warn) 03:19:36 snd_pcm_t* alsa_open(int, unsigned int, int): cannot open audio > device default: No such file or directory > (warn) 03:19:36 void alsa_play_file(const char*, int*): can't open alsa device > ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library > /usr/lib/alsa-lib/libasound_module_pcm_empty.so > (warn) 03:19:36 snd_pcm_t* alsa_open(int, unsigned int, int): cannot open audio > device default: No such file or directory > (warn) 03:19:36 void alsa_play_file(const char*, int*): can't open alsa device > ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library > /usr/lib/alsa-lib/libasound_module_pcm_empty.so > (warn) 03:19:36 snd_pcm_t* alsa_open(int, unsigned int, int): cannot open audio > device default: No such file or directory > (warn) 03:19:36 void alsa_play_file(const char*, int*): can't open alsa device > (info) 03:19:39 virtual void PhApiWrapper::setCallsEncryption(bool): Set call > encryption to:1 > (info) 03:19:39 virtual void PhApiWrapper::setCallsEncryption(bool): Set call > encryption to:1 >
*** Bug 184080 has been marked as a duplicate of this bug. ***
(In reply to comment #3) > Alternatively, you can remove libasound from /opt/wengophone. Then, I have > sound and no crashes until now. Not amd64 specific; re-assigning to maintainer.
If wengophone has the sources available, why not compile it from sources? (and leave the binary package as wengophone-bin)
problems with fPIC flag that's another bug open for that...
I guess all of the stuff that provided by Gentoo should be removed from the wengophone-bin install.
For long time people can't register at wengophone. There is (or there was) a huge forum topic spanning many pages of people who could not finish wengophone registration. Then, wengophone guys announced that they wouldn't look at that forum anymore. In my opinion, wengophone program is broken, wengophone service is broken, and so on. So, frankly, I think wengophone should be removed from portage tree.
wengophone discontinued....i'm closing it.