Good Morning all,
I have a problem after hibernate after updating from Fedora 35 to 36.
With Fedora 35, the touchpad didn’t work anymore, I managed with a script under sleep:
#! /bin/bash
rmmod rmi_smbus && modprobe rmi_smbus
Unfortunately it doesn’t work on Fedora 36.
Linux fedora 5.19.8-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 8 19:02:21 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
model name : Intel(R) Core™ i7-4550U CPU @ 1.50GHz
Can someone help me?