Hi Paul, At Wed, 2 Oct 2002 07:57:57 -0400, Paul Davis wrote: > > takashi - i can't post to alsa-devel at the moment (my ISP and sf.net > have messed up their configuration somehow).
oh it's bad... > i tried sending these via > jaroslav, but i got no reply whatsoever and they never showed up on > the list. i guess he is quite busy now to prepare the latest patches for 2.5 kernel. > 1) do you know why support for the SiS 7012 chip has been commented > out of the intel8x0 module? everything else in ALSA suggests > that its supported, except this: > > static struct pci_device_id snd_intel8x0_joystick_ids[] __devinitdata = { > { 0x8086, 0x2410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* 82801AA */ > { 0x8086, 0x2420, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* 82901AB */ > { 0x8086, 0x2440, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH2 */ > { 0x8086, 0x244c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH2M */ > { 0x8086, 0x248c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH3 */ > // { 0x8086, 0x7195, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* 440MX */ > // { 0x1039, 0x7012, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SI7012 */ > { 0x10de, 0x01b2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* NFORCE */ > { 0, } > }; si7012 is still supported. the array above is the list for joystick supports :) the pcm should work: static struct pci_device_id snd_intel8x0_ids[] __devinitdata = { ... { 0x1039, 0x7012, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_SIS }, /* SI7012 */ ... }; > 2) i recently compiled rc3 on a mandrake 8.2 system. everything went > smoothly. when i went to modprobe, i got messages suggesting to me > that there a mismatch between the kernels and the ALSA modules with > respect to symbol versioning. (several missing symbols, all with > versions). i've looked through the archives and tried google, but i > can't see how to fix this or if something else is going on. most likely the driver was built with the incompatible kernel tree. please check whether you installed the correct kernel-source package and configure points the right directory (you can pass the directory via --with-kernel option). or, it could be a problem of rc3. i've never compiled with module version. could you show which symbols are missing? also, please note that on some distribution such like SuSE, you need to overwrite certain kernel header files to match with the running kernel. for example, in the case of SuSE, /boot/vmlinuz.autoconf.h and /boot/vmlinuz.version.h must be renamed and copied to /usr/src/linux/include/linux, if you use an SMP kernel. i'm not sure how about on mandrake, so cc'ed to Thierry. ciao, Takashi ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel