Solved - Ubuntu 9.10 Audio Fix
I’ve been using Linux for years and haven’t had any issues with sound/audio working until recently. Audio had worked on this machine before, then it stopped working. Below is a fix that I found to work for my hardware.
Environment – Current
- Here’s my detailed ALSA output | hope it doesn’t disappear
- xubuntu 9.10 x64
- Kernel release: 2.6.31-20-server | yes, I install server by default
- ALSA Driver version: 1.0.20
- ALSA Library version: 1.0.20
- ALSA Utilities version: 1.0.20
- Module: snd-hda-intel: model=6stack power_save=10 power_save_controller=N
- Codec: Realtek ALC888
I think that explains the sound hardware and drivers.
The Fix
Like many people, I ended up working the Ubuntu Sound Trouble Shooting Guide. Previously, that guide worked to correct sound issues. It didn’t work today, which was frustrating. Anyway, here’s the fix that did work and is much easier.
Steps:
- Purge alsa-utils alsa-base
- Accept the removal of all dependencies too. This was scary.
- Reinstall xubuntu-desktop – I prefer xubuntu over gnome or kde.
sudo aptitude purge alsa-utils alsa-base
sudo aptitude install xubuntu-desktop
That’s it.
After a reboot, just unmute the audio and it worked. Desktop settings were not lost, which was unexpected, but you may lose yours. Backup before doing this. I hope this works for someone else. It is much easier that other options.
Trackbacks
Use the following link to trackback from your own site:
https://blog.jdpfu.com/trackbacks?article_id=555