Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Intel HDA soundcard, microphones and skype
Date: Wed, 11 Oct 2006 21:24:38
Message-Id: 7573e9640610111419l3b9a5682vb9e9274a5c69e15e@mail.gmail.com
In Reply to: Re: [gentoo-user] Intel HDA soundcard, microphones and skype by "Matthew R. Lee"
1 On 10/11/06, Matthew R. Lee <gentoo@××××××××××.org> wrote:
2 > The arecord apeared to work, but when I played it back with aplay - silence!
3
4 At this point you may want to try the patch that you found on the
5 forums. Unfortunately it doesn't apply cleanly against 1.0.13, and
6 the original patch author didn't release it under any defined
7 licensing terms, so it isn't legal for me to update it for 1.0.13 and
8 publish it. So you will either have to downgrade to 1.0.11 and use
9 his patch as-is, or pester him for an update to .13, or even better
10 re-publish his patch under the GPL like the rest of alsa.
11
12 If you want to use the patch as-is, copy and save it to a file, such
13 as conexant.patch. Then download alsa-driver-1.0.11.tar.bz2 from [1],
14 and put it in the same directory as the patch. Then run (as root):
15
16 > tar -xjf alsa-driver-1.0.11.tar.bz2
17 > cd alsa-driver-1.0.11
18 > patch -p1 --ignore-whitespace < ../conexant.patch
19 patching file alsa-kernel/pci/hda/hda_patch.h
20 patching file alsa-kernel/pci/hda/Makefile
21 patching file alsa-kernel/pci/hda/patch_conexant.c
22 patching file pci/hda/patch_conexant.c
23 > ./configure --with-cards=hda-intel
24 [configure output omitted]
25 > make && make install && /etc/init.d/alsasound restart
26 [make output omitted]
27
28 This should work, but if you have problems (like crashes, devices not
29 being found, etc), you might need to downgrade alsa-lib, alsa-plugins,
30 alsa-firmware, alsa-headers, alsa-tools, and alsa-utils to version
31 1.0.11 as well with /etc/portage/package.mask.
32
33 HTH,
34 -Richard
35
36 [1] ftp://ftp.alsa-project.org/pub/driver/
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Intel HDA soundcard, microphones and skype "Matthew R. Lee" <gentoo@××××××××××.org>