On 2014-12-03 21:06, theo222 wrote:
>
> Thank you.
>
> I haven’t attached any system information, because there are issues on
> two completely different systems, and I wanted to find out if this is an
> general known problem with this OpenSUSE Version.
Well, as gogalthorp suggest, a search in Bugzilla (true, not easy to do)
is a good thing.
I have no personal experience with 13.2, i just have a virtual install.
I can tell you my tricks with previous versions, and I don’t know for
sure if they are valid on 13.2.
I edit “/etc/suspend.conf” and disable the “splash” (splash = n). I also
increase verbosity (suspend loglevel = 255).
I have a note that says « use ‘no_console_suspend’ boot option for more
messages.»
This should allow you to see some messages, and perhaps you get to see
one with a clue.
The “/var/log/pm-suspend.log” is important. However, if it crashes, logs
are not written.
Once I had to add printk calls (I think that was the function) to the
kernel code itself to let it print debugging messages to the display, so
that I could know where it stopped or crashed. Maybe take videos,
because log to disk fails. Log to serial port is a possibility.
Then… the devs were replacing pm-utils with systemd things. I’m not
sure how far they went, but I expect problems.
You can try pm-… calls directly. I use pm-hibernate as root in a
terminal. There is another one for suspend.
I don’t know how exactly to browse logs info in 13.2, because it uses
systemd ways. You might prefer to install syslog and obtain traditional
text logs.
If your problem is that the keyboard blocks, try switching to text mode
before suspend, and suspend from terminal.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)