MengChen. Huang
MengChen. Huang
Maybe you need to uninstall the original one `sudo ./voltageshift removelaunchd`. And if you can send me your msr value I can give you patched value.
Below is i5 Only(should work on i7, just bad performance) `sudo ./voltageshift write 0x610 0x42816000DD80C8` `sudo ./voltageshift wrmem 0xfed159a0 0x42816000DD80C8` After that run a benchmark to test if throttle, I...
Change the value to `0x42816000DD80F0`, and you need to apply each boot. A script can help you if you need.
You can manually create it, or just mod voltashift one.
@propastinv I'm still thinking there's some unclean install.... check if empty `ls "/Library/Application Support/VoltageShift/"`, remove if not, and make sure to use to kext in above. Then use builddaemon command...
So, if you manually write value does it work?
Can you do some md5 to check `"/Library/Application Support/VoltageShift/VoltageShift.kext/Contents/MacOS/VoltageShift"` is the correct one if not replace it with the correct one(the one from this issue, maybe download again to make...
Hi, I'm interested in what you changed 4fa8a259a03bab88f8297035e95b3c891e237f63 in ALCPlugFix binary because It has improved so much in headphone fix, but still need to replug something after sleep in a...
@stevezhengshiqi https://github.com/Menchen/ALCPlugFix Added wake detection(unlock and wake from sleep), auto fix every hour and some code refactoring. You should clone the entire repo as some library (AppKit) is added to...
So you want to move out from `/usr/local/bin/` or? ALCPlugFix binary will find the first `had-verb` in `$PATH` which `/usr/local/bin/` is in by default(If you want to change the location...