On 5/29/21 4:25 PM, Bryan Steele wrote:
>> "Intel 500 Series HD Audio" rev 0x20 at pci0 dev 31 function 3 not configured
>> ....
>>  0:31:3: Intel 500 Series HD Audio
>>      0x0000: Vendor ID: 8086, Product ID: a0c8
>>      0x0004: Command: 0000, Status: 0010
>>      0x0008: Class: 04 (unknown), Subclass: 01 (unknown),
>>              Interface: 00, Revision: 20
> 
> The PCI subclass doesn't match for HD Audio so azalia(4) doesn't attach,
> subclass 01 is "vendor specific".
> 
> You could try adding something like this to azalia_pci_devices in
> azalia.c:491, it might work:
> 
>   { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_HDA },

That did the trick!

[Sat May 29 17:18:29] peter@zaida:~$ dmesg | grep azalia
azalia0 at pci0 dev 31 function 3 "Intel 500 Series HD Audio" rev 0x20: msi
azalia0: codecs: Realtek/0x0294, Intel/0x2812, using Realtek/0x0294
audio0 at azalia0

and I have audio, just tested with a video off nrk.no (the national
public broadcaster).

Thanks! This improves life one significant increment :)

All the best,
Peter

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/
"Remember to set the evil bit on all malicious network traffic"
delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.

Reply via email to