PINE64

Full Version: pmos/phosh edge update and audio disappears
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...ire-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 . . .)
(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 thought it was this again: https://postmarketos.org/edge/2021/04/15...ire-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 . . .)

I have the same issue after yesterdays upgrade. only "Analog Output - sun9i-hdmi." and no sound via the speakers
(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 thought it was this again: https://postmarketos.org/edge/2021/04/15...ire-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 . . .)

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>
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..
(07-01-2022, 07:07 AM)streak Wrote: [ -> ]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..

trying to 


Code:
sudo apk add alsa-lib=1.2.6.1-r0 

I get:


Code:
ERROR: unable to select packages:
  alsa-lib-1.2.7.1-r0:
    breaks: world[also-lib=1.2.6.1-r0]
    satisfies: . . . (lots of other packages)

ugh
Huh

(and I'd finally solved the mystery of the MMS settings, too . . .)
Sad
seems that You'll need to downgrade as well some other libs :/
(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?
(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 :/

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?

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.
(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 :/

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?

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.

Yes, I confirm it works again.
(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 :/

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?

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.

Yes, I confirm it works again.

- 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?