Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Soundcard
- To: tlug@example.com
- Subject: Re: Soundcard
- From: Tobias Diedrich <ranma@example.com>
- Date: Sat, 4 Aug 2001 09:22:42 +0200
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- Delivered-To: tlug@example.com
- In-Reply-To: <3B6B63D7.13812475@example.com>
- List-Help: <mailto:tlug-request@example.comsubject=help>
- List-Post: <mailto:tlug@example.com>
- List-Subscribe: <mailto:tlug-request@example.comsubject=subscribe>
- List-Unsubscribe: <mailto:tlug-request@example.comsubject=unsubscribe>
- Mail-Followup-To: tlug@example.com
- Old-Return-Path: <ranma@example.com>
- References: <3B6A3CFA.DCD903A1@example.com> <20010803170542.A31423@example.com> <3B6B63D7.13812475@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <XQaiwC.A.bMC.KL6a7@example.com>
- Resent-Sender: tlug-request@example.com
- Sender: Tobias Diedrich <ranma@example.com>
- User-Agent: Mutt/1.3.20i
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}
- Follow-Ups:
- Re: Soundcard
- From: Dan Lindfield <dan.lindfield@example.com>
- References:
- Soundcard
- From: Dan Lindfield <dan.lindfield@example.com>
- Re: Soundcard
- From: Uva Coder <uvacoder@example.com>
- Re: Soundcard
- From: Dan Lindfield <dan.lindfield@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: Linux firewall for a Samba || NT file server
- Next by Date: Re: Linux firewall for a Samba || NT file server
- Prev by thread: Re: Soundcard
- Next by thread: Re: Soundcard
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links