QUOTE (awergh @ Nov 19 2006, 04:30 AM)

Everest Ultimate Edition 3.50.761
--------[ PCI / PnP Audio ]-----------------------------------------------------
Analog Devices AD1881A @ Intel 82801AA I/O Controller Hub - AC'97 Audio Adapter [B-1] PCI
OK, this is the important information. AD codecs use SoundMax drivers, they are OEM specific and not available from Analog Devices, just from the motherboard manufacturers - and you have not mentioned it yet.
For example, all of these drivers are SoundMAX drivers for AD codec with 82801AA AC'97 controller:
http://www-306.ibm.com/pc/support/site.wss...ocid=MIGR-43318http://www-306.ibm.com/pc/support/site.wss...cid=MIGR-4R9SWYhttp://downloadmirror.intel.com/df-support...DM3030D_SM3.exeBut I'm not sure if they work just with AD1881A chip and with your motherboard, every motherboard has its own ID and these drivers support the following ones (for 82801AA):
d69z28us.exe
CODE
%*WDM_AC97AUD.DeviceDesc%=WDM_IBMTWST, pci\ven_8086&dev_2415&subsys_016A1014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBMTWST, pci\ven_8086&dev_2415&subsys_01861014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBMZEUS, pci\ven_8086&dev_2415&subsys_01691014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBMZEUS, pci\ven_8086&dev_2415&subsys_01991014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBMZEUS, pci\ven_8086&dev_2415&subsys_01B11014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBM_RIO, pci\ven_8086&dev_2415&subsys_01C61014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBM_RIO, pci\ven_8086&dev_2445&subsys_01C61014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBM_RIO, pci\ven_8086&dev_2415&subsys_01CD1014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBM_RIO, pci\ven_8086&dev_2445&subsys_01CD1014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBMZEUS, pci\ven_8086&dev_2415&subsys_01DA1014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBMZEUS, pci\ven_8086&dev_2415&subsys_01DE1014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBMZEUS, pci\ven_8086&dev_2415&subsys_02031014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBM_RIO, pci\ven_8086&dev_2415&subsys_02141014
%*WDM_AC97AUD.DeviceDesc%=WDM_IBM_RIO, pci\ven_8086&dev_2415&subsys_02151014
ven_8086&dev_2415 means Vendor ID 8086 = Intel, Device ID = 2415 = 82801AA
subsys_016A1014 is Subsystem ID, 1014 is Subsystem Vendor ID, 1014 is IBM, 016A is ID of some specific IBM product.
WDM3030D_SM3.exe
CODE
%*WDM_AC97AUD.DeviceDesc%=WDM_CAYMAN, pci\ven_8086&dev_2415&subsys_59418086
%*WDM_AC97AUD.DeviceDesc%=WDM_ICHAUD, pci\ven_8086&dev_2415&subsys_42418086
%*WDM_AC97AUD.DeviceDesc%=WDM_OTRIGR, pci\ven_8086&dev_2415&subsys_4F528086
%*WDM_AC97AUD.DeviceDesc%=WDM_CAYMAN, pci\ven_8086&dev_2415&subsys_43418086
%*WDM_AC97AUD.DeviceDesc%=WDM_ICHAUD, pci\ven_8086&dev_2415&subsys_41538086
%*WDM_AC97AUD.DeviceDesc%=WDM_BRCHWD, pci\ven_8086&dev_2415&subsys_42578086
%*WDM_AC97AUD.DeviceDesc%=WDM_ICHAUD, pci\ven_8086&dev_2415&subsys_47538086
%*WDM_AC97AUD.DeviceDesc%=WDM_ICHAUD, pci\ven_8086&dev_2415&subsys_42508086
%*WDM_AC97AUD.DeviceDesc%=WDM_SMATRA, pci\ven_8086&dev_2415&subsys_53558086
%*WDM_AC97AUD.DeviceDesc%=WDM_FRBNKS, pci\ven_8086&dev_2415&subsys_46428086
%*WDM_AC97AUD.DeviceDesc%=WDM_EASTON, pci\ven_8086&dev_2415&subsys_45418086
%*WDM_AC97AUD.DeviceDesc%=WDM_ICHAUD, pci\ven_8086&dev_2415&subsys_9019107B
%*WDM_AC97AUD.DeviceDesc%=WDM_ICHAUD, pci\ven_8086&dev_2415&subsys_1400107B
%*WDM_AC97AUD.DeviceDesc%=WDM_FRBNKS, pci\ven_8086&dev_2415&subsys_1401107B
%*WDM_AC97AUD.DeviceDesc%=WDM_GARBLD, pci\ven_8086&dev_2415&subsys_47428086
%*WDM_AC97AUD.DeviceDesc%=WDM_EASTON, pci\ven_8086&dev_2415&subsys_424E8086
Subsystem Vendor ID 8086 = Intel, 107B = Gateway
Intel uses two letters identification converted to hexa code in the Subsystem ID, it means:
4241 = BA = BA810 (Baton Rouge)
4F52 = OR = OR840 (Outrigger)
4341 = CA = CA810 (Cayman)
4153 = AS
4257 = BW = BW810 (Birchwood)
4753 = GS = GS810 (Great Smokey)
4250 = BP = BP810 (Black Pine)
5355 = SU = SU810 (Sumatra)
4652 = FB = FB820 (Fairbanks)
4541 = EA = D815EEA (Easton)
4742 = GB = D850GB (Garibaldi)
424E = EN = D815EEA2/D815EPEA2 (Easton 2)
This is specific to specific manufacturer and therefore is so hard to find the right SounMAX driver if you don't know the motherboard manufacturer and type.
Petr