https://bugzilla.novell.com/show_bug.cgi?id=235197 bk@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #3 from bk@novell.com 2007-01-18 10:11 MST ------- The kernel which I tested is a 10.2 kernel, I'll supply the exact version. I'll test with the latest kernel from factory or latest upstream and maybe check for tg3 suspend/resume patches or applicable git trees before looking into these issues much deeper. Yes, one could expect the HP ACPI BIOS to be a possible source of the problems, there are updates for the initial version, and a german Linux user page of this laptop describes some of the breakages in the BIOS of this laptop and provides some DSDT fixes for it and a completely rewritten DSDT: http://thinksilicon.redprohosting.de/index.php?page=39 One of the workarounds which is described on the page is the usage of the boot option acpi_os_name="Microsoft Windows NT" to make the BIOS think that it's running with Windows NT. Adding ".shutdown = serio_driver_remove," to serio.c apparently helped, but turning psmouse.c into a module in addition to this change made suspend worse for me, so I recompiled with psmouse compiled-in. Because I identified the tg3 driver as the source of the hang of suspend after writing the image to disk, I also added it in /etc/sysconfig/powersave/sleep to UNLOAD_MODULES_BEFORE_SUSPEND2DISK on the HP nx6325 and since, the system seems to suspend/resume without kernel problems and I started hitting userspace errors because like KDE not switching input focus on click on windows and GNOME apps crashing on timeouts from DBUS but where the system kept running otherwise. I'll verify whether there were other changes of significance and possibly check that with on a vanilla installation. -- 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, or are watching someone who is.