On Thu, 2005-02-03 at 15:26 -0500, Bill Moss wrote:
> Using CVS 2-2, NMApplet hover messages show signal quality same as 
> iwconfig but the strength bar is empty. I put syslog messages in the 
> functions nm_wireless_qual_to_percent and 
> nm_device_update_signal_strength. See below for the output. If I hardwire

Bill,

Can you put some syslog (LOG_DEBUG,...) prints in the
nm_device_update_signal_strength() function in NetworkManagerDevice.c?
Specifically right below the line that says:

        dev->options.wireless.strength = percent;

This will tell us what the actual device strength might be.
Furthermore, when the applet reads 0% in the icons, it would be helpful
to run the "nmtest" tool that's in the test/ directory, it will report
the output that NM sends to the applet.  That will tell us whether this
is an applet problem or a NetworkManager problem.

Dan

_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to