MSI MPG X870E EDGE TI WIFI no sound

https://www.msi.com/Motherboard/MPG-X870E-EDGE-TI-WIFI/Specification

i wont if there is any way to solve this

systemctl --user enable pipewire pipewire-pulse
1 Like

I corrected the systemctl call to include –user argument

2 Likes

PipeWire - ArchWiki

Pipewire uses systemd/User for management of the server and automatic socket activation.

Normally, no further action is needed as the user service pipewire-pulse.socket should be enabled automatically by the package

Troubleshooting · Wiki · PipeWire / pipewire · GitLab

Make sure your systemd services and sockets are enabled and started (as --user) this includes pipewire.service, pipewire.socket, pipewire-pulse.service, pipewire-pulse.socket and wireplumber.service.

To check sockets and services for PipeWire and Wireplumber:

systemctl --user list-unit-files | grep wire

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.