Jump to content

Dell Latitude E5480 not go to sleep!


utomi

Recommended Posts

After a fresh install everything works on my E5480: BT,Audio,GPU,Trackpad(thanks to JakeLo and Hornless), so basically everything except Intel Wifi. But when I start to use my laptop I want to go sleep. And my Display goes black and turn off my keyboard illumination but not turned off because my power key still brightening. I don't know what is the problem but I attach my current EFI. Please if you have any solution share with me. Thanks 

EFI.zip

Link to comment
Share on other sites

  • Moderators

Run this in terminal

  • sudo pmset hibernatemode 0
  • sudo rm -f /var/vm/sleepimage
  • sudo pmset hibernatefile /dev/null

if still not sleeping, run this in terminal and post output

log show --style syslog | fgrep "Wake reason"

 

Link to comment
Share on other sites

21 hours ago, Jake Lo said:

Run this in terminal

  • sudo pmset hibernatemode 0
  • sudo rm -f /var/vm/sleepimage
  • sudo pmset hibernatefile /dev/null

if still not sleeping, run this in terminal and post output

log show --style syslog | fgrep "Wake reason"

 

This is my log output:

Spoiler

 

log show --style syslog | fgrep "Wake reason"

2018-10-29 15:30:49.686986+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN XHC (User)

2018-10-29 15:30:49.686988+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN XHC (User)

2018-10-29 15:50:14.167673+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 15:50:14.167690+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 16:54:07.214485+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: RTC (Alarm)

2018-10-29 16:54:07.214488+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: RTC (Alarm)

2018-10-29 17:29:38.140934+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 17:29:38.140935+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 18:47:31.954707+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 18:47:31.954708+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 18:54:29.994347+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 18:54:29.994348+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 19:04:29.645623+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN XHC (User)

2018-10-29 19:04:29.645623+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN XHC (User)

2018-10-29 19:47:24.503180+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 19:47:24.503182+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 21:21:01.744651+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

2018-10-29 21:21:01.744654+0100  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: PBTN (User)

 

 

Link to comment
Share on other sites

×
×
  • Create New...