You are not logged in.

#1 2022-10-08 09:48:38

xTrayambak
Member
Registered: 2022-10-08
Posts: 4

PulseAudio playback suddenly stopped without updating any packages

Hello everyone, I am Tray. I have recently picked up Arch Linux. I managed to install it on the first try using the installation guide and I booted into my i3wm desktop. I have been using it for a few days until today, when my laptop ran out of battery and it force-shutdown. When I rebooted it, it worked fine -- I booted back into my desktop. However, as soon as I tried some audio playback, I could not get any output! A quick check on pulseaudio shows that the daemon was running. Killing and restarting it helped to no extent. I tried to use alsamixer to see if my volume was set to 0, but it was at 100%. I am using builtin speakers and earphones for this laptop and when I ran pavucontrol, it showed me that my speakers were unavailable by tagging them like "Speakers (unavailable)" but my earphones, tagged like "Headphones" were just fine.

I have `alsa`, `alsa-utils`, `pulseaudio`, `pipewire` and `wireplumber` installed. Can it be that `pipewire/wireplumber` and `pulseaudio` are conflicting?

Thank you.

Offline

#2 2022-10-08 09:49:31

xTrayambak
Member
Registered: 2022-10-08
Posts: 4

Re: PulseAudio playback suddenly stopped without updating any packages

Also, when I try to run `espeak` to check if my audio works, it outputs this instead.
```
ALSA lib pcm_dmix.c:999:(snd_pcm_dmix_open) unable to open slave
error: No such file or directory
```

Offline

#3 2022-10-08 09:51:39

xTrayambak
Member
Registered: 2022-10-08
Posts: 4

Re: PulseAudio playback suddenly stopped without updating any packages

And here is what `lspci -knn | grep -iA2 audio` tells me.
```
00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:15b3]
    Subsystem: Lenovo Device [17aa:3813]
    Kernel driver in use: snd_hda_intel
--
00:09.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Carrizo Audio Dummy Host Bridge [1022:157d]
00:09.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Audio Controller [1022:157a]
    Subsystem: Lenovo Device [17aa:3818]
    Kernel driver in use: snd_hda_intel
```

Offline

#4 2022-10-08 11:19:57

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: PulseAudio playback suddenly stopped without updating any packages

xTrayambak, welcome to the forum. Please stop multiposting. If you are the last person to post in a thread, and you have something to add, please use the edit button to amend the last post.

In addition, this forum does not support markdown. Please edit your posts and use [ code ] tags (not quote tags) when posting output. This makes the output easier to read and provides a scroll box for long output.

https://wiki.archlinux.org/title/Genera … s_and_code
https://bbs.archlinux.org/help.php#bbcode

Offline

#5 2022-10-08 13:36:28

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,358

Re: PulseAudio playback suddenly stopped without updating any packages

Did wireplumber update to V 0.4.12-1? If so, try downgrading it 0.4.11-4.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Fractal Design Define 7 XL, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

/ is the root of all problems.

Offline

#6 2022-10-08 17:16:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,206

Re: PulseAudio playback suddenly stopped without updating any packages

wireplumber and pulseaudio will definitely conflict unless you configure wireplumber to disable audio integration, either do that or switch to pipewire-media-session

Offline

#7 2022-10-08 20:49:10

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,358

Re: PulseAudio playback suddenly stopped without updating any packages

or switch to pipewire-media-session

Exactly what I did - and fixed both audio and video problems for me.

Last edited by Roken (2022-10-08 20:50:53)


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Fractal Design Define 7 XL, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

/ is the root of all problems.

Offline

#8 2022-10-09 10:07:58

xTrayambak
Member
Registered: 2022-10-08
Posts: 4

Re: PulseAudio playback suddenly stopped without updating any packages

@Roken -- downgrading doesn't seem to help.
@2ManyDogs -- sorry for that; I forgot to comply by the rules, won't do that again xD
@V1del -- nope, that doesn't seem to help either.

Offline

#9 2022-10-09 18:54:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,206

Re: PulseAudio playback suddenly stopped without updating any packages

Then post what's currently going on for you

 aplay -Ll
pactl list cards
pactl list sinks
pactl list sink-inputs
sudo fuser -v /dev/snd/*
systemctl --user pipewire pipewire-media-session pulseaudio

Offline

Board footer

Powered by FluxBB