Jump to content
8 posts in this topic

Recommended Posts

Hi,

I found an applehda.kext that make works my idt audio card (I used voodoohda that works fine but causes me random kernel panics and I had to delete it). Now with applehda sound works fine but when I resume the system from sleep the audio disappears until I reboot system.

I read that it's a known problem but I didn't uderstand if a solution exists to solve this problem.

 

thank you

 

bye

Link to comment
https://www.insanelymac.com/forum/topic/281904-applehda-no-sound-after-sleep/
Share on other sites

  • 4 weeks later...
  • 2 months later...

copy past this in terminal app and see if this script activate your sound after sleep, if this is ok you cam make this exec, or a Apple Script , or a launch daemon with sleep watcher, or with lingom app

 

 

#!/bin/bash

sudo kextload /System/Library/Extensions/AppleHDA.kext

sleep 1

Killall Terminal

sleep1

copy past this in terminal app and see if this script activate your sound after sleep, if this is ok you cam make this exec, or a Apple Script , or a launch daemon with sleep watcher, or with lingom app

 

 

 

#!/bin/bash

sudo kextload /System/Library/Extensions/AppleHDA.kext

sleep 1

Killall Terminal

sleep1

 

Tried using the commands, copying an pasting each individual line and it doesn't work. Any other suggestions?

×
×
  • Create New...