* Re: IBM Thinkpad A31 | ACPI problems
@ 2003-01-01 14:55 Dom
[not found] ` <200301011555.06058.dom-K271P2BsTd0@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Dom @ 2003-01-01 14:55 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks Adachi, Kenichi for your immediate reply!
I browsed the mailing list archives (December 2002, November 2002) and
encountered several postings from Sandro (PSI-Systems <psi-systems-8XqT/MH+8ao@public.gmane.org>)
who is having the same problem with his Thinkpad A31 laptop:
ACPI: Found ECDT
ACPI: Could not use ECDT
evxfevnt-0119 [06] Acpi_disable : ACPI mode disabled
ACPI is completely disabled for IBM Thinkpad A31. Is there a solution for that
problem available? How can I be of any help to the ACPI developers?
Thanks for any hints!
Dom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+EwFHlkLhXFdQXXkRArzFAJ9GsIcHcw+7LS16xwK59Vf5CuVkWgCfcKH9
2jQiER0GT5TOn92UKnEL0NM=
=VzQL
-----END PGP SIGNATURE-----
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 9+ messages in thread[parent not found: <200301011555.06058.dom-K271P2BsTd0@public.gmane.org>]
* RE: Re: IBM Thinkpad A31 | ACPI problems [not found] ` <200301011555.06058.dom-K271P2BsTd0@public.gmane.org> @ 2003-01-02 17:29 ` Adachi, Kenichi [not found] ` <000301c2b284$8a15d8f0$232202d3-F8JvWDuGsZU@public.gmane.org> 0 siblings, 1 reply; 9+ messages in thread From: Adachi, Kenichi @ 2003-01-02 17:29 UTC (permalink / raw) To: dom-K271P2BsTd0, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f > I browsed the mailing list archives (December 2002, November 2002) and > encountered several postings from Sandro (PSI-Systems <psi-systems-8XqT/MH+8ao@public.gmane.org>) > who is having the same problem with his Thinkpad A31 laptop: > ACPI: Found ECDT > ACPI: Could not use ECDT > evxfevnt-0119 [06] Acpi_disable : ACPI mode disabled > > ACPI is completely disabled for IBM Thinkpad A31. Is there a > solution for that > problem available? How can I be of any help to the ACPI developers? > Did you also read Andy Grover's reply to Sandro? Subject: RE: [ACPI] ACPI does not work since acpi-20021022-2.4.20-pre11.di From: "Grover, Andrew" <andrew.grover () intel ! com> Date: 2002-11-04 18:19:30 http://marc.theaimsgroup.com/?l=acpi4linux&m=103643408113691&w=2 In short, ECDT -> EC_ID is supposed to be the full path name of your EC device in ACPI Namespace like "\_SB.PCI0.LPC.EC", but __NOT__ in your BIOS. You can work around your problem by adding hack code, but it makes OS code dirty to save broken BIOSes and it allows BIOS vendor not to fix their problem. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <000301c2b284$8a15d8f0$232202d3-F8JvWDuGsZU@public.gmane.org>]
* Re: Re: IBM Thinkpad A31 | ACPI problems [not found] ` <000301c2b284$8a15d8f0$232202d3-F8JvWDuGsZU@public.gmane.org> @ 2003-01-02 20:25 ` Dom 2003-01-02 21:31 ` PSI-Systems 2003-01-02 20:27 ` Thomas Geiger 1 sibling, 1 reply; 9+ messages in thread From: Dom @ 2003-01-02 20:25 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Dear Kenichi, sorry - i did not see Andy Grover's reply to Sandro earlier on. So the problem is a bug in the BIOS implementation. I have already contacted IBM via "Ask an expert" and posted a message to http://www7.pc.ibm.com/~Thinkpad and I really hope that they will reply. I will keep you up to date. Thanks, Dominik p.s. How ugly would a work around for the BIOS problem be? Aren't there already several work arounds for buggy BIOSes in the Linux kernel code? On Thursday 02 January 2003 18:29, Adachi, Kenichi wrote: > > I browsed the mailing list archives (December 2002, November 2002) and > > > > encountered several postings from Sandro (PSI-Systems > > <psi-systems-8XqT/MH+8ao@public.gmane.org>) > > > who is having the same problem with his Thinkpad A31 laptop: > > ACPI: Found ECDT > > ACPI: Could not use ECDT > > evxfevnt-0119 [06] Acpi_disable : ACPI mode disabled > > > > ACPI is completely disabled for IBM Thinkpad A31. Is there a > > solution for that > > problem available? How can I be of any help to the ACPI developers? > > Did you also read Andy Grover's reply to Sandro? > > Subject: RE: [ACPI] ACPI does not work since > acpi-20021022-2.4.20-pre11.di > From: "Grover, Andrew" <andrew.grover () intel ! com> > Date: 2002-11-04 18:19:30 > http://marc.theaimsgroup.com/?l=acpi4linux&m=103643408113691&w=2 > > In short, ECDT -> EC_ID is supposed to be the full path name of your EC > device in ACPI Namespace like "\_SB.PCI0.LPC.EC", but __NOT__ in your > BIOS. > You can work around your problem by adding hack code, but it makes OS > code dirty to save broken BIOSes and it allows BIOS vendor not to fix > their problem. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: IBM Thinkpad A31 | ACPI problems 2003-01-02 20:25 ` Dom @ 2003-01-02 21:31 ` PSI-Systems [not found] ` <004701c2b2a6$434732d0$0201a8c0-kjWjS56XVej+Hn7q9Vec/7NAH6kLmebB@public.gmane.org> 0 siblings, 1 reply; 9+ messages in thread From: PSI-Systems @ 2003-01-02 21:31 UTC (permalink / raw) To: Dom, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f > sorry - i did not see Andy Grover's reply to Sandro earlier on. So the problem > is a bug in the BIOS implementation. I have already contacted IBM via "Ask an > expert" and posted a message to http://www7.pc.ibm.com/~Thinkpad and I really > hope that they will reply. I will keep you up to date. Uh! I didn't know that IBM has a forum. Where is your question located (I can't find it)? Can you please email me if you find a solution for the whole prob? I also questioned IBM about that prob a few days ago, but via support - no answer so far. Sandro ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <004701c2b2a6$434732d0$0201a8c0-kjWjS56XVej+Hn7q9Vec/7NAH6kLmebB@public.gmane.org>]
* Re: Re: IBM Thinkpad A31 | ACPI problems [not found] ` <004701c2b2a6$434732d0$0201a8c0-kjWjS56XVej+Hn7q9Vec/7NAH6kLmebB@public.gmane.org> @ 2003-01-02 21:54 ` Dom [not found] ` <200301022254.55856.dom-K271P2BsTd0@public.gmane.org> 0 siblings, 1 reply; 9+ messages in thread From: Dom @ 2003-01-02 21:54 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Dear Sandro, I posted the following message to the "Thinkpad A20,A21,A22,A30,A31" forum at IBM. Currently it looks like the posting has not been opened to public yet? I hope that IBM will provide a patch or that we can assist in creating a work around for the buggy bios. I know several friends who are running Linux on their A31's. Currently we all stick to kernel 2.4.19 + acpi-20020918 patch. This combination provides at least some support for ACPI. Thanks to the hard-working acpi-development team! Dom -------- Topic: ACPI Linux (1 of 1), Read 10 times Conf: ThinkPad A20,A21,A22,A30,A31 From: bartenst Date: Thursday, January 02, 2003 03:07 PM Hi all! I am successfully running Gentoo Linux (http://www.gentoo.org) on my new A31. Unfortunately ACPI is not getting initialized properly with the new acpi-patch from 20021212 ( + vanilla 2.4.20). I consulted the acpi developers (http://acpi.sf.net) who told me that the problem is the buggy BIOS! Is IBM aware of that problem and are there any ongoing efforts to solve this problem? Thanks! Dom p.s. http://marc.theaimsgroup.com/?l=acpi4linux&m=103643408113691&w=2 summary: "In short, ECDT -> EC_ID is supposed to be the full path name of your EC device in ACPI Namespace like "\_SB.PCI0.LPC.EC", but __NOT__ in your BIOS. You can work around your problem by adding hack code, but it makes OS code dirty to save broken BIOSes and it allows BIOS vendor not to fix their problem." ---------- On Thursday 02 January 2003 22:31, you wrote: > > sorry - i did not see Andy Grover's reply to Sandro earlier on. So the > > problem > > > is a bug in the BIOS implementation. I have already contacted IBM via > > "Ask > > an > > > expert" and posted a message to http://www7.pc.ibm.com/~Thinkpad and I > > really > > > hope that they will reply. I will keep you up to date. > > Uh! > I didn't know that IBM has a forum. Where is your question located (I can't > find it)? Can you please email me if you find a solution for the whole > prob? I also questioned IBM about that prob a few days ago, but via support > - no answer so far. > > Sandro ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <200301022254.55856.dom-K271P2BsTd0@public.gmane.org>]
* AW: Re: IBM Thinkpad A31 | ACPI problems [not found] ` <200301022254.55856.dom-K271P2BsTd0@public.gmane.org> @ 2002-02-02 22:20 ` Jörg Hänsel 2003-01-04 10:53 ` Dom 1 sibling, 0 replies; 9+ messages in thread From: Jörg Hänsel @ 2002-02-02 22:20 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Dear Dom, I have a Thinkpad R32 and the same problem (could not use EDCT). I hope that IBM will release a new BIOS since ACPI does not work perfectly in Windows 2000 and XP as well. (Meanwhile I am using APM instead.) When I load the ospm modules (battery, etc.) there is no subdirectory acpi under /proc but "battery" occurs directly under /proc and is empty. Bye, Jörg -----Ursprüngliche Nachricht----- Von: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]Im Auftrag von Dom Gesendet: Donnerstag, 2. Januar 2003 22:55 An: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Betreff: Re: [ACPI] Re: IBM Thinkpad A31 | ACPI problems Dear Sandro, I posted the following message to the "Thinkpad A20,A21,A22,A30,A31" forum at IBM. Currently it looks like the posting has not been opened to public yet? I hope that IBM will provide a patch or that we can assist in creating a work around for the buggy bios. I know several friends who are running Linux on their A31's. Currently we all stick to kernel 2.4.19 + acpi-20020918 patch. This combination provides at least some support for ACPI. Thanks to the hard-working acpi-development team! Dom -------- Topic: ACPI Linux (1 of 1), Read 10 times Conf: ThinkPad A20,A21,A22,A30,A31 From: bartenst Date: Thursday, January 02, 2003 03:07 PM Hi all! I am successfully running Gentoo Linux (http://www.gentoo.org) on my new A31. Unfortunately ACPI is not getting initialized properly with the new acpi-patch from 20021212 ( + vanilla 2.4.20). I consulted the acpi developers (http://acpi.sf.net) who told me that the problem is the buggy BIOS! Is IBM aware of that problem and are there any ongoing efforts to solve this problem? Thanks! Dom p.s. http://marc.theaimsgroup.com/?l=acpi4linux&m=103643408113691&w=2 summary: "In short, ECDT -> EC_ID is supposed to be the full path name of your EC device in ACPI Namespace like "\_SB.PCI0.LPC.EC", but __NOT__ in your BIOS. You can work around your problem by adding hack code, but it makes OS code dirty to save broken BIOSes and it allows BIOS vendor not to fix their problem." ---------- On Thursday 02 January 2003 22:31, you wrote: > > sorry - i did not see Andy Grover's reply to Sandro earlier on. So the > > problem > > > is a bug in the BIOS implementation. I have already contacted IBM via > > "Ask > > an > > > expert" and posted a message to http://www7.pc.ibm.com/~Thinkpad and I > > really > > > hope that they will reply. I will keep you up to date. > > Uh! > I didn't know that IBM has a forum. Where is your question located (I can't > find it)? Can you please email me if you find a solution for the whole > prob? I also questioned IBM about that prob a few days ago, but via support > - no answer so far. > > Sandro ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ 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:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: IBM Thinkpad A31 | ACPI problems [not found] ` <200301022254.55856.dom-K271P2BsTd0@public.gmane.org> 2002-02-02 22:20 ` AW: " Jörg Hänsel @ 2003-01-04 10:53 ` Dom [not found] ` <200301041153.42326.dom-K271P2BsTd0@public.gmane.org> 1 sibling, 1 reply; 9+ messages in thread From: Dom @ 2003-01-04 10:53 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi Thinkpad dudes out there, 1.) the following message was posted by an IBM employee on http://www7.pc.ibm.com/~Thinkpad ------------------ Topic: ACPI Linux (2 of 2), Read 6 times Conf: ThinkPad A20,A21,A22,A30,A31 From: Theresa@IBM2 Date: Friday, January 03, 2003 02:27 PM Hello Dom, Unfortunately, we do not have any information on whether or not the BIOS will be updated to resolve the issue you are having with the ACPI. This is up to the IBM Software Developers. Thank you for choosing the IBM Forums. Theresa L. IBM World-Wide Electronic Support and Services --------------------- 2.) thats the reply to my email sent to IBM technical support: -------------------- Dear Mr. Bar, you have contacted the technical support of IBM and we can't give you marketing informations about future equipment. Please call our service centre at 01803 - 31 32 33 and ask for someone who is able to inform you about that. Best regards Your IBM eSupport IBM Personal Computing Division http://www.ibm.com/pc/support -------------------- I will try to contact a developer at IBM ... Greetings, Dom On Thursday 02 January 2003 22:54, Dom wrote: > Dear Sandro, > > I posted the following message to the "Thinkpad A20,A21,A22,A30,A31" forum > at IBM. Currently it looks like the posting has not been opened to public > yet? I hope that IBM will provide a patch or that we can assist in creating > a work around for the buggy bios. I know several friends who are running > Linux on their A31's. Currently we all stick to kernel 2.4.19 + > acpi-20020918 patch. This combination provides at least some support for > ACPI. > > Thanks to the hard-working acpi-development team! > Dom > > -------- > Topic: ACPI Linux (1 of 1), Read 10 times > Conf: ThinkPad A20,A21,A22,A30,A31 > From: bartenst > Date: Thursday, January 02, 2003 03:07 PM > > Hi all! > > I am successfully running Gentoo Linux > (http://www.gentoo.org) on my new A31. Unfortunately > ACPI is not getting initialized properly with the new > acpi-patch from 20021212 ( + vanilla 2.4.20). I consulted > the acpi developers (http://acpi.sf.net) who told me that the > problem is the buggy BIOS! Is IBM aware of that problem > and are there any ongoing efforts to solve this problem? > > Thanks! > Dom > > p.s. > http://marc.theaimsgroup.com/?l=acpi4linux&m=103643408113691&w=2 > summary: > "In short, ECDT -> EC_ID is supposed to be the full path > name of your EC device in ACPI Namespace like > "\_SB.PCI0.LPC.EC", but __NOT__ in your BIOS. You > can work around your problem by adding hack code, but it > makes OS > code dirty to save broken BIOSes and it allows BIOS > vendor not to fix their problem." > ---------- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <200301041153.42326.dom-K271P2BsTd0@public.gmane.org>]
* Re: Re: IBM Thinkpad A31 | ACPI problems [not found] ` <200301041153.42326.dom-K271P2BsTd0@public.gmane.org> @ 2003-01-04 15:51 ` Arndt Schoenewald 0 siblings, 0 replies; 9+ messages in thread From: Arndt Schoenewald @ 2003-01-04 15:51 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hmm ... if it turns out that IBM does not fix their BIOSes, I will have to start advising people against buying Thinkpads. Period. Perhaps we should find a way to make this very clear to IBM, and to the other companies who think they will get away with not doing their homework -- and of course to all potential buyers. Nobody wants to give up their freedom, so the inability to run Linux on a newly bought machine is something that will even annoy many of those who are currently only interested in Windows. Arndt On Sat, Jan 04, 2003 at 11:53:42AM +0100, Dom wrote: > Hi Thinkpad dudes out there, > > 1.) the following message was posted by an IBM employee on > http://www7.pc.ibm.com/~Thinkpad > > ------------------ > Topic: ACPI Linux (2 of 2), Read 6 times > Conf: ThinkPad A20,A21,A22,A30,A31 > From: Theresa@IBM2 > Date: Friday, January 03, 2003 02:27 PM > Hello Dom, > Unfortunately, we do not have any information on whether or not the BIOS will > be updated to resolve the issue you are having with the ACPI. This is up to > the IBM Software Developers. > > Thank you for choosing the IBM Forums. > > > Theresa L. IBM World-Wide Electronic Support and Services > --------------------- > > 2.) thats the reply to my email sent to IBM technical support: > > -------------------- > Dear Mr. Bar, > you have contacted the technical support of IBM and we can't give you > marketing informations about future equipment. Please call our service > centre at 01803 - 31 32 33 and ask for someone who is able to inform you > about that. > > Best regards > Your IBM eSupport > > > > IBM Personal Computing Division > http://www.ibm.com/pc/support > -------------------- > > I will try to contact a developer at IBM ... > > Greetings, > Dom -- Arndt Schoenewald <abs-SA7OhAOe25xnNxvc45mVi0K323yFvGpRdefyYXQ/eNw@public.gmane.org>, Software Developer Quelltext AG (http://www.quelltext-ag.de), Dortmund, Germany ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: IBM Thinkpad A31 | ACPI problems [not found] ` <000301c2b284$8a15d8f0$232202d3-F8JvWDuGsZU@public.gmane.org> 2003-01-02 20:25 ` Dom @ 2003-01-02 20:27 ` Thomas Geiger 1 sibling, 0 replies; 9+ messages in thread From: Thomas Geiger @ 2003-01-02 20:27 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi, i'm also encountering the same problems with my (beloved ;) ) A31. So if there is a possible workaround - is anyone already working on it/how difficult would it be to implement such that hack? Tom On Thursday 02 January 2003 18:29, Adachi, Kenichi wrote: > > I browsed the mailing list archives (December 2002, November 2002) and > > > > encountered several postings from Sandro (PSI-Systems > > <psi-systems-8XqT/MH+8ao@public.gmane.org>) > > > who is having the same problem with his Thinkpad A31 laptop: > > ACPI: Found ECDT > > ACPI: Could not use ECDT > > evxfevnt-0119 [06] Acpi_disable : ACPI mode disabled > > > > ACPI is completely disabled for IBM Thinkpad A31. Is there a > > solution for that > > problem available? How can I be of any help to the ACPI developers? > > Did you also read Andy Grover's reply to Sandro? > > Subject: RE: [ACPI] ACPI does not work since > acpi-20021022-2.4.20-pre11.di > From: "Grover, Andrew" <andrew.grover () intel ! com> > Date: 2002-11-04 18:19:30 > http://marc.theaimsgroup.com/?l=acpi4linux&m=103643408113691&w=2 > > In short, ECDT -> EC_ID is supposed to be the full path name of your EC > device in ACPI Namespace like "\_SB.PCI0.LPC.EC", but __NOT__ in your > BIOS. > You can work around your problem by adding hack code, but it makes OS > code dirty to save broken BIOSes and it allows BIOS vendor not to fix > their problem. > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Acpi-devel mailing list > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/acpi-devel -- thomas geiger solution2u.net gmbh * am hof 4 * a-6861 alberschwende fon +43 5579 85777-0 * fax +43 5574 54445-20 * mobil +43 664 38 12 645 http://solution2u.net/ * geiger-Cb7RZHV19h45EzxeNYqZ9w@public.gmane.org have a nice day ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-01-04 15:51 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-01 14:55 IBM Thinkpad A31 | ACPI problems Dom
[not found] ` <200301011555.06058.dom-K271P2BsTd0@public.gmane.org>
2003-01-02 17:29 ` Adachi, Kenichi
[not found] ` <000301c2b284$8a15d8f0$232202d3-F8JvWDuGsZU@public.gmane.org>
2003-01-02 20:25 ` Dom
2003-01-02 21:31 ` PSI-Systems
[not found] ` <004701c2b2a6$434732d0$0201a8c0-kjWjS56XVej+Hn7q9Vec/7NAH6kLmebB@public.gmane.org>
2003-01-02 21:54 ` Dom
[not found] ` <200301022254.55856.dom-K271P2BsTd0@public.gmane.org>
2002-02-02 22:20 ` AW: " Jörg Hänsel
2003-01-04 10:53 ` Dom
[not found] ` <200301041153.42326.dom-K271P2BsTd0@public.gmane.org>
2003-01-04 15:51 ` Arndt Schoenewald
2003-01-02 20:27 ` Thomas Geiger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox