Hello. I'm having an issue with my suspend/resume on my Dell Studio XPS 16
laptop with Debian Lenny installed.

After resume, my touchpad is frozen. I have a script in /etc/pm/sleep.d/
that's being executed that does

# on sleep
echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind
modprobe -r psmouse

# on resume
echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind
modprobe  psmouse

My keyboard and my external USB mouse work just fine, but my touchpad is
completely dead on resume.

What should I do?

Reply via email to