I’m finally trying to switch my daily Smartphone to my Librem 5 (Birch). Unfortunately there is no working audio during phone calls. SMS and mobile network works. Also calling seems to work, but it’s just silent in both directions.
These are the logs I get using sudo journalctl -f
:
May 06 09:17:19 pureos ModemManager[594]: <info> [modem0/call0] user request to start call
May 06 09:17:19 pureos ModemManager[594]: <info> [modem0/call0] call state changed: unknown -> dialing (outgoing-started)
May 06 09:17:19 pureos ModemManager[594]: <info> [modem0/call0] call is started
May 06 09:17:22 pureos ModemManager[594]: <info> [modem0/call0] call state changed: dialing -> ringing-out (unknown)
May 06 09:17:22 pureos pulseaudio[758]: Configured maximum latency is smaller than latency, using latency instead
May 06 09:17:22 pureos pulseaudio[758]: Cannot set requested sink latency of 50.00 ms, adjusting to 100.00 ms
May 06 09:17:22 pureos pulseaudio[758]: Cannot set requested source latency of 50.00 ms, adjusting to 100.00 ms
May 06 09:17:22 pureos ModemManager[594]: <info> [modem0/call0] call state changed: ringing-out -> active (unknown)
May 06 09:17:23 pureos pulseaudio[758]: Configured maximum latency is smaller than latency, using latency instead
May 06 09:17:23 pureos pulseaudio[758]: Cannot set requested sink latency of 50.00 ms, adjusting to 100.00 ms
May 06 09:17:23 pureos pulseaudio[758]: Cannot set requested source latency of 50.00 ms, adjusting to 100.00 ms
May 06 09:17:23 pureos pulseaudio[758]: Doing resync
May 06 09:17:23 pureos pulseaudio[758]: Playback too far ahead (5250), drop source 1008
May 06 09:17:23 pureos pulseaudio[758]: ALSA woke us up to read new data from the device, but there was actually nothing to read.
May 06 09:17:23 pureos pulseaudio[758]: Most likely this is a bug in the ALSA driver 'snd_soc_simple_card'. Please report this issue to the ALSA developers.
May 06 09:17:23 pureos pulseaudio[758]: We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
May 06 09:17:23 pureos pulseaudio[758]: Configured latency of 200.00 ms is smaller than minimum latency, using minimum instead
May 06 09:17:23 pureos pulseaudio[758]: Cannot set requested source latency of 60.75 ms, adjusting to 100.00 ms
May 06 09:17:23 pureos pulseaudio[758]: Cannot set requested sink latency of 50.00 ms, adjusting to 100.00 ms
May 06 09:17:23 pureos callaudiod[988]: no available input found!
May 06 09:17:23 pureos callaudiod[988]: no available output found!
May 06 09:17:23 pureos callaudiod[988]: no available input found!
May 06 09:17:23 pureos pulseaudio[758]: Doing resync
May 06 09:17:23 pureos pulseaudio[758]: Playback too far ahead (9505), drop source 1824
May 06 09:17:24 pureos pulseaudio[758]: Playback too far ahead (10858), drop source 2084
May 06 09:17:25 pureos pulseaudio[758]: ALSA woke us up to write new data to the device, but there was actually nothing to write.
May 06 09:17:25 pureos pulseaudio[758]: Most likely this is a bug in the ALSA driver 'snd_soc_simple_card'. Please report this issue to the ALSA developers.
May 06 09:17:25 pureos pulseaudio[758]: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
May 06 09:17:25 pureos pulseaudio[758]: Playback too far ahead (15379), drop source 2952
May 06 09:17:26 pureos pulseaudio[758]: Playback too far ahead (10890), drop source 2088
May 06 09:17:27 pureos pulseaudio[758]: Playback too far ahead (10396), drop source 1996
May 06 09:17:28 pureos pulseaudio[758]: Playback too far ahead (9935), drop source 1904
May 06 09:17:29 pureos pulseaudio[758]: Playback too far ahead (10256), drop source 1968
May 06 09:17:30 pureos pulseaudio[758]: Playback too far ahead (10242), drop source 1964
May 06 09:17:31 pureos pulseaudio[758]: Playback too far ahead (9936), drop source 1904
May 06 09:17:31 pureos ModemManager[594]: <info> [modem0/call0] user request to hangup call
May 06 09:17:31 pureos ModemManager[594]: <info> [modem0/call0] call state changed: active -> terminated (terminated)
Is this a configuration issue? Can I provide more information to debug the issue?