* No Thermal
@ 2004-02-22 6:56 Alf
[not found] ` <403852B9.3060504-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Alf @ 2004-02-22 6:56 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I trying to use ACPI for linux in a Asus MotherBoard (P4P800) but I am
unable to use thermal and fan the only ACPI that works is Buttons if I
cat /proc/acpi/event and press the power button it gives up a message,
but under /thermal_zone and /fan there is nothing... The BIOS from this
MB says that it is ACPI 2.0 enabled, but as I sayd before I cannot use ACPI.
Can anyone tell me if it is possibel to use? If /button woks, why
/thermal_zone or /fan does not?
thaks
Alfredo
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <403852B9.3060504-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org>]
* Re: No Thermal [not found] ` <403852B9.3060504-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org> @ 2004-02-23 6:46 ` Len Brown [not found] ` <1077518771.12669.58.camel-D2Zvc0uNKG8@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Len Brown @ 2004-02-23 6:46 UTC (permalink / raw) To: Alf; +Cc: ACPI Developers On Sun, 2004-02-22 at 01:56, Alf wrote: > Hi, > I trying to use ACPI for linux in a Asus MotherBoard (P4P800) but I am > unable to use thermal and fan the only ACPI that works is Buttons if I > cat /proc/acpi/event and press the power button it gives up a message, > but under /thermal_zone and /fan there is nothing... The BIOS from this > MB says that it is ACPI 2.0 enabled, but as I sayd before I cannot use ACPI. > Can anyone tell me if it is possibel to use? If /button woks, why > /thermal_zone or /fan does not? > thaks > > Alfredo > > first check your .config has them enabled, eg. CONFIG_ACPI=y CONFIG_ACPI_BOOT=y CONFIG_ACPI_INTERPRETER=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_SLEEP_PROC_FS=y CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m CONFIG_ACPI_FAN=m CONFIG_ACPI_PROCESSOR=m CONFIG_ACPI_THERMAL=m # CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_DEBUG is not set CONFIG_ACPI_BUS=y CONFIG_ACPI_EC=y CONFIG_ACPI_POWER=y CONFIG_ACPI_PCI=y CONFIG_ACPI_SYSTEM=y Then see what dmesg says -- ACPI will tell you what it finds. If you think it doesn't find something it should, dump the DSDT with acpidmp, disassemble it, and look for "Device" and see what's in there. Some MB's have ACPI fan control, other's don't. cheers, -Len ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <1077518771.12669.58.camel-D2Zvc0uNKG8@public.gmane.org>]
* Re: No Thermal [not found] ` <1077518771.12669.58.camel-D2Zvc0uNKG8@public.gmane.org> @ 2004-02-25 5:03 ` Alf [not found] ` <403C2CA2.4090006-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Alf @ 2004-02-25 5:03 UTC (permalink / raw) Cc: ACPI Developers OK I already check my Kernel and it is everything OK, dmesg only find 3 devices, CPU1, CPU2 and Power Button. I am pretty sure that my MB suports fan and thermal control cause the Bios Recognize it, I am kind of newby so how the hell do I disasemble the acpidmp? Len Brown wrote: >On Sun, 2004-02-22 at 01:56, Alf wrote: > > >>Hi, >>I trying to use ACPI for linux in a Asus MotherBoard (P4P800) but I am >>unable to use thermal and fan the only ACPI that works is Buttons if I >>cat /proc/acpi/event and press the power button it gives up a message, >>but under /thermal_zone and /fan there is nothing... The BIOS from this >>MB says that it is ACPI 2.0 enabled, but as I sayd before I cannot use ACPI. >>Can anyone tell me if it is possibel to use? If /button woks, why >>/thermal_zone or /fan does not? >>thaks >> >>Alfredo >> >>first check your .config has them enabled, eg. >> >> > >CONFIG_ACPI=y >CONFIG_ACPI_BOOT=y >CONFIG_ACPI_INTERPRETER=y >CONFIG_ACPI_SLEEP=y >CONFIG_ACPI_SLEEP_PROC_FS=y >CONFIG_ACPI_AC=m >CONFIG_ACPI_BATTERY=m >CONFIG_ACPI_BUTTON=m >CONFIG_ACPI_FAN=m >CONFIG_ACPI_PROCESSOR=m >CONFIG_ACPI_THERMAL=m ># CONFIG_ACPI_ASUS is not set ># CONFIG_ACPI_TOSHIBA is not set ># CONFIG_ACPI_DEBUG is not set >CONFIG_ACPI_BUS=y >CONFIG_ACPI_EC=y >CONFIG_ACPI_POWER=y >CONFIG_ACPI_PCI=y >CONFIG_ACPI_SYSTEM=y > >Then see what dmesg says -- ACPI will tell you what it finds. >If you think it doesn't find something it should, dump the DSDT with >acpidmp, disassemble it, and look for "Device" and see what's in there. > >Some MB's have ACPI fan control, other's don't. > >cheers, >-Len > > > > >------------------------------------------------------- >SF.Net is sponsored by: Speed Start Your Linux Apps Now. >Build and deploy apps & Web services for Linux with >a free DVD software kit from IBM. Click Now! >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click >_______________________________________________ >Acpi-devel mailing list >Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org >https://lists.sourceforge.net/lists/listinfo/acpi-devel > > > > ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <403C2CA2.4090006-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org>]
* Re: No Thermal [not found] ` <403C2CA2.4090006-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org> @ 2004-02-25 5:51 ` Len Brown 0 siblings, 0 replies; 5+ messages in thread From: Len Brown @ 2004-02-25 5:51 UTC (permalink / raw) To: Alf; +Cc: ACPI Developers See if your BIOS has a SETUP setting to boot an ACPI-enabled OS. If so, enable it. after that,you can dump the DSDT with acpidmp and disassemble it with iasl -d and poke around in the AML to see what the BIOS thinks it supports. see http://acpi.sf.net for pointers cheers, -Len On Wed, 2004-02-25 at 00:03, Alf wrote: > OK I already check my Kernel and it is everything OK, dmesg only find 3 > devices, CPU1, CPU2 and Power Button. > I am pretty sure that my MB suports fan and thermal control cause the > Bios Recognize it, I am kind of newby so how the hell do I disasemble > the acpidmp? > > Len Brown wrote: > > >On Sun, 2004-02-22 at 01:56, Alf wrote: > > > > > >>Hi, > >>I trying to use ACPI for linux in a Asus MotherBoard (P4P800) but I am > >>unable to use thermal and fan the only ACPI that works is Buttons if I > >>cat /proc/acpi/event and press the power button it gives up a message, > >>but under /thermal_zone and /fan there is nothing... The BIOS from this > >>MB says that it is ACPI 2.0 enabled, but as I sayd before I cannot use ACPI. > >>Can anyone tell me if it is possibel to use? If /button woks, why > >>/thermal_zone or /fan does not? > >>thaks > >> > >>Alfredo > >> > >>first check your .config has them enabled, eg. > >> > >> > > > >CONFIG_ACPI=y > >CONFIG_ACPI_BOOT=y > >CONFIG_ACPI_INTERPRETER=y > >CONFIG_ACPI_SLEEP=y > >CONFIG_ACPI_SLEEP_PROC_FS=y > >CONFIG_ACPI_AC=m > >CONFIG_ACPI_BATTERY=m > >CONFIG_ACPI_BUTTON=m > >CONFIG_ACPI_FAN=m > >CONFIG_ACPI_PROCESSOR=m > >CONFIG_ACPI_THERMAL=m > ># CONFIG_ACPI_ASUS is not set > ># CONFIG_ACPI_TOSHIBA is not set > ># CONFIG_ACPI_DEBUG is not set > >CONFIG_ACPI_BUS=y > >CONFIG_ACPI_EC=y > >CONFIG_ACPI_POWER=y > >CONFIG_ACPI_PCI=y > >CONFIG_ACPI_SYSTEM=y > > > >Then see what dmesg says -- ACPI will tell you what it finds. > >If you think it doesn't find something it should, dump the DSDT with > >acpidmp, disassemble it, and look for "Device" and see what's in there. > > > >Some MB's have ACPI fan control, other's don't. > > > >cheers, > >-Len > > > > > > > > > >------------------------------------------------------- > >SF.Net is sponsored by: Speed Start Your Linux Apps Now. > >Build and deploy apps & Web services for Linux with > >a free DVD software kit from IBM. Click Now! > >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > >_______________________________________________ > >Acpi-devel mailing list > >Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > >https://lists.sourceforge.net/lists/listinfo/acpi-devel > > > > > > > > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Acpi-devel mailing list > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/acpi-devel ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: No Thermal
@ 2004-02-25 9:39 Yu, Luming
0 siblings, 0 replies; 5+ messages in thread
From: Yu, Luming @ 2004-02-25 9:39 UTC (permalink / raw)
To: Alf; +Cc: ACPI Developers
> OK I already check my Kernel and it is everything OK, dmesg
> only find 3
> devices, CPU1, CPU2 and Power Button.
Are there any failures or warning in your dmesg?
Hope you can post it.
--Luming
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
^ permalink raw reply [flat|nested] 5+ messages in threadend of thread, other threads:[~2004-02-25 9:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-22 6:56 No Thermal Alf
[not found] ` <403852B9.3060504-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org>
2004-02-23 6:46 ` Len Brown
[not found] ` <1077518771.12669.58.camel-D2Zvc0uNKG8@public.gmane.org>
2004-02-25 5:03 ` Alf
[not found] ` <403C2CA2.4090006-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org>
2004-02-25 5:51 ` Len Brown
-- strict thread matches above, loose matches on Subject: below --
2004-02-25 9:39 Yu, Luming
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox