public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* problem with suspension
@ 2005-02-16 19:14 pj.harvey-97W46K3QqA41GQ1Ptb7lUw
       [not found] ` <web-47803451-97W46K3QqA41GQ1Ptb7lUw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: pj.harvey-97W46K3QqA41GQ1Ptb7lUw @ 2005-02-16 19:14 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,
    I have a problem with suspension.
When I do

  echo disk > /sys/power/state

I have a problem with modules of SCSI controller, aic7xxx.
I've tryed to remove the modules with

   modprobe -r aic7xxx

but the kernel was in panic. The message is

   Kernel Panic - Not syncing: Loop 1

If I don't load the module aic7xxx and I try to do the 
suspension, all is ok.

What I do?

Sorry for my english.
Tnk
Luca
_______________________________________
Connessione ed e-mail gratuita da 10 mb
consultabile tramite web e tramite pop.
www.infinito.it vieni a scoprire tutti 
i nostri servizi!

http://www.infinito.it/xmail



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with suspension
       [not found] ` <web-47803451-97W46K3QqA41GQ1Ptb7lUw@public.gmane.org>
@ 2005-02-18 12:40   ` Pavel Machek
       [not found]     ` <20050218124035.GB1523-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2005-02-18 12:40 UTC (permalink / raw)
  To: pj.harvey-97W46K3QqA41GQ1Ptb7lUw
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi!

>    I have a problem with suspension.
> When I do
> 
>  echo disk > /sys/power/state
> 
> I have a problem with modules of SCSI controller, aic7xxx.
> I've tryed to remove the modules with
> 
>   modprobe -r aic7xxx
> 
> but the kernel was in panic. The message is
> 
>   Kernel Panic - Not syncing: Loop 1
> 
> If I don't load the module aic7xxx and I try to do the 
> suspension, all is ok.
> 
> What I do?

Fix aic7xxx so that it rmmods cleanly as a first step?
								Pavel
-- 
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with suspension
       [not found]     ` <20050218124035.GB1523-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
@ 2005-02-18 13:13       ` Luca Capello
  0 siblings, 0 replies; 4+ messages in thread
From: Luca Capello @ 2005-02-18 13:13 UTC (permalink / raw)
  To: Pavel Machek
  Cc: pj.harvey-97W46K3QqA41GQ1Ptb7lUw,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]

Hi Pavel!

On Fri 18 Feb 2005 13:40, Pavel Machek wrote:
>>    I have a problem with suspension.
<cut>
>> I have a problem with modules of SCSI controller, aic7xxx.
<cut>
> Fix aic7xxx so that it rmmods cleanly as a first step?

It's clear that this is something which should be done, but...

I discussed with Luca about his problem on an Italian LUG mailing-list
and we found out that there's a preliminary suspend/resume support for
the aic7xxx [1] [2], the patch for which actually doesn't apply to the
latest stable 2.6.10. So I suggested him to post on this mailing-list
hoping that someone could point to a more recent patch (or provide any
solution other than not loading the module).

But, indeed, there're two problems:

1) removing the aic7xxx is not a clean process

2) the aic7xxx supsend/resume support is in progress

Just my 0.02c.

Thx, bye,
Gismo / Luca

[1] http://lkml.org/lkml/2004/07/22/210
[2] http://lkml.org/lkml/2004/12/17/187

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with suspension
       [not found] ` <web-47615334-97W46K3QqA41GQ1Ptb7lUw@public.gmane.org>
@ 2005-05-24 14:50   ` Luming Yu
  0 siblings, 0 replies; 4+ messages in thread
From: Luming Yu @ 2005-05-24 14:50 UTC (permalink / raw)
  To: pj.harvey-97W46K3QqA41GQ1Ptb7lUw@public.gmane.org
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Please send to acpi-devel-5NWGOfrQmneRv+LV9MX5uti2KpX7p8Fi@public.gmane.org
Please don't post message large than 80k.

Thanks,
Luming

On 2/16/05, pj.harvey-97W46K3QqA41GQ1Ptb7lUw@public.gmane.org <pj.harvey-97W46K3QqA41GQ1Ptb7lUw@public.gmane.org> wrote:
> Hi,
>    I have a problem with suspension.
> When I do
> 
>  echo disk > /sys/power/state
> 
> I have a problem with modules of SCSI controller, aic7xxx.
> I've tryed to remove the modules with
> 
>   modprobe -r aic7xxx
> 
> but the kernel was in panic. The message is
> 
>   Kernel Panic - Not syncing: Loop 1
> 
> If I don't load the module aic7xxx and I try to do the
> suspension, all is ok.
> 
> What I do?
> 
> Sorry for my english.
> Tnk
> Luca
> _______________________________________
> Connessione ed e-mail gratuita da 10 mb
> consultabile tramite web e tramite pop.
> www.infinito.it vieni a scoprire tutti
> i nostri servizi!
> 
> http://www.infinito.it/xmail
> 
> 
>


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-24 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-16 19:14 problem with suspension pj.harvey-97W46K3QqA41GQ1Ptb7lUw
     [not found] ` <web-47803451-97W46K3QqA41GQ1Ptb7lUw@public.gmane.org>
2005-02-18 12:40   ` Pavel Machek
     [not found]     ` <20050218124035.GB1523-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2005-02-18 13:13       ` Luca Capello
     [not found] <web-47615334@infinito.it>
     [not found] ` <web-47615334-97W46K3QqA41GQ1Ptb7lUw@public.gmane.org>
2005-05-24 14:50   ` Luming Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox