LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-14-2017, 04:56 PM   #31
mikou
LQ Newbie
 
Registered: Aug 2017
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by business_kid View Post
Let me repeat the questions. Have you swap? What happens when you remount the disks?

If nobody else had had the same problem, that indicates it works. If you google 'sis 6326' which was one of the worst video cards made in the '90s you'll find plenty. Your chipset must work for others. If the chips work, either bios or conceivably a hardware fault may be at play here.
I have swap, but hibernating doesn't work.
 
Old 08-15-2017, 03:43 AM   #32
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,146

Rep: Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308
What happens when you remount the disks? See previous posts.
 
Old 08-15-2017, 03:52 PM   #33
mikou
LQ Newbie
 
Registered: Aug 2017
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
What happens when you remount the disks? See previous posts.
When I have to remount it? After power on?
 
Old 08-16-2017, 02:59 AM   #34
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,146

Rep: Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308
Try actually reading post #28.
 
Old 08-18-2017, 11:55 AM   #35
mikou
LQ Newbie
 
Registered: Aug 2017
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
Try actually reading post #28.
But suspending to disk doesn't work, you know.
 
Old 08-18-2017, 01:31 PM   #36
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,146

Rep: Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308
Quote:
Originally Posted by mikou View Post
But suspending to disk doesn't work, you know.
From Post #19:
Code:
3. echo mem > /sys/power/state #it should suspend to memory. Disk should stop
4. echo disk > /sys/power/state # It should hibernate to disk.

3. it suspend, but after restore (wake up) it freezes and HDD doesn't work (it's running, but it doesn't read/write)
4. it won't hibernate (it says that such a c)
I was suggesting the disk remount for suspend, but you probably won't have the mount command if the root drive cannot be read.

Let's see if we can get hibernate going. Can you try booting with your resume partition as a kernel option? Here's what I would use on this box
Code:
image = /boot/vmlinuz-4.4.38 root=/dev/sda3 resume=/dev/sda2
That will get us past the 'device doesn't exist' error. We can see what the next objection to working is.

EDIT: That's for my personal box only. Substitute your root drive and your root partition

Last edited by business_kid; 08-19-2017 at 03:24 AM.
 
Old 10-18-2017, 12:00 PM   #37
mikou
LQ Newbie
 
Registered: Aug 2017
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
From Post #19:
Code:
3. echo mem > /sys/power/state #it should suspend to memory. Disk should stop
4. echo disk > /sys/power/state # It should hibernate to disk.

3. it suspend, but after restore (wake up) it freezes and HDD doesn't work (it's running, but it doesn't read/write)
4. it won't hibernate (it says that such a c)
I was suggesting the disk remount for suspend, but you probably won't have the mount command if the root drive cannot be read.

Let's see if we can get hibernate going. Can you try booting with your resume partition as a kernel option? Here's what I would use on this box
Code:
image = /boot/vmlinuz-4.4.38 root=/dev/sda3 resume=/dev/sda2
That will get us past the 'device doesn't exist' error. We can see what the next objection to working is.

EDIT: That's for my personal box only. Substitute your root drive and your root partition
So, I just have tried to boot with that kernel option. Computer runs OK, it will shut down without problems, but after turning on it won't resume my session, it's booting like powered off PC. That's not problem, I don't want hibernate function, but why it won't resume my session and why it won't shut down properly when I click on "Shut down"?
 
Old 10-19-2017, 03:48 AM   #38
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,146

Rep: Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308Reputation: 2308
Right. There's an error in my reply.
Code:
image = /boot/vmlinuz-4.4.38 root=/dev/sda3 resume=/dev/sda2
That is image =<my-kernel> root=<my root drive> resume=<my swap partition>

If you didn't cop the error, the hibernate might be worth another try. It should boot the kernel like a startup, then read back from an image stored on swap and restore everything.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
system bell won't shut up bioe007 Slackware 15 06-20-2007 09:45 PM
System won't shut down, just reboots fatherg Linux - Hardware 0 10-22-2004 03:17 AM
redhat 8.0 - intel desktop mobos cannot shut down automaticly maxut Red Hat 3 03-18-2004 11:03 AM
shut down won't shut system down taoweijia Linux - General 3 03-03-2004 06:05 PM

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

All times are GMT -5. The time now is 06:32 AM.

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