You are not logged in.

#1 2013-09-07 20:56:18

youngunix
Member
Registered: 2013-01-16
Posts: 42
Website

[SOLVED: clear CMOS] Reboot when resuming from sleep mode!

Hello all,

System Specs(Desktop): 

uname: Linux 3.10.10-1-ARCH #1 SMP PREEMPT 2013 x86_64 GNU/Linux
GPU: nVidia GTX-550 Ti - Drivers: 325.15 

The sleep and hibernate modes work as they should. But lately whenever I tap a key or press the power button to wake the pc from using either of the suspend modes, it reboots instead of turning on(hardware) and prompting with the loging screen like my laptop does.
I've check the wiki and searched the forums but nothing is close to what I'm experiencing.

Any help or links to something I might missed is greatly appreciated.

Last edited by youngunix (2013-09-15 03:33:48)


"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." --Dennis Ritchie-- RIP

Offline

#2 2013-09-07 21:00:35

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

Checking the wiki and searching the forums is a great start.  But if it is problem with your machine, wouldn't it be good to check to see if it is trying to tell you anything?  Maybe looking in your own logs might have something telling…

Offline

#3 2013-09-07 21:05:51

youngunix
Member
Registered: 2013-01-16
Posts: 42
Website

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

That's exactly what I'm working on and investigating as we post:

$ systemctl | grep -i failed ===> got nothing
# 
$ systemctl status systemd-modules-load
systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
   Active: inactive (dead)
          start condition failed at Sat 2013-09-07 12:33:21 CDT; 2h 47min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." --Dennis Ritchie-- RIP

Offline

#4 2013-09-07 21:13:06

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

systemctl is the dbus interface to systemd.  I am suggesting you look at your logs.  In the default configuration, Arch Linux uses the systemd journal and makes it persistent with the creation of /var/log/journal.  Unless you have changed this, that is where you should be looking.


BTW, for future reference, this is the kind of information you should have investigated before you posted here.

Offline

#5 2013-09-07 21:17:32

youngunix
Member
Registered: 2013-01-16
Posts: 42
Website

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

Digging in /var/log/journal using journalctl came up with nothing.


"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." --Dennis Ritchie-- RIP

Offline

#6 2013-09-08 01:25:36

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,143

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

How did you dig exactly? Those files are in binary format so usually you would examine them with journalctl. man journalctl for details.

EDIT: Also, how are you suspending/sleeping? And you say "lately" - did it used to work? Did anything change around the time it stopped working (e.g. upgrades or whatever)?

Last edited by cfr (2013-09-08 01:27:51)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#7 2013-09-14 03:25:20

youngunix
Member
Registered: 2013-01-16
Posts: 42
Website

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

Sorry for the delayed reply, had some issues to deal with.
When reading journal logs, I use the following:

# journalctl -a -l
# journalctl -k -b -1

When reading other logs(ex: xorg), I use KSystemLog.

I use "sleep" button from KMenu(application menu).
Yes! "lately" it's been happeneing on every OS that use with this hardware. It used to be when I just tap the space bar or power button and the login screen shows up. Now, it does a complete reboot as if it was powered off.
I am suspecting the latest NVIDIA drivers updated. Still looking into it.

Last edited by youngunix (2013-09-14 03:30:36)


"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." --Dennis Ritchie-- RIP

Offline

#8 2013-09-14 13:06:17

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,143

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

What does "every OS" include? Just thinking if it includes something like Windows, say, that would point to something rather different than if the problem only manifests in Linux.

Have you seen if the problem occurs if you use the nouveau drivers?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#9 2013-09-14 18:22:26

mapintar
Member
Registered: 2010-04-17
Posts: 50

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

I have similar problem for several month. No solution. But, when I clean CMOS for try solve another bug problem is solved. Try it.

Offline

#10 2013-09-15 03:08:53

youngunix
Member
Registered: 2013-01-16
Posts: 42
Website

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

cfr wrote:

What does "every OS" include? Just thinking if it includes something like Windows, say, that would point to something rather different than if the problem only manifests in Linux.

Have you seen if the problem occurs if you use the nouveau drivers?

I'm sorry dude, but there is something wrong with you!! In every thread, you just ask or make lame @$$ statements.


"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." --Dennis Ritchie-- RIP

Offline

#11 2013-09-15 03:32:39

youngunix
Member
Registered: 2013-01-16
Posts: 42
Website

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

mapintar wrote:

I have similar problem for several month. No solution. But, when I clean CMOS for try solve another bug problem is solved. Try it.

After hours of trying every possible trick(I even hacked some config files) and never thought CMOS would have something to do with this.

THANK YOU, YOU ARE AWESOME.


"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." --Dennis Ritchie-- RIP

Offline

#12 2013-09-15 03:44:53

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

youngunix wrote:
cfr wrote:

What does "every OS" include? Just thinking if it includes something like Windows, say, that would point to something rather different than if the problem only manifests in Linux.

Have you seen if the problem occurs if you use the nouveau drivers?

I'm sorry dude, but there is something wrong with you!! In every thread, you just ask or make lame @$$ statements.

cfr is a regular presence around here and helps quite a lot of people.  He was trying to get clarification so that your problem could be further debugged.  You may think that his statements are "lame ass" but you attitude is "asshole".  Don't come here looking for help and then tell those trying to help you that their help sucks.  If that is how you show your appreciation for support, you should go elsewhere.

Offline

#13 2013-09-15 04:34:40

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

youngunix wrote:
cfr wrote:

What does "every OS" include? Just thinking if it includes something like Windows, say, that would point to something rather different than if the problem only manifests in Linux.

Have you seen if the problem occurs if you use the nouveau drivers?

I'm sorry dude, but there is something wrong with you!! In every thread, you just ask or make lame @$$ statements.


Please read the Forum Etiquette, pay special attention to the clause about respecting other users: https://wiki.archlinux.org/index.php/Fo … ther_Users

Comments like the above are unwelcome and will just earn you a ban.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB