https://bugzilla.novell.com/show_bug.cgi?id=235197 ------- Comment #2 from trenn@novell.com 2007-01-15 12:22 MST ------- About what kernel version is the button rmmod problem? On HP ACPI BIOS things could be broken, that "possibly" could affect the button unload. Fix is to build psmouse as module and unload it on shutdown or this (Copy and Pasted). Both needs one reboot of a fixed kernel to work again: Index: linux-2.6.18-SL102_BRANCH/drivers/input/serio/serio.c =================================================================== --- linux-2.6.18-SL102_BRANCH.orig/drivers/input/serio/serio.c +++ linux-2.6.18-SL102_BRANCH/drivers/input/serio/serio.c @@ -772,6 +772,7 @@ static struct bus_type serio_bus = { .name = "serio", .probe = serio_driver_probe, .remove = serio_driver_remove, + .shutdown = serio_driver_remove, }; -- 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.