You are not logged in.
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
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
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
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
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
wireplumber and pulseaudio will definitely conflict unless you configure wireplumber to disable audio integration, either do that or switch to pipewire-media-session
Offline
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
@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
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 pulseaudioOffline