Re: ACPI Error (utglobal-0126)

2008-01-16 Thread Erwan Velu
[...] > Please try this patch first. > From: Zhang Rui <[EMAIL PROTECTED]> I'm sorry but I can't patch my 2.6.24-rc7 or even the rc8 with that patch. The patch is rejected. On which kernel should I apply that patch ? Erwan, - To unsubscribe from this list: send the line "unsubscribe linux-acpi" i

Re: ACPI Error (utglobal-0126)

2008-01-15 Thread Zhang Rui
Hi, On Tue, 2008-01-15 at 14:10 +0100, Erwan Velu wrote: > Hey folks, > > I'm running a 2.6.24-rc7 on my Samsung R70 in 64bit mode. > While booting up, the ACPI shows me this error : > > ACPI Error (utglobal-0126): Unknown exception code: 0xFFFE [20070126] Hmm, return

Re: ACPI Error (utglobal-0126)

2008-01-15 Thread Len Brown
On Tuesday 15 January 2008 08:10, Erwan Velu wrote: > Hey folks, > > I'm running a 2.6.24-rc7 on my Samsung R70 in 64bit mode. > While booting up, the ACPI shows me this error : > > ACPI Error (utglobal-0126): Unknown exception code: 0xFFFE [20070126] > Pid: 1950,

ACPI Error (utglobal-0126)

2008-01-15 Thread Erwan Velu
Hey folks, I'm running a 2.6.24-rc7 on my Samsung R70 in 64bit mode. While booting up, the ACPI shows me this error : ACPI Error (utglobal-0126): Unknown exception code: 0xFFFE [20070126] Pid: 1950, comm: modprobe Not tainted 2.6.24-laptop-0.rc7.1mdv #1 Call

ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFFE [20070126]

2008-01-12 Thread Erwan Velu
Hey folks, I'm running a 2.6.24-rc7 on my Samsung R70 in 64bit mode. While booting up, the ACPI shows me this error : ACPI Error (utglobal-0126): Unknown exception code: 0xFFFE [20070126] Pid: 1950, comm: modprobe Not tainted 2.6.24-laptop-0.rc7.1mdv #1 Call

[PATCH 31/32] ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0

2007-09-21 Thread Len Brown
From: Zhao Yakui <[EMAIL PROTECTED]> If hpet has been initialized before registering hpet driver, the callback function of hpet_resources will return the status code of -EBUSY, which is not defined in the ACPI exception table. So when ACPI checks the status code of callback function, it will repo