Menu
Forums
Nouveaux sujets
Chercher dans les forums
Quoi de neuf ?
Nouveaux sujets
Nouveaux messages de profil
Activité récente
MacGeneration
MacGeneration
iGeneration
WatchGeneration
Je veux le.top
iOccasion
RefurbGeneration
Connexion
S'inscrire
Rechercher
Rechercher par titre uniquement
Par:
Rechercher par titre uniquement
Par:
Rechercher
Rechercher par titre uniquement
Par:
Rechercher par titre uniquement
Par:
Menu
Forums
Forum Mac
Mac portables
Problème hibernation/mise en veille après changement SSD
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Vous utilisez un navigateur non à jour ou ancien. Il ne peut pas afficher ce site ou d'autres sites correctement.
Vous devez le mettre à jour ou utiliser un
navigateur alternatif
.
Répondre à la discussion
Message
<blockquote data-quote="polonais33" data-source="post: 13972279" data-attributes="member: 1179421"><p>Et ma fois la commande passe.</p><p>voila ce que cela me donne mais je n'arrive pas à y lire des données parlante.</p><p>[CODE]MacBook-Air-de-Admin:~ admin$ sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-937CB26E2E02BB01.plist | tail -n 58</p><p>Password:</p><p> );</p><p> IOPlatformSystemSleepPolicy = {length = 616, bytes = 0x534c5054 02001300 841e1200 04000000 ... 0f310000 00000000 };</p><p> NetworkTimerDelay = 900;</p><p> ProximityWake = 0;</p><p> PublishBatteryFactors = 1;</p><p> StandbyBatteryThreshold = 50;</p><p> StandbyDelay = 10800;</p><p> StandbyDelayHigh = 86400;</p><p> ThermalConfiguration = {</p><p> Domain = {</p><p> CPU = {</p><p> QOSThermalThresholds = {</p><p> NonFocal = 251;</p><p> Utility = 63;</p><p> };</p><p> SFIAppNap = {</p><p> EffortCurve = "40=0%,73=67%";</p><p> };</p><p> SFIDarwinBG = {</p><p> EffortCurve = "40=0%,63=50%,73=67%";</p><p> };</p><p> SFIMaintenance = {</p><p> EffortCurve = "40=0%,63=50%,73=67%";</p><p> };</p><p> SFIWindow = 50000;</p><p> ThermalPressure = {</p><p> Heavy = {</p><p> HighThreshold = 200;</p><p> LowThreshold = 90;</p><p> };</p><p> Moderate = {</p><p> HighThreshold = 120;</p><p> LowThreshold = 50;</p><p> };</p><p> Nominal = {</p><p> HighThreshold = 61;</p><p> LowThreshold = 0;</p><p> };</p><p> Sleeping = {</p><p> HighThreshold = 252;</p><p> LowThreshold = 251;</p><p> };</p><p> Trapping = {</p><p> HighThreshold = 250;</p><p> LowThreshold = 170;</p><p> };</p><p> };</p><p> };</p><p> GPU = {</p><p> };</p><p> IO = {</p><p> };</p><p> };</p><p> };</p><p> UnifiedSleepSliderPref = 1;</p><p> };</p><p> pmspFile = 5;</p><p>}</p><p></p><p>[/CODE]</p><p>Tu y vois quelque chose ?</p><p></p><p>Et par curiosité j'aussi passé celle la:</p><p>[CODE]sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-937CB26E2E02BB01.plist | head -n 32[/CODE]</p><p>qui m'a remonté ca :</p><p>[CODE]MacBook-Air-de-Admin:~ admin$ sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-937CB26E2E02BB01.plist | head -n 32</p><p>Password:</p><p>{</p><p> IOPlatformPowerProfile = {</p><p> AutoPowerOff = 1;</p><p> CPUFloor = 800;</p><p> DarkWakeServices = {</p><p> DarkWakeBackgroundTasks = 1;</p><p> SleepServices = 7;</p><p> SleepServicesModes = {</p><p> ModeA = {</p><p> BaseIntervals = {</p><p> AC = {</p><p> BaseSleepInterval = 3600;</p><p> BaseWakeCapInterval = 86400;</p><p> };</p><p> Battery = {</p><p> BaseSleepInterval = 3600;</p><p> BaseWakeCapInterval = 180;</p><p> };</p><p> };</p><p> BatteryFloor = 0;</p><p> Expiration = 0;</p><p> };</p><p> };</p><p> };</p><p> Frequencies = {</p><p> 2700 = 0;</p><p> 3200 = 1;</p><p> };</p><p> FrequencyVectors = (</p><p> {length = 7668, bytes = 0x02000000 0d000000 01000000 00000000 ... 00000000 00000000 },</p><p> {length = 7668, bytes = 0x02000000 0d000000 01000000 00000000 ... 00000000 00000000 }</p><p> );</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="polonais33, post: 13972279, member: 1179421"] Et ma fois la commande passe. voila ce que cela me donne mais je n'arrive pas à y lire des données parlante. [CODE]MacBook-Air-de-Admin:~ admin$ sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-937CB26E2E02BB01.plist | tail -n 58 Password: ); IOPlatformSystemSleepPolicy = {length = 616, bytes = 0x534c5054 02001300 841e1200 04000000 ... 0f310000 00000000 }; NetworkTimerDelay = 900; ProximityWake = 0; PublishBatteryFactors = 1; StandbyBatteryThreshold = 50; StandbyDelay = 10800; StandbyDelayHigh = 86400; ThermalConfiguration = { Domain = { CPU = { QOSThermalThresholds = { NonFocal = 251; Utility = 63; }; SFIAppNap = { EffortCurve = "40=0%,73=67%"; }; SFIDarwinBG = { EffortCurve = "40=0%,63=50%,73=67%"; }; SFIMaintenance = { EffortCurve = "40=0%,63=50%,73=67%"; }; SFIWindow = 50000; ThermalPressure = { Heavy = { HighThreshold = 200; LowThreshold = 90; }; Moderate = { HighThreshold = 120; LowThreshold = 50; }; Nominal = { HighThreshold = 61; LowThreshold = 0; }; Sleeping = { HighThreshold = 252; LowThreshold = 251; }; Trapping = { HighThreshold = 250; LowThreshold = 170; }; }; }; GPU = { }; IO = { }; }; }; UnifiedSleepSliderPref = 1; }; pmspFile = 5; } [/CODE] Tu y vois quelque chose ? Et par curiosité j'aussi passé celle la: [CODE]sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-937CB26E2E02BB01.plist | head -n 32[/CODE] qui m'a remonté ca : [CODE]MacBook-Air-de-Admin:~ admin$ sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-937CB26E2E02BB01.plist | head -n 32 Password: { IOPlatformPowerProfile = { AutoPowerOff = 1; CPUFloor = 800; DarkWakeServices = { DarkWakeBackgroundTasks = 1; SleepServices = 7; SleepServicesModes = { ModeA = { BaseIntervals = { AC = { BaseSleepInterval = 3600; BaseWakeCapInterval = 86400; }; Battery = { BaseSleepInterval = 3600; BaseWakeCapInterval = 180; }; }; BatteryFloor = 0; Expiration = 0; }; }; }; Frequencies = { 2700 = 0; 3200 = 1; }; FrequencyVectors = ( {length = 7668, bytes = 0x02000000 0d000000 01000000 00000000 ... 00000000 00000000 }, {length = 7668, bytes = 0x02000000 0d000000 01000000 00000000 ... 00000000 00000000 } ); [/CODE] [/QUOTE]
Insérer les citations…
Vérification
Publier votre réponse
Forums
Forum Mac
Mac portables
Problème hibernation/mise en veille après changement SSD
Haut
Bas