My config: - Asus z97 deluxe - i7 4790k - Clover
Problem: After enabling P&C states generation, removing NullCPUPM from my injected kexts, and running ssdtPRGen.sh, at boot, I still get "kernel[0]: X86PlatformShim::start - Failed to send stepper" errors
This is the relevant part of my config.plist
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>Name</key> <string>DSDT.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>CStates</key> <true/> <key>PStates</key> <true/> </dict> <key>PLimitDict</key> <integer>0</integer> <key>UnderVoltStep</key> <integer>0</integer> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>USBBusFix=Yes darkwake=0 kext-dev-mode=1 nvda_drv=1</string> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>Log</key> <false/> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <integer>2</integer> <key>CustomLogo</key> <true/> <key>DefaultVolume</key> <string>Macintosh HD</string>
and this is the iasl -da output for my SSDT: http://pastebin.com/GtfEm6zP
Any hints?
submitted by starringmeasmyself
[link] [comment]
What is missing? Please comment to help!
For more info try www.iatkos.net
Post a Comment