After installing the update to 11.10 the sound on my computer is gone. What happened? I have a HDA Intel with a Realtek ALC1200 chipset. Is there a simple solution to this problem. I'm no computernerd.
Asked
Active
Viewed 641 times
1
-
Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding the information? – Jorge Castro Dec 31 '11 at 18:32
1 Answers
1
Two possibilities:
You login to gnome as root. The pulseaudio daemon is not getting started when you login as root into gnome. On console, try:
open /usr/bin/pulseaudio
You got a new kernel (not surprising, considering you updated to a new Ubuntu version). This means you should now recompile the ALSA (advanced Linux sound architecture) driver (the Ubuntu team always forgets this, for whatever reason). Afterwards, sound works fine (until the next kernel-upgrade)
cat /proc/asound/version
http://www.alsa-project.org/main/index.php/Main_Page
Mine shows
Advanced Linux Sound Architecture Driver Version 1.0.24.

WitchCraft
- 1,834