* Kernel 2.4.10 and ACPI
@ 2001-09-24 13:36 Rob MacGregor
2001-09-24 13:59 ` Michel A. S. Pereira KIDMumU|ResolveBucha
2001-09-27 14:03 ` Pavel Machek
0 siblings, 2 replies; 4+ messages in thread
From: Rob MacGregor @ 2001-09-24 13:36 UTC (permalink / raw)
To: linux-kernel
I should mention that I get exactly the same result from 2.4.9. I hadn't
tried ACPI before then.
On both my desktop (based on a SuperMicro P6DGU with the Intel 440GX
chipset, l) and my laptop (HP Omnibook 450B) when I build in the ACPI system
(either as module or into the kernel) the system hangs on boot. It does
this at the point of activating ACPI. I enabled the debug mode and my
laptop dies at:
ACPI Namespace successfully loaded at root c028a6c0
ACPI: Core Subsystem version [20010831]
Executing device _INI methods:.....................
(that's 21 '.'s).
Is there anything else I can do to help track down what's causing this and
resolve it?
I'm not on the list (though I should start getting the daily digest as of
today) so you'll need to CC me if you want me to see anything.
--
Rob | Please ask questions the smart way:
http://www.tuxedo.org/~esr/faqs/smart-questions.html
Please don't CC me on anything sent to mailing lists or send
me email directly unless it's a privacy issue, thanks.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Kernel 2.4.10 and ACPI
2001-09-24 13:36 Kernel 2.4.10 and ACPI Rob MacGregor
@ 2001-09-24 13:59 ` Michel A. S. Pereira KIDMumU|ResolveBucha
2001-09-27 14:03 ` Pavel Machek
1 sibling, 0 replies; 4+ messages in thread
From: Michel A. S. Pereira KIDMumU|ResolveBucha @ 2001-09-24 13:59 UTC (permalink / raw)
To: linux-kernel
Hi, I was getting a different problem with ACPI.
When the Kernel ends enabling ACPI, the machine hangs, and
Control+Alt+Del dosen't run.
Why I can do to get more details about this problem?
Thanks and sorry for the bad english.
Rob MacGregor wrote:
> I should mention that I get exactly the same result from 2.4.9. I
> hadn't tried ACPI before then.
>
> On both my desktop (based on a SuperMicro P6DGU with the Intel 440GX
> chipset, l) and my laptop (HP Omnibook 450B) when I build in the ACPI
> system (either as module or into the kernel) the system hangs on boot.
> It does this at the point of activating ACPI. I enabled the debug mode
> and my laptop dies at:
>
> ACPI Namespace successfully loaded at root c028a6c0
> ACPI: Core Subsystem version [20010831]
> Executing device _INI methods:.....................
>
> (that's 21 '.'s).
>
> Is there anything else I can do to help track down what's causing this
> and resolve it?
>
> I'm not on the list (though I should start getting the daily digest as
> of today) so you'll need to CC me if you want me to see anything.
>
> --
> Rob | Please ask questions the smart way:
> http://www.tuxedo.org/~esr/faqs/smart-questions.html
>
> Please don't CC me on anything sent to mailing lists or send
> me email directly unless it's a privacy issue, thanks.
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
============================================================
|P4 1.3GHz - 128MB RAM - HD 30GB - Diammond Savage4
|Conectiva Linux 7.0 - Kernel 2.4.9
|www.techs.com.br/kidmumu - UIN 4553082 - LC 83522
|Powered by Fanta Uva, suco de Acerola e Passatempo Recheada
|Jesus está voltando, você está preparado?
============================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Kernel 2.4.10 and ACPI
2001-09-24 13:36 Kernel 2.4.10 and ACPI Rob MacGregor
2001-09-24 13:59 ` Michel A. S. Pereira KIDMumU|ResolveBucha
@ 2001-09-27 14:03 ` Pavel Machek
1 sibling, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2001-09-27 14:03 UTC (permalink / raw)
To: Rob MacGregor; +Cc: linux-kernel
Hi!
> I should mention that I get exactly the same result from 2.4.9. I hadn't
> tried ACPI before then.
>
> On both my desktop (based on a SuperMicro P6DGU with the Intel 440GX
> chipset, l) and my laptop (HP Omnibook 450B) when I build in the ACPI system
> (either as module or into the kernel) the system hangs on boot. It does
> this at the point of activating ACPI. I enabled the debug mode and my
> laptop dies at:
>
> ACPI Namespace successfully loaded at root c028a6c0
> ACPI: Core Subsystem version [20010831]
> Executing device _INI methods:.....................
>
> (that's 21 '.'s).
>
> Is there anything else I can do to help track down what's causing this and
> resolve it?
Add debugging printk's to see _which_ device's _INI hangs the machine.
--
Philips Velo 1: 1"x4"x8", 300gram, 60, 12MB, 40bogomips, linux, mutt,
details at http://atrey.karlin.mff.cuni.cz/~pavel/velo/index.html.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Kernel 2.4.10 and ACPI
@ 2001-09-30 18:18 Rob MacGregor
0 siblings, 0 replies; 4+ messages in thread
From: Rob MacGregor @ 2001-09-30 18:18 UTC (permalink / raw)
To: pavel; +Cc: linux-kernel
>From: Pavel Machek <pavel@suse.cz>
>
>Add debugging printk's to see _which_ device's _INI hangs the machine.
Sadly I'm not really a programmer and haven't a clue about the innards of
the Linux kernel. I presume you're talking about sticking this "printk"
statement into some file in linux/drivers/acpi. However, which file and
where?
--
Rob | Please ask questions the smart way:
http://www.tuxedo.org/~esr/faqs/smart-questions.html
Please don't CC me on anything sent to mailing lists or send
me email directly unless it's a privacy issue, thanks.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-09-30 18:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-24 13:36 Kernel 2.4.10 and ACPI Rob MacGregor
2001-09-24 13:59 ` Michel A. S. Pereira KIDMumU|ResolveBucha
2001-09-27 14:03 ` Pavel Machek
-- strict thread matches above, loose matches on Subject: below --
2001-09-30 18:18 Rob MacGregor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox