I recently performed a clean install of Ubuntu 12.04.5 to cure a few problems, including only having 'dummy output' for sound. After re-install the sound worked fine right up until I installed Gnome 3 on my desktop. After that, sound settings listed only dummy output for a sound card. Using alsa-mixer from the command line shows the proper sound card, but I still could not get any sound from the speakers. I tried updating the alsa drivers, with no luck. I also purged the Gnome ppa from the computer, uninstalled Gnome, and still had the same problem. I had to re-install Ubuntu again to get the sound card working. I would appreciate any help on this since I much prefer the Gnome desktop to Unity.
Asked
Active
Viewed 904 times
1
sudo modprobe snd-hda-intel
– mchid Dec 18 '14 at 20:58sudo service pulseaudio stop
thensudo alsa force reload
and finallysudo service pulseaudio start
– mchid Dec 18 '14 at 21:03