![]() |
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) |
RE: No sound - dante404 - 10-20-2022 I'm surprised that not more users here experienced this problem... ![]() RE: No sound - Gumur - 10-20-2022 (10-20-2022, 08:26 AM)dante404 Wrote: I'm surprised that not more users here experienced this problem... I had this issue, but after the update 10-16-2022, the sound returned in my two pinephones. RE: No sound - d-.-b - 10-21-2022 (10-17-2022, 01:30 AM)dante404 Wrote: I have the same problem since a few days. Just want to add that I am in this exact situation too. After each reboot, got to restart Pulseaudio to get sound and side buttons to work. If I forgot, I miss calls as the phone does not ring. RE: No sound - d-.-b - 10-23-2022 (10-17-2022, 06:34 AM)kubussz Wrote:(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. So to have Pipewire audio working here is what I did: It is a derivative from what I've learn there: https://www.youtube.com/watch?v=cZBFdCQx0LI https://wiki.debian.org/PipeWire#For_PulseAudio Pipewire was already on my Bookworm system: Code: mobian@mobian:~$ apt search pipewire Verifying pulseaudio: Code: mobian@mobian:~$ pactl info Adding libraries like in the video posted above (for Ubuntu and I dont know if necessary) and wireplumber (that necessary for removing pipewire-media-session): Code: mobian@mobian:~$ sudo apt install pipewire-audio-client-libraries libspa-0.2-bluetooth libspa-0.2-jack wireplumber If you need to enable Pipewire Bluetooth now do (as said from the video, I have not tried that as I dont need bluetooth): Code: mobian@mobian:~$ sudo apt remove pulseaudio-module-bluetooth Starting wireplumber service: Code: mobian@mobian:~$ systemctl --user --now enable wireplumber.service Reboot the system After reboot, pipewire shoud be running: Code: mobian@mobian:~$ pactl info Ensure this continues working after a reboot. If not, you may need to "mask" the PulseAudio service by running: Code: mobian@mobian:~$ systemctl --user mask pulseaudio I am very new to Linux so feel free to make corrections but it did the trick for me. Pipewire is starting after every reboots, buttons on the side are working and sound quality is improved for sure. Hope it help some. RE: No sound - kubussz - 10-24-2022 Hi. I have a problem with internal earpiece. He farts terribly while talking. How fix it? RE: No sound - Zebulon Walton - 10-25-2022 (10-23-2022, 06:13 AM)d-.-b Wrote: So to have Pipewire audio working here is what I did: Interesting. Although I do have sound, for a while now my volume buttons have not worked during calls. I may give this a try to see if it fixes the problem. (Will do a full image backup first though!) RE: No sound - dante404 - 10-27-2022 (10-23-2022, 06:13 AM)d-.-b Wrote: So to have Pipewire audio working here is what I did:Thank you! ![]() I will try this as soon as I have the time (although I still don't understand why pulseaudio won't autostart anymore ![]() RE: No sound - bry - 10-27-2022 (10-27-2022, 01:58 PM)dante404 Wrote:(10-23-2022, 06:13 AM)d-.-b Wrote: So to have Pipewire audio working here is what I did:Thank you! I also had trouble with pulseaudio not autostarting anymore. I tried the pipewire suggestions a few days ago and at first it seemed like an improvement. But over the past couple days I've found a few times that all of a sudden all sound stops working - speakers and mic. Sometimes I'll hear a single clicking noise when pushing the button to wake the PinePhone and then sound isn't working, other times there is no click. I can usually get sound back via Code: systemctl --user restart pipewire but I think maybe once I had to reboot. Perhaps oddly, restarting pipewire results in several clicking noises from the phone, just like the camera noises on boot. After the clicking noises stop, sound works again for a while, and sometimes the last few sounds to play all play at once. After restarting pipewire, journalctl is full of stuff like Code: callaudiod[819]: Error in PulseAudio context: Connection terminated which I guess may or may not be related to my sound issues... (Apparently on Fedora the solution to the libcamera errors is to install pipewire-plugin-libcamera which contains file libspa-libcamera.so but I haven't found a debian/mobian package containing that file yet... but maybe I'm getting off-topic.) RE: No sound - dante404 - 10-28-2022 (10-27-2022, 08:00 PM)bry Wrote: I tried the pipewire suggestions a few days ago and at first it seemed like an improvement. Oh... that's bad... ![]() Then I will wait with switching to pipewire - Thanks for posting!!! Interesting: The last 2 or 3 reboots pulse audio startet automatically as it should do and has done before! There was no pulseaudio update the last days, perhaps any other update somehow 'fixed' this... or it's just random/luck. ![]() RE: No sound - anonymous - 11-01-2022 (10-20-2022, 08:26 AM)dante404 Wrote: I'm surprised that not more users here experienced this problem... Sometimes, I don't have to use any workaround. In my case, the problem occurs more often when I use the power saving mode. Maybe it explains why not much users experienced this problem. |