You are not logged in.

#1 2022-01-30 15:22:25

AUser0
Member
Registered: 2022-01-30
Posts: 3

[Solved] No audio output or input devices found

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.
4MsTBHD.png
Here is my alsa-info: http://alsa-project.org/db/?f=36bada15a … 003f2c5bdc.

Last edited by AUser0 (2022-01-30 15:53:43)

Offline

#2 2022-01-30 15:26:44

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,944

Re: [Solved] No audio output or input devices found

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

Offline

#3 2022-01-30 15:40:52

AUser0
Member
Registered: 2022-01-30
Posts: 3

Re: [Solved] No audio output or input devices found

$ 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

#4 2022-01-30 15:52:53

AUser0
Member
Registered: 2022-01-30
Posts: 3

Re: [Solved] No audio output or input devices found

I restarted my computer after running these commands and audio is working now. Thank you.

Offline

Board footer

Powered by FluxBB