Contribute
Register

After restart from windows to osx sound ouput from speaker Gone !!!

Status
Not open for further replies.
Joined
Nov 11, 2015
Messages
243
Motherboard
GIGABYTE Z390 DESIGNARE.
CPU
i7 7700K
Graphics
RTX 3080 TI
Mac
  1. iMac
  2. MacBook
  3. MacBook Pro
  4. Mac mini
Mobile Phone
  1. Android
  2. iOS
Hello there !!!
i have a little problem here ,
If i restart from windows to OS X ,I'll lose audio out from speakers ,this doesn't affect for built in headphone out(it works normally)

P.S:-Windows fast boot feature disabled,In bios legacy/UEFI mode enabled
IF you guys have any ideas how to fix this problem, thanks :thumbup:
I'll attach my clover folder
 

Attachments

  • CLOVER.zip
    1.5 MB · Views: 64
Hello there !!!
i have a little problem here ,
If i restart from windows to OS X ,I'll lose audio out from speakers ,this doesn't affect for built in headphone out(it works normally)

P.S:-Windows fast boot feature disabled,In bios legacy/UEFI mode enabled
IF you guys have any ideas how to fix this problem, thanks :thumbup:
I'll attach my clover folder

Try config.plist/Devices/Audio/ResetHDA=true.

Otherwise, more information about your audio configuration will be required.
 
Try config.plist/Devices/Audio/ResetHDA=true.

Otherwise, more information about your audio configuration will be required.

already tried , didn't work !!! :(
what audio configuration you might need ?(i'm using your ALC 283 kext from u430 repo)
codec dump linux?
 

Attachments

  • codec_dump .txt.zip
    2.4 KB · Views: 59
already tried , didn't work !!! :(
what audio configuration you might need ?(i'm using your ALC 283 kext from u430 repo)
codec dump linux?

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
attached :
 

Attachments

  • Archive.zip
    2.1 MB · Views: 58
ya after i tested with ResetHDA=true i reverted it back (since it has no effect for me )

Post config.plist with the setting.

No idea otherwise... you can probably experiment with hda-verb to see which node/widget needs tweaking.
 
Post config.plist with the setting.

No idea otherwise... you can probably experiment with hda-verb to see which node/widget needs tweaking.
here
 

Attachments

  • config.plist.zip
    2 KB · Views: 53
Status
Not open for further replies.
Back
Top