* enabling ACPI on RH 8
@ 2003-04-06 15:13 Polevoy, IgorX
[not found] ` <DFDDBBFBAF6C634BAE34B5F175A29F0227F405-DFHDMA+VBDpRVdoAopKfxth3ngVCH38I@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Polevoy, IgorX @ 2003-04-06 15:13 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I'm trying to enable ACPI on Linux RH 80 (kernel 2.4.18-14) and to run
acpid.
I succeeded to re-compile and re-boot the kernel with all the
ACPI support options selected, however there is no
/proc/acpi created (or other signs of ACPI driver is up).
How do I enable it?
Has it anything to do with the fact that the APM support is currently
enabled ?
Thanks a lot,
Igor.
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: enabling ACPI on RH 8
[not found] ` <DFDDBBFBAF6C634BAE34B5F175A29F0227F405-DFHDMA+VBDpRVdoAopKfxth3ngVCH38I@public.gmane.org>
@ 2003-04-07 8:20 ` Sebastian Henschel
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Henschel @ 2003-04-07 8:20 UTC (permalink / raw)
To: Polevoy, IgorX; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
hello...
Received at 2003-04-06 / 18:28 by Polevoy, IgorX:
> I'm trying to enable ACPI on Linux RH 80 (kernel 2.4.18-14) and to run
> acpid.
> I succeeded to re-compile and re-boot the kernel with all the
> ACPI support options selected, however there is no
> /proc/acpi created (or other signs of ACPI driver is up).
>
> How do I enable it?
dunno what redhat uses, but:
check the boot parameters of your kernel, for instance in
/etc/lilo.conf:
- look for the line which conains the "append" keyword and replace "apm=on"
with "apm=off" and "acpi=off" with "acpi=on".
- save lilo.conf and rerun lilo with "/sbin/lilo".
if you are running grub it is quite similar, look for the aforementioned
parameters and change them.
the important thing is to _not_ have "acpi=off". acpi usually overrides
apm if both are "on" (either explicitly or implicitly).
if this does not help, please send the output of "dmesg" after a fresh
reboot to the list.
> Has it anything to do with the fact that the APM support is currently
> enabled ?
well, compiling both, acpi and apm, into your kernel is usually no
problem.
hth,
sebastian
--
::: sebastian henschel
::: kodeaffe
::: lynx -source http://www.kodeaffe.de/shensche.pub | gpg --import
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: enabling ACPI on RH 8
@ 2003-04-08 8:09 Polevoy, IgorX
[not found] ` <DFDDBBFBAF6C634BAE34B5F175A29F0227F406-DFHDMA+VBDpRVdoAopKfxth3ngVCH38I@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Polevoy, IgorX @ 2003-04-08 8:09 UTC (permalink / raw)
To: Sebastian Henschel; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
after adding kernel options with "append" the following appeared
in dmesg, reporting that ACPI was enabled OK:
apm: BIOS version 1.2 Flags 0x0b (Driver version 1.16)
apm: disabled on user request.
Starting kswapd
VFS: Diskquotas version dquot_6.5.0 initialized
tbxface-0099 [01] Acpi_load_tables : ACPI Tables successfully
loaded
Parsing
Methods:...........................................................
59 Control Methods found and parsed (196 nodes total)
ACPI Namespace successfully loaded at root c03bd640
ACPI: Core Subsystem version [20011018]
evxfevnt-0081 [02] Acpi_enable : Transition to ACPI mode
successful
Executing device _INI methods:...........................
27 Devices found: 27 _STA, 0 _INI
Completing Region and Field initialization:.......
7/9 Regions, 0/0 Fields initialized (196 nodes total)
ACPI: Subsystem enabled
Still there is no /proc/acpi entry...
Could be that the problem is now in the old BIOS ?
Also it reports on reboot about "AWARD Modular BIOS v 4.51PC" and
"ASUS P2B-N ACPI BIOS Revision 1012", there are no ACPI config options
in BIOS
setup.
Thanks,
Igor.
> -----Original Message-----
> From: Sebastian Henschel [mailto:shensche-1rjuZeEg9oEb1SvskN2V4Q@public.gmane.org]
> Sent: Monday, April 07, 2003 11:20 AM
> To: Polevoy, IgorX
> Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: Re: [ACPI] enabling ACPI on RH 8
>
>
> hello...
>
> Received at 2003-04-06 / 18:28 by Polevoy, IgorX:
>
> > I'm trying to enable ACPI on Linux RH 80 (kernel 2.4.18-14)
> and to run
> > acpid.
> > I succeeded to re-compile and re-boot the kernel with all the
> > ACPI support options selected, however there is no
> > /proc/acpi created (or other signs of ACPI driver is up).
> >
> > How do I enable it?
>
> dunno what redhat uses, but:
>
> check the boot parameters of your kernel, for instance in
> /etc/lilo.conf:
> - look for the line which conains the "append" keyword and
> replace "apm=on"
> with "apm=off" and "acpi=off" with "acpi=on".
> - save lilo.conf and rerun lilo with "/sbin/lilo".
>
> if you are running grub it is quite similar, look for the
> aforementioned
> parameters and change them.
> the important thing is to _not_ have "acpi=off". acpi usually
> overrides
> apm if both are "on" (either explicitly or implicitly).
>
> if this does not help, please send the output of "dmesg" after a fresh
> reboot to the list.
>
> > Has it anything to do with the fact that the APM support is
> currently
> > enabled ?
>
> well, compiling both, acpi and apm, into your kernel is usually no
> problem.
>
> hth,
> sebastian
> --
> ::: sebastian henschel
> ::: kodeaffe
> ::: lynx -source http://www.kodeaffe.de/shensche.pub | gpg --import
>
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: enabling ACPI on RH 8
[not found] ` <DFDDBBFBAF6C634BAE34B5F175A29F0227F406-DFHDMA+VBDpRVdoAopKfxth3ngVCH38I@public.gmane.org>
@ 2003-04-08 9:57 ` Mattia Dongili
0 siblings, 0 replies; 5+ messages in thread
From: Mattia Dongili @ 2003-04-08 9:57 UTC (permalink / raw)
To: Polevoy, IgorX; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Tue, 8 Apr 2003 11:09:52 +0300
"Polevoy, IgorX" <igorx.polevoy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
> Hi,
> after adding kernel options with "append" the following appeared
> in dmesg, reporting that ACPI was enabled OK:
>
> apm: BIOS version 1.2 Flags 0x0b (Driver version 1.16)
> apm: disabled on user request.
> Starting kswapd
> VFS: Diskquotas version dquot_6.5.0 initialized
> tbxface-0099 [01] Acpi_load_tables : ACPI Tables successfully
> loaded
> Parsing
> Methods:...........................................................
> 59 Control Methods found and parsed (196 nodes total)
> ACPI Namespace successfully loaded at root c03bd640
> ACPI: Core Subsystem version [20011018]
^^^^^^^^^^
this is an ancient acpi subsystem, you should try with a recent vanilla
kernel and a recent acpi patch from www.sf.net/projects/acpi
--
mattia
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: enabling ACPI on RH 8
@ 2003-04-09 14:54 Polevoy, IgorX
0 siblings, 0 replies; 5+ messages in thread
From: Polevoy, IgorX @ 2003-04-09 14:54 UTC (permalink / raw)
To: Mattia Dongili; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Installed vanilla kernel 2.4.20 with patch acpi-20021212-2.4.20.diff.gz.
Still no /proc/acpi... ?
Thanks,
Igor.
dmesg:
Linux version 2.4.20 (root-MhUJylentZ8jHRH29WNCow@public.gmane.org) (gcc version 3.2 20020903 (Red Hat
Linux 8.0 3.2-7)) #6 SMP Wed Apr 9 20:14:52 IDT 2003
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000007ffd000 (usable)
BIOS-e820: 0000000007ffd000 - 0000000007fff000 (ACPI data)
BIOS-e820: 0000000007fff000 - 0000000008000000 (ACPI NVS)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
127MB LOWMEM available.
On node 0 totalpages: 32765
zone(0): 4096 pages.
zone(1): 28669 pages.
zone(2): 0 pages.
ACPI: RSDP (v000 ASUS ) @ 0x000f8010
ACPI: RSDT (v001 ASUS P2B-N 22616.11825) @ 0x07ffd000
ACPI: FADT (v001 ASUS P2B-N 22616.11825) @ 0x07ffd080
ACPI: BOOT (v001 ASUS P2B-N 22616.11825) @ 0x07ffd040
ACPI: DSDT (v001 ASUS P2B-N 00000.04096) @ 0x00000000
ACPI: BIOS passes blacklist
ACPI: MADT not present
Kernel command line: auto BOOT_IMAGE=linux-2.4.20 ro root=302
BOOT_FILE=/boot/vmlinuz-2.4.20 apm=off acpi=on
> -----Original Message-----
> this is an ancient acpi subsystem, you should try with a
> recent vanilla
> kernel and a recent acpi patch from www.sf.net/projects/acpi
>
> --
> mattia
>
>
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-04-09 14:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-06 15:13 enabling ACPI on RH 8 Polevoy, IgorX
[not found] ` <DFDDBBFBAF6C634BAE34B5F175A29F0227F405-DFHDMA+VBDpRVdoAopKfxth3ngVCH38I@public.gmane.org>
2003-04-07 8:20 ` Sebastian Henschel
-- strict thread matches above, loose matches on Subject: below --
2003-04-08 8:09 Polevoy, IgorX
[not found] ` <DFDDBBFBAF6C634BAE34B5F175A29F0227F406-DFHDMA+VBDpRVdoAopKfxth3ngVCH38I@public.gmane.org>
2003-04-08 9:57 ` Mattia Dongili
2003-04-09 14:54 Polevoy, IgorX
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox