Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-05-2024, 08:00 PM
|
#1
|
LQ Newbie
Registered: Jan 2018
Posts: 17
Rep: 
|
New Linux PC can't suspend
Please,
I just installed Mint on a refurbished Alienware tower. These systems are not designed to run GNU/Linux. After much troubleshooting I was able to boot into a fresh install and things work fine for the most part. The issue is that the system cannot suspend. When I tell it to do so, the screen goes black but the machine is still running, fans and all, and unresponsive. I believe that the fault lies with the motherboard as it is peculiar. The BIOS provides very few options and I don't think that there's anything to be done in there. Maybe I could find a work around in the operating system... Can you help me?
Thank you,
Andrew
Hardware: Alienware Area-51 R2, Intel 5820k, 16GB Ram, 3x GTX 980s with SLI bridge, 1600W PSU
|
|
|
01-05-2024, 08:08 PM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,902
|
What distro/version/desktop environment did you install on this box and what precisely did you do in attempting to suspend it.
|
|
|
01-05-2024, 11:54 PM
|
#3
|
Senior Member
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,538
|
Try install the nvidia proprietary video driver.
|
|
|
01-06-2024, 05:50 AM
|
#4
|
Member
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773
|
Swap?
|
|
1 members found this post helpful.
|
01-06-2024, 08:36 AM
|
#5
|
Senior Member
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,708
|
As above, ^^^
When you installed Mint did you set up a swap file? For the suspend function to work (as I understand it!) you need a swap file which is equal in size to the amount of memory you have filled (You may want to set it to the max allowable memory in case you later upgrade the memory.)
Then, when you ask to suspend the computer, the memory contents are dumped into the swap file, the computer shuts down, clearing the main memory.
When you restart from suspend, the swap contents are restored to main memory and you can continue from where you left off.
Quote:
I just installed Mint on a refurbished Alienware tower. These systems are not designed to run GNU/Linux.
|
No computer that I can think of is "designed to run Linux", Linux is designed to run on any computer and can run on probably more architectures than Windows does, Intel, Sparc,Dec Alpha, ARM, etc.
Just my  worth!
Play Bonny!

|
|
1 members found this post helpful.
|
01-06-2024, 11:19 AM
|
#6
|
Senior Member
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,538
|
Swap file is used for hibernation, not suspend.
|
|
1 members found this post helpful.
|
01-06-2024, 01:48 PM
|
#7
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,976
|
Member Response
Hi,
@OP You might want to look at this to get some understanding; https://wiki.archlinux.org/title/Pow..._and_hibernate
Arch always has a reputation for good information that one can rely on.
Hope this helps.

|
|
1 members found this post helpful.
|
01-06-2024, 05:17 PM
|
#8
|
Senior Member
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,708
|
Quote:
Swap file is used for hibernation, not suspend.
|
I stand corrected.
Play Bonny!

|
|
|
01-07-2024, 01:30 AM
|
#9
|
LQ Newbie
Registered: Jan 2018
Posts: 17
Original Poster
Rep: 
|
Quote:
Originally Posted by frankbell
What distro/version/desktop environment did you install on this box and what precisely did you do in attempting to suspend it.
|
I'm running Linux Mint 21.2 Cinnamon. It is using the recommended Nvidia driver and has NO swap partition. After I made this thread last night, I experimented a little. The first time that I tried to suspend, the screen went black but the computer wouldn't go to sleep. The second time it DID go to sleep but would not display when awoken. A few minutes ago I tried suspending and it's doing what it did the first time, that is: no display and not going to sleep. I'm literally just clicking "suspend" in the "quit menu". That's it. I have other computers running Linux Mint and they don't do wierd things like this. The motherboard is a replacement but the old one had the same problems, and the firmware is up to date. I worry that this issue might be caused by an engineering mistake or sloppy firmware implementation. There are some other problems with this system not related to the issue presented in this thread. What things can I try to solve this issue?
|
|
|
01-07-2024, 03:36 AM
|
#10
|
Member
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 816
|
The linux kernel documentation describes a useful command-line parameter that can help with suspend:
Quote:
resume= [SWSUSP]
Specify the partition device for software suspend
Format:
{/dev/<dev> | PARTUUID=<uuid> | <int>:<int> | <hex>}
|
|
|
|
01-07-2024, 06:37 AM
|
#11
|
Senior Member
Registered: Mar 2007
Posts: 2,513
|
Quote:
Originally Posted by andrewcmunroe
What things can I try to solve this issue?
|
The first thing would be to read the logs.
|
|
|
01-07-2024, 06:38 AM
|
#12
|
Senior Member
Registered: Mar 2007
Posts: 2,513
|
Quote:
Originally Posted by slac-in-the-box
|
That's for hibernating to swap.
|
|
|
All times are GMT -5. The time now is 11:22 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|