public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* swsusp needs clock corrected | 8193too needs reload
@ 2002-09-16  8:42 Robert
       [not found] ` <3D85998F.7090101-y2s3ugBAdl9BDgjK7y7TUQ@public.gmane.org>
       [not found] ` <20020916092450.GA22114@marcogigante.it>
  0 siblings, 2 replies; 6+ messages in thread
From: Robert @ 2002-09-16  8:42 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi

For my Tablet PC ACPI is very good working now .n
The Transmeta 600Mhz sits on a ALi chipset with a Phoenix Bios

AC and battery are displayed.
processor can be influenced and throttle
i also get the temperature .
and with the swsusp i also can fully use S4 without any BIG problem

Only 2 things are not fully working with swsusp
after i resume from S4 , my clock is still at the time when it was
suspended.

the secound thing is that i need to rmmod my 8139too Realtek eth0 chip
and reinsert it by hand . although i get the correct messages at resume
: " setting up half dupley 10/100 ...."

Anybody has a hint ...?





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: swsusp needs clock corrected | 8193too needs reload
       [not found] ` <3D85998F.7090101-y2s3ugBAdl9BDgjK7y7TUQ@public.gmane.org>
@ 2002-09-16  9:25   ` Markus Gaugusch
       [not found]     ` <Pine.LNX.4.44.0209161123420.12600-100000-sxQ525G0OhRQK2oVCIMtW7NldLUNz+W/@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Markus Gaugusch @ 2002-09-16  9:25 UTC (permalink / raw)
  To: ACPI-Devel

On Sep 16, Robert <robert.woerle-y2s3ugBAdl9BDgjK7y7TUQ@public.gmane.org> wrote:
> Only 2 things are not fully working with swsusp
> after i resume from S4 , my clock is still at the time when it was
> suspended.
Run hwclock --hctosys after resume (and preferable hwclock --systohc
before)

> the secound thing is that i need to rmmod my 8139too Realtek eth0 chip
> and reinsert it by hand . although i get the correct messages at resume
> : " setting up half dupley 10/100 ...."
I only used to to ifconfig eth0 down and up - this also renewed my DHCP
address - very fine :-)

Markus
-- 
__________________    /"\
Markus Gaugusch       \ /    ASCII Ribbon Campaign
markus-z+rTbpWsRgbk7+2FdBfRIA@public.gmane.org     X     Against HTML Mail
                      / \




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: swsusp needs clock corrected | 8193too needs reload
       [not found]     ` <Pine.LNX.4.44.0209161123420.12600-100000-sxQ525G0OhRQK2oVCIMtW7NldLUNz+W/@public.gmane.org>
@ 2002-09-17 16:08       ` Pavel Machek
       [not found]         ` <20020917160855.H39-muQmgwBScQHrBKCeMvbIDA@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Pavel Machek @ 2002-09-17 16:08 UTC (permalink / raw)
  To: Markus Gaugusch; +Cc: ACPI-Devel

Hi!

> > Only 2 things are not fully working with swsusp
> > after i resume from S4 , my clock is still at the time when it was
> > suspended.
> Run hwclock --hctosys after resume (and preferable hwclock --systohc
> before)

Actually this should be fixed in kernel (as we already do for apm). Patches
welcome.
								Pavel
-- 
Philips Velo 1: 1"x4"x8", 300gram, 60, 12MB, 40bogomips, linux, mutt,
details at http://atrey.karlin.mff.cuni.cz/~pavel/velo/index.html.



-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab

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

* Re: swsusp needs clock corrected | 8193too needs reload
       [not found] ` <20020916092450.GA22114@marcogigante.it>
@ 2002-09-18  9:59   ` Robert Wörle
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Wörle @ 2002-09-18  9:59 UTC (permalink / raw)
  To: marcogi-VGgt2q2+T+FeoWH0uzbU5w
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f



marcogi-VGgt2q2+T+FeoWH0uzbU5w@public.gmane.org schrieb:

