chaostic
Group: Members
Posts: 328
Joined: Mar. 2005 |
|
Posted: May 25 2008,17:58 |
|
It's a via combo bridge. I have a similar via based board
Code Sample | order*dsl@srp:~ lspci 00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge (rev 03) 00:00.1 RAM memory: Transmeta Corporation SDRAM controller 00:00.2 RAM memory: Transmeta Corporation BIOS scratchpad 00:0d.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27) 00:11.0 ISA bridge: VIA Technologies, Inc. VT8231 [PCI-to-ISA Bridge] (rev 10) 00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) 00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1e) 00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1e) 00:11.4 Bridge: VIA Technologies, Inc. VT8235 ACPI (rev 10) 00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 40) 00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 51)
order*dsl@srp:~ dmesg | grep -i via <6>VP_IDE: VIA vt8231 (rev 10) IDE UDMA100 controller on pci00:11.1 <6>via-rhine.c:v1.10-LK1.1.19 July-12-2003 Written by Donald Becker <6> http://www.scyld.com/network/via-rhine.html <6>eth0: VIA VT6102 Rhine-II at 0xe2101000, 00:0e:7f:aa:07:fa, IRQ 15. <6>Via 686a/8233/8235 audio driver 1.9.1-ac3 <6>ac97_codec: AC97 Audio codec, id: VIA97 (Unknown) <6>via82cxxx: board #1 at 0xE000, IRQ 10
order*dsl@srp:~ lsmod | grep via via82cxxx_audio 19448 1 ac97_codec 11916 0 [via82cxxx_audio] uart401 6052 0 [via82cxxx_audio] sound 55276 0 [via82cxxx_audio uart401] soundcore 3428 4 [via82cxxx_audio sound]
|
Your via chip and mine are driven by the same driver, so there's a chance you can use this info. Can you check lsmod, see if any of those are loaded? Also, run dmesg | grep -i "via" since the driver doesn't have 8233 in it's name
And for the pin A thing, it seems that that might be an unsupported bios raid option thing with your motherboard.
Are you booting no-acpi? On mine, the acpi is 11.4, with the audio at 11.5. If you turn off the acpi, maybe that's disabling the audio along with it?
---
As for the possible c-media controller, you would need the c-media pci module, which dsl has as /lib/modules/2.4.26/kernel/drivers/sound/cmpci.o
And it might not be a c8738. According to hardware4linux.info, it might be a ENS1371 Ensoniq / Sound Blaster 16PCI 4.1ch [Multimedia audio controller], but they have multiple a7v333 boards, listing either the cmedia or ensoniq controllers. None have a via bridge based controller. So try these first.
http://hardware4linux.info/systems/ http://ubuntuforums.org/showthread.php?t=228657 http://www.geocities.com/paul_galbraith/debian-a7v333.html
The ENS1371 is module /lib/modules/2.4.26/kernel/drivers/sound/es1371.o
You might also want to try modinfo cmpci es1371 to find some of their options.
Could there be any icq conflicts? Have you tried without the winmodem (I assume its pci, no?)
Finally, which slots are you using for the cards? According to http://www.techsupportforum.com/hardwar....ms.html There seems to be an issue with slot 5 and 3 on the a7v333. (remove any card in slot 5)
According to http://forums.modojo.com/showthread.php?t=49054&page=5 there seems to be an issue with sound blaster live cards and the a7v333, in general. Do you have another one you can try?
Last, what revision number is the motherboard?
|