UpgradingAlsa

Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2010-09-03 12:16:23
Size: 1543
Editor: c83-254-134-97
Comment:
Revision 5 as of 2011-03-14 11:02:26
Size: 1722
Editor: c-83-233-18-148
Comment: Reflect Alsa 1.0.24 release
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
/!\ Aside from the Ubuntu web, there are several guides and blog posts about how to download, compile, and install newer ALSA driver versions yourself. These guides are of varying quality. The solutions suggested below are simpler, so it should not be necessary to follow them. /!\ Aside from the Ubuntu web, there are several guides and blog posts about how to download, compile, and install newer ALSA driver versions yourself. These guides are of varying quality, and in some cases, can break your system really bad. The solutions suggested below are simpler, so it should not be necessary to follow them.
Line 10: Line 10:
/!\ This currently does not make sense for Natty (Ubuntu 11.04) since the latest upstream ALSA release is in Natty already.

Sometimes upgrading sound drivers will help you fix an issue with your sound. There are several ways to upgrade your ALSA sound drivers.

First, some words of caution:

Warning /!\ Make sure you only have one override of ALSA drivers installed at a time. Make sure you uninstall the previous override before trying a new one, otherwise it is unclear which version will take precedence.

Warning /!\ Aside from the Ubuntu web, there are several guides and blog posts about how to download, compile, and install newer ALSA driver versions yourself. These guides are of varying quality, and in some cases, can break your system really bad. The solutions suggested below are simpler, so it should not be necessary to follow them.

The latest stable ALSA - simplest

Warning /!\ This currently does not make sense for Natty (Ubuntu 11.04) since the latest upstream ALSA release is in Natty already.

Whenever a stable release of ALSA is released, the linux-backports-modules-alsa-[Ubuntu Release]-[Kernel Flavor] is updated. [Ubuntu-release] means "karmic", "lucid", "maverick" etc, and [Kernel Flavor] normally means "generic" (or "server" for Ubuntu server edition). So just download and install this package, reboot, and test.

Daily snapshot - hottest and latest

Every night the current ALSA snapshot is taken and built on Launchpad by the Ubuntu Audio Developers Team. This will give you the absolute latest. See this link for how to install them.

DKMS

As a third option, DKMS packages can be constructed that automatically rebuilds themselves whenever a new kernel is installed. More information to come.

Audio/UpgradingAlsa (last edited 2013-10-11 03:11:58 by hd9483857)