* Need for an ACPI webpage
@ 2002-10-17 21:20 P. Christeas
0 siblings, 0 replies; 7+ messages in thread
From: P. Christeas @ 2002-10-17 21:20 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Until now I have hust been lurking in this list.
I realized now that I may need to patch my DSDT and found out that:
- I cannot find any web-page with a list of known/buggy/patched systems, where
we could share knowledge on a *per system* basis. I can only lurk the list
for previous discussions etc.
Never mind about my own system, this should apply to all..
I propose that we construct a table like: (example)
System kernel/ACPI State More
------------------------------------------------
HP Xe3GC all DSDT Patch with <a href...> the patch </a>
2.4.20/20020918 tested-OK No suspend
2.5.29-/- buggy No sleep resume, hang on kbd
2.5.33+/20021002 unknown Sleep fixed, rest?
Asus M2000E 2.5.40 bug hangs.. (some_name-cx69T0KZIJYAvxtiuMwx3w@public.gmane.org)
Foobar(TM) all horrible Don't use!
---------------------
... and put it in an official page, where all can see it.
I believe that DSDT's need only be fixed once, so that would be a useful place
to put them in.
We could all contribute there, by treating the table as a project. Each time
we mention sth useful in the list, we could make sure it is transferred
there.
Regards
P. Christeas
-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Need for an ACPI webpage
@ 2002-10-17 21:41 Grover, Andrew
[not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF31-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Grover, Andrew @ 2002-10-17 21:41 UTC (permalink / raw)
To: 'P. Christeas'; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A
> From: P. Christeas [mailto:p_christ-U04EIuiosng@public.gmane.org]
> Until now I have hust been lurking in this list.
> I realized now that I may need to patch my DSDT and found out that:
> - I cannot find any web-page with a list of
> known/buggy/patched systems, where
> we could share knowledge on a *per system* basis. I can only
> lurk the list
> for previous discussions etc.
> Never mind about my own system, this should apply to all..
>
> I propose that we construct a table like: (example)
> System kernel/ACPI State More
> ------------------------------------------------
> HP Xe3GC all DSDT Patch
> with <a href...> the patch </a>
> 2.4.20/20020918 tested-OK No suspend
> 2.5.29-/- buggy No
> sleep resume, hang on kbd
> 2.5.33+/20021002 unknown Sleep
> fixed, rest?
> Asus M2000E 2.5.40 bug hangs..
> (some_name-cx69T0KZIJYAvxtiuMwx3w@public.gmane.org)
> Foobar(TM) all horrible
> Don't use!
>
> ---------------------
>
> ... and put it in an official page, where all can see it.
>
> I believe that DSDT's need only be fixed once, so that would
> be a useful place
> to put them in.
>
> We could all contribute there, by treating the table as a
> project. Each time
> we mention sth useful in the list, we could make sure it is
> transferred
> there.
Look at blacklist.c.
Should we add these to that table?
The code is the only thing that is guaranteed to be up to date. I think it
would be nice to have a more readable version of that list online, but it
will quickly become outdated unless someone actively maintains it (you?) or
it is auto-generated from the source.
Regards -- Andy
-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need for an ACPI webpage
[not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF31-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
@ 2002-10-17 21:57 ` Andrew Kohlsmith
2002-10-18 14:25 ` P. Christeas
1 sibling, 0 replies; 7+ messages in thread
From: Andrew Kohlsmith @ 2002-10-17 21:57 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
> The code is the only thing that is guaranteed to be up to date. I think it
> would be nice to have a more readable version of that list online, but it
> will quickly become outdated unless someone actively maintains it (you?) or
> it is auto-generated from the source.
auto-generation would be the only sane method. Like a once-a-week update
would be plenty fast. I bet some perl code could do this in a snap. I'd be
willing to code it up; is it possible to run perl cgi's on sf's servers?
Regards,
Andrew
-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need for an ACPI webpage
[not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF31-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
2002-10-17 21:57 ` Andrew Kohlsmith
@ 2002-10-18 14:25 ` P. Christeas
1 sibling, 0 replies; 7+ messages in thread
From: P. Christeas @ 2002-10-18 14:25 UTC (permalink / raw)
To: Grover, Andrew; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A
> Look at blacklist.c.
>
> Should we add these to that table?
Perhaps
>
> The code is the only thing that is guaranteed to be up to date. I think it
> would be nice to have a more readable version of that list online, but it
> will quickly become outdated unless someone actively maintains it (you?) or
> it is auto-generated from the source.
>
> Regards -- Andy
The code itself may not be the best place for a newbie to look at. What about
things that are already covered by an old ver or things that have been proven
to fail? A second reason is that we could not practically have many patch
DSDT's in our kernel (or can we?).
I wouldn't mind being one of the mainteners of the list, but I don't have much
webspace for that. The best way could be to use this list (acpi-devel) to
post requests like 'could you add the line "x-brand 2.5.x blah blah" to the
table?' so that the maintener won't do much himself. Testing can not be done
by one person, anyway.
One more way that the table won't get outdated is if we put it on an
'official' server (like yours). This way readers will harass us about wrong
entries.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Need for an ACPI webpage
@ 2002-10-18 16:55 Grover, Andrew
[not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF37-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Grover, Andrew @ 2002-10-18 16:55 UTC (permalink / raw)
To: 'P. Christeas'; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A
> From: P. Christeas [mailto:p_christ-U04EIuiosng@public.gmane.org]
> One more way that the table won't get outdated is if we put it on an
> 'official' server (like yours). This way readers will harass
> us about wrong
> entries.
OK, so send me something. Or give me your sf.net id and I will give you web
author access.
I still think generating the html from the .c is the way to go, but whatever
you want to do.
Regards -- Andy
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need for an ACPI webpage
[not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF37-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
@ 2002-10-18 20:39 ` P. Christeas
[not found] ` <200210182339.37324.p_christ-U04EIuiosng@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: P. Christeas @ 2002-10-18 20:39 UTC (permalink / raw)
To: Grover, Andrew; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A
Στις Παρ 18 Οκτ 2002 7:55 μμ, ο/η Grover, Andrew έγραψε:
> > From: P. Christeas [mailto:p_christ-U04EIuiosng@public.gmane.org]
> > One more way that the table won't get outdated is if we put it on an
> > 'official' server (like yours). This way readers will harass
> > us about wrong
> > entries.
>
> OK, so send me something. Or give me your sf.net id and I will give you web
> author access.
>
> I still think generating the html from the .c is the way to go, but
> whatever you want to do.
I would like that too and don't mind if somebody does that. It's just that
sometimes testing has more to say than the code.
>
> Regards -- Andy
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need for an ACPI webpage
[not found] ` <200210182339.37324.p_christ-U04EIuiosng@public.gmane.org>
@ 2002-10-18 20:49 ` Andrew Kohlsmith
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Kohlsmith @ 2002-10-18 20:49 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
> I would like that too and don't mind if somebody does that. It's just that
> sometimes testing has more to say than the code.
Well there would be a third file that could be read in and tacked on which is
"comments" or somesuch.
Regards,
Andrew
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-10-18 20:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-17 21:41 Need for an ACPI webpage Grover, Andrew
[not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF31-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
2002-10-17 21:57 ` Andrew Kohlsmith
2002-10-18 14:25 ` P. Christeas
-- strict thread matches above, loose matches on Subject: below --
2002-10-18 16:55 Grover, Andrew
[not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF37-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
2002-10-18 20:39 ` P. Christeas
[not found] ` <200210182339.37324.p_christ-U04EIuiosng@public.gmane.org>
2002-10-18 20:49 ` Andrew Kohlsmith
2002-10-17 21:20 P. Christeas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox