https://bugzilla.novell.com/show_bug.cgi?id=262334 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=262334#c31 --- Comment #31 from Magnus Boman <captain.magnus@opensuse.org> 2008-06-23 19:18:20 MDT --- Can someone try this patch and let me know if it works. I can't get my wlan up and running with ifup for some reason. This basically adds a check to see if the nic has an ip address. Index: main-menu/src/network-status-agent.c =================================================================== --- main-menu/src/network-status-agent.c (revision 471) +++ main-menu/src/network-status-agent.c (working copy) @@ -305,7 +305,8 @@ glibtop_get_netload (&net_load, networks[i]); if (CHECK_FLAG (net_load.if_flags, GLIBTOP_IF_FLAGS_RUNNING) - && !CHECK_FLAG (net_load.if_flags, GLIBTOP_IF_FLAGS_LOOPBACK)) + && !CHECK_FLAG (net_load.if_flags, GLIBTOP_IF_FLAGS_LOOPBACK) + && net_load.address) { sock_fd = iw_sockets_open (); -- 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.