Miod Vallat wrote:
"Intel 82801FB HD Audio" rev 0x04 at pci0 dev 27 function 0 not configured
This chip is supported by the azalia(4) driver, which has been imported
post-3.9.
Then why do I see it in dev/auich.c? I thought that was the driver it
supported it.
239 } auich_devices[] = {
240 { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AA_ACA,
0, "ICH" },
241 { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AB_ACA,
0, "ICH0" },
242 { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BA_ACA,
0, "ICH2" },
243 { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_ACA,
0, "ICH3" },
244 { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DB_ACA,
0, "ICH4" },
245 { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_ACA,
0, "ICH5" },
246 { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_ACA,
0, "ICH6" },
On another notebook the dmesg displays Intel 82801DB and the auich
driver is attached (ICH4) so I thought the same driver would work with
the 82801FB. Of course I will try that you guys all suggested the
azalia(4). Thanks for your help.
Adam