Re: [ibm-acpi-devel] THERMAL ALERT: unknown thermal alarm received

2011-06-05 Thread Tais Plougmann Hansen
Hi Henrique, I'm having a hard time reproducing this reliably on nvidia. It seems like it might have happened a few times while logging in to X (kdm/kde). Keyboard, touchpad and trackpointer were all frozen right after login a few times today and it seems to coincide with the thermal alert message

Re: [ibm-acpi-devel] thinkpad_acpi: unhandled HKEY event 0x6040

2011-06-05 Thread Peter Giles
I've switched Display to "integrated..." in the BIOS and tried it out. I do indeed get that syslog message with the Quadro disabled, and I get it again when I plug the AC adapter back in. At this point I'm convinced that the crash is related somehow to the 64 bit nVidia binary driver. Things hav

Re: [ibm-acpi-devel] TP Edge E220s freezes when hotkeys pressed

2011-06-05 Thread Henrique de Moraes Holschuh
On Sun, 05 Jun 2011, Rémiás Máté wrote: > I have found a solution for this, to add 'noapic' as kernel parameter. I > guess this is a clean bios issue. what do you think? is there anything we > could do to get this sorted? (I use latest released BIOS) Please open a bug in bugzilla.kernel.org with a

Re: [ibm-acpi-devel] TP Edge E220s freezes when hotkeys pressed

2011-06-05 Thread Rémiás Máté
I have found a solution for this, to add 'noapic' as kernel parameter. I guess this is a clean bios issue. what do you think? is there anything we could do to get this sorted? (I use latest released BIOS) -- Simplify data b

[ibm-acpi-devel] [PATCH 2/2] thinkpad-acpi: handle HKEY 0x4010, 0x4011 events

2011-06-05 Thread Henrique de Moraes Holschuh
Handle events 0x4010 and 0x4011 so that we do not pester users about them. These events report when the thinkpad is docked/undocked to a native hotplug dock (i.e. one that does not need ACPI handling, nor is represented in the ACPI device tree). Such docks are based on USB 2.0/3.0, and also work

[ibm-acpi-devel] [PATCH 1/2] thinkpad-acpi: handle some new HKEY 0x60xx events

2011-06-05 Thread Henrique de Moraes Holschuh
Handle some user interface events from the newer Lenovo models. We are likely to do something smart with these events in the future, for now, hide the ones we are already certain about from the user and userspace both. * Events 0x6000 and 0x6005 are key-related. 0x6005 is not properly identified

[ibm-acpi-devel] [GIT PATCH] thinkpad-acpi patches for 3.0-rc

2011-06-05 Thread Henrique de Moraes Holschuh
Matthew, Please consider sending these two patches to Linus for 3.0-rc, as they cause the driver to be a lot less annoying for many users. I have not included the LED/MIC mute patches, because they are not low-impact, *and* I am trying to get some answers from Lenovo first. Please hold them for

Re: [ibm-acpi-devel] [PATCH] thinkpad-acpi: Some BIOS versions don't end in WW, remove check

2011-06-05 Thread Henrique de Moraes Holschuh
Hah, my brain seems to be stuck in a time loop. Apologies for the duplicated content/reply. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique

Re: [ibm-acpi-devel] [PATCH] thinkpad-acpi: Some BIOS versions don't end in WW, remove check

2011-06-05 Thread Henrique de Moraes Holschuh
On Sun, 13 Mar 2011, Keith Packard wrote: > My X201s BIOS version string is 6QET46V1 (1.16 ). The > EC version string is 6QHT28WW-1.09. The driver was requiring that both > of these have 'WW' in positions 6 and 7. I don't know what the > significance of having 'V1' there instead is, but removing th