>On Mon, Sep 16, 2002 at 10:42:55AM +0200, Robert wrote:
>  
>
>>Hi
>>
>>For my Tablet PC ACPI is very good working now .n
>>The Transmeta 600Mhz sits on a ALi chipset with a Phoenix Bios
>>
>>AC and battery are displayed.
>>processor can be influenced and throttle
>>i also get the temperature .
>>and with the swsusp i also can fully use S4 without any BIG problem
>>
>>Only 2 things are not fully working with swsusp
>>after i resume from S4 , my clock is still at the time when it was
>>suspended.
>>    
>>
>
>You should use something like:
>
>hwclock --systohc
>echo -n "1 0 0" > /proc/sys/kernel/swsusp
>sleep 5 # time to sleep
>hwclock --hctosys
>
>  
>
>>the secound thing is that i need to rmmod my 8139too Realtek eth0 chip
>>and reinsert it by hand . although i get the correct messages at resume
>>: " setting up half dupley 10/100 ...."
>>
>>Anybody has a hint ...?
>>    
>>
>
>Now I haven't my swsusp script at hand. I'll send it as soon as I come
>back home. The concept is to rmmod modules or stop services before susp.
>and insmod restart they after wakeup.
>  
>
may you can sent me this script .. since i dont manage it to do !!?!?!

>--
>Regards, Marco Gigante
>
>
>  
>

-- 
 
_____________________________________
*Robert Wörle
 Linux | Embedded Device*
*
Symplon AG*

*...touch the internet*

phone: +49 89 552 999 35
fax: +49 89 552 999 10
email: robert.woerle-y2s3ugBAdl9BDgjK7y7TUQ@public.gmane.org <mailto:robert.woerle@symplon.com>
web: www.symplon.com <http://www.symplon.com/>

_____________________________________
 



-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab

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

* Re: swsusp needs clock corrected | 8193too needs reload
       [not found]         ` <20020917160855.H39-muQmgwBScQHrBKCeMvbIDA@public.gmane.org>
@ 2002-09-18 10:47           ` Faye Pearson
       [not found]             ` <20020918104746.GB26253-6JSjyQ0Qj1ReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Faye Pearson @ 2002-09-18 10:47 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Markus Gaugusch, ACPI-Devel

Pavel Machek [pavel-AlSwsSmVLrQ@public.gmane.org] wrote:
> Hi!
> 
> > > Only 2 things are not fully working with swsusp
> > > after i resume from S4 , my clock is still at the time when it was
> > > suspended.
> > Run hwclock --hctosys after resume (and preferable hwclock --systohc
> > before)
> 
> Actually this should be fixed in kernel (as we already do for apm). Patches
> welcome.

And I think that a similar clock fix is required for speedstep changes.


Faye`

-- 
Faye Pearson,
Software Development Manager,
ClaraNET Ltd.       Tel 020 7903 3000

untold wealth, n.:
	What you left out on April 15th.


-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab

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

* Re: swsusp needs clock corrected | 8193too needs reload
       [not found]             ` <20020918104746.GB26253-6JSjyQ0Qj1ReoWH0uzbU5w@public.gmane.org>
@ 2002-09-18 11:28               ` Pavel Machek
  0 siblings, 0 replies; 6+ messages in thread
From: Pavel Machek @ 2002-09-18 11:28 UTC (permalink / raw)
  To: Faye Pearson; +Cc: Pavel Machek, Markus Gaugusch, ACPI-Devel

Ahoj!

> > > > Only 2 things are not fully working with swsusp
> > > > after i resume from S4 , my clock is still at the time when it was
> > > > suspended.
> > > Run hwclock --hctosys after resume (and preferable hwclock --systohc
> > > before)
> > 
> > Actually this should be fixed in kernel (as we already do for apm). Patches
> > welcome.
> 
> And I think that a similar clock fix is required for speedstep changes.

No, that is completely orthogonal issue.

-- 
Casualities in World Trade Center: ~3k dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.


-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab

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

end of thread, other threads:[~2002-09-18 11:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-16  8:42 swsusp needs clock corrected | 8193too needs reload Robert
     [not found] ` <3D85998F.7090101-y2s3ugBAdl9BDgjK7y7TUQ@public.gmane.org>
2002-09-16  9:25   ` Markus Gaugusch
     [not found]     ` <Pine.LNX.4.44.0209161123420.12600-100000-sxQ525G0OhRQK2oVCIMtW7NldLUNz+W/@public.gmane.org>
2002-09-17 16:08       ` Pavel Machek
     [not found]         ` <20020917160855.H39-muQmgwBScQHrBKCeMvbIDA@public.gmane.org>
2002-09-18 10:47           ` Faye Pearson
     [not found]             ` <20020918104746.GB26253-6JSjyQ0Qj1ReoWH0uzbU5w@public.gmane.org>
2002-09-18 11:28               ` Pavel Machek
     [not found] ` <20020916092450.GA22114@marcogigante.it>
2002-09-18  9:59   ` Robert Wörle

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