this post was submitted on 18 Aug 2024
45 points (100.0% liked)

Linux

47356 readers
1368 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hello all, for a few weeks/months now, my computer has stopped going into suspend mode. Here is what happens when putting it to sleep (using GNOME's power menu) or using systemctl suspend:

  1. Display turns off, peripherals turn off (keyboard lights off etc), fans spin up before sleep as usual
  2. Fans go back to idle speed, computer stays on
  3. Have to press the keyboard, wake the display up and go in the power menu again to suspend it (from the lock screen), and it works every time like this.

I have no idea what could be preventing suspend and what I could find online did not really help a lot. I don't think it is a USB device because I tried unplugging most of them except my mouse or my keyboard and it still did not work, and the second time on the lock screen it always suspends like intended


  • Distro: Fedora 40
  • DE: Gnome 46
  • GPU: NVIDIA GTX 1080Ti (Wayland)
  • CPU: Intel 10850K
  • MB: Gigabyte Z590 Gaming X (everything is up to date)

thx !

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 month ago (2 children)

New kernel may introduce regressions. See this similar issue on kernel 6.10.3, or try another version of kernel on startup if it's possible.

[–] [email protected] 2 points 1 month ago (3 children)

How does one check what kernal one has? Does the kernal vary by distro? How does one update it?

Not OP, just a Linux newb trying to learn, if you don't mind explaining that is. :_

[–] [email protected] 3 points 1 month ago (1 children)

uname -a

Updates depend on the specific distro. Some, like debian, keep the major version the same throughout the entire lifetime, just backporting the security fixes, others, like arch, follows the official major releases more closely.

[–] [email protected] 1 points 1 month ago
[–] [email protected] 2 points 1 month ago (1 children)

Kernels are usually intalled in '/boot', and we usually install new kernels via a package manager (gnome-software, pacman, dnf, etc.). What distro and package manager are you using?

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

None. Currently I'm still on Windows, but I'm planning on switching to either PopOS or Mint when Win10 EOL comes around, at the latest.

And I figure it's never too soon to learn things. The way I see it is, whether I switch six months from now or six hours, the more I learn now, the easier I'll have it when I end up actually switching. :)

[–] [email protected] 2 points 1 month ago (1 children)

I see. Before the switching, you may want to try Linux on Windows using WSL2 or VirtualBox, etc. Also, Mint and other distros provide bootable image, so you can try it without installing Mint on your machine. Good luck!

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

Before the switching, you may want to try Linux on Windows using WSL2 or VirtualBox, etc.

Thanks for the tip! I think I'll try VirtualBox!

Also, Mint and other distros provide bootable image, so you can try it without installing Mint on your machine.

You're talking about booting from a disk or USB drive, right? See, I've tried those (well, the USB drive anyway), but AFAICT there didn't seem to be a way to have it remember stuff between boots? Maybe I missed something...

[–] [email protected] 2 points 1 month ago (1 children)

Yes. In a typical live USB session, all changes are written to the RAM, so they are lost on the shutdown. Some live USB supports persistent storage, but I think it's not so common.

[–] [email protected] 1 points 1 month ago

That is...disappointing.

[–] [email protected] 2 points 1 month ago (1 children)

Honestly use a program like fastfetch, it's a CLI app.

Otherwise, from memory, Mission Center might show it

[–] [email protected] 1 points 1 month ago
[–] [email protected] 1 points 1 month ago

Thanks for the link, I am on kernel 6.10.4, but I do not have any error messages in journalctl, so I am not sure it is that. It could definitely be related though