1

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.

1 Answers1

1

Two possibilities:

  1. 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

  2. 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