Comment 9 for bug 887309

Revision history for this message
David Garcia Rojo (ouioui51) wrote :

Hi,

The patch posted here: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5250
works for me.

I just have to build alsa-driver manualy after applying the patch.

download alsa-driver.tar.bz2

sudo tar xjvf alsa-driver.tar.bz2
cd alsa-driver

copy the patch file here, then
patch -p1 -i emu1010pcie.patch

./configure
make
sudo make install

and then reboot.

tested on ubuntu 12.04

Hope that help someone.

The patch is not include on alsa 1.0.25 yet.
The alsa-source package still have a bug cause it fail on make command or with m-a.

Thanks.