Hi all,
   I also met this problem. The root cause maybe different. Below is my
findings in my case.
When the problem occur, the dbus call

    val = _nm_object_get_boolean_property (NM_OBJECT (client),
                                          NM_DBUS_INTERFACE,
                                          "WirelessHardwareEnabled");
in function nm-clent.c - update_wireless_status() failed.

This problem happen when the NetworkManager daemon is busy with another dbus
call and do not return. This only happened when NetworkManager first start.
When the problem occur, restart the nm-applet can fix this. It seems some
daemon dbus call(with supplicant? driver issue?) too long block the
nm-applet dbus call and make it fail?

To fix this, I simply comment the nm-applet codes about check this because
my device do not have killswitch. Of course the fix is just for my
device^_^.


2009/5/20 Thomas O'Donoghue <[email protected]>

> UPDATE: When the hardware switch is turned to "off" then the messages are
> the same. Is there any way to manually set the RFKill State?
>
> Tom
>
>
>
> 2009/5/19 Thomas O'Donoghue <[email protected]>
>
> usern...@lifebook ~ $ cat /sys/class/rfkill/*/state
>> 1
>> usern...@lifebook ~ $ cat /sys/class/rfkill/*/type
>> wlan
>>
>>
>>
>
> _______________________________________________
> NetworkManager-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/networkmanager-list
>
>
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to