Re: reality check: dsdt.dsl - compile - DSDT.aml - decompile - DSDT.dsl but dsdt.dsl neq DSDT.dsl

2006-01-24 Thread Thomas Renninger
Simon Bridge wrote: # iasl -ta dsdt.dsl Intel ACPI Component Architecture ASL Optimizing Compiler version 20050930 [Nov 20 2005] Copyright (C) 2000 - 2005 Intel Corporation Supports ACPI Specification Revision 3.0 ASL Input: dsdt.dsl - 3471 lines, 121247 bytes, 1565 keywords AML Output:

Re: [PATCH 0/2] Deliver ACPI events upon subscription and implement multiple readers for /proc/acpi/event

2006-01-26 Thread Thomas Renninger
Mattia Dongili wrote: On Wed, January 25, 2006 6:23 am, Dmitry Torokhov said: On Wednesday 25 January 2006 00:09, Brown, Len wrote: [...] I have no problem changing the implementation to avoid useless stuff if the patch is going to be considered for acceptance. The other argument against

Re: [PATCH] acpi: make message more descriptive/meaningful

2006-02-09 Thread Thomas Renninger
Randy.Dunlap wrote: On Tue, 7 Feb 2006, Patrick Mochel wrote: On Mon, Feb 06, 2006 at 07:29:10PM -0800, Randy.Dunlap wrote: Identify which device is not power-manageable to make the message more useful. --- linux-2615-rc6g4.orig/drivers/acpi/bus.c +++ linux-2615-rc6g4/drivers/acpi/bus.c

Re: some new unaligned access while booting ia64 (HP rx2620)

2006-02-13 Thread Thomas Renninger
Moore, Robert wrote: This only contains the output of stores to the ACPI debug object, not the full trace output. However, _CRS 0 may help Something is strange here. With rc2-gitXY I got this: --- slab error in

Re: [PATCH, RFC] [1/3] Generic in-kernel AC status

2006-02-14 Thread Thomas Renninger
Pavel Machek wrote: On Pá 10-02-06 09:06:43, Stefan Seyfried wrote: On Wed, Feb 08, 2006 at 12:57:53PM +, Matthew Garrett wrote: The included patch adds support for power management methods to register callbacks in order to allow drivers to check if the system is on AC or not. Following

Re: [PATCH, RFC] [1/3] Generic in-kernel AC status

2006-02-15 Thread Thomas Renninger
Matthew Garrett wrote: On Wed, Feb 15, 2006 at 01:36:59PM +0100, Thomas Renninger wrote: Maybe I oversaw an issue, but I really don't see a reason for connecting the brightness to ac in kernel space. The backlight class maintainer specified that /sys/../brightness should Who's

Re: annoying fan problem

2006-02-22 Thread Thomas Renninger
On Tuesday 21 February 2006 01:04, Janosch Machowinski wrote: Hey folks, I got an annoying problem with my fan, when I boot the system, it is allways on, with full speed. If I start compiling some stuff, or use BurnP6 to get the CPU over 65 degrees, the fan starts to behave right and goes

Windows defined WMI device (AMW0, _WDG_,...)

