InstallingLinuxAlsaDriverModules

Differences between revisions 1 and 2
Revision 1 as of 2010-04-08 18:00:58
Size: 50
Editor: pool-98-108-129-180
Comment:
Revision 2 as of 2010-04-08 18:17:33
Size: 2159
Editor: pool-98-108-129-180
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe Audio/Installing Crack-of-the-Day here. The Ubuntu Kernel Team produces what they call "Crack of the Day" builds of alsa-driver code. This is the latest
development code that is being worked on "upstream" and has all the most recent fixes to hardware issues. We ask
users having audio problems to install these builds in order to help us identify whether the issue has already
been fixed or if it's also an issue upstream.
                                                                                                                             
'''Adding the ppa'''
{{{
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
sudo apt-get update
}}}
                                                                                                                             
'''Install the linux-alsa-driver-modules package'''
{{{
sudo apt-get install linux-alsa-driver-modules-$(uname -r)
}}}
                                                                                                                             
After installing the linux-alsa-driver-modules package, your system needs to be rebooted.

The Ubuntu Kernel Team produces what they call "Crack of the Day" builds of alsa-driver code. This is the latest development code that is being worked on "upstream" and has all the most recent fixes to hardware issues. We ask users having audio problems to install these builds in order to help us identify whether the issue has already been fixed or if it's also an issue upstream.

Adding the ppa

sudo add-apt-repository ppa:ubuntu-audio-dev/ppa                                                                             
sudo apt-get update                                                                                                          

Install the linux-alsa-driver-modules package

sudo apt-get install linux-alsa-driver-modules-$(uname -r)                                                                   

After installing the linux-alsa-driver-modules package, your system needs to be rebooted.

Audio/InstallingLinuxAlsaDriverModules (last edited 2013-10-11 03:09:29 by hd9483857)