PINE64
No sound - 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: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: No sound (/showthread.php?tid=17441)

Pages: 1 2 3


No sound - anonymous - 10-07-2022

Hello

I've just lost sound support. When I lost it two days ago, a reboot was enough to get it back but today, it's over. Any suggestion?

This workaround seems to work:

Code:
systemctl --user stop pulseaudio
systemctl --user start pulseaudio


Enjoy Smile


RE: No sound - chris_02 - 10-07-2022

(10-07-2022, 10:25 AM)anonymous Wrote: Hello

I've just lost sound support. When I lost it two days ago, a reboot was enough to get it back but today, it's over. Any suggestion?

This workaround seems to work:

Code:
systemctl --user stop pulseaudio
systemctl --user start pulseaudio


Enjoy Smile

with a sudo reboot same problem.
with systemctl --user restart pipewire-pulse
and the reboot menu at the top right of the display it's good


RE: No sound - user641 - 10-07-2022

(10-07-2022, 01:57 PM)chris_02 Wrote:
(10-07-2022, 10:25 AM)anonymous Wrote: Hello

I've just lost sound support. When I lost it two days ago, a reboot was enough to get it back but today, it's over. Any suggestion?

This workaround seems to work:

Code:
systemctl --user stop pulseaudio
systemctl --user start pulseaudio


Enjoy Smile

with a sudo reboot same problem.

with the reboot menu at the top right of the display it's good
Biktorgj's firmware? Did you edit this file bellow?
Code:
/usr/share/alsa/ucm2/PinePhone/VoiceCall.conf



RE: No sound - chris_02 - 10-08-2022

(10-07-2022, 08:30 PM)user641 Wrote:
(10-07-2022, 01:57 PM)chris_02 Wrote:
(10-07-2022, 10:25 AM)anonymous Wrote: Hello

I've just lost sound support. When I lost it two days ago, a reboot was enough to get it back but today, it's over. Any suggestion?

This workaround seems to work:

Code:
systemctl --user stop pulseaudio
systemctl --user start pulseaudio


Enjoy Smile

with a sudo reboot same problem.

with the reboot menu at the top right of the display it's good
Biktorgj's firmware? Did you edit this file bellow?
Code:
/usr/share/alsa/ucm2/PinePhone/VoiceCall.conf

yes BF but if I change with 90% same problem


RE: No sound - user641 - 10-08-2022

(10-08-2022, 01:21 PM)chris_02 Wrote:
(10-07-2022, 08:30 PM)user641 Wrote:
(10-07-2022, 01:57 PM)chris_02 Wrote:
(10-07-2022, 10:25 AM)anonymous Wrote: Hello

I've just lost sound support. When I lost it two days ago, a reboot was enough to get it back but today, it's over. Any suggestion?

This workaround seems to work:

Code:
systemctl --user stop pulseaudio
systemctl --user start pulseaudio


Enjoy Smile

with a sudo reboot same problem.

with the reboot menu at the top right of the display it's good
Biktorgj's firmware? Did you edit this file bellow?
Code:
/usr/share/alsa/ucm2/PinePhone/VoiceCall.conf

yes BF but if I change with 90% same problem
It happened to me on arch a few days ago, and yesterday with a normal call I could not hear the other person, and the person could not hear me. There's something broken with the sound.


RE: No sound - anonymous - 10-09-2022

(10-07-2022, 01:57 PM)chris_02 Wrote:
(10-07-2022, 10:25 AM)anonymous Wrote: Hello

I've just lost sound support. When I lost it two days ago, a reboot was enough to get it back but today, it's over. Any suggestion?

This workaround seems to work:

Code:
systemctl --user stop pulseaudio
systemctl --user start pulseaudio


Enjoy Smile

with a sudo reboot same problem.
with systemctl --user restart pipewire-pulse
and the reboot menu at the top right of the display it's good

Yes my suggestion is a temporary workaround. When you reboot, you have to reapply it. I'll try your suggestion.

P.S: Your suggestion doesn't seem to help, I still have to restart Pulseaudio to make it work.


RE: No sound - dante404 - 10-17-2022

I have the same problem since a few days. Sad

Interesting: When I reboot my PinePhone audio devices are missing, volume control not working - Every time! When I check pulseaudio status via:
Code:
systemctl --user status pulseaudio
...then pulseaudio is not running, it's "loaded" but "inactive".

Then I have to:
Code:
systemctl --user start pulseaudio
...and pulseaudio is running, audio device is found, volume control works, everything seems to be fine (how long? Don't know yet).

I installed available pulseaudio updates yesterday via apt update, but the problem persists. Sad


RE: No sound - LibrePhoneUser - 10-17-2022

It is perhaps worth mentioning that installing PipeWire as a drop-in replacement for Pulseaudio, according to the Debian instructions, works on Mobian as well. I immediately did this on my Mobian install in order to get high-fidelity Bluetooth audio, and I have had no problems with sound since, even with all the recent Mobian updates.


RE: No sound - kubussz - 10-17-2022

(10-17-2022, 03:01 AM)LibrePhoneUser Wrote: It is perhaps worth mentioning that installing PipeWire as a drop-in replacement for Pulseaudio, according to the Debian instructions, works on Mobian as well. I immediately did this on my Mobian install in order to get high-fidelity Bluetooth audio, and I have had no problems with sound since, even with all the recent Mobian updates.

But what exactly did you do?


RE: No sound - dante404 - 10-18-2022

Here they also talk about pipewire:
https://fosstodon.org/@mobian/109109524888172541
But it's sounds like "No problem, it just works!"...  Huh which isn't the case on my phone (and pulseaudio is still here).