Arch sound problems

Okay I'm having problems with alsa. Alsa won't find my soundcard even tough it just recently worked fine 0.0 . 

 $ aplay -l : 

aplay: device_list:268: no soundcards found...

 

lsmod | grep snd:
 

snd_hda_codec_hdmi 36379 1

snd_hda_codec_realtek 45083 1 

snd_hda_intel 37352 0
snd_hda_codec 150017 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 6332 1 snd_hda_codec
snd_pcm 77822 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
snd_timer 18718 1 snd_pcm
snd 59029 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
soundcore 5418 1 snd

 also my user is in the audio group

 

try lspci | grep Audio? could it be broken by a kernel update? What exactly did you chance since it was working until it stopped. If it works on an ubuntu live cd or so, open it and see the output of lsmod there and see if you find a difference also see dmesg | grep snd and check if there are any errors while loading the modules

Well this is awkward.. It just started to work again by it self. I didn't do anything other than restart before the problem started. And yesterday when I tried restarting it didn't work. o.O