-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freqVector Domain/default pair non-existent #5
Comments
It failed to read a preference. Something I hope to have resoled in v2.0 so please give it a go and let me know if that is the case. |
thank for the response. i ran the v2.0 and now when i run the ssdt generator i still get this error |
Correct. The current implementation of this 'check' will always show the 'notice'. Even when you patched it in the FrequencyVectors. The problem is that we don't check the data, but make an assumption based on the board-id. This is something on my todo list, but there is plenty other work t do as well. Will keep you posted here! Thank you for bringing this up here! |
I don't have the option for MacPro6,1 when I run the script. What am I doing wrong? |
The MacPro6,1 is the default. |
Ok MacPro6,1 is default.... we'll how can I get a good SSDT then? Because it gives me an error to use this tool for frequency. I now get my E5-2658v4 always on 2.3GHz never go into turbo nor lover speeds. I put the processor for ssdtgen in my user defined with the right values. then I need this tool for the right things, if MacPro6,1 is default how do I select it then? I need a number 1-30 or exit. |
The MacPro6,1 is the default, but if you use any other model, then the plist of that model will be used and your target file. The next step is to select a board-id.plist as your source file. The source file is used to copy the FrequencyVectors from. They will be added to the plist for the model that you are using. Edit: There are no FrequencyVectors in the MacPro6,1 plist and selecting it would thus make it fail. |
@ajschot The tool is indeed very confusing because it apparently 'omits' the default value from the list.
@Piker-Alpha by the way, the _listmatchingFiles() func is missing in the latest version of your script. It's supposed to be called when you select a list index of <= 0 or > $index. |
1.) I don't see why you want to do make that change. The factory plist for the MacPro6,1 comes without FrequencyVectors and that is the only reason it won't show up in the list. 2.) _listmatchingFiles() should have been named _selectSourceResourceFile() but I guess I forgot to change that. Thank you for noticing it and reporting it here. Fixed in v3.2 |
I tried to run the freqVectorsedit.sh to edit my Mac-E43C1C25D4880AD6.plist (MacBookPro12,1) to change the LTF value from 1300Ghz to 600 mhz as per intel website but am getting the following error. Kindly help me resolve this so that i can run ssdtgenerator.sh to correct this issue.
The text was updated successfully, but these errors were encountered: