LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 01-05-2024, 08:00 PM   #1
andrewcmunroe
LQ Newbie
 
Registered: Jan 2018
Posts: 15

Rep: Reputation: Disabled
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
 
Old 01-05-2024, 08:08 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
What distro/version/desktop environment did you install on this box and what precisely did you do in attempting to suspend it.
 
Old 01-05-2024, 11:54 PM   #3
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Try install the nvidia proprietary video driver.
 
Old 01-06-2024, 05:50 AM   #4
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Swap?
 
1 members found this post helpful.
Old 01-06-2024, 08:36 AM   #5
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
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.
Old 01-06-2024, 11:19 AM   #6
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Swap file is used for hibernation, not suspend.
 
1 members found this post helpful.
Old 01-06-2024, 01:48 PM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
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.
Old 01-06-2024, 05:17 PM   #8
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Quote:
Swap file is used for hibernation, not suspend.
I stand corrected.

Play Bonny!

 
Old 01-07-2024, 01:30 AM   #9
andrewcmunroe
LQ Newbie
 
Registered: Jan 2018
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
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?
 
Old 01-07-2024, 03:36 AM   #10
slac-in-the-box
Member
 
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 780
Blog Entries: 1

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
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>}
 
Old 01-07-2024, 06:37 AM   #11
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,791

Rep: Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469
Quote:
Originally Posted by andrewcmunroe View Post
What things can I try to solve this issue?
The first thing would be to read the logs.
 
Old 01-07-2024, 06:38 AM   #12
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,791

Rep: Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469Reputation: 1469
Quote:
Originally Posted by slac-in-the-box View Post
The linux kernel documentation describes a useful command-line parameter that can help with suspend:
That's for hibernating to swap.
 
  


Reply

Tags
mint, sleep, suspend



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Automatically Resume from Suspend to Ram and Suspend to Disk to Save Battery in Linux LXer Syndicated Linux News 0 05-10-2013 02:40 AM
[SOLVED] Suspend problem - suspend sometimes does a logout taylorkh Linux - Hardware 4 06-24-2010 04:12 PM
pm-suspend vs. alternatives. gnome vs. enlightenment suspend. mkultra329 Linux - Newbie 1 02-19-2010 10:56 AM
Plz explain Suspend to Disk and Suspend to Ram pkhera_2001 Linux - Newbie 2 02-18-2008 07:23 AM
difference between "suspend to standby" and "suspend to ram" nappaji Linux - Hardware 1 08-23-2006 08:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration