Hi Julien For that, you need to follow the steps on the following link:
http://bugzilla.kernel.org/show_bug.cgi?id=3670 First what you need, is to make sure the machine actually wakes up, except no video. You can try SSH-ing to the box, etc. When you established that the machine actually wakes up, via ssh you need to run the script that you will find under the mentioned link. It is called video_post After that still didnt wake my video up, I did an "lsmod" and I saw that my video driver was unloaded by the suspend. So I did a "modprobe i830" which is what I need for the Intel driver, and then ran the script "/root/enu/video_post" And it woke right up. Note, that it was done from console and while X wakes up as well, the screen is full of jumbled signs, and letters, so it wont make sense to wake up into X. But there is a kernel patch to fix that under the same site, just I have no time now. I will post back witha detailed message when I figured everything out. Here is how I do the sleep - resume I made a script under /sbin/suspendtest and put the following in echo "mem" > /sys/power/state #--> It goes to suspend modprobe i830 #---> load my video driver /root/enu/video_post #---> wake video up And then, simply I chmod 755 it, so that its executable, and run "suspendtest" And it goes to sleep. When I close the lid, and reopen it (its the trigger on this laptop), the laptop wakes up into console. Ben On Sunday 19 December 2004 10:18 am, Julien Wolf wrote: > the same problem is with my dell inspiron 5150: It doesn't really wake > up probably because of the NVIDIA Graphics chipc (fx5200go) > > Any Idea how to wake it up? > > On Sun, 19 Dec 2004 09:00:41 -0800, Benedek Frank <[EMAIL PROTECTED]> wrote: > > On Sunday 19 December 2004 06:39 am, Pedro Villavicencio Garrido wrote: > > > Hey, > > > > > > On Sat, 2004-12-18 at 22:57 -0800, Benedek Frank wrote: > > > > Hi > > > > > > > > On my Dell 700m I am trying to make suspend work. The battery life is > > > > just horrible, 2 hours flat, so suspend is a must. > > > > > > > > I installed a 2.6.9 kernel. When I do a suspend to memory > > > > > > > > echo "mem" > /sys/power/state > > > > > > > > It goes into suspend and the power light starts to blink. That is > > > > perfect. However, when I press any key, nothing happenes. The machine > > > > does not respond. If I close the lid and open it back up, the power > > > > light becomes solid (not blinking), but the machine does not come > > > > back alive, or at least I cannot see anything on the display. > > > > > > > > When I press the power button, while the machine is suspended, the > > > > light comes solid and the machine starts to work hard. But, instead > > > > of coming back live, it shuts down. Do I miss something ? Like a > > > > script for the "lid" event ? Please educate me, as I dont know. > > > > > > > > By the way, I also compiled a kernel with the swsusp2 patch, and it > > > > looked good, but that was way to serious of a suspend for me, it > > > > actually shuts the machine down. It must be great for a suspend when > > > > you are on a deserted island, but all I need is a suspend for a few > > > > hours, so to memory is fine enough. > > > > > > I have a Dell too but a C600 anyway, try this > > > http://bugzilla.kernel.org/show_bug.cgi?id=3670 that works for me. > > > > > > Have you tried APM?, APM works really cool for me. > > > > > > Greetings. > > > > Thanks a lot for the link. Believe it or not, now I can resume from a > > console screen at least. That is a great advantage already. With the > > video_post script that was posted on the above link, it does come back > > up. Of course issues remain, as Ethernet is flaky, sometimes comes back, > > sometimes not, etc, but it is already a great step forward. > > > > However, I would still like to know, if it can be done with no usage of > > such 3rd party tools. Is it entirely impossible? > > > > Ben > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

