On Tue, Nov 02, 2004 at 09:08:27PM +0100, Djoumé SALVETTI wrote:
> Le lundi 11/01/04 Djoumé SALVETTI <[EMAIL PROTECTED]> a écrit :
> > > > Is there any compatibility problem between your swsusp patch and
> > > > cpufreq? I have experience some resume failure (most of the resume work,
> > > > but sometime, they fail without any visible reason) with 2.6.9 patch
> > > > with swsusp and rivax-fb on my 12" powerbook.
> > > >
> > > > I have take a picture of the kernel oops :
> > > >
> > > > http://www.taket.org/~djoume/pwbk/100_1674.JPG
> > > USB problem. I stop hotplug and remove the USB modules on suspend. The
> > > cpufreq problem is another one and can be worked around by another patch
> > > which can be found at the same site you got the swsusp patch from.
>
> Hi,
>
> I have apply pmac-cpufreq patch and stop hotplug before sleep but I
> still have some resume failure :
>
> http://www.taket.org/~djoume/pwbk/100_1675.JPG
>
> I have suspend-to-disk the computeur with the following script :
>
> #!/bin/sh
>
> #rmmod therm_adt746x
> rmmod ohci1394
> rmmod eth1394
> rmmod ieee1394
> rmmod hci_usb
> /etc/init.d/hotplug stop
> echo disk > /sys/power/state
You still have the ohci_hcd module loaded or compiled in, remove that.
-- Guido