the-modem-distro / pinephone_modem_sdk

Pinephone Modem SDK: Tools to build your own bootloader, kernel and rootfs
GNU General Public License v3.0
599 stars 65 forks source link

Pinephone Pro no call audio after flash 0.5.5 #55

Closed fbmoose48 closed 2 years ago

fbmoose48 commented 2 years ago

Seems I have no call audio after flash. Arch - no audio/no mic, Mobian audio works but mic does not. Was working until flash, is this firmware related?

I followed the instructions at https://github.com/Biktorgj/pinephone_modem_sdk/blob/honister/docs/RECOVERY.md and on stock the call audio works as expected. Seems 0.5.5 doesn't work right on PPP

carlosgonz0 commented 2 years ago

Call and SMS work good here with mobian-ppp and firmodem0.5.5

Biktorgj commented 2 years ago

There was a lingering bug with regards to audio, where audio would stop working after suspend, could that be the issue you were facing? In any case, that should be fixed in latest release, if you could try it I'd love to know if it works for you or doesn't

GertVanKruiningen commented 2 years ago

Just wondering if mic quality has anything to do with modem fw. I have realy bad, noisy, squiky tones, calls. Both Telegram and cellphone calls. I can hear other side perfectly fine, but they hear lots of noise and hearsh squiky tones in the background. When I use SoundRecorder I have isues recording mic sound. Tried all mic sound settings, here in ManjaroPhosh "Make a phone call" and "Play HiFi quality music", low mic, high mic volume...... So question, could any if thus be related to modem?

Ooh yes, there's this terminal command to get list of VoLTE, no idea what it is, but none show a NewZealand carrier if that makes sence. And the last 5 are missing for me. I am on your latest 0.5.9 Cheers Gert

fbmoose48 commented 2 years ago

I'd like to test the new FW out on the PPP and see if the issue is resolved. But before I potentially take my daily driver offline I want to successfully flash my Braveheart first. Working through that soon hopefully

CodePhase commented 2 years ago

Just wondering if mic quality has anything to do with modem fw. I have realy bad, noisy, squiky tones, calls. Both Telegram and cellphone calls.

I recently opened an issue on mobian's Pinephone Pro gitlab for this: https://gitlab.com/mobian1/devices/pinephonepro-support/-/issues/4

I set the input volume down to just before mute in the Settings app (on Mobian Phosh) to get it to work. Maybe this can work for you?

CodePhase commented 2 years ago

Seems like this is an issue on 0.6.1 also: #72

GertVanKruiningen commented 2 years ago

I am on 0.6.1, and it looks like its a lot better. No more bad background noises, but still a big echo.

Biktorgj commented 2 years ago

The echo is probably caused by the microphone volume being set too high, you can try two things:

  1. While in a call, go to Phosh Settings -> Sound, and move the microphone slider to the left
  2. As root, edit /usr/share/alsa/ucm2/PinePhonePro/VoiceCall.conf, look for cset "name='IN1 Boost' 8" and set it to something lower, in the range of 0-3.
Biktorgj commented 2 years ago

If anyone is still having audio issues, please move to issue #81 where there's more up to date info so we can all get everything in one place