On Wed, Jul 12, 2023 at 09:06:36AM +0200, Caren Hern wrote: > Hi Evgeni, > > yes I have suspend active. Hibernate was never working.
Okay, I can at least double-check that against the machines I have here! > I am also confused now, because I just reinstalled the package (no errors) > but indead when I try to manually load it using modprobe it indead throws an > error (ERROR: could not insert 'tp_smapi': No such device or address). Yeah, that's more like what I've expected. The SMAPI interface was removed in the *20/*30 series in favor of plain ACPI and the module should (rightfully) refuse to load if it can't find SMAPI. The `thinkpad_ec` module has a `force_io` parameter to make it load on *some* half-supported models, but even that shouldn't do anything when there is no SMAPI at all. > I just don't understand how the issue suddenly disappeared after removing > the package. I am wondering if its something with some other part of DKMS. > Because straight after the upgrade the issue was there a lot, then I > reinstalled the two packages which have kernel modules (tp-smapi-dkms and > broadcom-sta-dkms) because I thought maybe they were built for the wrong > kernel or something and the issue went away for two weeks, until it suddenly > reappeared and subsequently disappeared again after I completely removed the > tp-smapi package. dkms *should* properly detect any kernel changes and rebuild stuff. > One time after a freeze I read through dmesg but didn't find anything that > looked of (to me!). > > I will keep it installed now and will let you know if it happens again. Thanks!