Comment 69 for bug 269294

Revision history for this message
ideathproof (glenn-immortal) wrote : Re: [Bug 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

thanks works great

On Fri, 2009-07-10 at 15:42 +0000, marcosbelancon wrote:
> I have an ACER 5520 and I'm using the amd64 version of Jaunty. I don't
> know how to create and ".deb" file to fix the alsa problem, but here was
> easy to fix using the "alsa-driver-1.0.20" like "The Mike" have
> suggested. I made this:
>
> Step 1:
> Download <a href="ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2">Alsa drivers v10.0.20</a>
>
> Step 2:
> extract the contents.
>
> <b>
> tar -vxf alsa-driver-1.0.20.tar.gz
> </b>
>
> Step 3:
> Compile the driver
>
> <b>
> ./configure
> make
> sudo make install
> </b>
>
> Step 4:
> Configure alsa-base.conf
>
> Add the following line to the end of /etc/modprobe.d/alsa-base.conf
>
> <b>
> alias snd-card-0 snd-hda-intel
> options snd-hda-intel model=acer
> </b>
>
> Step 5:
> Reboot
>