On Wednesday 10 of February 2010 21:57:18 Hugo Melo wrote: > > The only message I can see there regarding NetworkManager is: > Feb 10 16:21:27 panini NetworkManager: supplicant_interface_acquire: > assertion `mgr_state == NM_SUPPLICANT_MANAGER_STATE_IDLE' failed > ... > Feb 10 16:27:24 panini NetworkManager: supplicant_interface_acquire: > assertion `mgr_state == NM_SUPPLICANT_MANAGER_STATE_IDLE' failed >
Well, the error suggests that the problem is connected with the wpa_supplicant. It's either not running or in some bad state. /var/log/wpa_supplicant.log would say more. Best follow http://live.gnome.org/NetworkManager/Debugging, "Debugging WiFi Connections" section to enable debugging logs. If wpa_supplicant is running, you can also get scan list via D-bus: sudo dbus-send --system --print-reply --dest=fi.epitest.hostap.WPASupplicant /fi/epitest/hostap/WPASupplicant/Interfaces/0 fi.epitest.hostap.WPASupplicant.Interface.scanResults (use sudo dbus-send --system --print-reply --dest=fi.epitest.hostap.WPASupplicant /fi/epitest/hostap/WPASupplicant fi.epitest.hostap.WPASupplicant.getInterface string:wlan0 to get the correct interface path) Jirka _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
