Hi All,

 So B107 just would not suspend really consistently, went back to B104.

 So when I come back from resume, touchpad is off.

 If I do this:

 modinfo | grep mouse8042
 grab the index
 modunload -i <index>
 modload /kernel/driver/mouse8042

 It starts to work again.

 Funny thing is it looks like the mouse8042 will come back automatically after 
the unload, not sure who does this, anyway

 I think a script like this may work, Randy F. put it togther for me, I'm a GUI 
guy

 MODID=`modinfo | grep mouse8042 | awk '{print $1}'`
 modunload -i $MODID

 Maybe you other guys with touchpad issues could try it out.

Dave
-- 
This message posted from opensolaris.org

Reply via email to