Not a programmer. Need no skipped steps in the solution.
When I enter:
systemctl --user --now disable pulseaudio.service pulseaudio.socket
I get:
The following unit files have been enabled in global scope. This means will still be started automatically after a successful disablement in user scope:
pulseaudio.service, pulseaudio.socket
What is the step by step solution for this to stop these unit files from being enabled in global scope? Thanks! - Sulyen
Got: Synchronizing state of pulseaudio-enable-autospawn.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install disable pulseaudio-enable-autospawn
Unit /usr/lib/systemd/system/pulseaudio-enable-autospawn.service is masked, ignoring.
The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=, Also=, or Alias= settings in the [install] section, and DefaultInstance= for template units). This means they are not meant to be enabled or disabled using systemctl.
Possible reasons for having these kinds of units are:
A unit may be statically enabled by being symlinked from another unit’s .wants/, .requires/, or .upholds directory.
A unit’s purpose may be to act as a helper for some other unit which has a requirement dependency on it.
A unit may be started when needed via activation (socket, path, timer, D-Bus, udev, scripted systemctl call, …).
In case of template units, the unit is meant to be enabled with some instance name specified.
Ok. Let’s try something else. Check your home directory for this file: ~/.config/pulse/client.conf. If it exists uncomment the the following line: autospawn = no. In case it does NOT exists create it and and add the line: autospawn = no. Log out ( ideally reboot ) your host and see what happens.
Still unable to resolve this issue. Must resolve it in order to restore HDMI sound to my Dell Precision M3800 laptop running Ubuntu 24.04.1 LTS. Before I owned this laptop for personal use it was a business networked laptop. Could that be the reason why some masked code insists on “unit files enabled in global scope” when trying to install PipeWire? Thanks for any help you can render!
Can anyone help this non-programmer on this issue. Stuck responding to the step at 25d. This is an issue affecting many people out there and deserves to be solved. Thanks!
Sulyen
I will add that I judge you will get more help from the forum if you research your filesystem navigation, file creation and editing and rebooting questions on your own. These are fundamental skills that you will need to maintain your machine. Asking ChatGPT is a great place for questions like these.
Tried but no change on the ragged sound re: HDMI/display port – built-in audio.
Whoever masked this thing also did it up way above my limited skill level. I’ve had Ubuntu on my laptop for many years and no probs until this one. But I’m a great-grandfather with beaucoup time commitments and had to reach out for help with this one. It seems to be a widespread issue affecting many others who aren’t Linux programmers. Thanks for your suggestion anyway.
Yeah switching sound backends is certainly an advanced topic. You are brave for giving it a go. It is a bit heavy handed, but if you are running a very old Ubuntu version you can upgrade to the latest LTS release (ubuntu-24.04) and it comes with Pipewire by default. That might be less painful for you.
The problem occurred when I upgraded to 24.4.1 LTS because while PipeWire is supposed to install, the old pulseaudio is still somehow precluding PipeWire from functioning, and the old pulseaudio apparently still there ceased to function as well. This happened to many on this most recent upgrade. Very aggravating. Thanks for your time and attention to this issue.