Thursday, October 25, 2007

suspend working (noch)

Created a new script /etc/acpi/resume.d/99-reinit-i8042.sh
Code:
#!/bin/sh 

# Force re-init of the i8042 PS/2 keyboard/mouse controller
echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind
echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind

No comments: