I was able to find the information elsewhere to download and compile the latest ALSA drivers, which fixed the problem.
I had to keep doing this on every kernel upgrade until 9.10, where it seemed to be fixed without any further action from me. After downloading the latest ALSA Drivers, this is what I did: 1: Move into the directory where the sound files were originally installed... cd /usr/src/alsa 2: Compile and install alsa-driver: cd alsa-driver* sudo ./configure --with-cards=hda-intel --with-kernel=/usr/src/linux- headers-$(uname -r) sudo make sudo make install 3: Compile and install alsa-lib: cd ../alsa-lib* sudo ./configure sudo make sudo make install 4: Compile and install alsa-utils : cd ../alsa-utils* sudo ./configure sudo make sudo make install 5: Reboot and its done! -- 9.04 64-bit: no sound at all on Dell Vostro 220s https://bugs.launchpad.net/bugs/401637 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
