Re: ACPI: EC: Handler for query 0x80 is not found!

2007-07-17 Thread Alexey Starikovskiy
Andrew Morton wrote: On Tue, 10 Jul 2007 12:47:08 -0400 Ryan Hope [EMAIL PROTECTED] wrote: I noticed that this message goes away if I reboot my computer... So a fresh boot it errors, on reboot it does not error. On 7/10/07, Ryan Hope [EMAIL PROTECTED] wrote: Ever since 2.6.22-rc6-mm1 I

Re: ACPI cpufreq broken on 2.6.22 for core2 duo

2007-07-17 Thread Andrew Morton
On Sat, 14 Jul 2007 13:55:24 +0200 Patrizio Bassi [EMAIL PROTECTED] wrote: With linux 2.6.21 and 22 i cannot get cpufreq working anymore while it worked in previous versions ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126] ACPI Exception

Re: ACPI cpufreq broken on 2.6.22 for core2 duo

2007-07-17 Thread Patrizio Bassi
2007/7/17, Andrew Morton [EMAIL PROTECTED]: On Sat, 14 Jul 2007 13:55:24 +0200 Patrizio Bassi [EMAIL PROTECTED] wrote: With linux 2.6.21 and 22 i cannot get cpufreq working anymore while it worked in previous versions ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is

BIOS bug: multiple APIC/MADT found

