Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Soundcard



Dan Lindfield wrote:

>   Bus  0, device   7, function  5:
>     Multimedia audio controller: VIA Technologies Unknown device (rev 33).
>       Vendor id=1106. Device id=3058.

From <include/linux/pci_ids.h>:
|#define PCI_VENDOR_ID_VIA               0x1106
|#define PCI_DEVICE_ID_VIA_82C686_5      0x3058

From linux-2.4.7/drivers/sound/via82cxxx_audio.c:
|static struct pci_device_id via_pci_tbl[] __initdata = {
|        { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5, PCI_ANY_ID, PCI_ANY_ID,
| },
|        { 0, }
|};

So the Kernel VIA driver should handle your device.
What does your kernel say when you try to insert the via82cxxx modules ?

Try changing the line saying "#undef VIA_DEBUG" to "#define VIA_DEBUG"
in linux-yourversion/drivers/sound/via82cxxx_audio.c, recompile and try again.
It should then at least say something like:

ENTER
EXIT, returning (0|integer|-ENODEV)

-- 
Tobias							     PGP-Key: 0x9AC7E0BC
echo ${SIGNATURE}


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links