Hi, I got to learn that the "dhclient" may not work in cmd line mode when the "iwconfig mode" is set to "ad-hoc" - make sure it is in "managed" mode, not "ad-hoc". To set the mode to "managed" do - "iwconfig eth0 mode Managed".
Regards, Nithish Mahalingam -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of doyoung ha Sent: Friday, November 21, 2008 8:10 PM To: [EMAIL PROTECTED] Subject: [Moblin Dev] hi, I cannot make wireless connection using nm-applet Hi list~ I build moblin menlow-lpia-ume platform, kernel version is 2.6.24-13, with Marvell 8686 wlan chip. I want to use my WLAN AP with WEP authentication with key 1234567890. But it won't works using nm-applet. I tried several times but I gave up. (Without authentication, nm-applet work well..) I could connect to AP using command as below, but I couldn't with nm-applet. (nm-applet require something like default keyring password...I gave up) ------------------------------------------------- iwconfig eth0 key 1234567890 iwconfig eth0 key open iwconfig eth0 essid "MYSSID" iwconfig eth0 key 1234567890 iwconfig eth0 key open dhclient eth0 ------------------------------------------------- p.s command as below does not works. ------------------------------------------------- iwconfig eth0 key 1234567890 iwconfig eth0 key open iwconfig eth0 essid "MYSSID" dhclient eth0 ------------------------------------------------- _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
