Hi:
I have had sound all week since I installed Slackware.
The only thing I changed yesterday was my default runlevel from 3 to 4.
Today when I turned my system on I don't have any sound.
I opened the "alsamixer" and raised up the pcm and the master and unmuted all
of the columns.
The system is giving me 2 messages and they are:
Code:
The audio playback device HDA ATT SB (ALC888 Analog) does not work.
Falling back to default.
When I did a sound test I didn't hear anything. Than saw this message-
Code:
Your soundcard is configured properly you have the correct output plugin selected. No other problem is blocking the soundcard.
Code:
bash-4.3$ aplay -l
aplay: device_list:268: no soundcards found...
bash-4.3$ lsmod | grep snd
snd_hda_codec_hdmi 26843 1
snd_hda_codec_realtek 31419 1
snd_hda_intel 29764 0
snd_hda_codec 124597 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 4738 1 snd_hda_codec
snd_pcm 62902 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 6062 2 snd_pcm,snd_hda_intel
snd_timer 14870 1 snd_pcm
snd 44159 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
soundcore 4318 1 snd
bash-4.3$
How can I fix this?