[Bug 827412] New: fn-keys do not work with kernel 3.9 on asus u30sd
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c0 Summary: fn-keys do not work with kernel 3.9 on asus u30sd Classification: openSUSE Product: openSUSE Factory Version: 13.1 Milestone 1 Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: srid@rkmail.ru QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11) KHTML/4.10.3 (like Gecko) Konqueror/4.10 SUSE I'm using Asus u30sd notebook computer. Fn-keys, like volume or media player control, do not work anymore with linux 3.9.8. Xev detects no keycodes. Brightness keys work, but it takes seconds before it actually changes. The keys used to work fine with linux 2.6.29 - 3.6, but I'm not sure about 3.7 and 3.8 The software is openSUSE 12.3 (KDE) and linux kernel 3.9.8 from kernel:stable Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.pr |jlee@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c1 Joey Lee <jlee@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |srid@rkmail.ru --- Comment #1 from Joey Lee <jlee@suse.com> 2013-07-25 14:56:05 UTC --- Hi Iakov, Please check lsmod on your machine, does any asus-* driver show up? # lsmod | grep -i asus And, please also monitor your /var/log/messages when you press Fn key, does there have any thing show up? # tail -f /var/log/messages Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c2 Iakov Karpov <srid@rkmail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|srid@rkmail.ru | --- Comment #2 from Iakov Karpov <srid@rkmail.ru> 2013-07-27 12:24:36 UTC --- kernel 3.10.2 from kernel:stable: #lsmod | grep asus asus_wmi 28476 0 sparse_keymap 13890 1 asus_wmi pci_hotplug 35159 1 asus_wmi rfkill 26522 5 asus_wmi,cfg80211,bluetooth wmi 19070 3 asus_wmi,nouveau,mxm_wmi video 19401 3 asus_wmi,nouveau,i915 #dmesg | grep asus [ 11.340794] asus_wmi: ASUS WMI generic driver loaded [ 11.399611] asus_wmi: Initialization: 0x1 [ 11.399651] asus_wmi: BIOS WMI version: 7.6asus_wmi: SFUN value: 0x1a0877 [ 11.400528] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input9 [ 11.461796] asus-nb-wmi: probe of asus-nb-wmi failed with error -5 tail -f /var/log/messages does not show anything new when I press keys. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c3 --- Comment #3 from Iakov Karpov <srid@rkmail.ru> 2013-07-27 12:26:58 UTC --- With kernel 3.6.10: #dmesg | grep asus [ 11.713461] asus_wmi: ASUS WMI generic driver loaded [ 11.735375] asus_wmi: Initialization: 0x1asus_wmi: BIOS WMI version: 7.6 [ 11.735447] asus_wmi: SFUN value: 0x1a0877<6>[ 11.736021] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input9 [ 11.782536] asus_wmi: Backlight controlled by ACPI video driver #lsmod | grep asus asus_nb_wmi 12855 0 asus_wmi 28310 1 asus_nb_wmi sparse_keymap 13891 1 asus_wmi rfkill 26054 5 bluetooth,cfg80211,asus_wmi pci_hotplug 35160 1 asus_wmi wmi 19071 3 asus_wmi,nouveau,mxm_wmi video 19346 3 asus_wmi,i915,nouveau -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c4 Joey Lee <jlee@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |srid@rkmail.ru --- Comment #4 from Joey Lee <jlee@suse.com> 2013-07-27 13:55:13 UTC --- (In reply to comment #2) ..
/devices/platform/asus-nb-wmi/input/input9 [ 11.461796] asus-nb-wmi: probe of asus-nb-wmi failed with error -5
tail -f /var/log/messages does not show anything new when I press keys.
Hi Iakov, Thanks for your testing on asus wmi. The history of asus-wmi on upstream is they did a refactory after v3.6 kernel. We should check the above error -5 first, it's a -EIO error. In asus-wmi driver, that means it is running asus_wmi_platform_init() but got a problem when evaluating ASUS wmi method, base on source code, I guess there have problem for access ASUS_WMI_METHODID_DSTS. Please provide your acpidump for more detail tracing of ASUS wmi method on your machine: # acpidump > acpidump.dat That's better we capture dmidecode also: # dmidecode > dmidecode.log Please attached the acpidump.dat and dmidecode.log to bugzilla for more detail tracing. Thanks a lot! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c5 --- Comment #5 from Iakov Karpov <srid@rkmail.ru> 2013-07-27 14:45:09 UTC --- Created an attachment (id=549811) --> (http://bugzilla.novell.com/attachment.cgi?id=549811) acpidump for kernel 3.10.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c6 --- Comment #6 from Iakov Karpov <srid@rkmail.ru> 2013-07-27 14:45:59 UTC --- Created an attachment (id=549812) --> (http://bugzilla.novell.com/attachment.cgi?id=549812) dmidecode for kernel 3.10.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c7 --- Comment #7 from Iakov Karpov <srid@rkmail.ru> 2013-07-27 14:46:43 UTC --- Created an attachment (id=549813) --> (http://bugzilla.novell.com/attachment.cgi?id=549813) dmidecode for kernel 3.6.10 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c8 Iakov Karpov <srid@rkmail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|srid@rkmail.ru | --- Comment #8 from Iakov Karpov <srid@rkmail.ru> 2013-07-27 14:48:39 UTC --- acpidump for kernels 3.6 and 3.10 is the same, but dmidecode.log has a difference in 1 line. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c9 --- Comment #9 from Joey Lee <jlee@suse.com> 2013-09-27 10:11:54 UTC --- Created an attachment (id=560505) --> (http://bugzilla.novell.com/attachment.cgi?id=560505) asus-wmi-debug-bnc827412.patch Hi Iakov, It's not easy to locate the error throw by what stage in asus_wmi_add(). Could you please apply this patch to kernel and build out the asus-wmi.ko? Please insert this asus-wmi.ko then attach dmesg on bug. Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c Joey Lee <jlee@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |srid@rkmail.ru -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=827412 https://bugzilla.novell.com/show_bug.cgi?id=827412#c10 Iakov Karpov <srid@rkmail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|srid@rkmail.ru | --- Comment #10 from Iakov Karpov <srid@rkmail.ru> 2014-01-11 17:04:52 UTC --- Sorry for delay, I could not build kernel with proposed patch. Got stuck in kernel configuration. But as for kernel 3.11 from openSUSE 13.1, fn-keys are working again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com