Jump to content

Post installazione: chiarimenti su creazione ssdt


marco.deleva
 Share

12 posts in this topic

Recommended Posts

Ciao a tutti,

 

sul mio sistema in firma, ho 10.12.3 per ora (non ho ancora aggiornato) e vorrei creare un ssdt perfetto per il mio hack.

Leggendo nei forum mi imbatto in un messaggio di novembre 2016 dell'immenso gengik :thumbsup_anim: che può o meno fa (scusa se riporto parte del messaggio ma magari può servire a molti - me compreso - che entrano da poco nel forum):

 

 

 

Per creare un ssdt si deve:

 

Aprire terminale, copiare ed incollare ogni singolo comando e premi invio :

curl -o ~/ssdtPRGen.sh https://raw.githubusercontent.com/Piker-Alpha/ssdtPRGen.sh/master/ssdtPRGen.sh

Quindi, invio

chmod +x ~/ssdtPRGen.sh

Quindi, invio

~/ssdtPRGen.sh

Quindi, invio.

 

Lasciare lavorare il sistema e premere "n" alle due domande

 

Per cercare il SSDT creato:

 

Clicca su "VAI" in alto sul finder, tieni premuto il tasto "Alt", vedrai apparire la cartella "Libreria"

Recati successivamente nella cartella ssdtPRGen 

Al suo interno trovi SSDT.aml, copialo in EFI/Clover/acpi/Patched

Importante:

Importa il config.plist con clover configurator, nella sezione acpi togli i flag da Generate C e P states

Salva la modifica e riavvia

 

Ora cominciano i problemi miei.....

 

Quando lancio il comando "~/ssdtPRGen.sh", mi appare questo a terminale:

ssdtPRGen.sh v0.9 Copyright (c) 2011-2012 by † RevoGirl
             v6.6 Copyright (c) 2013 by † Jeroen
             v15.6 Copyright (c) 2013-2017 by Pike R. Alpha
-----------------------------------------------------------
Bugs > https://github.com/Piker-Alpha/ssdtPRGen.sh/issues <

gDataPath: /Users/marco/Library/ssdtPRGen/Data
System information: Mac OS X 10.12.3 (16D32)
Brandstring 'Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz'

Error: Unknown processor model ...
       Visit http://ark.intel.com to gather the required data:
       Processor Number
       TDP
       Low Frequency Mode (use AppleIntelInfo.kext)
       Base Frequency
       Max Turbo Frequency
       Cores
       Threads
Aborting ...

Done.

 

 

Che faccio? :blush:  Grazie.

Edited by gengik84
Spoiler
Link to comment
Share on other sites

Stesso discorso anche per me?

 

gDataPath: /Users/tuxy/Library/ssdtPRGen/Data

System information: Mac OS X 10.12.4 (16E195)

Brandstring 'Intel® Xeon® CPU X5675 @ 3.07GHz'

 

Error: Unknown processor model ...

       Visit http://ark.intel.comto gather the required data:

       Processor Number

       TDP

       Low Frequency Mode (use AppleIntelInfo.kext)

       Base Frequency

       Max Turbo Frequency

       Cores

       Threads

Aborting ...

 

Done.

Link to comment
Share on other sites

ciao gengik,

 

se dò questo comando (che ho trovato nella tua guida per H110)

 

curl -o ~/ssdtPRGen.sh https://raw.githubusercontent.com/Piker-Alpha/ssdtPRGen.sh/Beta/ssdtPRGen.sh

 

ricevo questo:

System information: Mac OS X 10.12.3 (16D32)
Brandstring: "Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz"

Notice: Downloading extractACPITables.zip ...
Notice: Downloading User Defined.cfg ...
Notice: Downloading Sandy Bridge.cfg ...
Notice: Downloading Ivy Bridge.cfg ...
Notice: Downloading Haswell.cfg ...
Notice: Downloading Broadwell.cfg ...
Notice: Downloading Skylake.cfg ...
Version: models.cfg v170 / Skylake.cfg v193


Scope (_PR_) {222 bytes} with ACPI Processor declarations found in DSDT (ACPI 1.0 compliant)
Notice: Downloading Restrictions.cfg ...
Generating ssdt.dsl for a 'iMac17,1' with board-id [Mac-B809C3757DA9BB8D]
Skylake Core i7-6700K processor [0x506E3] setup [0x0705]
With a maximum TDP of 91 Watt, as specified by Intel
Number logical CPU's: 8 (Core Frequency: 4000 MHz)
Number of Turbo States: 2 (4100-4200 MHz)
Number of P-States: 35 (800-4200 MHz)
Injected C-States for CPU0 (C1,C3,C6,C7,C8,C9,C10)
Injected C-States for CPU1 (C1,C2,C3,C6,C7)
Warning: 'cpu-type' may be set improperly (0x0705 instead of 0x0905)
- Clover users should read https://clover-wiki.zetam.org/Configuration/CPU#cpu_typeNotice: Downloading iasl.zip ...

Compiling: ssdt_pr.dsl
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20140926-64 [Nov  6 2014]
Copyright (c) 2000 - 2014 Intel Corporation

ASL Input:     /Users/marco/Library/ssdtPRGen/ssdt.dsl - 364 lines, 11348 bytes, 73 keywords
AML Output:    /Users/marco/Library/ssdtPRGen/ssdt.aml - 2389 bytes, 28 named objects, 45 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

Do you want to open ssdt.dsl (y/n)? n

non mi devo preoccupare di questo warning:?

 

Warning: 'cpu-type' may be set improperly (0x0705 instead of 0x0905)

Link to comment
Share on other sites

 

Stesso discorso anche per me?

 

gDataPath: /Users/tuxy/Library/ssdtPRGen/Data

System information: Mac OS X 10.12.4 (16E195)

Brandstring 'Intel® Xeon® CPU X5675 @ 3.07GHz'

 

Error: Unknown processor model ...

       Visit http://ark.intel.comto gather the required data:

       Processor Number

       TDP

       Low Frequency Mode (use AppleIntelInfo.kext)

       Base Frequency

       Max Turbo Frequency

       Cores

       Threads

Aborting ...

 

Done.

 

Prova dare una occhiata a queste discussioni e fai delle prove aggiustando i valori con tuoi:

https://github.com/Piker-Alpha/ssdtPRGen.sh/issues/234

https://github.com/Piker-Alpha/ssdtPRGen.sh/issues/236

Link to comment
Share on other sites

 Share

×
×
  • Create New...