Contribute
Register

pastrychef's Asus ROG Strix Z370-G Gaming (WI-FI AC) build w/ i9-9900K + AMD 6600 XT

I now have all Hack kexts in "other" and start-up is faster. I also installed a new BCM943602CS WiFi/Bluetooth card with PCIe 1x adapter and have both WiFi and Bluetooth working again. I will see if the sleep/wake problems continue. To be continued...


BT is active in bios ? have you apple keyboard or trackpad active in bios ?
 
BT is active in bios ? have you apple keyboard or trackpad active in bios ?
No, Bluetooth is not active in BIOS. I have an Apple wired keyboard and a Magic Mouse. Sleep is still a problem. I wakes on its own and and does not sleep on its own.
 
No, Bluetooth is not active in BIOS. I have an Apple wired keyboard and a Magic Mouse. Sleep is still a problem. I wakes on its own and and does not sleep on its own.
after how long it wakes up? or is it random?

try
log show --style syslog | fgrep "Wake reason"
and post result .
 
Last edited:
after how long it wakes up? or is it random?

try
log show --style syslog | fgrep "Wake reason"
and post result .[/QUOT

Screen Shot 2018-12-17 at 11.22.01 PM.png
 
Last edited:
You are not supposed to get any output from the UHD 630 because it is set up to be "headless".

If you want to use it with a monitor, you have to change ig-platform-id to 3E9B0007 and device-id to 3E9B0000. You also need to change SMBIOS to iMac18,1.

If you have an RX 580, you should not do this.

You can use VideoProc to check if acceleration is enabled.


Sorry... I'm just testing.
I will only use the RX580

I have some new problem. After set up the Bios, the hardware is accelerated,
But the system can't wake up after sleep.

When go to sleep my ram when dark, so I think it went to sleep correctly.
After 10 sec I try to wake it up, I move my mouse I ram begin light,
I can access it's file via another Mac By network ( but can't get the screen share from vnc)
But The screen is still black, I try to reattach the HDMI cable, It doesn't work.

I also tried to disable hibernatemode
Code:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0


It still can't wake up after sleep.
I remember before change the bios, wake/sleep works well (I'm using asus z390-i, shut down and reboot still works fine)

I using someone else usb-dsdt (also z390-i, it works fine. the speed now is at 5Gbps)
Is this affect?
 
Last edited:
Sorry... I'm just testing.
I will only use the RX580

I have some new problem. After set up the Bios, the hardware is accelerated,
But the system can't wake up after sleep.

When go to sleep my ram when dark, so I think it went to sleep correctly.
After 10 sec I try to wake it up, I move my mouse I ram begin light,
I can access it's file via another Mac use vnc
But The screen is still black, I try to reattach the HDMI cable, It doesn't work.

I also tried to disable hibernatemode
Code:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0


It still can't wake up after sleep.
I remember before change the bios, wake/sleep works well (I'm using asus z390-i, shut down and reboot still works fine)

I using someone else usb-dsdt (also z390-i, it works fine. the speed now is at 5Gbps)
Is this affect?

I don't know if the usb-dsdt has anything to do with it...

There's still a lot about Z390 that remains a mystery...

Have you tried using a different HDMI cable? Bad cables can cause a lot of problems.

Please enter the following in to Terminal and post the output:
Code:
pmset -g log | grep -i failure
 
I don't know if the usb-dsdt has anything to do with it...

There's still a lot about Z390 that remains a mystery...

Have you tried using a different HDMI cable? Bad cables can cause a lot of problems.

Please enter the following in to Terminal and post the output:
Code:
pmset -g log | grep -i failure

The terminal says

2018-12-18 16:09:02 +0800 Failure Drivers Failure during wake due to PEG0():
2018-12-18 16:22:09 +0800 Failure Drivers Failure during wake due to IMEI():
 
The terminal says

2018-12-18 16:09:02 +0800 Failure Drivers Failure during wake due to PEG0():
2018-12-18 16:22:09 +0800 Failure Drivers Failure during wake due to IMEI():


So, it's clear where your problems lay. Make sure that GPU and IMEI are configured correctly.

Remember to try a higher quality HDMI cable too.
 
So, it's clear where your problems lay. Make sure that GPU and IMEI are configured correctly.

Remember to try a higher quality HDMI cable too.


LOL, After adjust the plist. Sleep/Wake works fine.
Thanks for your help~
 
Back
Top