Hello,

I'm trying to get jmax running on a Dell Inspiron 8200 (P4)........ 
which has a Cyrus logic CS 4205 chip on it.

jmax only runs with alsa 0.9.0beta3........

The card-intel8x0.c code for 0.9.0beta3 only defines MODULE_DEVICES
        {{Intel,82801AA},"
        "{Intel,82901AB},"
        "{Intel,82801BA},"
        "{Intel,MX440}}");

The CS 4205 does not seem to fit into that (can't insmod) ..... so I 
downloaded a later version of alsa ..... and found that newer versions 
of card-intel8x0.c contain more definitions of devices .... notably:

MODULE_DEVICES("{{Intel,82801AA},"
        "{Intel,82901AB},"
        "{Intel,82801BA},"
        "{Intel,ICH3},"
        "{Intel,ICH4},"
        "{Intel,MX440},"
        "{SiS,SI7012},"
        "{NVidia,NForce Audio},"
        "{AMD,AMD768},"
        "{AMD,AMD8111}}");

I then did a dummy copy and paste job for all the occurences of these 
new definitons into the beta3 version of card-intel8x0.c

I compiled and installed, and this time all the modules were loaded 
correctly ........ /var/log/messages outputs:
Jun 18 21:31:12 xenakis kernel: PCI: Found IRQ 11 for device 00:1f.5
Jun 18 21:31:12 xenakis kernel: PCI: Sharing IRQ 11 with 00:1f.6
Jun 18 21:31:12 xenakis kernel: PCI: Setting latency timer of device 
00:1f.5 to 64

HOWEVER! ... when I try to run aplay I get:
ALSA lib pcm_hw.c:579:(snd_pcm_hw_open_subdevice) 
SNDRV_PCM_IOCTL_PVERSION failed: Invalid argument
aplay: main:442: audio open error: Invalid argument

can anyone help me with that ?

etienne


----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                      >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to