Running Fedora 11 on an ideapad S10e
[thomas@ideapad pm]$ cat config.d/modules
SUSPEND_MODULES="wl"
[thomas@ideapad pm]$
AFAIK this should remove the module before suspending the machine, but I can’t verify that right now. Anyone have any ideas?
I’ve discovered that disabling gnome-power-manager completely will allow the machine to suspend and resume without crashing. If I suspend manually
Then everything is fine, this isn’t ideal, but it does work reliably…I’ve suspended/resumed about 10 times now without a problem :-( I made this a script for convenience, and I lock the screen too, just in case…
[root@ideapad ~]# echo mem >/sys/power/state
[thomas@ideapad ~]$ cat /usr/bin/hack
#!/bin/bash
gnome-screensaver-command --lock && \
echo mem >/sys/power/state
I then chmod 666 /sys/power/state in my rc.local and i can run hack whenever I want to suspend the box. There has to be a better way, I guess I’ll start disabling each module in pm-suspend until things start working, but that might take a while…I suspect it’s pm-suspend that’s causing the crash, gnome-power-manager looks to be essentially a wrapper for pm-suspend.
Everything else works great on this little machine, it’s perfect for lugging around, it’s light, fast and has a great screen. The SUSE that comes with the machine is unusable IMHO, but I’m more of a Red Hat person anyway. I’m at the Red Hat summit (2009) and the ideapad is perfect for this, i just pop it in the bag and go from talk to talk, it’s so light I sometimes forget it’s there. Honestly, it’s only slightly heavier than my nokia 810.



October 26th, 2009 at 14:14
I’m looking at possibly picking up an ideapad for f11/f12. Any updates since this install?
October 27th, 2009 at 04:51
Since the update to a 2.6.30 kernel, I haven’t had any sleeping issues with the netbook. Everything works nicely on it, the card reader is very nice and I do like the screen on it. Cheers, T.