Page 1 of 1

[SOLVED] Laptop crash after suspend

PostPosted: Nov 13th, '13, 16:23
by tkmm
When my laptop returns from suspend GDM acts like its loading only to display a sad face with a message that says an A problem has occured and the system cant recover. Rebooting only gets back to this screen. CTL+ALT+BKSP will kill the screen only to redisplay it over again. How can I fix this and prevent it from happening again??



EDIT: I recently updated my kernel to 3.10.18 and am marking this solved because I could not reproduce the bug afterwards.

Re: Laptop crah after suspend

PostPosted: Nov 13th, '13, 21:36
by doktor5000
What Mageia version, what graphics card and graphics driver do you use? Did you have a look into the logs when this happens, e.g. GDM logs or via journalct?

Re: Laptop crah after suspend

PostPosted: Nov 14th, '13, 03:52
by tkmm
Code: Select all
$ lspcidrake -v |grep VGA
Card:Intel 810 and later: Intel Corporation|3rd Gen Core processor Graphics Controller [DISPLAY_VGA] (vendor:8086 device:0166 subv:1179 subd:fa41) (rev: 09)


Gnome settings identifies it as IntelĀ® Ivybridge Mobile.

Code: Select all
# lsmod |grep video
uvcvideo               80886  0
videobuf2_vmalloc      13216  1 uvcvideo
videobuf2_memops       13362  1 videobuf2_vmalloc
videobuf2_core         40542  1 uvcvideo
videodev              129892  2 uvcvideo,videobuf2_core
media                  21380  2 uvcvideo,videodev
usbcore               218676  8 uvcvideo,rtlwifi,usb_storage,ehci_hcd,ehci_pci,usbhid,rtl8192cu,xhci_hcd
video                  19154  1 i915
i2c_core               40397  6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev



Code: Select all
$ uname -a
Linux localhost.localdomain 3.8.13.4-desktop-1.mga3 #1 SMP Thu Jul 4 13:56:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Re: Laptop crah after suspend

PostPosted: Nov 14th, '13, 07:57
by doktor5000
doktor5000 wrote:Did you have a look into the logs when this happens, e.g. GDM logs or via journalct?

Re: Laptop crash after suspend

PostPosted: Nov 14th, '13, 16:08
by tkmm
I scanned thru using journalctl, but nothing stuck out to me... Although I am not sure what I should be looking for.

Re: Laptop crash after suspend

PostPosted: Nov 15th, '13, 00:11
by doktor5000
Could you post the last 50-250 lines after your laptop returns from suspend here?
Code: Select all
journalctl -a --no-pager -n250


Also, what make and model is your laptop?

Re: Laptop crash after suspend

PostPosted: Nov 15th, '13, 02:42
by tkmm
Toshiba S55-A5295. I will reproduce the crash and post the journalctl output for you.