2006-02-22 Thread Thomas Renninger
I just found out about Windows defined WMI devices: (See bug: http://bugzilla.kernel.org/show_bug.cgi?id=5670) Device (AMW0){ Name (_HID, EisaId (PNP0C14)) ... Name (_WDG, Buffer (0x50) ... } A description what should happen can be found here:

Re: [PATCH] acpi_memoryhotplug.c needs not to walk whole namespace twice to register notify handler

2006-02-22 Thread Thomas Renninger
On Thursday 23 February 2006 01:03, Thomas Renninger wrote: That is how it should be: acpi_memoryhotplug.c invokes register_driver in it's init func. There the ACPI device matching HID is searched the device pointer passed to the driver and memoryhotplug's .add function invoked

[PATCH] max_refcount too low for starting debug messages

2006-03-02 Thread Thomas Renninger
ref_cnt debug message signed-off-by: Thomas Renninger [EMAIL PROTECTED] drivers/acpi/utilities/utdelete.c |8 +++- include/acpi/acconfig.h |2 +- 2 files changed, 4 insertions(+), 6 deletions(-) Index: linux-2.6.16-rc5/drivers/acpi/utilities/utdelete.c

[PATH] Avoid slab errors on suspend

2006-03-08 Thread Thomas Renninger
: this is a workaround to avoid nasty warning. It will be removed * after every device calls pci_disable_device in .resume. */ but for now below patch seem to be needed: Subject: No GFP_KERNEL buffer alloc or mutexes if resuming Signed-off-by: Thomas Renninger [EMAIL PROTECTED] drivers/acpi/osl.c

Re: [PATCH] Avoid slab errors on suspend

2006-03-08 Thread Thomas Renninger
On Wednesday 08 March 2006 09:04, Thomas Renninger wrote: When going into suspend irqs must be disabled for a long time. Mine is very similar to recently posted: [patch 16/22] acpi_os_acquire_object (GFP_KERNEL) called with IRQs disabled through suspend-resume Hmm, but on my machine

SCSI behind PCIE bridge only detected using pci=noacpi

2006-03-08 Thread Thomas Renninger
Should this work or is this really not supported via ACPI? I expect this is the relevant output: ACPI: PCI Root Bridge [PCI1] (0001:40) PCI: Multiple domains not supported ACPI Error (pci_root-0279): Bus 0001:40 not present in PCI namespace7Losing some ticks... checking if CPU frequency

[PATCH] Fix Thinkpad A21m shutdown

2006-04-12 Thread Thomas Renninger
notify handler for the GDCK method which seems to freeze the machine. Fix: Do not set notify_installed when installing the notify handler fails. Signed-off-by: Thomas Renninger [EMAIL PROTECTED] drivers/acpi/ibm_acpi.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index

Re: DSDT on Averatec 1050

2006-05-11 Thread Thomas Renninger
On Thu, 2006-05-11 at 17:55 +0200, Paul Wagner wrote: Hi Folks, tried to get Linux (Slackware 10.1 with Kernel 2.6.13) to run on my Averatec 1050. Unfortunately, ACPI doesn't work as supposed: No thermal zones, no fan, no CPU temperature, kernel error messages (see below). I

Re: toshiba satelli 1800-712

2006-06-09 Thread Thomas Renninger
On Wed, 2006-06-07 at 18:52 +0200, Maurizio Bongini wrote: Summary : Reboot hungs on Toshiba laptop model: Satellite 1800-712 Description: dual booting pc winxp linux the problem is during reboot processing win xp is able to correctly shutdown and reboot , linux not to better inform i

RE: 2.6.17-rc6-mm1 -- acpi_processor-0731 [00] processor_preregister_: Error while parsing _PSD domain information. Assuming no coordination

2006-06-09 Thread Thomas Renninger
On Thu, 2006-06-08 at 02:27 -0400, Brown, Len wrote: This is -mm only (there is no _PSD parsing in Linus' tree) It is benign. We'll fix it before 2.6.18. This is probably the same I saw recently when trying to disassemble an SSDT (with ACPICA 27-01-2006). Here is the plain table, hopefully it

Re: toshiba satelli 1800-712

2006-06-13 Thread Thomas Renninger
?), long endurance and some luck. Sorry, I can't really help here. Thomas Thanks Maurizio On Friday 09 June 2006 16:15, Thomas Renninger wrote: Does the laptop have a serial adapter? If not, I don't know how to debug that (There will be firescope to redirect kernel output over

RE: ACPICA regression checker

2006-07-12 Thread Thomas Renninger
I didn't see this is going to linux-acpi... these links are using an internal proxy the outside address is bugzilla.novell.com: http://rudin.suse.de:/show_bug.cgi?id=189488 https://bugzilla.novell.com/show_bug.cgi?id=189488 - Bogus _PSS package, customer says that already worked. Maybe with

Re: Linux kernel rebooting

2006-07-24 Thread Thomas Renninger
On Wed, 2006-07-19 at 12:52 +0200, Łukasz Jachymczyk wrote: Hello I've got a problem with rebooting my linux on laptop hp nx6310 (centrino core duo). After restarting, bios hangs for a while and it runs slower then usual (up to 15 seconds until grub loads). After that, my linux works quite

Re: msi s271 (1058)

2006-07-26 Thread Thomas Renninger
On Mon, 2006-07-17 at 12:22 +0200, andreas guetl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hello! i recently bought a msi s271 barebone and stuffed it with an amd turion x1 tl-56, 2gb ram and a harddisk. but linux won't start on it when acpi is enabled. i tried tons of

Re: ACPI Errors for Dimension 8250

2006-07-27 Thread Thomas Renninger
On Tue, 2006-07-25 at 20:54 -0400, John Altobelli wrote: Hello, I have a dell dimension 8250 and after compiling the dsdt.dsl file I get the following errors: Intel ACPI Component Architecture ASL Optimizing Compiler version 20060512 [Jul 15 2006] Copyright (C) 2000 - 2006 Intel

Re: ACPI Errors for Dimension 8250

2006-07-28 Thread Thomas Renninger
On Thu, 2006-07-27 at 09:50 -0400, John Altobelli wrote: Thanks for the rely, Here is my acpixtract -l dsdt.asl output: Signature Length OemId OemTableId OemRevision CompilerId CompilerRevision DSDT8794 DELLdt_ex 1000MSFT 010D FACS 64

[PATCH] Repost: asus strict model checking

2006-08-01 Thread Thomas Renninger
are loaded there. Reference: https://bugzilla.novell.org/show_bug.cgi?id=166920 Signed-off-by: Timo Hoenig [EMAIL PROTECTED] Signed-off-by: Thomas Renninger[EMAIL PROTECTED] drivers/acpi/asus_acpi.c | 25 - 1 files changed, 20 insertions(+), 5 deletions(-) Index: linux

[PATCH] Repost: acpi_processor_exit_acpi_off.patch

2006-08-01 Thread Thomas Renninger
/show_bug.cgi?id=165803 Signed-off-by: Thomas Renninger [EMAIL PROTECTED] drivers/acpi/processor_core.c | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) Index: linux-2.6.18-rc2/drivers/acpi/processor_core.c

Re: [PATCH] Repost: asus strict model checking

2006-08-01 Thread Thomas Renninger
,..). Thomas Regards, Alex. Thomas Renninger wrote: These are some minor patches I already posted... All are patched against 2.6.18-rc2. Do only load asus acpi module when model is listed Description: There are machines that have a device with HID: ATK0100 (Asus

Re: [PATCH] Repost: asus strict model checking

2006-08-01 Thread Thomas Renninger
On Tue, 2006-08-01 at 20:11 +0400, Alexey Starikovskiy wrote: Checks for Samsung P30/P35 are real hacks IMHO. Why? Thomas Thomas Renninger wrote: On Tue, 2006-08-01 at 17:58 +0400, Alexey Starikovskiy wrote: Thomas, Is it possible to use DMI interface for this kind of system

Re: [PATCH] Repost: asus strict model checking

2006-08-02 Thread Thomas Renninger
On Tue, 2006-08-01 at 21:44 +0400, Alexey Starikovskiy wrote: Thomas Renninger wrote: On Tue, 2006-08-01 at 20:11 +0400, Alexey Starikovskiy wrote: Checks for Samsung P30/P35 are real hacks IMHO. Why? Because this DSDT signature could appear on any machine, and has nothing to do with ASUS

Re: [PATCH] Repost: asus strict model checking

2006-08-03 Thread Thomas Renninger
On Wed, 2006-08-02 at 22:49 +0400, Alexey Starikovskiy wrote: I was referring to this peace of artwork(asus_info is pointer to DSDT header): -- if (hotk-model == END_MODEL) { /* match failed */

Autoload acpi modules via uevent and pnpacpi

2006-08-03 Thread Thomas Renninger
Hi, I tried out the patch Bjorn sent some days ago to autoload ACPI modules via udev. The attached patch is based on latest test tree and includes Bjorn's code. This works, but is not nice. I had to tweak pnp to: - also register ACPI devices which have no _CRS func - allow (one byte longer)

[PATCH] Check battery after resume

2006-08-03 Thread Thomas Renninger
Patched against latest test tree. Compile and field tested. Check battery after resume Signed-off-by: Thomas Renninger [EMAIL PROTECTED] drivers/acpi/battery.c | 33 - 1 files changed, 32 insertions(+), 1 deletion(-) Index: linux-acpi-2.6.git_i386/drivers

Re: [PATCH] Check battery after resume

2006-08-07 Thread Thomas Renninger
On Fri, 2006-08-04 at 13:09 -0400, Dave Jones wrote: On Fri, Aug 04, 2006 at 03:46:31PM +0200, Thomas Renninger wrote: On Thu, 2006-08-03 at 15:02 -0400, Dave Jones wrote: On Thu, Aug 03, 2006 at 07:17:37PM +0200, Thomas Renninger wrote: +/* + * returns: + * 0

RE: Options depending on STANDALONE

2006-08-07 Thread Thomas Renninger
On Thu, 2006-08-03 at 16:49 -0400, Brown, Len wrote: On Thu, Aug 03, 2006 at 10:25:43PM +0200, Adrian Bunk wrote: ACPI_CUSTOM_DSDT seems to be the most interesting case. It's anyway not usable for distribution kernels, and AFAIR the ACPI people prefer to get the kernel working with all

RE: Options depending on STANDALONE

2006-08-08 Thread Thomas Renninger
On Mon, 2006-08-07 at 19:33 +0200, Thomas Renninger wrote: On Thu, 2006-08-03 at 16:49 -0400, Brown, Len wrote: On Thu, Aug 03, 2006 at 10:25:43PM +0200, Adrian Bunk wrote: ACPI_CUSTOM_DSDT seems to be the most interesting case. It's anyway not usable for distribution kernels, and AFAIR

Re: [PATCH 2/2] acpi,backlight: MSI S270 laptop support - driver

2006-08-15 Thread Thomas Renninger
On Thu, 2006-08-10 at 03:05 +0200, Lennart Poettering wrote: From: Lennart Poettering [EMAIL PROTECTED] +config ACPI_MSI_S270 + tristate MSI S270 Laptop Extras + depends on X86 +depends on BACKLIGHT_CLASS_DEVICE + ---help--- + This is a Linux ACPI driver for MSI

Re: DSDT/ASL compiler error

2006-08-18 Thread Thomas Renninger
On Thu, 2006-08-17 at 19:03 +0200, Ben B wrote: Wondering if any ASL experts can help me here. I'm trying to recompile the DSDT on my HP NC6400 laptop, to hopefully get some better acpi functionality, and I'm seeing the following error: $ iasl -tc dsdt.dsl Intel ACPI Component

Re: DSDT/ASL compiler error

2006-08-18 Thread Thomas Renninger
On Fri, 2006-08-18 at 13:25 +0200, Bruno Ducrot wrote: On Fri, Aug 18, 2006 at 12:33:30PM +0200, Thomas Renninger wrote: On Thu, 2006-08-17 at 19:03 +0200, Ben B wrote: Wondering if any ASL experts can help me here. I'm trying to recompile the DSDT on my HP NC6400 laptop, to hopefully get

Re: DSDT/ASL compiler error

2006-08-20 Thread Thomas Renninger
Am So 20.08.2006 12:22 schrieb Bruno Ducrot [EMAIL PROTECTED]: On Sat, Aug 19, 2006 at 02:50:12PM +0200, Thomas Renninger wrote: On Fri, 2006-08-18 at 22:18 +0200, Bruno Ducrot wrote: On Fri, Aug 18, 2006 at 03:09:56PM +0200, Thomas Renninger wrote: (unfortunately, I hoped

Re: [PATCH](memory hotplug) Repost remove useless message at boot time from 2.6.18-rc4.

2006-08-27 Thread Thomas Renninger
Am Fr 25.08.2006 13:59 schrieb Yasunori Goto [EMAIL PROTECTED]: I sent a patch a while ago that gets rid of the whole namespace walking by making acpi_memoryhotplug an acpi device and making use of the .add callback function and the acpi_bus_register_driver call. I am not sure

[PATCH 2/2] ACPI memory_hotplug cleanups

2006-08-27 Thread Thomas Renninger
Am Fr 25.08.2006 13:59 schrieb Yasunori Goto [EMAIL PROTECTED]: I sent a patch a while ago that gets rid of the whole namespace walking by making acpi_memoryhotplug an acpi device and making use of the .add callback function and the acpi_bus_register_driver call. I am not sure

[PATCH 1/2] acpi hotplug cleanups, move install notifier to add function

2006-08-27 Thread Thomas Renninger
mailer, sorry about the previous junk ... The email address of the module author ([EMAIL PROTECTED]) seems to be invalid? Thomas ACPI memhotplug cleanup: Move install notify handler to .add() function Signed-off-by: Thomas Renninger [EMAIL PROTECTED] acpi_memhotplug.c | 113

[PATCH 2/2] acpi hotplug cleanups, move install notifier to add function

2006-08-27 Thread Thomas Renninger
of acpi_memory_check_device and _STA defines - pass mem_device pointer as callback data to notify handler func - get rid of acpi_memory_get_device() - check for availabe _STA and _EJ0/EJD early in acpi_memory_device_add(), those are mandotary for a working memory device Signed-off-by: Thomas Renninger

Re: [PATCH](memory hotplug) Repost remove useless message at boot time from 2.6.18-rc4.

2006-08-28 Thread Thomas Renninger
On Mon, 2006-08-28 at 23:12 +0900, Yasunori Goto wrote: Hmm. Ok. Followings are current my understanding of sequence with your patch. At boot time, acpi_memory_device_init() is called. acpi_memory_device_init() | +--- acpi_bus_register_driver() | +---

ACPI hotpluggable device improvements

2006-09-15 Thread Thomas Renninger
I finally got some time to have a look at the additional namespace walks and other workarounds needed for ACPI devices that may not be present at boot or module load time. Reading the acpi-devel mails of the last weeks, I found that the ACPI driver model will be changed anyway. Can someone point

Re: S3 on acer travelmate 3022WTMi

2006-09-27 Thread Thomas Renninger
On Tue, 2006-09-26 at 21:01 +0200, Peter Pregler wrote: Arto Pastinen wrote: Hi, Has anyone got Suspend to Ram work on Acer TravelMate 3022WTMi? I even fixed DSDT, but it still freezes on return from sleep, the hard disc shows little action, but then everything is blank.. I think

Re: HP Compaq nc6320

2006-10-12 Thread Thomas Renninger
On Thu, 2006-10-12 at 16:53 +0200, Rafael J. Wysocki wrote: On Thursday, 12 October 2006 02:08, Peter Clifton wrote: Wierdly, I've lost the Battery/AC adapter status monitoring again, with or without ec_intr=0. Gets odder! Ok, Nearing completion of this tale I think..

Re: USB suspend/resume in linux

2006-10-13 Thread Thomas Renninger
On Thu, 2006-10-12 at 22:54 -0700, Kaburlasos, Nikos wrote: Does anyone know whether the linux USB drivers support the suspend feature on idle USB ports (i.e. the port has been idle for sometime and so the driver transitions it in to a low-power 'suspend' state) while the system is active and

Re: powernow-k8 and scaling processor

2006-10-16 Thread Thomas Renninger
On Mon, 2006-10-16 at 14:32 +0200, Cyril SCETBON wrote: Scetbon Cyril wrote: Hi people, My processor is a sempron 3100+ : cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 44 model name : Mobile AMD

Re: [patch 0/2] acpi: driverregistration again can report ENODEV

2006-10-20 Thread Thomas Renninger
On Fri, 2006-10-20 at 11:25 +0200, [EMAIL PROTECTED] wrote: Currently acpi_bus_register_driver only reports an error (-ENODEV) if acpi_disabled is true, but many acpi drivers also depend on a negative error value if no driver could be attached to a device (as e.g. driver/acpi/asus_acpi.c).

Re: [patch 0/2] acpi: driverregistration again can report ENODEV

2006-10-22 Thread Thomas Renninger
On Fri, 2006-10-20 at 10:55 -0600, Bjorn Helgaas wrote: On Friday 20 October 2006 03:59, Thomas Renninger wrote: On Fri, 2006-10-20 at 11:25 +0200, [EMAIL PROTECTED] wrote: Currently acpi_bus_register_driver only reports an error (-ENODEV) if acpi_disabled is true, but many acpi

Re: [patch 0/2] acpi: driverregistration again can report ENODEV

2006-10-25 Thread Thomas Renninger
On Wed, 2006-10-25 at 18:40 +0800, Zhang Rui wrote: We won't have such issues if we make ACPI use driver model. I've sent out a patch series which throw the legacy ACPI driver model away. The patches will be added to -mm tree. On Sat, 2006-10-21 at 00:55 +0800, Bjorn Helgaas wrote:

Re: 2.6.19-rc4 shutting down with overheat

2006-11-15 Thread Thomas Renninger
On Tue, 2006-11-07 at 15:29 +0100, Oliver Neukum wrote: Hi, with 2.6.19-rc4 my laptop reports an overheat during boot and shuts right back down. I am using the fixed DSDT for the Ferrari 4000 from sourceforge. The fan stays at the lowest setting all the time. Why do you use an own DSDT?

Re: [Patch] Default values for asus_acpi

2006-11-27 Thread Thomas Renninger
On Sun, 2006-11-12 at 14:22 +0100, Corentin CHARY wrote: With the current default values, unsuported laptops usualy get a lot of Asus ACPI: Error reading LCD status in dmesg. And it's also a problem for apps like kmilo : http://bugs.kde.org/show_bug.cgi?id=102374 . So, I think default values

RE: new pmtools available for testing

2006-11-28 Thread Thomas Renninger
On Mon, 2006-11-27 at 10:13 -0800, Moore, Robert wrote: I don't know what's going on here. I wrote acpixtract in C in order to get away from Perl and Perl issues. I certainly hope that we don't have yet another version of acpixtract. Second. Better remove this one soon. People are packing

Re: Broken DSDT (ASUS A6Km, Sempron 3300+)

2006-11-28 Thread Thomas Renninger
On Mon, 2006-11-27 at 19:19 +0100, Mirosław Majka wrote: Hi, I've been sent to You by Ling Yu. don't know how to repair my broken DSDT. I've tried some of those sent to the ACPI for linux page but none of them works perfectly. I don't know where to send my decompiled code to search for some

Re: new pmtools available for testing

2006-11-28 Thread Thomas Renninger
On Tue, 2006-11-28 at 13:24 +0300, Alexey Starikovskiy wrote: Thomas Renninger wrote: On Mon, 2006-11-27 at 10:13 -0800, Moore, Robert wrote: I don't know what's going on here. I wrote acpixtract in C in order to get away from Perl and Perl issues. I certainly hope that we don't

RE: acpi nic card flapping

2006-11-28 Thread Thomas Renninger
On Fri, 2006-11-24 at 23:34 -0800, Yong Lee wrote: Hi all, I’m hoping that someone out there can lend me a hand with a problem that we were seeing. I’m not very familiar with the acpi tool so please bear with me. We had an outage where we could not ssh into our web server and we had to

Re: /usr/include/*/acpi.h

2007-01-04 Thread Thomas Renninger
On Wed, 2007-01-03 at 15:52 -0500, Len Brown wrote: Thomas, Why do the following files appear in OpenSuse 10.2? $ find /usr/include -name '*acpi*' /usr/include/asm/acpi.h /usr/include/asm-x86_64/acpi.h /usr/include/asm-i386/acpi.h /usr/include/linux/acpi.h /usr/include/linux/pci-acpi.h

Re: [patch 03/13] acpi/processor: prevent loading module on failures

2007-01-05 Thread Thomas Renninger
://bugzilla.novell.com/show_bug.cgi?id=165803 Thomas From: Thomas Renninger [EMAIL PROTECTED] Subject: Exit ACPI processor module gracefully if acpi is disabled Patch-mainline: not yet References: 165803 drivers/acpi/processor_core.c |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Signed-off

Re: HP nc6400 v.03 or v.05 laptop ACPI fails after reboot, works again after booting windows

2007-01-05 Thread Thomas Renninger
On Thu, 2006-12-21 at 22:40 +, Peter Clifton wrote: On Thu, 2006-12-21 at 16:44 -0500, Lincoln Baxter, III wrote: [snip] Can someone point me to the code that determines the voltage / amperage pairings for CPUs in power saving mode? Is this handled by the ACPI bios (bios function

[Fwd: Fwd: [patch] ACPI: fix cpufreq regression]

2007-01-23 Thread Thomas Renninger
Can this one also be added to 2.6.19.X kernel. Beside the Thinkpad it also seems to fix other system: http://bugzilla.kernel.org/show_bug.cgi?id=7859 Thanks, Thomas Forwarded Message From: Len Brown [EMAIL PROTECTED] To: linux-acpi@vger.kernel.org Subject: Fwd: [patch]

Re: Fan speeds on HP nc6400 and nc8430

2007-02-05 Thread Thomas Renninger
to be merged and where/when (-mm, rcX, 2.6.21-rc1, ...). All kind of comments/review/tests are very welcome... Some of the patches miss a comment... Thanks, Thomas --- Subject: Unregister serio drivers on shutdown From: Thomas Renninger [EMAIL

Re: [patch 04/13] Exit ACPI processor module gracefully if acpi is disabled

2007-02-09 Thread Thomas Renninger
February 2007 19:09, [EMAIL PROTECTED] wrote: From: Thomas Renninger [EMAIL PROTECTED] Signed-off-by: Thomas Renninger [EMAIL PROTECTED] Cc: Len Brown [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- drivers/acpi/processor_core.c | 13 + 1 file

[PATCH - 2.6.19 -0/2] Backport of psmouse suspend/shutdown cleanups

2007-02-21 Thread Thomas Renninger
Hi, I like to ask for inclusion into stable series for these. The original patch from Dmitry can be found here: http://bugzilla.kernel.org/show_bug.cgi?id=7689 comment #64, #65. The reason is: - These patches fix a lot weird stuff on all recent HP nc/nx series laptop models. - The problem

[PATCH - 2.6.19 -1/2] Let serio bus handle suspending/resuming of i8042 ports

2007-02-21 Thread Thomas Renninger
i8042 - let serio bus suspend ports Let serio subsystem take care of suspending the ports; concentrate on suspending/resuming the controller itself. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] Signed-off-by: Thomas Renninger [EMAIL PROTECTED] --- drivers/input/serio/i8042.c | 56

[PATCH - 2.6.19 -2/2] Properly reset psmouse at suspend

2007-02-21 Thread Thomas Renninger
-by: Dmitry Torokhov [EMAIL PROTECTED] Signed-off-by: Thomas Renninger [EMAIL PROTECTED] --- drivers/input/mouse/psmouse-base.c | 28 drivers/input/mouse/psmouse.h |1 + drivers/input/mouse/synaptics.c|1 + 3 files changed, 30 insertions(+) Index: linux

Re: [PATCH - 2.6.19 -0/1] Backport of psmouse suspend/shutdown cleanups

2007-02-22 Thread Thomas Renninger
On Wed, 2007-02-21 at 12:26 -0500, Dmitry Torokhov wrote: On 2/21/07, Thomas Renninger [EMAIL PROTECTED] wrote: Hi, I like to ask for inclusion into stable series for these. The original patch from Dmitry can be found here: http://bugzilla.kernel.org/show_bug.cgi?id=7689 comment #64

Re: [PATCH - 2.6.19 -0/1] Backport of psmouse suspend/shutdown cleanups

2007-02-26 Thread Thomas Renninger
On Thu, 2007-02-22 at 10:02 -0500, Dmitry Torokhov wrote: On 2/22/07, Thomas Renninger [EMAIL PROTECTED] wrote: When adding the .shutdown workaround I went down and realized it must be this: psmouse_set_state(psmouse, PSMOUSE_CMD_MODE); or this: psmouse_set_state(psmouse

Re: Fw: ata-piix ACPI errors

2007-02-27 Thread Thomas Renninger
On Fri, 2007-02-23 at 02:08 -0800, Andrew Morton wrote: I'm starting to think that big acpi merge came a bit too soon. Begin forwarded message: Date: Thu, 22 Feb 2007 15:29:42 +0200 (EET) From: Meelis Roos [EMAIL PROTECTED] To: Linux Kernel list linux-kernel@vger.kernel.org Subject:

Re: problem about ACPI processor procfs

2007-02-27 Thread Thomas Renninger
On Tue, 2007-02-27 at 17:33 +0800, Zhang, Rui wrote: Hello, list I met some problems when duplicating ACPI processor procfs interface in sysfs. #cat /proc/acpi/processor/CPU0/limit Active limit: P0:T0 User limit: P0:T0 Thermal limit:P0,T0 IMO, Tx is easy to

Re: [PATCH - 2.6.19 -0/1] Backport of psmouse suspend/shutdown cleanups

2007-02-28 Thread Thomas Renninger
On Mon, 2007-02-26 at 09:34 -0500, Dmitry Torokhov wrote: Hi Thomas, On 2/26/07, Thomas Renninger [EMAIL PROTECTED] wrote: On Thu, 2007-02-22 at 10:02 -0500, Dmitry Torokhov wrote: Hope this makes sense (I must admit it makes little sense to me ;) ). Same for me at the beginning

Re: Fw: ata-piix ACPI errors

2007-03-01 Thread Thomas Renninger
On Thu, 2007-03-01 at 03:17 +0900, Tejun Heo wrote: Hello, Thomas. Thomas Renninger wrote: On Fri, 2007-02-23 at 02:08 -0800, Andrew Morton wrote: I'm starting to think that big acpi merge came a bit too soon. Begin forwarded message: Date: Thu, 22 Feb 2007 15:29:42 +0200 (EET

Re: [patch 04/13] Exit ACPI processor module gracefully if acpi is disabled

2007-03-08 Thread Thomas Renninger
On Wed, 2007-03-07 at 03:00 -0500, Len Brown wrote: On Friday 09 February 2007 03:34, Thomas Renninger wrote: On Fri, 2007-02-09 at 00:47 -0500, Len Brown wrote: Why not simply check acpi_disabled, like other drivers do? See comment from Dominik when I sent something similar some time

Re: backlight mystery

2007-03-08 Thread Thomas Renninger
On Tue, 2007-03-06 at 12:10 -0500, Dave Jones wrote: On Tue, Mar 06, 2007 at 03:58:01PM +0800, Zhao Forrest wrote: On 3/6/07, Andrew Morton [EMAIL PROTECTED] wrote: On Tue, 6 Mar 2007 02:43:12 -0500 Dave Jones [EMAIL PROTECTED] wrote: On Mon, Mar 05, 2007 at 11:30:37PM -0800,

HP nx8220 psmouse vs ACPI at boot up

2007-04-19 Thread Thomas Renninger
Hi, I first thought it's the unload psmouse or cleanup psmouse ports at shutdown problem again. I think this time EC gets confused at boot time. Compiling psmouse as module helps again. Symptom: AC adapter status is wrong if booted with AC unplugged. Replugging helps. This sounds like a minor

Re: HP nx8220 psmouse vs ACPI at boot up

2007-04-19 Thread Thomas Renninger
On Thu, 2007-04-19 at 09:18 -0600, Bjorn Helgaas wrote: On Thursday 19 April 2007 06:44, Thomas Renninger wrote: I first thought it's the unload psmouse or cleanup psmouse ports at shutdown problem again. I think this time EC gets confused at boot time. Compiling psmouse as module

Re: 2.6.21-rc7-mm2 -- gnome-power-manager always shows the power as coming from AC

2007-04-27 Thread Thomas Renninger
On Thu, 2007-04-26 at 15:52 -0700, Miles Lane wrote: On 4/26/07, Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 26 Apr 2007 12:13:00 -0700 Miles Lane [EMAIL PROTECTED] wrote: One possible issue is that /proc/acpi/power_resource/ is an empty directory. Otherwise, the ACPI information

Re: [PATCH 3/9] ACPI: thinkpad-acpi: fix a fan watchdog invocation

2007-05-03 Thread Thomas Renninger
On Fri, 2007-04-27 at 22:00 -0300, Henrique de Moraes Holschuh wrote: The fan control watchdog was being called in one place even when the fan control operation had failed. Fix it. I didn't have a closer look to the fan watchdog, but it looks like a ThinkPad specific thing? IMO we could need

Re: [PATCH 0/4] asus-laptop

2007-05-07 Thread Thomas Renninger
On Sun, 2007-05-06 at 14:45 +0200, Corentin CHARY wrote: Hi Len, Some asus-laptop patchs for 2.6.22 =). I recently had a look at an ASUS and wanted to try out the video module. The laptop had the ACPI specific general brightness and other video AML functions. But also the ATKxy Asus specific

[PATCH] Workaround for _PPC (BIOS cpufreq limitations)

2007-05-18 Thread Thomas Renninger
other machines that show any weird _PPC behaviour. Signed-off-by: Thomas Renninger [EMAIL PROTECTED] --- drivers/acpi/processor_perflib.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) Index: linux-2.6.21/drivers/acpi/processor_perflib.c

Re: [PATCH] Workaround for _PPC (BIOS cpufreq limitations)

2007-05-19 Thread Thomas Renninger
On Sat, 2007-05-19 at 00:55 -0400, Len Brown wrote: On Friday 18 May 2007 22:59, Thomas Renninger wrote: Len, can you apply this one, pls. Workaround for _PPC (BIOS cpufreq limitations) There have been fixes using _PPC, which seem to unhide a problem on HP nx6125 (double cpufreq

Re: 2.6.22-rc1-mm1 [cannot change thermal trip points]

2007-05-19 Thread Thomas Renninger
On Thu, 2007-05-17 at 15:17 -0400, Len Brown wrote: On Thursday 17 May 2007 05:23, Pavel Machek wrote: ACPI: thermal trip points are read-only What was the rationale? Can we get this one reverted? Some machines (HP omnibook xe3) have broken trip points -- too high -- so

Re: 2.6.22-rc1-mm1 [cannot change thermal trip points]

2007-05-21 Thread Thomas Renninger
On Sun, 2007-05-20 at 23:50 -0400, Len Brown wrote: On Saturday 19 May 2007 15:56, Thomas Renninger wrote: On Thu, 2007-05-17 at 15:17 -0400, Len Brown wrote: On Thursday 17 May 2007 05:23, Pavel Machek wrote: ACPI: thermal trip points are read-only What

Re: 2.6.22-rc1-mm1 Implementing fan/thermal control in userspace - Was: [cannot change thermal trip points]

2007-05-24 Thread Thomas Renninger
Stripping some CCs, acpi and kernel list should be enough this one goes to... On Tue, 2007-05-22 at 01:31 +0100, Matthew Garrett wrote: On Tue, May 22, 2007 at 12:42:00AM +0200, Pavel Machek wrote: On Mon 2007-05-21 14:45:53, Matthew Garrett wrote: So don't do it badly. The advantage of

Re: 2.6.22-rc1-mm1 Implementing fan/thermal control in userspace - Was: [cannot change thermal trip points]

2007-05-24 Thread Thomas Renninger
On Thu, 2007-05-24 at 15:36 +0100, Matthew Garrett wrote: On Thu, May 24, 2007 at 04:16:53PM +0200, Thomas Renninger wrote: I doubt it is impossible, would you mind sharing your knowledge why you think it is impossible or point to some related discussion, pls. Because, as Len has pointed

Re: HP Compaq nc6320 Suspend / Resume (changes in behaviour)

2007-05-24 Thread Thomas Renninger
On Tue, 2007-05-22 at 19:49 +0100, Peter Clifton wrote: Hi, I just updated my bios to HP's latest, and have recently been upgraded to Ubuntu Gutsy kernel version: Linux version 2.6.22-1-generic ([EMAIL PROTECTED]) (gcc version 4.1.3 20070423 (prerelease) (Ubuntu 4.1.2-3ubuntu3)) #1 SMP

[PATCH] ACPI Debug - for test, devel and possibly even for production kernels

2007-05-31 Thread Thomas Renninger
Hi, we only make use of a small subset of current ACPI tables. ACPI spreads more and more over different parts of the kernel and it's likely that this will hold on. ACPI_DEBUG=y is a powerful debug facility, that can ease up bug communication with less (ACPI) experienced bug submitters and can

Re: [PATCH] ACPI Debug - for test, devel and possibly even for production kernels

2007-06-01 Thread Thomas Renninger
things to the debug object, you need to explicitly add the debug_object flag to the boot param acpi.debug_level= or enable it at runtime in the corresponding /sys/ file. Signed-off-by: Thomas Renninger [EMAIL PROTECTED] --- drivers/acpi/Kconfig| 13 - include/acpi/acmacros.h

Re: [PATCH 2/8] ACPI: thermal: Replace pointer with name in trip_points

2007-06-04 Thread Thomas Renninger
On Sat, 2007-06-02 at 01:15 -0400, Len Brown wrote: From: Thomas Renninger [EMAIL PROTECTED] For users with active thermal trip points, they need the fan's name, rather than its address, to understand where to look to observe and control fan state. Signed-off-by: Thomas Renninger [EMAIL

Re: [1/3] 2.6.22-rc3: known regressions v2

2007-06-06 Thread Thomas Renninger
CCs stripped... On Fri, 2007-06-01 at 14:20 +0200, Michal Piotrowski wrote: Hi all, Here is a list of some known regressions in 2.6.22-rc3. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions Subject: long freezes on thinkpad t60

Documentation - How to debug ACPI Problems

2007-06-06 Thread Thomas Renninger
, Thomas How to debug ACPI Problems == Thomas Renninger [EMAIL PROTECTED], 2007 Copyright (C) 2007 SUSE Linux GmbH 1. Introduction --- 1.1. General Info - - - - - - - - Please refer to the latest ACPI spec for general ACPI information: http://www.acpi.info

Re: Documentation - How to debug ACPI Problems

2007-06-11 Thread Thomas Renninger
Thanks a lot for all your input! Here is an updated version in patch format. Len, it would be great if you can also add this one to your test tree. On Wed, 2007-06-06 at 16:59 +0200, Jesper Juhl wrote: On 06/06/07, Thomas Renninger [EMAIL PROTECTED] wrote: Hi, (patches already exist

Re: acpi/sensors temperature on nx6325

2007-06-13 Thread Thomas Renninger
On Mon, 2007-06-11 at 21:58 +0200, Maciej Rutecki wrote: Mircea Bardac pisze: Hi all, I'm currently running kernel 2.6.21.3 on a HP nx6325. I like having in the taskbar information about cpu/mem/temperature/etc. I found a strange behaviour monitoring the ACPI provided temperature.

[PATCH 0/3] ACPI autoloading

2007-06-17 Thread Thomas Renninger
This patch series enables ACPI modules to get loaded automatically via module aliases. Thanks to Kay I got help with the udev strings and this got already some testing and review. There are some minor problems left, but this should be mm ready and it would be great if you can add these to your

[PATCH 1/3] ACPI autoloading - ACPICA adjustance

2007-06-17 Thread Thomas Renninger
Define standardized HIDs - Rename current acpi_device_id to __acpi_device_id Signed-off-by: Thomas Renninger [EMAIL PROTECTED] --- drivers/acpi/events/evrgnini.c|2 +- drivers/acpi/namespace/nsxfeval.c |2 +- drivers/acpi/utilities/uteval.c |4 ++-- include/acpi/acpi_bus.h

[PATCH 3/3] ACPI autoloading - Create __mod_acpi_device_table symbol for all acpi drivers.

2007-06-17 Thread Thomas Renninger
-off-by: Thomas Renninger [EMAIL PROTECTED] --- drivers/acpi/ac.c |9 +++-- drivers/acpi/acpi_memhotplug.c |8 +++- drivers/acpi/asus_acpi.c| 11 --- drivers/acpi/battery.c | 10 -- drivers/acpi/button.c | 10

[PATCH 2/3] ACPI autoloading - Create acpi alias interface

2007-06-17 Thread Thomas Renninger
all ACPI devices with a HID or CID of SNY5001 or SNY6001 Export an uevent and modalias sysfs file containing the string: [MODALIAS=]acpi:PNP0C0C: additional CIDs are concatenated at the end. Signed-off-by: Thomas Renninger [EMAIL PROTECTED] --- drivers/acpi/scan.c | 185

Re: Documentation - How to debug ACPI Problems

2007-06-18 Thread Thomas Renninger
On Mon, 2007-06-18 at 00:12 -0400, Len Brown wrote: +2. Overriding DSDT +-- + +The DSDT (there is a patch also for SSDTs) can be overridden by the user. +The tables get copied to RAM when booting and the kernel can override them with +alternative tables at early boot

Re: [PATCH 3/3] ACPI autoloading - Create __mod_acpi_device_table symbol for all acpi drivers.

2007-06-19 Thread Thomas Renninger
On Sun, 2007-06-17 at 19:49 -0300, Henrique de Moraes Holschuh wrote: On Sun, 17 Jun 2007, Thomas Renninger wrote: Create __mod_acpi_device_table symbol for all acpi drivers. thinkpad-acpi will autoload by DMI ids in 2.6.23, which is a much better solution for model-specific drivers like

Re: [PATCH 2/3] ACPI autoloading - Create acpi alias interface

2007-06-20 Thread Thomas Renninger
On Thu, 2007-06-21 at 00:52 +0900, Mattia Dongili wrote: On Sun, Jun 17, 2007 at 10:27:27PM +0200, Thomas Renninger wrote: Create acpi alias interface ... +static __initdata struct acpi_device_id excluded_id_list[] ={ + {PNP0C09, 0}, /* EC */ + {PNP0C0F, 0}, /* Link device

  1   2   3   >