Hi! I was prepping my system to upgrade possibly to Sonoma in the near future. I knew I had to fix the USB mapping as described on page 706. Everything works. (I had a power issue with an Apple superdrive I use sometimes to rip my old CDs.) The only problem I have is that my system won't stay in sleep. It wakes after a few seconds again.
Code:
admin@iMac-Pro-2 ~ % pmset -g log | grep -e " Sleep " -e " Wake " | tail -n 50
admin@iMac-Pro-2 ~ %
After waiting a while, I see, however, 2 items preventing going my Mac to sleep:
Code:
admin@iMac-Pro-2 ~ % pmset -g assertions
2023-10-06 00:16:16 +0200
Assertion status system-wide:
BackgroundTask 0
ApplePushServiceTask 0
UserIsActive 1
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
ExternalMedia 0
PreventUserIdleSystemSleep 1
NetworkClientActive 0
Listed by owning process:
pid 496(sharingd): [0x000001dd00018794] 00:05:11 PreventUserIdleSystemSleep named: "Handoff"
pid 179(WindowServer): [0x000000110009814e] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle serviceID:100000e48 service:AppleUserHIDEventService product:HP Basic USB Keyboard eventType:3"
Timeout will fire in 3600 secs Action=TimeoutActionRelease
Kernel Assertions: 0x4=USB
id=509 level=255 0x4=USB creat=06/10/2023, 00:12 description=com.apple.usb.externaldevice.14500000 owner=BRCM20702 Hub
id=515 level=255 0x4=USB creat=06/10/2023, 00:12 description=com.apple.usb.externaldevice.14300000 owner=USB2734
id=517 level=255 0x4=USB creat=06/10/2023, 00:13 description=com.apple.usb.externaldevice.14800000 owner=USB5734
id=519 level=255 0x4=USB creat=06/10/2023, 00:23 description=com.apple.usb.externaldevice.14320000 owner=HP Basic USB Keyboard
Idle sleep preventers: IODisplayWrangler
admin@iMac-Pro-2 ~ %
Any ideas?