The Word of Chaos

The Life and Times of Kel “PraiseChaos” Cecil

The Word of Chaos header image 2

Fixing snd-intel-hda No Sound Issue in Ubuntu 8.10

November 6th, 2008 · 3 Comments

To my surprise, I once again had the “no-sound” issue when I upgraded from Ubuntu 8.04 to Ubuntu 8.10.  The same fix that re-enabled my sound in Ubuntu 8.04 also fixed my laptop in Ubuntu 8.10

The symptoms are:

  • alsamixer only presents controls for the Master volume.
  • Sound through the headphones work, but speakers do not.

The solution is as follows:

  1. Make a backup copy of /etc/modprobe.d/alsa_base, if you wish.
    ex: sudo cp /etc/modprobe.d/alsa-base /etc/modprobe.d/alsa-base.old
  2. Open /etc/modprobe.d/alsa-base in your favorite text editor.
    ex: sudo nano /etc/modprobe.d/alsa-base
  3. Add the following line to the end of the file:
    options snd-hda-intel enable=1 index=0 model=basic
  4. Save the changes to the file and reboot.

I hope this helps someone who’s frustrated with this particular issue.

Tags: Linux · Open Source

3 responses so far ↓

  • 1 Drac0 // Nov 8, 2008 at 6:17 am

    Thanks! This fixed my problem of no sound after upgrading, your examples were spot on!

  • 2 Lenny // Dec 1, 2008 at 10:28 pm

    Thanks a bunch. I had been `sudo alsa force-reload`ing every resume.

  • 3 Rob // Dec 20, 2008 at 10:20 pm

    Thanks. This looks like it fixed my sound problem.

Leave a Comment