https://bugzilla.novell.com/show_bug.cgi?id=737559 https://bugzilla.novell.com/show_bug.cgi?id=737559#c13 --- Comment #13 from Joey Lee <jlee@suse.com> 2012-04-27 08:40:07 UTC --- Created an attachment (id=488486) --> (http://bugzilla.novell.com/attachment.cgi?id=488486) bnc737559-acer-wmi-debug.diff Hi Frank, Please kindly help to run this debug patch. I removed the statement for set soft block to wireless rfkill, and add a log to monitor the return value from WMI method (actually is return from BIOS's SMI). diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 454970d..7a55bb6 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c @@ -960,7 +960,7 @@ static void acer_rfkill_update(struct work_struct *ignored) status = get_u32(&state, ACER_CAP_WIRELESS); if (ACPI_SUCCESS(status)) - rfkill_set_sw_state(wireless_rfkill, !state); + printk(ACER_INFO "ACER_CAP_WIRELESS, state: %d\n", state); if (has_cap(ACER_CAP_BLUETOOTH)) { status = get_u32(&state, ACER_CAP_BLUETOOTH); Please kindly run this patch then attach log. 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.