Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM: Problematic module Found

2007-06-22 Thread Paulo J. S. Silva
A follow up of the U205 situation. It looks like Tejun Heo has found the problem and posted a patch that makes my machine suspend to RAM very fast using the latest official kernel. You can read more about it here: http://bugzilla.kernel.org/show_bug.cgi?id=8456 If you have a Toshiba U205 or a

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM: Problematic module Found

2007-05-15 Thread Ross Patterson
"Rafael J. Wysocki" <[EMAIL PROTECTED]> writes: > On Monday, 14 May 2007 07:42, Ross Patterson wrote: >> "Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: >> >> > I have found the problematic module that don't allow suspend to ram to >> > work in the Toshiba U205 S5067 laptop: it is the sata driver

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM: Problematic module Found

2007-05-13 Thread Ross Patterson
"Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: > I have found the problematic module that don't allow suspend to ram to > work in the Toshiba U205 S5067 laptop: it is the sata driver. This > laptop has as an Intel ICH7 Family SATA controller that uses the libsata > + ata_piix module. > > I had a

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM: Problematic module Found

2007-05-13 Thread Paulo J. S. Silva
Hello, I have found the problematic module that don't allow suspend to ram to work in the Toshiba U205 S5067 laptop: it is the sata driver. This laptop has as an Intel ICH7 Family SATA controller that uses the libsata + ata_piix module. I had a hint that the SATA module could be the problem afte

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-11 Thread Pavel Machek
Hi! > I have also tried the LFDk CD and my machine also suspended right away. > > I have been trying to hunt this bug down, adding many printk to my > kernel to see where the time is being spend. > > Up to now I can see that the system I get the following: > > enter_state in kernel/power/main.c

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-10 Thread Paulo J. S. Silva
OK, I have been able to make the current Ubuntu kernel (2.6.20 patched by Ubuntu) play nice with suspend to ram: I have recompiled the kernel using the kernel.config from LDFK (found in the iniramfs in their source code tree) file as configuration file. Just type "make menuconfig", load this confi

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-10 Thread Ross Patterson
"Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: > I have also tried the LFDk CD and my machine also suspended right away. > > I have been trying to hunt this bug down, adding many printk to my > kernel to see where the time is being spend. > > Up to now I can see that the system I get the followin

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-10 Thread Paulo J. S. Silva
I have also tried the LFDk CD and my machine also suspended right away. I have been trying to hunt this bug down, adding many printk to my kernel to see where the time is being spend. Up to now I can see that the system I get the following: enter_state in kernel/power/main.c is called that calls

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-10 Thread Ross Patterson
Ross Patterson <[EMAIL PROTECTED]> writes: > "Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: > >> Just to let you know... >> >> I have found out that the bug was already known in the U205 older >> brother, the U200 laptop: >> >> https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/90

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-10 Thread Ross Patterson
Ross Patterson <[EMAIL PROTECTED]> writes: > "Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: > >> Just to let you know... >> >> I have found out that the bug was already known in the U205 older >> brother, the U200 laptop: >> >> https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/90

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-09 Thread Pavel Machek
Hi! > > No no... syslog timestamps are unreliable at this point. downing cpus > > take 704.5-704.4 seconds. You need to actually watch console to see > > when it hangs, and I suspect it is not here. > > > > OK. I'll try to print the messages to the console and watch it. I hope > the screen doesn

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-09 Thread Ross Patterson
"Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: > Just to let you know... > > I have found out that the bug was already known in the U205 older > brother, the U200 laptop: > > https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/90771 Thanks. I walked through those pages and append

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-09 Thread Paulo J. S. Silva
Just to let you know... I have found out that the bug was already known in the U205 older brother, the U200 laptop: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/90771 Paulo - This SF.net email is spo

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-09 Thread Paulo J. S. Silva
Em Qua, 2007-05-09 às 11:56 +0200, Pavel Machek escreveu: > > No no... syslog timestamps are unreliable at this point. downing cpus > take 704.5-704.4 seconds. You need to actually watch console to see > when it hangs, and I suspect it is not here. > OK. I'll try to print the messages to the co

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-09 Thread Pavel Machek
Hi! > I have the same laptop as him, a U205-S5067. I also get basically the > same behavior: is I try to suspend, the screen power off very fast but > the fan start moving like there is some processing going on. > > But, if I wait long enough (between 5 and 10 minutes) the system > suspends to r

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-08 Thread Ross Patterson
"Rafael J. Wysocki" <[EMAIL PROTECTED]> writes: > On Tuesday, 8 May 2007 19:53, Ross Patterson wrote: >> Ross Patterson <[EMAIL PROTECTED]> writes: >> >> > Ross Patterson <[EMAIL PROTECTED]> writes: >> > >> >> "Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: >> >> >> >>> I am not a kernel hacker,

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-08 Thread Rafael J. Wysocki
On Tuesday, 8 May 2007 19:53, Ross Patterson wrote: > Ross Patterson <[EMAIL PROTECTED]> writes: > > > Ross Patterson <[EMAIL PROTECTED]> writes: > > > >> "Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: > >> > >>> I am not a kernel hacker, but I have tried to add some printk as > >>> suggested by

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-08 Thread Ross Patterson
Ross Patterson <[EMAIL PROTECTED]> writes: > Ross Patterson <[EMAIL PROTECTED]> writes: > >> "Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: >> >>> I am not a kernel hacker, but I have tried to add some printk as >>> suggested by Pavel (I haven't used udelay, I was not sure what it did >>> (Is the

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-08 Thread Ross Patterson
Sitsofe Wheeler <[EMAIL PROTECTED]> writes: > On Sun, 2007-05-06 at 20:38 -0700, Ross Patterson wrote: >> What I'm curious of is if there are any other core 2 duo laptops having >> this problem. If not, why does this laptop have the problem? > > I don't think it's just laptops: > http://article.g

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-08 Thread Sitsofe Wheeler
On Sun, 2007-05-06 at 20:38 -0700, Ross Patterson wrote: > What I'm curious of is if there are any other core 2 duo laptops having > this problem. If not, why does this laptop have the problem? I don't think it's just laptops: http://article.gmane.org/gmane.linux.kernel.suspend.devel/1679/match=o

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-06 Thread Ross Patterson
Ross Patterson <[EMAIL PROTECTED]> writes: > "Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: > >> This is somewhat a follow up to Ross Petter email. > > Thanks for confirming my findings. It's good to know I didn't mess > something up. > >> I have the same laptop as him, a U205-S5067. I also get

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-06 Thread Ross Patterson
"Paulo J. S. Silva" <[EMAIL PROTECTED]> writes: > This is somewhat a follow up to Ross Petter email. Thanks for confirming my findings. It's good to know I didn't mess something up. > I have the same laptop as him, a U205-S5067. I also get basically the > same behavior: is I try to suspend, the

[Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-05-06 Thread Paulo J. S. Silva
This is somewhat a follow up to Ross Petter email. I have the same laptop as him, a U205-S5067. I also get basically the same behavior: is I try to suspend, the screen power off very fast but the fan start moving like there is some processing going on. But, if I wait long enough (between 5 and 1

Re: [Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-04-11 Thread Pavel Machek
Hi! > Since most of the troubleshooting I've read about seems to be about > fixing problems with resuming and I can never get the system to suspend, > I'm not sure where to go from here. Can anyone suggest any next steps? > Is there any more information I should post? printk and udelay are your

[Suspend-devel] Toshiba Setellite U205-S5067 Suspend to RAM

2007-04-10 Thread Ross Patterson
The Toshiba Setellite U205-S5067 is a Core 2 Duo T7200 machine with 2GB of RAM based on the Intel 945GM chipset with the Intel GMA 950 graphics adapter. I've done all my testing on a Debian unstable base install with only tasksel "laptop" installed. I've tested with both Debian linux-image-2.6.18