What kind of problem with sound are you having? I use the same module, and all I got is a continuous "shhhhhhhhhhhh" for a while. -- Tomás A. Schertel http://tomas.archlinux-br.org/ ---------------------------------------------- Linux Registered User #304838 Arch Linux User http://www.archlinux-br.org/ ---------------------------------------------- X Fórum Internacional Software Livre - fisl10 24 a 27 de junho de 2009 PUCRS - Porto Alegre - Brasil On Tue, Apr 14, 2009 at 1:07 PM, David Rosenstrauch <darose@darose.net>wrote:
My sound module's (snd-hda-intel) been broken in ALSA for a while now. Was working around the problem by keeping myself on kernel 2.6.27, but finally gave that up this week (for various reasons) and now I'm without sound again.
Tried using OSS instead, but that didn't work either (no headphone support for my codec), so I'm now trying to rebuild the kernel with ALSA 1.0.19 support, since that version of ALSA is supposed to fix the problem. (The current kernel apparently uses version 1.0.18a.)
Not having much luck though. I followed instructions on the ALSA wiki build page on how to copy the ALSA source onto the kernel source before building, but the build is failing when it hits the sound modules:
... CC [M] sound/core/sound_oss.o CC [M] sound/core/info_oss.o CC [M] sound/core/vmaster.o CC [M] sound/core/jack.o sound/core/jack.c:31: error: ‘SW_VIDEOOUT_INSERT’ undeclared here (not in a function) make[2]: *** [sound/core/jack.o] Error 1 make[1]: *** [sound/core] Error 2 make: *** [sound] Error 2 ==> ERROR: Build Failed. Aborting...
Anyone have any idea what the problem might be and/or how to work around the problem?
TIA,
DR