* AMD64 - kernel freezes when inserting processor/powernow-k8 module
@ 2004-06-02 16:56 Thomas Renninger
[not found] ` <c051dde5040602102956373117@mail.gmail.com>
[not found] ` <40BE06B2.5090808-smMupaH/RwJM7kwft8N7nw@public.gmane.org>
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Renninger @ 2004-06-02 16:56 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
the machine (AMD64 - 3200+) seems to have a terrible written DSDT.
After disassembling I could fix several small errors to get it compiled
again.
Kernel 2.6.5-16 with latest ACPI patches ...
loading the powernow-k8 module freezes the machine immediately
(POWERNOW-K8_ACPI compiled in and not compiled in)
loading the processor module freezes the machine also at once.
(could not get any info, even with acpi_debug function trace on, syslog
buffering disabled).
Other ACPI related modules load and work fine (ac, battery, fan, of
course not thermal as it depends on the processor mod).
You find the disassembled DSDT in:
http://stio1.fh-wuerzburg.de/student/i31990/arima_hw_info/arima_dsdt.dsl
My modified (so that it compiles) DSDT is:
http://stio1.fh-wuerzburg.de/student/i31990/arima_hw_info/arima_dsdt_modif.dsl
and the acpidmp in:
http://stio1.fh-wuerzburg.de/student/i31990/arima_hw_info/acpidmp_arima_AMD64
If someone has a similar machine (AMD64 3200+), I would appreciate if
you can send me your DSDT to compare it with mine.
Q: How can I access the Debug object/address used in ASL?
My experiences interpreting ASL code are limited..., please help...
Thanks.
Thomas
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <c051dde5040602102956373117@mail.gmail.com>]
[parent not found: <c051dde5040602102956373117-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: AMD64 - kernel freezes when inserting processor/powernow-k8 module [not found] ` <c051dde5040602102956373117-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2004-06-03 18:10 ` Thomas Renninger [not found] ` <40BF699A.6020507-smMupaH/RwJM7kwft8N7nw@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Thomas Renninger @ 2004-06-03 18:10 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Praveen C wrote: > I too had problems with processor module on my thinkpad R40e. To see > how I fixed it go to > > http://www.flatface.net/~praveen/tp Cheers, this prevents the machine to hang. The hang is caused by some interference between the USB and firewire modules. I recognised that the machine hangs when loading the processor module when the ehci_hcd or ohci1394 module has been loaded before. Otherwise everything works fine... Are there intentions to get this fixed, can I help/provide more info somehow? Thomas > > praveen > > On Wed, 02 Jun 2004 18:56:18 +0200, Thomas Renninger <mail-smMupaH/RwJM7kwft8N7nw@public.gmane.org> wrote: > >>Kernel 2.6.5-16 with latest ACPI patches ... >> >>loading the powernow-k8 module freezes the machine immediately >>(POWERNOW-K8_ACPI compiled in and not compiled in) >> >>loading the processor module freezes the machine also at once. >>(could not get any info, even with acpi_debug function trace on, syslog >>buffering disabled). >> >>Other ACPI related modules load and work fine (ac, battery, fan, of >>course not thermal as it depends on the processor mod). >> >>You find the disassembled DSDT in: >>http://stio1.fh-wuerzburg.de/student/i31990/arima_hw_info/arima_dsdt.dsl >> >>My modified (so that it compiles) DSDT is: >>http://stio1.fh-wuerzburg.de/student/i31990/arima_hw_info/arima_dsdt_modif.dsl >> >>and the acpidmp in: >>http://stio1.fh-wuerzburg.de/student/i31990/arima_hw_info/acpidmp_arima_AMD64 >> >>If someone has a similar machine (AMD64 3200+), I would appreciate if >>you can send me your DSDT to compare it with mine. >> >>Q: How can I access the Debug object/address used in ASL? >> >>My experiences interpreting ASL code are limited..., please help... >> >>Thanks. >> >> Thomas >> >>------------------------------------------------------- >>This SF.Net email is sponsored by the new InstallShield X. >>From Windows to Linux, servers to mobile, InstallShield X is the one >>installation-authoring solution that does it all. Learn more and >>evaluate today! http://www.installshield.com/Dev2Dev/0504 >>_______________________________________________ >>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 the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <40BF699A.6020507-smMupaH/RwJM7kwft8N7nw@public.gmane.org>]
* Re: AMD64 - kernel freezes when inserting processor/powernow-k8 module [not found] ` <40BF699A.6020507-smMupaH/RwJM7kwft8N7nw@public.gmane.org> @ 2004-06-06 19:51 ` Pavel Machek 0 siblings, 0 replies; 4+ messages in thread From: Pavel Machek @ 2004-06-06 19:51 UTC (permalink / raw) To: Thomas Renninger; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi! > >I too had problems with processor module on my thinkpad R40e. To see > >how I fixed it go to > > > >http://www.flatface.net/~praveen/tp > Cheers, this prevents the machine to hang. > The hang is caused by some interference between the USB and firewire > modules. > I recognised that the machine hangs when loading the processor module > when the ehci_hcd or ohci1394 module has been loaded before. > Otherwise everything works fine... If I load insmod ohci1394 and processor module is compiled-in, it seems to work okay... > Are there intentions to get this fixed, can I help/provide more info > somehow? diff -u of a fix would be helpfull :-)))). Pavel -- 934a471f20d6580d5aad759bf0d97ddc ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <40BE06B2.5090808-smMupaH/RwJM7kwft8N7nw@public.gmane.org>]
* Re: AMD64 - kernel freezes when inserting processor/powernow-k8 module [not found] ` <40BE06B2.5090808-smMupaH/RwJM7kwft8N7nw@public.gmane.org> @ 2004-06-03 20:08 ` Pavel Machek 0 siblings, 0 replies; 4+ messages in thread From: Pavel Machek @ 2004-06-03 20:08 UTC (permalink / raw) To: Thomas Renninger; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi! > the machine (AMD64 - 3200+) seems to have a terrible written DSDT. > After disassembling I could fix several small errors to get it > compiled again. That's Arima, right? Is it production hw, btw? I hate marketing numbers; is it 2GHz CPU? I have 2GHz Arima prototype here. I got it to work okay, modulo internal speakers (headphones work) and keyboard likes to loose clicks. > loading the powernow-k8 module freezes the machine immediately > (POWERNOW-K8_ACPI compiled in and not compiled in) > > loading the processor module freezes the machine also at once. > (could not get any info, even with acpi_debug function trace on, > syslog buffering disabled). > > Other ACPI related modules load and work fine (ac, battery, fan, of > course not thermal as it depends on the processor mod). Strange, these work for me. Ouch, you do know about neccesity of moving IO_PORT_BASE, right? > If someone has a similar machine (AMD64 3200+), I would appreciate if > you can send me your DSDT to compare it with mine. Ping me privately. Pavel -- 64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-06-06 19:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-02 16:56 AMD64 - kernel freezes when inserting processor/powernow-k8 module Thomas Renninger
[not found] ` <c051dde5040602102956373117@mail.gmail.com>
[not found] ` <c051dde5040602102956373117-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2004-06-03 18:10 ` Thomas Renninger
[not found] ` <40BF699A.6020507-smMupaH/RwJM7kwft8N7nw@public.gmane.org>
2004-06-06 19:51 ` Pavel Machek
[not found] ` <40BE06B2.5090808-smMupaH/RwJM7kwft8N7nw@public.gmane.org>
2004-06-03 20:08 ` Pavel Machek
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox