Hi! I did, but not succeed. Fn+F2 (wlan toggle) works; fn+F7 (screen on/off) fails with message "keyboard: can't emulate rawmode for keycode 244"; fn+F8 (screen/monitor switch) fails with no messages; fn+F9 (touchpad disables) does not work and gives no messages.
Cpu state, took as superuser, reports: "cat: /sys/devices/platform /eeepc-wmi/cpufv: Errore di input/output" and if I try to put some values with the terminal session with root privileges hangs and the cpu starts to blow hard and never stops. Command below; $echo 1 > /sys/devices/platform/eeepc-wmi/cpufv Here's what I did. 1) Started pc without "acpi_osi=Linux"; 2) Download and compiled as in http://dev.iksaif.net/projects/acpi4asus/wiki/Backport_module; 3) Removed modules. Messages following: FATAL: Module asus_nb_wmi not found. FATAL: Module asus_wmi not found. rmmod /lib/modules/2.6.35-28-generic/kernel/drivers/platform/x86/eeepc-wmi.ko rmmod /lib/modules/2.6.35-28-generic/kernel/drivers/input/sparse-keymap.ko 4) Reloaded modules. Sparse keymap was missing, so I've reloaded it from the original position as it was in step3. Messages from the failed load where: $ sudo insmod asus-wmi.ko insmod: error inserting 'asus-wmi.ko': -1 Unknown symbol in module $sudo insmod eeepc-wmi.ko insmod: error inserting 'eeepc-wmi.ko': -1 Unknown symbol in module $sudo insmod asus-laptop.ko insmod: error inserting 'asus-laptop.ko': -1 Unknown symbol in module [ 578.533222] asus_wmi: Unknown symbol sparse_keymap_free (err 0) [ 578.538390] asus_wmi: Unknown symbol sparse_keymap_report_event (err 0) [ 578.538695] asus_wmi: Unknown symbol sparse_keymap_setup (err 0) [ 600.286585] eeepc_wmi: Unknown symbol asus_wmi_register_driver (err 0) [ 600.287261] eeepc_wmi: Unknown symbol asus_wmi_unregister_driver (err 0) [ 621.513524] asus_laptop: Unknown symbol sparse_keymap_free (err 0) [ 621.519482] asus_laptop: Unknown symbol sparse_keymap_report_event (err 0) [ 621.519957] asus_laptop: Unknown symbol sparse_keymap_setup (err 0) 4) After reloading sparse-keymap everything went fine and here below the dmesg: [ 817.485146] asus_wmi: ASUS WMI generic driver loaded [ 827.634257] asus_wmi: Initialization: 0x0 [ 827.634567] asus_wmi: BIOS WMI version: 0.7 [ 827.634956] asus_wmi: SFUN value: 0x0 [ 827.660861] input: eeepc-wmi/input0 as /devices/platform/eeepc-wmi/input/input9 [ 828.693258] asus_wmi: Backlight controlled by ACPI video driver [ 860.612861] kbd_keycode: 6 callbacks suppressed [ 860.612875] keyboard: can't emulate rawmode for keycode 244 [ 860.612931] keyboard: can't emulate rawmode for keycode 244 ** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/740636/+attachment/1952096/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740636 Title: Asus 1201nl - hotkeys not working -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
