![]() |
pmos/phosh edge update and audio disappears - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: pmos/phosh edge update and audio disappears (/showthread.php?tid=16940) |
pmos/phosh edge update and audio disappears - robthebold - 06-30-2022 I today updated pmos/phosh edge and now I don't have audio. There used to be an "Internal Speaker" option in the audio output of settings|sound, but now the only choice is "Analog Output - sun9i-hdmi." So this means no audio in/out for phone/web/apps/etc. I thought it was this again: https://postmarketos.org/edge/2021/04/15/pipewire-pulse/ but that's not the fix this time. Pipewire-pulse doesn't seem to be the culprit. And I can pop in an old SD card with un-updated OS and audio is fine(ish) so it's not hardware suddenly flaking out. Ideas? (Thanks in advance . . .) RE: pmos/phosh edge update and audio disappears - streak - 07-01-2022 (06-30-2022, 08:15 PM)robthebold Wrote: I today updated pmos/phosh edge and now I don't have audio. There used to be an "Internal Speaker" option in the audio output of settings|sound, but now the only choice is "Analog Output - sun9i-hdmi." So this means no audio in/out for phone/web/apps/etc. I have the same issue after yesterdays upgrade. only "Analog Output - sun9i-hdmi." and no sound via the speakers RE: pmos/phosh edge update and audio disappears - mark1250 - 07-01-2022 (06-30-2022, 08:15 PM)robthebold Wrote: I today updated pmos/phosh edge and now I don't have audio. There used to be an "Internal Speaker" option in the audio output of settings|sound, but now the only choice is "Analog Output - sun9i-hdmi." So this means no audio in/out for phone/web/apps/etc. It is due to the update of alsa-lib from 1.2.6 to 1.2.7. There is a fix in the works, but unknown when it will be available. If you can't wait for the fix, you can downgrade alsa-lib and alsa-ucm-conf back to 1.2.6 apk add /var/cache/apk/alsa-lib-1.2.6<tab> and then apk add /var/cache/apk/alsa-ucm-conf-1.2.6<tab> RE: pmos/phosh edge update and audio disappears - streak - 07-01-2022 There's no package in cache so.. it needs to be done this way: sudo apk add alsa-lib=1.2.6.1-r0 sudo apk add alsa-ucm-conf=1.2.6.3-r0 Issue solved temporarily.. RE: pmos/phosh edge update and audio disappears - robthebold - 07-01-2022 (07-01-2022, 07:07 AM)streak Wrote: There's no package in cache so.. it needs to be done this way: trying to Code: sudo apk add alsa-lib=1.2.6.1-r0 I get: Code: ERROR: unable to select packages: ugh ![]() (and I'd finally solved the mystery of the MMS settings, too . . .) ![]() RE: pmos/phosh edge update and audio disappears - streak - 07-01-2022 seems that You'll need to downgrade as well some other libs :/ RE: pmos/phosh edge update and audio disappears - robthebold - 07-01-2022 (07-01-2022, 10:01 AM)streak Wrote: seems that You'll need to downgrade as well some other libs :/ Well, I'm back off the Edge, so to speak, while this gets sorted out. This bug really takes the 'phone' out of telephone. But more seriously, is there a bug tracker somewhere that I should be checking for updates or contributing tests results? RE: pmos/phosh edge update and audio disappears - robthebold - 07-03-2022 (07-01-2022, 04:32 PM)robthebold Wrote:(07-01-2022, 10:01 AM)streak Wrote: seems that You'll need to downgrade as well some other libs :/ Ok, the bug was already reported in the PMOS gitlab repo. Merge request has been made and accepted, and I can confirm that the latest version installed with apk upgrade fixes the problem (after a reboot). Affected devices other than original pinephone may or may not have been fixed yet. RE: pmos/phosh edge update and audio disappears - Juergen - 07-04-2022 (07-03-2022, 06:19 PM)robthebold Wrote:(07-01-2022, 04:32 PM)robthebold Wrote:(07-01-2022, 10:01 AM)streak Wrote: seems that You'll need to downgrade as well some other libs :/ Yes, I confirm it works again. RE: pmos/phosh edge update and audio disappears - arkadione - 07-10-2022 (07-04-2022, 10:41 AM)Juergen Wrote:(07-03-2022, 06:19 PM)robthebold Wrote:(07-01-2022, 04:32 PM)robthebold Wrote:(07-01-2022, 10:01 AM)streak Wrote: seems that You'll need to downgrade as well some other libs :/ - I use OG pinephone and still don't have it working again. $ apk -vv info alsa-lib-1.2.6.1-r0 - Advanced Linux Sound Architecture (ALSA) library alsa-ucm-conf-1.2.6.3-r0 - ALSA Use Case Manager configuration my headset audio works but 'internal speaker' doesn't. I did `apk fix` for those packages and rebooted but it didn't do anything. -related: how do i know if i am on Edge or stable? and switch? |