root@localhost ~]# alsactl init
alsactl: init:1743: No soundcards found...
[root@localhost ~]#
What is the output of
lspci | grep -i audio
[root@localhost ~]# lspci | grep -i audio
00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
Just spotted this...
[root@localhost ~]# modprobe snd-snd-hda-intel
The command is not right. It should be modprobe snd-hda-intel
From terminal type: locate snd-hda-intel to check if the module is there.
What error do you get when trying to start alsamixer?
Here is the output of the correct command:
[root@localhost ~]# modprobe snd-hda-intel
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd-page-alloc.ko.gz': No such
file or directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd.ko.gz': No such file or
directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd-timer.ko.gz': No such file
or directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd-pcm.ko.gz': No such file
or directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/core/snd-hwdep.ko.gz': No such file
or directory
WARNING: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/pci/hda/snd-hda-codec.ko.gz': No
such file or directory
FATAL: Could not open
'/lib/modules/3.2.18-pclos2.bfs/kernel/sound/pci/hda/snd-hda-intel.ko.gz': No
such file or directory
[root@localhost ~]#
This was after I tried as you suggested regarding uninstall/reinstall of alsa.
This is the error when starting ALSAMIXER:
alsamixer:function snd_ctl_open failed for default:No such file or directory