I am running openSUSE 10.3 on my macbook pro[Santa Rosa] hardware. So far I 
have managed to get sound, wifi, isight, track-pad all working beautifully.

The only hold up is the Suspend/Resume functionality. Has anyone out here been 
able to get their Macbook Pro's to suspend/resume flawlessly?

Right now I can suspend fine, but resume does not bring back networking and 
track-pad doesn't work after a few seconds.

I am following the instructions from this wiki entry:
http://en.opensuse.org/Pm-utils

in my /etc/pm/config.d/modules I have the following:

SUSPEND_MODULES="button uhci_hcd"
HIBERNATE_METHOD={userspace,kernel} # selects the suspend to disk method. 
Defaults to userspace.
S2RAM_OPTS="-f -p -m" # options that are passed to s2ram. See also s2ram for 
more information.

At the bottom of the page, it specifies the following:
#############################################################################
 Restarting the mouse

On some laptops the mouse will hang after an otherwise successful suspend. One 
way to remedy this is to force a reinit of the PS/2 driver (here i8042) through 
a hook in /etc/pm/hooks (see hooks)

#!/bin/sh  
echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind
echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind
#############################################################################


I don't seem to have the "i8042" driver on my system. Would the equivalent for 
that be the drivers for the track-pad?

MacBookPro doesn't seem to be in the s2ram whitelist. So if anyone has a 
working configuration, hope you can share it with me.


cheers,
Jeffery
-- 
Internet Vision Technologies
Level 1, 520 Dorset Road
Croydon
Victoria - 3136
Australia
web: http://www.ivt.com.au
phone: +61 3 9723 9399
fax: +61 3 9723 4899
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to