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
7 replies to this topic
#1
Posted 17 August 2012 - 09:43 AM
#2
Posted 17 August 2012 - 10:23 AM
You may need to patch the HDEF device in your DSDT
#3
Posted 17 August 2012 - 11:04 AM
#4
Posted 14 September 2012 - 09:09 AM
#5
Posted 14 September 2012 - 09:30 AM
#6
Posted 07 December 2012 - 04:52 AM
I need a solution to this problem as well. Anyone come up with any ideas yet?
#7
Posted 07 December 2012 - 10:54 AM
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
#!/bin/bash
sudo kextload /System/Library/Extensions/AppleHDA.kext
sleep 1
Killall Terminal
sleep1
#8
Posted 11 December 2012 - 05:40 AM
iFIRE, on 07 December 2012 - 10:54 AM, said:
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
#!/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?
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









