public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Decrement method
@ 2002-11-18 16:30 Irene Zubarev
  2002-11-18 19:00 ` ACPI and Shutdown on VAIO FXA-49 Russ Neff
  0 siblings, 1 reply; 7+ messages in thread
From: Irene Zubarev @ 2002-11-18 16:30 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello, I am using Nov. 1st ACPI driver.  I found something strange, if ASL
has the following:

      Store( Arg0, Local0 )
      Decrement( Local0 )

The result is that _both_ Local0 and Arg0 get decremented.  Has anyone seen
this before?  Is this expected behaviour?  I am very new to ACPI, I'd
appreciate any help on how to fix this.

Thanks,

Irene Zubarev



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html

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

* ACPI and Shutdown on VAIO FXA-49
  2002-11-18 16:30 Decrement method Irene Zubarev
@ 2002-11-18 19:00 ` Russ Neff
       [not found]   ` <003f01c28f34$bab06930$e90015ac-FbVwfWZXBtM@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Russ Neff @ 2002-11-18 19:00 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello,
 I am running the 9.18.2002 patch on a stock 2.4.19 kernel on a Sony VAIO
FXA-49 (Mandrake 9.0). I do seem to have a fan control and temperature
regulation as well as battery and ac adapter status  (a lot more than I had
before). My problem is that as soon as I patch the kernel I cannot
completely power off (screen goes black but power is still on) and a reboot
will cause my system to hang at the bios flash screen with the HDD LED on
solid. Any ideas ?

Thanks,
Russ



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html

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

* Re: ACPI and Shutdown on VAIO FXA-49
       [not found]   ` <003f01c28f34$bab06930$e90015ac-FbVwfWZXBtM@public.gmane.org>
@ 2002-11-18 19:32     ` feuerblume-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f
  2002-11-19 12:56       ` Russ Neff
  2002-11-19 15:05     ` Ducrot Bruno
  1 sibling, 1 reply; 7+ messages in thread
From: feuerblume-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f @ 2002-11-18 19:32 UTC (permalink / raw)
  To: Russ Neff; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi Russ,

the latest 11.11.2002 patch works very fine with my VAIO FXA-49. No
problems with shutdown. I guess your machine should be quite similar, so
it is probably a good idea to try the latest patch.
I don't know whether you are using the mdk kernel, if so, go ahead and get
the standard kernel.

cheers

Stefan



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html

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

* Re: ACPI and Shutdown on VAIO FXA-49
  2002-11-18 19:32     ` feuerblume-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f
@ 2002-11-19 12:56       ` Russ Neff
  0 siblings, 0 replies; 7+ messages in thread
From: Russ Neff @ 2002-11-19 12:56 UTC (permalink / raw)
  To: feuerblume-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Thanks,
I did try the 200211 patch and had the same results. i wll try the 2.4.18
kernel and patch as suggested by Markus and see what it yields.

Thanks Again,
Russ
----- Original Message -----
From: <feuerblume-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
To: "Russ Neff" <russ-rjAkyXQP36HLeiHq/WgCfg@public.gmane.org>
Cc: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Sent: Monday, November 18, 2002 2:32 PM
Subject: Re: [ACPI] ACPI and Shutdown on VAIO FXA-49


> Hi Russ,
>
> the latest 11.11.2002 patch works very fine with my VAIO FXA-49. No
> problems with shutdown. I guess your machine should be quite similar, so
> it is probably a good idea to try the latest patch.
> I don't know whether you are using the mdk kernel, if so, go ahead and get
> the standard kernel.
>
> cheers
>
> Stefan
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: To learn the basics of securing
> your web site with SSL, click here to get a FREE TRIAL of a Thawte
> Server Certificate: http://www.gothawte.com/rd524.html
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html

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

* Re: ACPI and Shutdown on VAIO FXA-49
       [not found]   ` <003f01c28f34$bab06930$e90015ac-FbVwfWZXBtM@public.gmane.org>
  2002-11-18 19:32     ` feuerblume-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f
@ 2002-11-19 15:05     ` Ducrot Bruno
       [not found]       ` <20021119150555.GG691-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
  1 sibling, 1 reply; 7+ messages in thread
From: Ducrot Bruno @ 2002-11-19 15:05 UTC (permalink / raw)
  To: Russ Neff; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Mon, Nov 18, 2002 at 02:00:14PM -0500, Russ Neff wrote:
> Hello,
>  I am running the 9.18.2002 patch on a stock 2.4.19 kernel on a Sony VAIO
> FXA-49 (Mandrake 9.0). I do seem to have a fan control and temperature
> regulation as well as battery and ac adapter status  (a lot more than I had
> before). My problem is that as soon as I patch the kernel I cannot
> completely power off (screen goes black but power is still on) and a reboot
> will cause my system to hang at the bios flash screen with the HDD LED on
> solid. Any ideas ?
> 

Could you please send a dmesg?  Did you also compile with apm stuff (the
two are not compatible and you have to make a choice) ?

-- 
Ducrot Bruno
http://www.poupinou.org        Page profaissionelle
http://toto.tu-me-saoules.com  Haume page


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html

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

* Re: ACPI and Shutdown on VAIO FXA-49
       [not found]       ` <20021119150555.GG691-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
