You are not logged in.
I recently installed Arch on my computer, but there is no sound. I also tried using an external USB audio card, but that didn't show up. Other solutions to this problem didn't help.
Here is my alsa-info: http://alsa-project.org/db/?f=36bada15a … 003f2c5bdc.
Last edited by AUser0 (2022-01-30 15:53:43)
Offline
sudo fuser -v /dev/snd/*
pactl list-cards
If something like wireplumber is installed but you are using pulseaudio and not pipewire-pulse and don't want to change that you'd need to disable wireplumber
systemctl --user mask wireplumber --now
Online
$ sudo fuser -v /dev/snd/*
returned nothing.
$ pactl list-cards
No valid command specified.
$ systemctl --user mask wireplumber --now
Unit wireplumber.service does not exist, proceeding anyway.
Created symlink /home/auser0/.config/systemd/user/wireplumber.service → /dev/null.
Offline
I restarted my computer after running these commands and audio is working now. Thank you.
Offline