Hi, I tried wpa_supplicant-0.5.7-21.fc8 and creating an network is OK now. 
Thanks a lot!During my development I need to add a priority to access point. I 
have followed the way of priority 'strength', but below error occurs.  Where 
can I check "org.freedesktop.DBus.Properties"? What do those numbers with red 
color mean?   ** (nm-applet:14225): WARNING **: nm_object_get_property: Error 
getting 'Ssid' for /: Method "Get" with signature "ss" on interface 
"org.freedesktop.DBus.Properties" doesn't exist**: nm_object_get_property: 
Error getting 'Mesh' for /org/freedesktop/NetworkManager/AccessPoint/4: Method 
"Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" 
doesn't exist ** (nm-applet:14225): WARNING **: nm_object_get_property: Error 
getting 'Mesh' for /org/freedesktop/NetworkManager/AccessPoint/3: Method "Get" 
with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't 
exist ** (nm-applet:14225): WARNING **: nm_object_get_property: Error getting 
'Mesh' for /org/freedesktop/NetworkManager/AccessPoint/2: Method "Get" with 
signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** 
(nm-applet:14225): WARNING **: nm_object_get_property: Error getting 'Mesh' for 
/org/freedesktop/NetworkManager/AccessPoint/0: Method "Get" with signature "ss" 
on interface "org.freedesktop.DBus.Properties" doesn't exist 

> Subject: RE: Emergency: Problems on NetworkManager 0.7.0. (Errors occured in 
> Activation Stage 3 about DHClien> From: [EMAIL PROTECTED]> To: [EMAIL 
> PROTECTED]> Date: Mon, 31 Mar 2008 14:22:28 -0400> > On Sun, 2008-03-30 at 
> 08:39 +0000, Jue Yang wrote:> > > > Hi,> > The situation now confused me. The 
> logs for creating a new network are> > below:> > You may have the wrong 
> version of wpa_supplicant installed, you need a> fairly recent one that 
> supports the 'frequency' option. What version of> wpa_supplicant do you 
> currently have installed?> > Dan> > > Mar 31 16:22:02 localhost 
> NetworkManager: <info> Activating device> > wlan0> > Mar 31 16:22:02 
> localhost NetworkManager: <info> Activation (wlan0)> > Stage 1 of 5 (Device 
> Prepare) scheduled...> > Mar 31 16:22:02 localhost NetworkManager: <info> 
> Activation (wlan0)> > Stage 1 of 5 (Device Prepare) started...> > Mar 31 
> 16:22:02 localhost NetworkManager: <info> Activation (wlan0)> > Stage 2 of 5 
> (Device Configure) scheduled...> > Mar 31 16:22:02 localhost NetworkManager: 
> <info> Activation (wlan0)> > Stage 1 of 5 (Device Prepare) complete.> > Mar 
> 31 16:22:02 localhost NetworkManager: <info> Activation (wlan0)> > Stage 2 of 
> 5 (Device Configure) starting...> > Mar 31 16:22:02 localhost NetworkManager: 
> <info> Activation> > (wlan0/wireless): connection 'Auto yangjue_3' requires 
> no security.> > No secrets needed.> > Mar 31 16:22:02 localhost 
> NetworkManager: <info> Config: added 'ssid'> > value 'yangjue_3'> > Mar 31 
> 16:22:02 localhost NetworkManager: <info> Config: added 'mode'> > value '1'> 
> > Mar 31 16:22:02 localhost NetworkManager: <info> Config: added> > 
> 'frequency' value '2462'> > Mar 31 16:22:02 localhost NetworkManager: <info> 
> Config: added> > 'key_mgmt' value 'NONE'> > Mar 31 16:22:02 localhost 
> NetworkManager: <info> Activation (wlan0)> > Stage 2 of 5 (Device Configure) 
> complete.> > Mar 31 16:22:02 localhost NetworkManager: <info> Config: set> > 
> interface ap_scan to 2> > Mar 31 16:22:02 localhost NetworkManager: <WARN> 
> set_network_cb():> > Couldn't set network config: Did not receive correct 
> message> > arguments..> > Mar 31 16:22:02 localhost NetworkManager: <info> 
> Activation> > (wlan0/wireless): association request to the supplicant 
> failed:> > fi.epitest.hostap.WPASupplicant.InvalidOptions - Did not receive> 
> > correct message arguments.> > Mar 31 16:22:02 localhost NetworkManager: 
> <info> Activation (wlan0)> > failed for access point (yangjue_3)> > Mar 31 
> 16:22:02 localhost NetworkManager: <info> Marking connection> > 'Auto 
> yangjue_3' invalid.> > Mar 31 16:22:02 localhost NetworkManager: <info> 
> Activation (wlan0)> > failed.> > Mar 31 16:22:02 localhost NetworkManager: 
> <info> Deactivating device> > wlan0.> > Mar 31 16:22:02 localhost kernel: 
> rtl8187: Setting SW wep key> > Mar 31 16:27:32 localhost kernel: usb 3-2: new 
> full speed USB device> > using uhci_hcd and address 2> > Mar 31 16:27:32 
> localhost kernel: usb 3-2: configuration #1 chosen> > from 1 choice> > Mar 31 
> 16:27:32 localhost kernel: Initializing USB Mass Storage> > driver...> > > > 
> What's the red line stands for? And how can I solve it?> > > > > > > > 
> ______________________________________________________________________> > > > 
> > Subject: Re: Emergency: Problems on NetworkManager 0.7.0. (Errors> > 
> occured in Activation Stage 3 about DHClient.)> > > From: [EMAIL PROTECTED]> 
> > > To: [EMAIL PROTECTED]> > > CC: [email protected]> > > Date: 
> Fri, 28 Mar 2008 09:50:12 -0400> > > > > > On Fri, 2008-03-28 at 07:41 +0000, 
> Jue Yang wrote:> > > > hi,> > > > > > > > I am now in trouble. Could anybody 
> can tell me what causes the> > error> > > > as follows.> > > > > > So you 
> appear to be running with SELinux in enforcing mode. That> > should> > > 
> normally work on Fedora 8 and Fedora 9 at least, with the latest> > > 
> 'selinux-policy-targeted' package. Otherwise, you may need to> > relabel> > > 
> your drive, sometimes that gets screwed up. You have two ways of> > > 
> relabeling:> > > > > > 1) add 'autorelabel' to the kernel command line in 
> GRUB> > > > > > 2) as root, 'touch /.autorelabel'> > > > > > Let me know if 
> that helps. What version of selinux-policy-targeted> > do> > > you have 
> installed, and whats the output of 'getenforce' when run as> > > root?> > > > 
> > > Dan> > > > > > > > > > > 
> ______________________________________________________________________> > In 
> a rush? Get real-time answers with Windows Live Messenger.> 

Windows Live Hotmail is giving away Zunes. Enter for your chance to win. 
_________________________________________________________________
Windows Live Hotmail is giving away Zunes.
http://www.windowslive-hotmail.com/ZuneADay/?locale=en-US&ocid=TXT_TAGLM_Mobile_Zune_V3
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to