Jump to content

Applehda - No sound after sleep


s.goten
 Share

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
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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

 Share

×
×
  • Create New...