No laptop audio after dual boot

I recently installed windows 10 alongside manjaro xfce and my laptop audio doesn’t work now.
inxi -Fazy output:

Audio:
  Device-1: Intel Cannon Lake PCH cAVS vendor: Hewlett-Packard
  driver: snd_hda_intel v: kernel alternate: snd_soc_skl,snd_sof_pci
  bus-ID: 00:1f.3 chip-ID: 8086:a348 class-ID: 0403
  Device-2: NVIDIA GP107GL High Definition Audio driver: snd_hda_intel
  v: kernel bus-ID: 01:00.1 chip-ID: 10de:0fb9 class-ID: 0403
  Sound Server-1: ALSA v: k5.10.59-1-MANJARO running: yes
  Sound Server-2: JACK v: 1.9.19 running: no
  Sound Server-3: PulseAudio v: 15.0 running: yes
  Sound Server-4: PipeWire v: 0.3.33 running: yes

Did a lot of troubleshooting myself, nothing worked.
Edit: Audio starts working after I close the laptop’s lid and reopen it.

System has 2 incompatible sound servers running

  Sound Server-3: PulseAudio v: 15.0 running: yes
  Sound Server-4: PipeWire v: 0.3.33 running: yes

Pipewire cannot support audio unless PulseAudio is removed and replaced, but it might impede PulseAudio functions

Use this command to stop, disable and mask Pipewire services

systemctl --user disable --now pipewire.socket && systemctl --user disable --now pipewire.service && systemctl --user mask pipewire.socket
1 Like