https://bugzilla.novell.com/show_bug.cgi?id=351119 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=351119#c31 --- Comment #31 from Stefan Seyfried <seife@novell.com> 2008-05-26 08:34:49 MDT --- i have added this hook as /etc/pm/sleep.d/99ZZi8042debug: #!/bin/bash case "$1" in thaw|resume) echo 0 > /sys/module/i8042/parameters/debug ;; suspend|hibernate) echo 1 > /sys/module/i8042/parameters/debug ;; *) ;; esac This will enable debug before suspend and disable afterwards. You still will only see half of the story in dmesg, since the "boot until image is loaded" part will be gone, but we will see if we find out something with that. Having debug on all the time is unfortunately not really doable :( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.