2023-04-18

Slitaz64 - suspend - resume - i915

 

suspend - resume - i915

$ uname -a
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux

$ lsmod | grep i915

i915                 3026944  4
ttm                    81920  1 i915
cec                    69632  1 i915
drm_kms_helper        307200  1 i915
drm                   643072  5 drm_kms_helper,i915,ttm
intel_gtt              24576  1 i915
i2c_algo_bit           16384  1 i915
video                  57344  1 i915
i2c_core              102400  8 drm_kms_helper,i2c_algo_bit,at24,i2c_smbus,i2c_i801,i915,regmap_i2c,drm

$ lsmod | wc -l
88

$ grep -A3 -B3 hooks /var/log/pm-suspend.log
Initial commandline parameters:
Thu Apr 6 13:19:35 UTC 2023: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux
Module Size Used by
--
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Thu Apr 6 13:19:35 UTC 2023: performing suspend
Tue Apr 18 07:42:13 UTC 2023: Awake.
Tue Apr 18 07:42:13 UTC 2023: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:

/usr/lib/pm-utils/sleep.d/99video resume suspend: success.



https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51478