How do I get my Mac to wake after the I close the lid with Mac OS Sierra?

Whenever I close the lid on my Mac, after I downloaded the MAc OS Sierra , my Mac will not wake unless I shut it down and reboot it. How do I fix that?

Replies

There are quite a few threads about that on the main page of this forum. Do some reading and see if any of those fix this for you 🙂

Consensus seems to be KEXTs related to video. Remove any drivers or add-ons that require a kernel extension to see if that will fix it.

I looked at the other threads but it did not seem to help me.

I tried to do that but could not figure out how to.

First, look for any KEXTs that are not made by apple: "kextstat -l | grep -v com.apple"


Next, see if you recognize any that are related to your screen or video in any way. Many posters mentioned Dual, my problem was a driver for a USB HDMI adapter, yours may be something else.


Once you have identified the KEXT that you think might be the issue, see if there is an uninstaller in your Applications folder for that software. If not, try googling the KEXT for uninstall instructions, since that would be the cleanest way to remove it.

I do not believe that I am entering "kextstat -l | grep -v com.apple" correctly into terminal. This is the result that I get:


Last login: Sat Jul 16 08:38:37 on ttys000

Gislas-MacBook-Pro:~ GislaBush$ kextstat -I grep -v com.apple

kextstat: unrecognized option `-I'

kextstat: unrecognized option `-v'

Extra arguments starting at grep....

usage: kextstat [-a] [-k] [-l] [-b bundle_id] ...

Use kextstat -help (-h) for a list of options.

usage: kextstat [-a] [-k] [-l] [-b bundle_id] ...

Use kextstat -help (-h) for a list of options.

Gislas-MacBook-Pro:~ GislaBush$

So I ran that command and get this:



100 1 0xffffff7f80c10000 0x14000 0x14000 com.citrix.kernel.dneregistry (1.1.0) 9444FE35-20F2-3E87-8969-149581619032 <5 4 3 1>

101 1 0xffffff7f80c24000 0x49000 0x49000 com.citrix.kernel.dne (1.1.2) E8E7DDC6-57ED-3F6F-BBB1-9C4476E75149 <100 5 4 3 1>

117 0 0xffffff7f80c6d000 0x26000 0x26000 com.citrix.kernel.sslvpn (1) FB2BB902-72F8-3789-B610-BA0E3EBF0C3F <101 5 4 3 1>

128 0 0xffffff7f82931000 0x5000 0x5000 com.f-secure.kext.fsauth (1.0.0d1) D983B3E1-7DC8-3AFD-A8EA-BD51273416AE <5 4 3 1>

146 3 0xffffff7f836c0000 0x63000 0x63000 org.virtualbox.kext.VBoxDrv (5.0.22) F9EAC220-64E4-33C6-BFC8-72A2BAA46178 <7 5 4 3 1>

147 0 0xffffff7f83723000 0x8000 0x8000 foo.tun (1.0) FBA9A61D-E7BB-391C-92E2-C1D85BB065B2 <7 5 4 1>

150 0 0xffffff7f8372b000 0x8000 0x8000 org.virtualbox.kext.VBoxUSB (5.0.22) 187B2D27-6C4A-3A19-86C2-E7358E823172 <149 146 39 7 5 4 3 1>

151 0 0xffffff7f83733000 0x7000 0x7000 foo.tap (1.0) FF769517-6401-3F61-9190-B967BF20C0B2 <7 5 4 1>

152 0 0xffffff7f8373a000 0x5000 0x5000 org.virtualbox.kext.VBoxNetFlt (5.0.22) DC272778-8AAB-30CE-BB73-E1395901DC1B <146 7 5 4 3 1>

153 0 0xffffff7f8373f000 0x6000 0x6000 org.virtualbox.kext.VBoxNetAdp (5.0.22) 38E75386-75AB-35D4-B60B-272471BC9876 <146 5 4 1>


I am on an IMac, not a macbook and I have Citrix and Oracle's Virtual Box to run some other OS's for my grad program. Any thoughts? I haven't heard that citrix could cause problems, but there seems to be some problems with Parallels, so maybe this Vbox may be a similar issue....


Thanks

You're missing the | character. Copy/paste this into your terminal:


kextstat -l | grep -v com.apple


In my case, it was Duet Display that was causing the problem. Uninstalling it has fixed my issue.

I had the same issue. In my case, I had Duet Display and Virtual Box showing. Uninstalling Duet Display resolved my issue. Virtual Box remains installed and works fine.

Thanks. I did it again and the Splashtop Driver file was found however, I uninstalled the program but I still have the problem. This is the result that I get now since I have uninstalled it and supposedly deleted everything from my MAC related to splashtop.


Gislas-MacBook-Pro:~ GislaBush$ kextstat -l | grep -v com.apple

132 1 0xffffff7f80c9f000 0xd000 0xd000 com.splashtop.driver.SRXDisplayCard (1.6) DA956219-698C-3947-AF5C-3EE4FE575476 <89 5 4 3>

134 0 0xffffff7f80cae000 0xc000 0xc000 com.splashtop.driver.SRXFrameBufferConnector (1.6) 0815176A-4F18-3D5C-839E-3DF052964003 <132 4 3>

Gislas-MacBook-Pro:~ GislaBush$

I have this issue but

kextstat -l | grep -v com.apple

doesn't return anything. I looked through manually and couldn't find anything either. Any ideas?