2007-07-17 Thread Lukas
MODEL: TOSHIBA TECRA A7 kernel: 2.6.22-r1 (gentoo) dmesg output --CODE: ACPI: RSDP 000F6960, 0024 (r2 TOSINV) ACPI: XSDT 5FE78451, 008C (r1 TOSINV TOSINV00 604 INV0) ACPI: FACP 5FE81BF8, 00F4 (r3 TOSINV TOSINV00 604 ALAN1) ACPI: DSDT 5FE7A1EA, 799A (r2 TOSINV CALISTGA

Re: ACPI strangeness - battery jumping to low capacity and back

2007-07-17 Thread Christian Iversen
Alexey Starikovskiy wrote: Hi Christian, First, it is better if you open a bug in bugzilla.kernel.org against ACPI/Battery and attach all your files there, so they will not be lost. Second, please try latest stable kernel from kernel.org, not Ubuntu one, as they seem to be not very careful

Re: [PATCH 5/7] Make the driver use MSC_SCAN and a setkeycode and getkeycode key table.

2007-07-17 Thread Richard Hughes
On Mon, 2007-07-16 at 19:09 +0100, Matthew Garrett wrote: That's fine, we have information that lets us distinguish between models. Yes, but the consensus I seemed to get from previous mails was that the matching quirks should be done in userspace where possible. The current FDI thing lets

Re: [PATCH 5/7] Make the driver use MSC_SCAN and a setkeycode and getkeycode key table.

2007-07-17 Thread Matthew Garrett
On Tue, Jul 17, 2007 at 11:37:33AM +0100, Richard Hughes wrote: On Mon, 2007-07-16 at 19:09 +0100, Matthew Garrett wrote: That's fine, we have information that lets us distinguish between models. Yes, but the consensus I seemed to get from previous mails was that the matching quirks

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-17 Thread Andi Kleen
On Monday 16 July 2007 20:00:19 Aaron Durbin wrote: Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. Why? I had such a patch at some point as experiment, but it never helped actually fix a box. -Andi - To unsubscribe from this list: send the line unsubscribe

[patch] Refresh lid state on resume

2007-07-17 Thread Richard Hughes
On resume we need to refresh the lid status as we will not get an event if the lid opening was what triggered the suspend. This manifests itself in users never getting a lid open event when a suspend happens because of lid close on hardware that supports wake on lid open. This makes userspace gets

Dell Inspiron 1501 - dmidecode

2007-07-17 Thread Dario Castellarin
Hello, while testing kernel 2.6.22.1-20.fc7 on Fedora 7 x86_64on my Dell Inspiron 1501 with the latest available BIOS version 2.4.1, I jumped into this: ACPI: System BIOS is requesting _OSI(Linux) ACPI: Please test with acpi_osi=!Linux Please send dmidecode to linux-acpi@vger.kernel.org

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-17 Thread Robert Hancock
Andi Kleen wrote: On Monday 16 July 2007 20:00:19 Aaron Durbin wrote: Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. Why? I had such a patch at some point as experiment, but it never helped actually fix a box. Depends if Windows resets using this method, in

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-17 Thread Yinghai Lu
On 7/17/07, Andi Kleen [EMAIL PROTECTED] wrote: On Monday 16 July 2007 20:00:19 Aaron Durbin wrote: Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. Why? I had such a patch at some point as experiment, but it never helped actually fix a box. system without

[RFC][PATCH 0/5] ACPI: acer_acpi

2007-07-17 Thread Carlos Corbacho
Hello all, The following five patches (against acpi test) add support for Acer laptops (2005 and newer) that define the PNP0C14 _HID device in ACPI (aka the Windows Management Instrumentation Device). There are two known, supported ACPI devices so far that are attached to PNP0C14 in the DSDTs of

[RFC][PATCH 1/5] ACPI: acer_acpi: Add acer_acpi driver

2007-07-17 Thread Carlos Corbacho
Add the acer_acpi driver - this driver supports many recent (2005 and later) Acer laptops that provide a PNP0C14 _HID device through ACPI. It enables controlling wireless, bluetooth, backlight and mail LED on supported models. Signed-off-by: Carlos Corbacho [EMAIL PROTECTED] ---

[RFC][PATCH 2/5] ACPI: acer_acpi: Add MAINTAINERS entry

2007-07-17 Thread Carlos Corbacho
Create MAINTAINERS entry for acer_acpi, and add myself as maintainer. Signed-off-by: Carlos Corbacho [EMAIL PROTECTED] --- MAINTAINERS |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index b863d23..c62c43f 100644 --- a/MAINTAINERS +++

[RFC][PATCH 3/5] ACPI: acer_acpi: Add documentation

2007-07-17 Thread Carlos Corbacho
Add documentation for acer_acpi Signed-off-by: Carlos Corbacho [EMAIL PROTECTED] --- Documentation/acer_acpi.txt | 126 +++ 1 files changed, 126 insertions(+), 0 deletions(-) diff --git a/Documentation/acer_acpi.txt b/Documentation/acer_acpi.txt new file

[RFC][PATCH 4/5] ACPI: acer_acpi: Add Kconfig entry

2007-07-17 Thread Carlos Corbacho
Add a Kconfig entry for acer_acpi Signed-off-by: Carlos Corbacho [EMAIL PROTECTED] --- drivers/misc/Kconfig | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 2f2fbff..16e30d0 100644 ---

[RFC][PATCH 5/5] ACPI: acer_acpi: Add acer_acpi.o to drivers/misc/Makefile

2007-07-17 Thread Carlos Corbacho
Add acer_acpi.o to drivers/misc/Makefile Signed-off-by: Carlos Corbacho [EMAIL PROTECTED] --- drivers/misc/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 5b6d46d..b336777 100644 --- a/drivers/misc/Makefile +++

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-17 Thread Aaron Durbin
On 7/17/07, Yinghai Lu [EMAIL PROTECTED] wrote: On 7/17/07, Andi Kleen [EMAIL PROTECTED] wrote: On Monday 16 July 2007 20:00:19 Aaron Durbin wrote: Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. Why? I had such a patch at some point as experiment, but it

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-17 Thread Aaron Durbin
On 7/17/07, Andi Kleen [EMAIL PROTECTED] wrote: On Monday 16 July 2007 20:00:19 Aaron Durbin wrote: Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. Why? I had such a patch at some point as experiment, but it never helped actually fix a box. I have a box here

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-17 Thread Andi Kleen
On Tuesday 17 July 2007 16:39:52 Robert Hancock wrote: Andi Kleen wrote: On Monday 16 July 2007 20:00:19 Aaron Durbin wrote: Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. Why? I had such a patch at some point as experiment, but it never helped

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-17 Thread Andi Kleen
On Tuesday 17 July 2007 17:08:19 Aaron Durbin wrote: This is true if SMIs are still flowing, and the SMI handler correctly handles the reset properly. I have seen cases where the SMI handler is broken which causes the system to perpetually hang. Ah, that is the rationale that was missing in

Re: [PATCH] ACPI: Add reboot mechanism

2007-07-17 Thread Aaron Durbin
On 7/17/07, Andi Kleen [EMAIL PROTECTED] wrote: On Tuesday 17 July 2007 17:08:19 Aaron Durbin wrote: This is true if SMIs are still flowing, and the SMI handler correctly handles the reset properly. I have seen cases where the SMI handler is broken which causes the system to perpetually

Re: [PATCH] - Increase PNP_MAX_PORT. ACPI devices can have a lot IO resource declarations

2007-07-17 Thread Bjorn Helgaas
On Monday 16 July 2007 08:21:07 am Thomas Renninger wrote: PNP0C02 devices normally have a lot more IO port declarations than currently defined in PNP_MAX_PORT Yes. I also wonder whether other limits like: #define PNP_MAX_MEM4 #define PNP_MAX_IRQ2 #define PNP_MAX_DMA

System BIOS is requesting...

2007-07-17 Thread gothicx
Distribution: Ubuntu Gutsy with kernel v2.6.22 ACPI: System BIOS is requesting _OSI(Linux) ACPI: Please test with acpi_osi=!Linux Please send dmidecode to linux-acpi@vger.kernel.org Sem mais de momento, Marco Rodrigues -- Portal Tondela Online www.Tondela.org # dmidecode 2.9 SMBIOS 2.33

dmidecode output

2007-07-17 Thread andrea
Hi, Im running kernel 2.6.22, dmesg show this also with acpi_osi=!linux set. Using ACPI (MADT) for SMP configuration information Kernel command line: BOOT_IMAGE=Gentoo ro root=802 acpi_osi=!Linux ACPI: Disabled _OSI(Linux) ACPI: Core revision 20070126 ACPI: bus type pci registered ACPI: System

Re: [Fwd: Re: long-term regression - Parallel Port broken?]

2007-07-17 Thread Bjorn Helgaas
On Friday 06 July 2007 03:20:36 pm Bjorn Helgaas wrote: On Friday 06 July 2007 10:38:50 am Bjorn Helgaas wrote: should I test the two individually? or just plan on useing both from now on? I normally disable PnP (both ISA and PCI), should I leave it enabled with the newer kernels

Re: [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

2007-07-17 Thread Andrew Morton
On Tue, 17 Jul 2007 22:40:06 +0200 Rafael J. Wysocki [EMAIL PROTECTED] wrote: From: Rafael J. Wysocki [EMAIL PROTECTED] In the future some drivers may need to use ACPI to determine the low power states in which to place their devices, but to provide the drivers with this information the

[PATCH] Fix potential oops in dock driver

2007-07-17 Thread Dmitry Torokhov
Possible needed for -stable as well. -- Dmitry ACPI: dock - fix an oops when _DCK evaluation fails Data returned by acpi_get_name in acpi_buffer is not acpi_object and therefore should not be cast to it, otherwise we'll get an nice oops trying to print error message. Also print name of the