Re: intel-hda STAC9200 support crippled
"Linuxant support (Jonathan)" <[email protected]>
| Newsgroups | gmane.linux.drivers.modem.hsf |
|---|---|
| Message-ID | <[email protected]> |
Hi, the compilation issue with the kernel patched with the suspend2 patch suggest that you are trying to use version 7.43.00.01 of the driver. We have released 7.47.00.00 of the driver, this version should fix the compilation issue with the suspend2 patch. Additionally, we have upgraded the code closely related to ALSA in this new release so it is quite possible that it will fix the issue with CVS ALSA as well. The latest version of the HSF modem driver can be downloaded at: http://www.linuxant.com/drivers/hsf/downloads-license.php Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] Novensiles divi Flamen wrote: > My modem is an intel HDA with the STAC9200 chipset and needs the CVS alsa in > order to work properly. I'm having major problems getting CVS alsa and > hsfmodem to play together. > > Using 2.6.16 and inkernel alsa the modem driver compiles and works fine. > Soundcard has some very annoying issues {headphones don't cut off speakers, > mix doesn't work} > > Using 2.6.16 and CVS alsa the modem driver compiles but then never manages to > load properly - all of the possible drivers load up and the modem is > eternally 'busy'. {I put the cvs alsa into my kernel tree - I saw on the > mailing list archives that someone asked how to do this a few weeks ago, so > instructions are below} > > Using 2.6.16 with suspend2 patches the modem driver never compiles. > > This is a rather annoying trade-off to make. Has anyone had success compiling > hsfmodem against cvs alsa? Or will full STAC9200 support be included in > hsfmodem soon? I am quite willing to help by testing or providing more > detailed information {just let me know what you want}. > > - Noven > > <snip> > You mentioned it can be merged into ALSA(1.0.11RC4), could you please tell > me how i can do this? > Thank you in advance. > <snip> > > In order to merge the CVS alsa into your kernel tree: > > 1. checkout the "alsa-kernel" module from the alsa-project cvs. Go to > http://alsa-project.org/download.php for instructions. > > 2. cd into the kernel tld > > 3. move the sound/oss dir and the sound_core.o file to some safe location > > 4. remove the "sound" directory > > 5. copy the checked out "alsa-kernel" dir into the kernel tld and rename > it "sound" > > 6. remove "sound/oss" directory > > 7. move the "oss" dir and sound_core.o file from step 3 back into the "sound" > dir > > 8. remove include/sound/* > > 9. move sound/include/* dir into the ../include/sound/ dir. > > 10. you can now build and install kernel as usual. >