Hi, I managed to enable the capture on this card. What I have done is:
- applied the method that suggested venky80: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/116326/comments/75 - on top of that, I changed the Makefile and hda_patch.h in the same directory so that the 3054 modules was not called anymore, - recompiled, rebooted and MY MIKE WORKS! (Just the external one, the internal one is muted). Hope this helps someone. My patch on top of the venky80 aforementioned patch: --- Makefile.orig 2007-05-02 10:02:21.000000000 +0200 +++ Makefile 2007-07-31 11:43:25.000000000 +0200 @@ -8,7 +8,6 @@ patch_cmedia.o \ patch_analog.o \ patch_sigmatel.o \ - patch_si3054.o \ patch_atihdmi.o \ patch_conexant.o \ patch_via.o --- hda_patch.h.orig 2007-07-31 13:32:29.000000000 +0200 +++ hda_patch.h 2007-07-31 12:34:46.000000000 +0200 @@ -11,7 +11,7 @@ /* SigmaTel codecs */ extern struct hda_codec_preset snd_hda_preset_sigmatel[]; /* SiLabs 3054/3055 modem codecs */ -extern struct hda_codec_preset snd_hda_preset_si3054[]; +// extern struct hda_codec_preset snd_hda_preset_si3054[]; /* ATI HDMI codecs */ extern struct hda_codec_preset snd_hda_preset_atihdmi[]; /* Conexant audio codec */ @@ -24,7 +24,7 @@ snd_hda_preset_cmedia, snd_hda_preset_analog, snd_hda_preset_sigmatel, - snd_hda_preset_si3054, + //snd_hda_preset_si3054, snd_hda_preset_atihdmi, snd_hda_preset_conexant, snd_hda_preset_via, -- No audio INTEL HD audio - Realtek ALC268 codec - Toshiba A205-S4577 https://bugs.launchpad.net/bugs/116326 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs