![]() |
Alright bro, I'll check it out, thx.
|
Alright, found the culprit, I had a wrong } set somewhere so fixed.
Thx for infol all and I'll try the aml on the next reboot. Oh and do I still need this code in my com.apple.boot.plist with this fix? Code:
<key>EHCIacquire</key> |
Thank you! Worked like a charm (though I got 98 syntax errors - will sort them out later).
Offtopic: I use USB Bluetooth Dongle to connect my wireless mighty mouse. The option to enable Bluetooth mouse to wake up computer is grayed out as Bluetooth is detected as external device and not built-in. Maybe somebody knows if there is any chance to set it as built-in via DSDT or efi-string as we do with Ethernet. |
@snow. I dont have those in my com.apple.boot.plist and everything is working.
|
rgr that bro, thx again ;)
|
Alright, it worked for my high speed bus EHCI (shows up as built in) but didn't work for normal USB UHCI (still shows as expansion)
Update: Well, actually, only the bus where my keyboard and mouse are listed shows as expansion but all the other busses (including high speed) show as built-in. Any ideas? |
1 USB bus shows up as expansion so I reckon code for this bus is missing in my dsdt.
Seems the device id code needs to be 37 so shall I just add another bus, like USB6 or? USB-bus: Locatie hostcontroller: Uitbreidingssleuf Besturingsbestand hostcontroller: AppleUSBUHCI PCI-apparaatcode: 0x2937 PCI-revisiecode: 0x0002 PCI-fabrikantcode: 0x8086 Busnummer: 0x1a compared to USB-bus: Locatie hostcontroller: Ingebouwde USB-interface Besturingsbestand hostcontroller: AppleUSBUHCI PCI-apparaatcode: 0x3a36 PCI-revisiecode: 0x0002 PCI-fabrikantcode: 0x8086 Busnummer: 0x5d Thx Update: Got it! Name ADR strings were wrong for USB3 and US31. All ok now. Going to remove the code from boot.plist. Locatie hostcontroller: Ingebouwde USB-interface Besturingsbestand hostcontroller: AppleUSBUHCI PCI-apparaatcode: 0x3a37 PCI-revisiecode: 0x0002 PCI-fabrikantcode: 0x8086 Busnummer: 0x1a I can finally use my sleep button on keyboard now to wake up (just like in windows) Thx for guiding all! |
Gelukwens!
I've tried everything. Just can't get my system to even sleep let alone waking up :( |
@mormegil
Are you using the sleepenabler.kext for snow leopard? Also required would be nullcpupowermanagement.kext as sleep enabler will conflict with powermanagement. I don't have the board you are using but I have read a lot of post from people that do, seems to be pretty good board for osx86. |
Mormegil, double check if you have all the right kexts loaded (SL compability)
fakesmc IOAHCIBlockStorageInjector NullPowerManagement OpenHaltRestart PlatformUUID SleepEnabler proper dsdt! kextutility built proper mkexts? |