Audio Not Working After Update

I’m having the same problem after yesterday’s big batch of updates (on GNOME edition here), and the audio dies so often, sometimes just from pausing a YouTube video or a file in VLC, that I resorted to creating a bash/zsh function to use in a dropdown terminal:

function par () {
    rm -v ~/.config/pulse/*.tdb
    rm -v ~/.config/pulse/cookie
    systemctl --user restart pulseaudio
    systemctl --user status pulseaudio  
}

I really hope the next update repairs this, it’s essentially unusable now.

1 Like

Same issue after big stable branch update 06.12.22 .
Reported allready in stable update announcement but no answers sofar

Clementine still works, no idea why!!

Reverted with a backup of 04.12.22.

I think i don’t upgrade until next stable branch update!

Manjaro is useless for me without sound!!

Here some information

Manjaro-log-helper

Same is happening to me on Gnome version, I even completely removed the pulse audio and installed pipewire but no luck.

I already reported it here Audio Broken after latest updates

I am even now facing video rendering on browsers (firefox/chrome), the sound plays but the video shows the buffering on-going.

To everyone that has sound problems (like me), just revert to the previous kernel.
I just went to /var/cache/pacman/pkg and installed the previous one.
sudo pacman -U linux515-5.15.78-1-x86_64.pkg.tar.zst

This fixed the problem for me.

5 Likes

Works Fine For But

It will be a temporary solution to all of us who are having the audio issue after update.

pulseaudio.socket appears to be working with no problems

pulseaudio.service has a minor misconfiguration (a systemd service should be disabled if it is controlled by a socket) but it is unlikely to be the cause of recent audio issues

use this command to disable pulseaudio.service

systemctl --user disable pulseaudio

The message about /etc/pulse/default.pa.d is just a warning and can be ignored. PulseAudio 15.0 release notes explain why this feature was added for packagers to add customisations
Warning message can be dealt with by creating an empty folder

sudo mkdir /etc/pulse/default.pa.d/

Warning message Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider() can also be ignored
(or see this post for how to edit bluetooth service to remove experimental features option)

[most of the comment above was drafted last night before comments from other users]


Welcome to Manjaro forum @manoellgamer, @MeGustaElArroz23, @tbst, @warnimon
and @awakeel
good to see some of you thinking around the problem looking for an effective solution

@tbst - I agree pulseaudio is not causing the problem (but it is weird that restarting pulseaudio provides a temporary fix). The last update did not include any new pulseaudio packages

And if users on PipeWire are having similar problems it probably isn’t either of the software sound servers

@jrguerrero
If downgrading the kernel resolved audio issues I suspect the new kernel version may have some changes for audio drivers (likely suspect is something related to Intel SST laptop drivers? for kaybylake? new drivers were released to later kernels a few months ago maybe just been backported to LTS kernels?)

Another strange thing about this issue was that it was not reported by anyone on unstable or testing repositories. I suspect that most users on these repositories may be using kernel v6.0 rather than an LTS kernel

So I suggest users install kernel v6.0

sudo mhwd-kernel -i linux60

If later kernel works that is a better long-term solution

If kernel v6.0 doesn’t work get more information about audio hardware and drivers from ALSA

sudo alsa-info.sh --upload
2 Likes

i installed Kernel 6.0 and so far no issues.

4 Likes

Here too, kernel 6 solved the problem.

2 Likes

This also works for me but it breaks other things… such as video rendering is not working properly and i have missing nvidia drivers

I tried to used Pipewire and it also have exactly the same behavior. Restarting it gives a temporary fix but the audio is gone again after a few minutes or when i stop a video.

BTW when can we expect a fix?

If system has proprietary nvidia drivers, user should also downgrade linux515-nvidia and linux515-headers to previous version matched to downgraded version of linux515

Command suggested to Install later kernel v6.0 should install all 3 required packages (linux60 linux60-nvidia linux60-headers) and update GRUB boot menu to include new kernel alongside downgraded kernel

What about releasing LTS Kernels again with source from last working stable update but new(!!) and higher version numbers?

This way all troubles will be fixed, new installs will work after upgrades and you have plenty of time to find the reason of all these troubles?!

I won’t do any upgrades until next stable update is announced. Leaving the LTS kernel path is NO option for me!

Kernel 6.0 seems to be no option?!

where can I download this kernel version? I did a fresh install and other major kernel versions didnt worked for me.

to install kernel go to ‘manjaro settings manager’ > ‘kernel’

you can select the kernel, on boot, from the grub boot menu

already tried all of them. None works. That’s why i exactly need 5.15.78-1. From my experience, LTS and unstable means the exact same thing.

Posted solution said to downgrade kernel.

Just confirming that upgrading from 5.15.81-1 to 6.0.11-1 also is a solution.
Just issue with 5.15.81 LTS perhaps.

Hi All
I’ve got the exact problem.
has somebody solved it so far?
what is the solution?

So far disabling the LTS kernel and using 6.0.11-1 seems to fix my audio issues, with no noticeable downsides yet on Manjaro GNOME (tried YouTube in Firefox, VLC and Clementine)

Just to add that I have exactly the same issue but using pipewire. Restarting wireplumber fixes it for a short time and the sound generally stays as long as for example a video is playing. I’ve tried disabling power management for the sound card but that didn’t make a difference.

Welcome to Manjaro forum

Popular opinion here favours the short-term solution of downgrading kernel
In other discussions users chose to upgrade to kernel v6.0, because it is simpler (Manjaro has good tools for managing kernels but not downgrading) and better in the long-term

If the developers are aware of the problems with LTS kernels and pull whatever is causing the audio issue, later versions of LTS kernels will be ok. But it would still take a while for changes to land in Manjaro stable branch packages

2 Likes