@ 2002-11-19 16:12         ` Sven Hoexter
  2002-11-19 19:24           ` Russ Neff
  0 siblings, 1 reply; 7+ messages in thread
From: Sven Hoexter @ 2002-11-19 16:12 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Tue, Nov 19, 2002 at 04:05:55PM +0100, Ducrot Bruno wrote:
> On Mon, Nov 18, 2002 at 02:00:14PM -0500, Russ Neff wrote:
> > Hello,
> >  I am running the 9.18.2002 patch on a stock 2.4.19 kernel on a Sony VAIO
> > FXA-49 (Mandrake 9.0). I do seem to have a fan control and temperature
> > regulation as well as battery and ac adapter status  (a lot more than I had
> > before). My problem is that as soon as I patch the kernel I cannot
> > completely power off (screen goes black but power is still on) and a reboot
> > will cause my system to hang at the bios flash screen with the HDD LED on
> > solid. Any ideas ?
> > 
> 
> Could you please send a dmesg?  Did you also compile with apm stuff (the
> two are not compatible and you have to make a choice) ?
IIRC this problem only occurs if you activate APIC in your kernel.

Sven
-- 
Apt-rpm packages for RedHat
http://www.hoaxter.de/aptrpm/index.html
Neues fuer Nerten - Stoff der der mettert
http://www.bluephod.net


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html

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

* Re: ACPI and Shutdown on VAIO FXA-49
  2002-11-19 16:12         ` Sven Hoexter
@ 2002-11-19 19:24           ` Russ Neff
  0 siblings, 0 replies; 7+ messages in thread
From: Russ Neff @ 2002-11-19 19:24 UTC (permalink / raw)
  To: Sven Hoexter, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

That was it exactly. I now have shutdown and most of ACPI working. Thanks to
everyone for the help.

Thanks,
Russ
----- Original Message -----
From: "Sven Hoexter" <sven-mNBBRAV4bXzR7s880joybQ@public.gmane.org>
To: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Sent: Tuesday, November 19, 2002 11:12 AM
Subject: Re: [ACPI] ACPI and Shutdown on VAIO FXA-49


> On Tue, Nov 19, 2002 at 04:05:55PM +0100, Ducrot Bruno wrote:
> > On Mon, Nov 18, 2002 at 02:00:14PM -0500, Russ Neff wrote:
> > > Hello,
> > >  I am running the 9.18.2002 patch on a stock 2.4.19 kernel on a Sony
VAIO
> > > FXA-49 (Mandrake 9.0). I do seem to have a fan control and temperature
> > > regulation as well as battery and ac adapter status  (a lot more than
I had
> > > before). My problem is that as soon as I patch the kernel I cannot
> > > completely power off (screen goes black but power is still on) and a
reboot
> > > will cause my system to hang at the bios flash screen with the HDD LED
on
> > > solid. Any ideas ?
> > >
> >
> > Could you please send a dmesg?  Did you also compile with apm stuff (the
> > two are not compatible and you have to make a choice) ?
> IIRC this problem only occurs if you activate APIC in your kernel.
>
> Sven
> --
> Apt-rpm packages for RedHat
> http://www.hoaxter.de/aptrpm/index.html
> Neues fuer Nerten - Stoff der der mettert
> http://www.bluephod.net
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: To learn the basics of securing
> your web site with SSL, click here to get a FREE TRIAL of a Thawte
> Server Certificate: http://www.gothawte.com/rd524.html
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html

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

end of thread, other threads:[~2002-11-19 19:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-18 16:30 Decrement method Irene Zubarev
2002-11-18 19:00 ` ACPI and Shutdown on VAIO FXA-49 Russ Neff
     [not found]   ` <003f01c28f34$bab06930$e90015ac-FbVwfWZXBtM@public.gmane.org>
2002-11-18 19:32     ` feuerblume-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f
2002-11-19 12:56       ` Russ Neff
2002-11-19 15:05     ` Ducrot Bruno
     [not found]       ` <20021119150555.GG691-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2002-11-19 16:12         ` Sven Hoexter
2002-11-19 19:24           ` Russ Neff

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