Hi,

I've just built latest snapshot alsa drivers, I have an emu0404 pci 
card.  The card failed to get properly detected, lspci revealed it had a 
device ID of 0x0008 not 0x0004 so I changed:

> {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40021102,
>        .driver = "Audigy2", .name = "E-mu 0404 [4002]",
>        .id = "EMU0404",
>        .emu10k2_chip = 1,
>        .ca0102_chip = 1,
>        .spk71 = 1,
>        .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */

to

> {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102,
>        .driver = "Audigy2", .name = "E-mu 0404 [4002]",
>        .id = "EMU0404",
>        .emu10k2_chip = 1,
>        .ca0102_chip = 1,
>        .spk71 = 1,
>        .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */

card is now detected and firmware loads ok. NO SOUND...


changed ca0102_chip = 1 to ca0108_chip = 1 - it seems I have some new 
variant of the card, the only distinguishing features are that it says 
MODEL EM8852 instead of the earlier EM8850 and the pcb is marked as Rev2 
not Rev A

I can now play back sound and control most functions with alsamixer, 
however I can't record(capture) sound - I've tried all the settings I 
can think of in alsamixer.  Does anybody know how to do this - is it 
supported?

Thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to