Non tout allait très bien...Alors il s'agit d'une anomalie touchant l'hibernation. Tu n'avais pas ce comportement avant d'avoir remplacé le disque par un SDD ?
Non tout allait très bien...Alors il s'agit d'une anomalie touchant l'hibernation. Tu n'avais pas ce comportement avant d'avoir remplacé le disque par un SDD ?
effectivement j'ai ça :En effet : il semble que l'instruction TCPKeepAliveDuringSleep ne soit pas activée.
- ton identifiant de plate-forme est 937CB26E2E02BB01. Tu peux passer la commande informative (si le SIP la laisse accéder en lecture au fichier-cible) :Bloc de code:sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-937CB26E2E02BB01.plist | tail -n 58
- qui affiche les 58 dernières lignes du fichier de préférences pour ta plate-forme dans la kext IOPlatformPluginFamily.kext concernée
Poste le retour.
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;
}
sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-E43C1C25D4880AD6.plist | tail -n 58
NetworkTimerDelay = 900;
NotificationWake = 1;
PublishBatteryFactors = 1;
StandbyBatteryThreshold = 50;
StandbyDelay = 10800;
StandbyDelayHigh = 86400;
TCPKeepAliveDuringSleep = 1;
TCPKeepAliveExpirationTimeout = 43200;
ThermalConfiguration = {
Domain = {
CPU = {
QOSThermalThresholds = {
NonFocal = 251;
Utility = 64;
};
SFIAppNap = {
EffortCurve = "40=0%,72=67%";
};
SFIDarwinBG = {
EffortCurve = "40=0%,64=50%,72=67%";
};
SFIMaintenance = {
EffortCurve = "40=0%,64=50%,72=67%";
};
SFIWindow = 50000;
ThermalPressure = {
Heavy = {
HighThreshold = 200;
LowThreshold = 90;
};
Moderate = {
HighThreshold = 100;
LowThreshold = 50;
};
Nominal = {
HighThreshold = 62;
LowThreshold = 0;
};
Sleeping = {
HighThreshold = 252;
LowThreshold = 251;
};
Trapping = {
HighThreshold = 250;
LowThreshold = 170;
};
};
};
GPU = {
};
IO = {
};
};
};
UnifiedSleepSliderPref = 1;
};
pmspFile = 6;
}
pmset -g custom
Battery Power:
lidwake 1
standbydelayhigh 300
standbydelaylow 300
standby 1
ttyskeepawake 1
highstandbythreshold 50
hibernatemode 25
hibernatefile /var/vm/sleepimage
proximitywake 0
displaysleep 9
sleep 10
acwake 0
halfdim 1
lessbright 1
disksleep 10
AC Power:
lidwake 1
standbydelayhigh 4200
standbydelaylow 4200
standby 1
ttyskeepawake 1
hibernatemode 3
highstandbythreshold 50
hibernatefile /var/vm/sleepimage
proximitywake 1
womp 1
displaysleep 10
networkoversleep 0
sleep 10
acwake 0
halfdim 1
disksleep 10
MacBook-Air-de-Admin:~ admin$ ioreg -l | grep board-id
| "board-id" = <"Mac-937CB26E2E02BB01">
sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-E43C1C25D4880AD6.plist | tail -n 58
sudo defaults read /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-2E6FAB96566FE58C.plist
{
IOPlatformPowerProfile = {
AGPM = 1;
ASPM = 1;
AutoPowerOff = 1;
DarkWakeServices = {
DarkWakeBackgroundTasks = 0;
SleepServices = 7;
SleepServicesModes = {
ModeA = {
BaseIntervals = {
AC = {
BaseSleepInterval = 3600;
BaseWakeCapInterval = 86400;
};
Battery = {
BaseSleepInterval = 3600;
BaseWakeCapInterval = 180;
};
};
BatteryFloor = 30;
Expiration = 0;
};
};
};
FanMax = (
6500
);
FanThrottledRPM = 2500;
IOPlatformSystemSleepPolicy = {length = 584, bytes = 0x534c5054 02001200 841e1200 04000000 ... 0f350000 00000000 };
ProximityWake = 0;
PublishBatteryFactors = 1;
SilentRunning = 1;
StandbyBatteryThreshold = 50;
StandbyDelay = 4200;
StandbyDelayHigh = 4200;
StepContextDict = {
Background = {length = 1510, bytes = 0xe2050000 00000102 04000001 02000062 ... 0a000014 000005ff };
Normal = {length = 2580, bytes = 0x100a0000 00000102 04000002 0200006e ... 0a000038 000005ff };
RealTime = {length = 1710, bytes = 0xaa060000 00000102 04000003 02000072 ... 0a00001b 000005ff };
};
enabler = 1;
ringFreqTables = (
(
{
gtFreq = 700;
ringFreq = 1100;
},
{
gtFreq = 750;
ringFreq = 1100;
},
{
gtFreq = 800;
ringFreq = 1200;
},
{
gtFreq = 850;
ringFreq = 1300;
},
{
gtFreq = 900;
ringFreq = 1600;
},
{
gtFreq = 950;
ringFreq = 1700;
},
{
gtFreq = 1000;
ringFreq = 1800;
},
{
gtFreq = 1050;
ringFreq = 1900;
},
{
gtFreq = 1100;
ringFreq = 2000;
},
{
gtFreq = 1150;
ringFreq = 2100;
},
{
gtFreq = 1200;
ringFreq = 2200;
},
{
gtFreq = 1250;
ringFreq = 2300;
},
{
gtFreq = 1300;
ringFreq = 2300;
}
)
);
};
pmspFile = 3;
}
il valait mieux laisser mon Mac en veille car c'était moins "traumatisant" au réveil pour les composants que que de l'éteindre et de le rallumer .