willza3 / OpenCore-Strix-B450i

OpenCore EFI and reference material for the ASUS STRIX B450-I motherboard.
BSD 3-Clause "New" or "Revised" License
120 stars 18 forks source link

Audio not working #18

Closed Qerope closed 4 years ago

Qerope commented 4 years ago

This new version has some problem with Audio, B450-f no audio input or output. BTW thank you so much for this build

willza3 commented 4 years ago

Do you have the latest patch to the config plist, I messed up audio with the 0.5.9 update. I don't have a B450-F unfortunately so can't test anything on my end 😶

Link

conchodaus commented 4 years ago

This new version has some problem with Audio, B450-f no audio input or output. BTW thank you so much for this build

Case1:You must find true pciroot for audio then edit DevicePropertise in config.plist.( open in hackintool and tap to tab pcie. Find pci) Case 2: add alcid=7 to boot arg

Qerope commented 4 years ago

Do you have the latest patch to the config plist, I messed up audio with the 0.5.9 update. I don't have a B450-F unfortunately so can't test anything on my end 😶

Link

Yes, I’m using the latest update and checked if audio patch is applied correctly. I’ve been using an older version with OC 0.5.8 and audio was nice. I’m using 3600x.

Qerope commented 4 years ago

This new version has some problem with Audio, B450-f no audio input or output. BTW thank you so much for this build

Case1:You must find true pciroot for audio then edit DevicePropertise in config.plist.( open in hackintool and tap to tab pcie. Find pci) Case 2: add alcid=7 to boot arg

It's working now! Used hackintool and changed PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3) to PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x4). Thanks for help