Bug 43097
Summary: | Screen brightness and other Fn keys do not work on HP Folio 13 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Nick Harris (nj.harris) |
Component: | EC | Assignee: | Lan Tianyu (tianyu.lan) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | ben, dmitry.torokhov, stefan.nagy, tianyu.lan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.launchpad.net/bugs/974568 | ||
Kernel Version: | 3.4 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg (folio 13-2000)
dmidecode (folio 13-2000) ACPI Tables (folio 13-2000) lspci -vvnn (folio 13-2000) Disassembled ASL source code file - DSDT (folio 13-2000) fwts results log (folio 13-2000) |
Description
Nick Harris
2012-04-12 17:37:09 UTC
FWIW, this also occurs with the 3.2.y stable kernel (tested up to 3.2.14) I seem to be affected by the same bug on another sub-model, the HP Folio 13-2000, on Debian Wheezy (linux-image-3.2.0-3-amd64, 3.2.21-3). For more information on my hardware see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683777 – I reported this downstream before I found this report. Created attachment 80271 [details]
dmesg (folio 13-2000)
Created attachment 80281 [details]
dmidecode (folio 13-2000)
Created attachment 80291 [details]
ACPI Tables (folio 13-2000)
Created attachment 80301 [details]
lspci -vvnn (folio 13-2000)
Created attachment 80311 [details]
Disassembled ASL source code file - DSDT (folio 13-2000)
I tested this with upstream kernel 3.5.3 and added some attachments which might me useful. I'd also like to add some more details on the affected keys: Neither xev nor showkey, evtest, xinput or acpi_listen report anything at all when I press (Fn together with) certain keys. Affected are the following combinations: Fn+F2 (display brightness down), Fn+F3 (display brightness up), Fn+F12 (wireless on/off). Other action keys work well out of the box like Fn+F6 (last music title), Fn+F7 (play/pause), Fn+F8 (next music title),… If I forgot something relevant please tell me and I'll add the requested information as soon as possible. Created attachment 92491 [details] fwts results log (folio 13-2000) According to https://wiki.ubuntu.com/Kernel/Reference/WMI "typically we are interested in WMI if a laptop or netbook has implemented hotkey events using WMI. In this case, we need to write a driver or extend and existing driver to capture the appropriate WMI events and map these onto key events." I used the fwts Live-CD to get information about the WMI events. I'll attach the log-file (for all fwts tests). I guess this is the interesting part: Found WMI Event, Notifier ID: 0xa0, GUID: 2B814318-4BE8-4707-9D84-A190A859B5D0, Instance 0x01 FAILED [MEDIUM] WMIUnknownGUID: Test 1, GUID 2B814318-4BE8-4707-9D84-A190A859B5D0 is unknown to the kernel, a driver may need to be implemented for this GUID. The patch provided in bug #54621 (comment #13 by Lan Tianyu) fixes this issue for me (HP Folio 13-2000). All three keys work perfectly with the patch applied. *** This bug has been marked as a duplicate of bug 54621 *** |