On Wed, Sep 14, 2022 at 9:14 PM stan via users <users@lists.fedoraproject.org> wrote:
grep -i suspend /boot/config* | less

I have
# CONFIG_SUSPEND is not set
CONFIG_USB_AUTOSUSPEND_DELAY=2

But my kernel is custom configured, so you should check your kernels.

Fresh install on an old iMac (late 2012?):

% grep -i suspend /boot/config* | less
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_ARCH_SUSPEND_POSSIBLE=y
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_SUSPEND=y
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_SUSPEND_FREEZER=y
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_PM_TEST_SUSPEND=y
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_OLD_SIGSUSPEND3=y
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_CXL_SUSPEND=y
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250
/boot/config-5.19.6-200.fc36.x86_64:CONFIG_USB_AUTOSUSPEND_DELAY=2
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_ARCH_SUSPEND_POSSIBLE=y
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_SUSPEND=y
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_SUSPEND_FREEZER=y
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_PM_TEST_SUSPEND=y
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_OLD_SIGSUSPEND3=y
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_CXL_SUSPEND=y
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250
/boot/config-5.19.7-200.fc36.x86_64:CONFIG_USB_AUTOSUSPEND_DELAY=2
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_ARCH_SUSPEND_POSSIBLE=y
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_SUSPEND=y
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_SUSPEND_FREEZER=y
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_PM_TEST_SUSPEND=y
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_OLD_SIGSUSPEND3=y
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_CXL_SUSPEND=y
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250
/boot/config-5.19.8-200.fc36.x86_64:CONFIG_USB_AUTOSUSPEND_DELAY=2