Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Definition Audio Controller Code 10 #397

Open
meakcey opened this issue May 10, 2021 · 4 comments
Open

High Definition Audio Controller Code 10 #397

meakcey opened this issue May 10, 2021 · 4 comments

Comments

@meakcey
Copy link

meakcey commented May 10, 2021

I have a PCIe-m.2 SSD on PCI2.0 16x and graphic card on PCI2.0 4x
Dual boot with Windows 10 and Ubuntu
Succesffully could boot both OS but audio driver does not work on both.
It is not related with Windows driver nor hardware. If I boot regular way with another disk on SATA, same driver with same version working.
I have deleted AudioDxe from Clover UEFI but didn't work. If I keep this .efi file, some white noise coming out constantly.
All combinations uninstall, reinstall, disable, enable, stop windows update, reinstall updated drivers but no luck.
Something preventing driver to work on properly or bus getting stuck, I don't know.
Any help appreciated.

@SergeySlice
Copy link
Collaborator

Try to set in config.plist

	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>ResetHDA</key>
			<true/>
		</dict>

@meakcey
Copy link
Author

meakcey commented May 17, 2021

Current section is like below

<key>Audio</key>
	<dict>
		<key>#Inject</key>
		<string>12</string>
		<key>AFGLowPowerState</key>
		<true/>
		<key>ResetHDA</key>
		<true/>
		</dict>

Should I change completely as you requested?

@meakcey
Copy link
Author

meakcey commented May 17, 2021

Did not solve.
I also get back the AudioDxe.efi driver from "off" section
Uninstalled and installed HDA Controller
No luck.

@Polaris35
Copy link

@meakcey hi, did you find a solution to the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants