Contribute
Register

Mojave sleep issue how to solve

Status
Not open for further replies.
There is no pacesupport kets installed ,
All kets are updated
sleep won't work because of your external usb devices you have plugged in:

Code:
PMSET ASSERTIONS DUMP :-
2019-01-26 14:08:02 +0100
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  1 <----THIS 
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 59(powerd): [0x0000000f00088002] 00:01:30 ExternalMedia named: "com.apple.powermanagement.externalmediamounted"
   pid 268(mds_stores): [0x00000065000b80fe] 00:00:02 BackgroundTask named: "com.apple.metadata.mds_stores.power"
   pid 71(mds): [0x00000065000b80fd] 00:00:03 BackgroundTask named: "com.apple.metadata.mds.power"
   pid 109(hidd): [0x000000110009801b] 00:00:06 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968896.3"
    Timeout will fire in 894 secs Action=TimeoutActionRelease
Kernel Assertions: 0x10c=USB,BT-HID,MAGICWAKE
   id=505  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14d20000 owner=Wacom Wireless Receiver
   id=506  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14120000 owner=USB to ATA/ATAPI Bridge
   id=507  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14730000 owner=Bluetooth USB Host Controller
   id=508  level=255 0x100=MAGICWAKE mod=01/01/1970, 01:00 description=en2 owner=en2
   id=509  level=255 0x8=BT-HID mod=01/01/1970, 01:00 description=com.apple.driver.IOBluetoothHIDDriver owner=AppleHSBluetoothDevice
Idle sleep preventers: IODisplayWrangler

also you may want to address this:

Code:
standby              1 <-- SHOULD BE SET TO 0
 Sleep On Power Button 1
 womp                 1
 autorestart          0
 hibernatefile        /var/vm/sleepimage
 proximitywake        1
 powernap             1
 networkoversleep     0
 disksleep            10
 standbydelayhigh     86400
 sleep                0
 autopoweroffdelay    28800
 hibernatemode        0
 autopoweroff         1 <--- SHOULD BE SET TO 0
 ttyskeepawake        1
 displaysleep         15
 highstandbythreshold 50
 standbydelaylow      86400

use the following commands in terminal:
Code:
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
 
sleep won't work because of your external usb devices you have plugged in:

Code:
PMSET ASSERTIONS DUMP :-
2019-01-26 14:08:02 +0100
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  1 <----THIS
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 59(powerd): [0x0000000f00088002] 00:01:30 ExternalMedia named: "com.apple.powermanagement.externalmediamounted"
   pid 268(mds_stores): [0x00000065000b80fe] 00:00:02 BackgroundTask named: "com.apple.metadata.mds_stores.power"
   pid 71(mds): [0x00000065000b80fd] 00:00:03 BackgroundTask named: "com.apple.metadata.mds.power"
   pid 109(hidd): [0x000000110009801b] 00:00:06 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968896.3"
    Timeout will fire in 894 secs Action=TimeoutActionRelease
Kernel Assertions: 0x10c=USB,BT-HID,MAGICWAKE
   id=505  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14d20000 owner=Wacom Wireless Receiver
   id=506  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14120000 owner=USB to ATA/ATAPI Bridge
   id=507  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14730000 owner=Bluetooth USB Host Controller
   id=508  level=255 0x100=MAGICWAKE mod=01/01/1970, 01:00 description=en2 owner=en2
   id=509  level=255 0x8=BT-HID mod=01/01/1970, 01:00 description=com.apple.driver.IOBluetoothHIDDriver owner=AppleHSBluetoothDevice
Idle sleep preventers: IODisplayWrangler

also you may want to address this:

Code:
standby              1 <-- SHOULD BE SET TO 0
Sleep On Power Button 1
womp                 1
autorestart          0
hibernatefile        /var/vm/sleepimage
proximitywake        1
powernap             1
networkoversleep     0
disksleep            10
standbydelayhigh     86400
sleep                0
autopoweroffdelay    28800
hibernatemode        0
autopoweroff         1 <--- SHOULD BE SET TO 0
ttyskeepawake        1
displaysleep         15
highstandbythreshold 50
standbydelaylow      86400

use the following commands in terminal:
Code:
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage





Good evening,

I did what you write , why the hard drive is not ejected before sleep

i found the problem

First :
Nvidia gtx 1080 that i have on the second lane ( this is the reason why the mac i not weak up and i need to restart)
I need to found a solution to disable the second pci slot ( i use it on windows 10)

Second: I tried to disconnect the nvidia but when the machine go to sleep weak up due to the bluetooth BCM943602CS connected trough usb internally.
The bluetooth is connected to the port HS7 set to internal should not be a problem

How can i solve those two problem

Thank you for your help

 

Attachments

  • Screenshot 2019-01-30 at 20.05.27.png
    Screenshot 2019-01-30 at 20.05.27.png
    1.2 MB · Views: 181
sleep won't work because of your external usb devices you have plugged in:

Code:
PMSET ASSERTIONS DUMP :-
2019-01-26 14:08:02 +0100
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  1 <----THIS
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 59(powerd): [0x0000000f00088002] 00:01:30 ExternalMedia named: "com.apple.powermanagement.externalmediamounted"
   pid 268(mds_stores): [0x00000065000b80fe] 00:00:02 BackgroundTask named: "com.apple.metadata.mds_stores.power"
   pid 71(mds): [0x00000065000b80fd] 00:00:03 BackgroundTask named: "com.apple.metadata.mds.power"
   pid 109(hidd): [0x000000110009801b] 00:00:06 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968896.3"
    Timeout will fire in 894 secs Action=TimeoutActionRelease
Kernel Assertions: 0x10c=USB,BT-HID,MAGICWAKE
   id=505  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14d20000 owner=Wacom Wireless Receiver
   id=506  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14120000 owner=USB to ATA/ATAPI Bridge
   id=507  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14730000 owner=Bluetooth USB Host Controller
   id=508  level=255 0x100=MAGICWAKE mod=01/01/1970, 01:00 description=en2 owner=en2
   id=509  level=255 0x8=BT-HID mod=01/01/1970, 01:00 description=com.apple.driver.IOBluetoothHIDDriver owner=AppleHSBluetoothDevice
Idle sleep preventers: IODisplayWrangler

also you may want to address this:

Code:
standby              1 <-- SHOULD BE SET TO 0
Sleep On Power Button 1
womp                 1
autorestart          0
hibernatefile        /var/vm/sleepimage
proximitywake        1
powernap             1
networkoversleep     0
disksleep            10
standbydelayhigh     86400
sleep                0
autopoweroffdelay    28800
hibernatemode        0
autopoweroff         1 <--- SHOULD BE SET TO 0
ttyskeepawake        1
displaysleep         15
highstandbythreshold 50
standbydelaylow      86400

use the following commands in terminal:
Code:
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

Hi been able to disable the nvidia card on second lane.
The only problem is ann usb that even if set as internal keep weak up the hackintosh.
On this usb is connected an internal hub and all port are also set as internal .
Do you know how i can solve.
If you open the ioreg you will see that the hub is connected on hs12 and the extra usb is connected to hs 07 boot set as 255

Do you have an idea how ro solve this problem
 

Attachments

  • debug_28056.zip
    3.4 MB · Views: 49
sleep won't work because of your external usb devices you have plugged in:

Code:
PMSET ASSERTIONS DUMP :-
2019-01-26 14:08:02 +0100
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  1 <----THIS
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 59(powerd): [0x0000000f00088002] 00:01:30 ExternalMedia named: "com.apple.powermanagement.externalmediamounted"
   pid 268(mds_stores): [0x00000065000b80fe] 00:00:02 BackgroundTask named: "com.apple.metadata.mds_stores.power"
   pid 71(mds): [0x00000065000b80fd] 00:00:03 BackgroundTask named: "com.apple.metadata.mds.power"
   pid 109(hidd): [0x000000110009801b] 00:00:06 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968896.3"
    Timeout will fire in 894 secs Action=TimeoutActionRelease
Kernel Assertions: 0x10c=USB,BT-HID,MAGICWAKE
   id=505  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14d20000 owner=Wacom Wireless Receiver
   id=506  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14120000 owner=USB to ATA/ATAPI Bridge
   id=507  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.14730000 owner=Bluetooth USB Host Controller
   id=508  level=255 0x100=MAGICWAKE mod=01/01/1970, 01:00 description=en2 owner=en2
   id=509  level=255 0x8=BT-HID mod=01/01/1970, 01:00 description=com.apple.driver.IOBluetoothHIDDriver owner=AppleHSBluetoothDevice
Idle sleep preventers: IODisplayWrangler

also you may want to address this:

Code:
standby              1 <-- SHOULD BE SET TO 0
Sleep On Power Button 1
womp                 1
autorestart          0
hibernatefile        /var/vm/sleepimage
proximitywake        1
powernap             1
networkoversleep     0
disksleep            10
standbydelayhigh     86400
sleep                0
autopoweroffdelay    28800
hibernatemode        0
autopoweroff         1 <--- SHOULD BE SET TO 0
ttyskeepawake        1
displaysleep         15
highstandbythreshold 50
standbydelaylow      86400

use the following commands in terminal:
Code:
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

Sorry if i bother you again,
My problem was solved untill i update clover to the last version 4871
Everything was working perfectly now i have again the same problem can you please help me on that
 

Attachments

  • debug_7186.zip
    3.9 MB · Views: 51
Status
Not open for further replies.
Back
Top