This worked for me you just need to be careful to use your wi-fi device. I have a 2022 G15 which has the same wifi chip so for me, even though I don't have a Framework, it worked exactly as described in the guide.
Did you encrypt your swap as well? I used to use hibernation back in the day but without LUKS encryption.
Ever since I've started using LUKS encryption, I never bothered with hibernation again, allthough I would like to.
Having that button doesn't automatically result in that feature actually working. The development stakeholders don't seem to be interested in it actually working other than chance and given that even Windows and macOS moved to "always connected" suspend instead of full sleep with hibernation, I don't see a push for feature parity on the horizon (that's why Windows laptops and more recently also MacBooks often cannot wake up because the battery is depleted). It's really bad and IMO one of the few big problems to solve (at least on my Windows notebook because of its broken regular suspend, I can force it into hibernation).
I had somewhat decent success making a swap file (not a partition):
10 Comments
skullgiver@popplesburger.hilciferous.nl · 21 pts · 2y
Mwa@thelemmy.club · 1 pts · 2y
oh alr
RmDebArc_5@sh.itjust.works · 6 pts · 2y
Here is the official fedora guide
Mwa@thelemmy.club · 0 pts · 2y
ty
Asyx@lemmy.ml · 5 pts · 2y
https://community.frame.work/t/guide-framework-16-hibernate-w-swapfile-setup-on-fedora-40/53080
This worked for me you just need to be careful to use your wi-fi device. I have a 2022 G15 which has the same wifi chip so for me, even though I don't have a Framework, it worked exactly as described in the guide.
PotatoesFall@discuss.tchncs.de · -3 pts · 2y
I've tried to get hibernation working on like 3 different distros. Followed tutorials exactly step by step. Never works.
Linux doesn't do hibernation. Anybody who says otherwise is not living in the same universe as me.
dingdongitsabear@lemmy.ml · 5 pts · 2y
ChojinDSL@discuss.tchncs.de · 2 pts · 2y
Did you encrypt your swap as well? I used to use hibernation back in the day but without LUKS encryption. Ever since I've started using LUKS encryption, I never bothered with hibernation again, allthough I would like to.
dingdongitsabear@lemmy.ml · 1 pts · 2y
Mwa@thelemmy.club · 3 pts · 2y
how come opensuse has that button
woelkchen@lemmy.world · 1 pts · 2y
Having that button doesn't automatically result in that feature actually working. The development stakeholders don't seem to be interested in it actually working other than chance and given that even Windows and macOS moved to "always connected" suspend instead of full sleep with hibernation, I don't see a push for feature parity on the horizon (that's why Windows laptops and more recently also MacBooks often cannot wake up because the battery is depleted). It's really bad and IMO one of the few big problems to solve (at least on my Windows notebook because of its broken regular suspend, I can force it into hibernation).
I had somewhat decent success making a swap file (not a partition):
sudo fallocate --length 16600MiB /swapfile;sudo chmod 600 /swapfile;sudo mkswap /swapfile;sudo swapon /swapfile;sudo nano /etc/fstabThen add
/swapfile swap swap defaults 0 0the fstab file now open in Nano.PotatoesFall@discuss.tchncs.de · 0 pts · 2y
Last time I had openSUSE hibernation didn't work. I am just convinced that the entire linux community is gaslighting me about hibernation lol
Mwa@thelemmy.club · 2 pts · 2y
oh