it's for a Karmic. In Jaunty you should create /etc/acpi/resume.d/91-keyboard.sh
with following content: #!/bin/sh echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind -- After booting the pc from the suspend state, keyboard is not working https://bugs.launchpad.net/bugs/448148 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
