From: Takashi Iwai <tiwai@suse.de>
To: Paul Davis <pbd@op.net>
Cc: alsa-devel@lists.sourceforge.net,
Thierry Vignaud <tvignaud@mandrakesoft.com>
Subject: Re: questions for alsa-devel
Date: Wed, 02 Oct 2002 14:53:14 +0200 [thread overview]
Message-ID: <s5hu1k5j939.wl@alsa2.suse.de> (raw)
In-Reply-To: <200210021157.g92Bvvk12578@op.net>
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
next parent reply other threads:[~2002-10-02 12:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200210021157.g92Bvvk12578@op.net>
2002-10-02 12:53 ` Takashi Iwai [this message]
2002-10-02 13:17 ` questions for alsa-devel Thierry Vignaud
2002-10-02 13:29 ` Takashi Iwai
2002-10-02 13:37 ` Thierry Vignaud
2002-10-02 13:44 ` Takashi Iwai
2002-10-03 1:51 ` James Courtier-Dutton
2002-10-03 15:27 ` James Tappin
2002-10-07 6:46 ` Thierry Vignaud
2002-10-02 16:12 ` Patrick Shirkey
[not found] <200210021357.g92DvYsu010195@smtp.mandrakesoft.com>
2002-10-02 14:07 ` Thierry Vignaud
[not found] <200210021457.g92Evdsu029206@smtp.mandrakesoft.com>
2002-10-02 15:25 ` Thierry Vignaud
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hu1k5j939.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=pbd@op.net \
--cc=tvignaud@mandrakesoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.