On Tue, Jul 31, 2007 at 04:11:55PM +0200, Dawid Wróbel wrote:
> Dnia Sun, 29 Jul 2007 16:17:41 +0200 Danny Kukawka
> <[EMAIL PROTECTED]> napisał:
>
> > Doesn't sound to me like a KPowersave problem, but like a
> > suspend/resume (kernel) problem.
> OK then, but why would using the ordinary /sys/power/state method work
> without any problem? I'd opt for a hal/acpid fault.
>
> > Looks as if you lost your keyboard. What say lshal about this device
> > before and after the resume?
> lshal outputs are here[1]. A quick diff between them shows both mouse
> inputs (stick + touchpad) and keyboard missing from the output after
> resuming.
>
> > machine may a HP (heard about some problems with HP and keyboards
> > after resume, may Seife can tell more).
> Nope, it's Dell Precision M20, which basically is the same as Dell
> Latitude D610.
>
> > The mouse or the touchpad? Extern or intern?
> I've both touchpad and a stick. Neither work. I borrowed an USB
> mouse and plugging it in after resuming made the USB mouse work, but
> the built-in pointers and keyboard were still dead.
try the following after resume (maybe from your USB keyboard :-)
as root:
#!/bin/sh
for i /sys/bus/serio/devices/serio*/drvctl; do
echo -n reconnect > $i
done
--------------------------------------------------------
or, if this does not help, before suspend do:
echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind
(warning! the internal keyboard and mouse will stop working immediately!)
and after resume:
echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind
If this helps, report it to the linux-kernel list, and put the workaround
in the wrapper that triggers suspend (probably pm-utils nowadays)
Good Luck :-)
--
Stefan Seyfried
QA / R&D Team Mobile Devices | "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out."
This footer brought to you by insane German lawmakers:
SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
_______________________________________________
powersave-users mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/powersave-users