You are not logged in.
Pages: 1
So I've been using Arch for a while, and usually a few days into the installation my sound will just stop working, and nothing I try fixes it. Usually I just wipe the drive and reinstall Linux, but is there any way to actually fix this error? I've tried to unmute using Alsamixer, and even used pactl to set the default sink. The only sound that works is the beep sound whenever I make an invalid input. any help is appreciated
btw i use arch
Offline
Wiping the drive and reinstalling the system is always the wrong fix for any kind of error and you won't learn anything from it. And if the error is actually due to package/software versions/bugs you are just going to run into it again once the packages match the faulty versions.
There's little information on how you are verifying that it doesn't work. During an attempt to playback what are your outputs for
sudo fuser -v /dev/snd/*
aplay -lL
amixer -c0 #Replace that 0 with the correct card index from aplay -l
pacmd list-cards
pacmd list-sinks
pacmd list-sink-inputsPost these in
[code]code tags[/code]Offline
Pages: 1