On 18 May 2010 14:04, urodelo <[email protected]> wrote: > I couldn't find nwa package, the link on http://wiki.openmoko.org/wiki/NWA > doesn't bring to a page where to download it. > About iliwi, I've already used it. It correctly brings the interface up, but > after this it can't manage to use a static IP. If after running iliwi I run > my script twice, then the correct IP address and network parameters are set. > However I find this way to be a bit over elaborate... Even by setting > /etc/nework/interfaces with static IP, etc doesn't work, iliwi keeps on > state "connecting" forever. > Actually iliwi doesn't allow to set a static IP, maybe I could set it with > the other network parameters in the wpa supplicant configuration file? If > yes, do you know? Can a custom script be loaded inside the wpa conf file? If > not which parameters should I write inside the wpa conf file?
wpa_supplicant doesn't deal with IP-addresses, that is done in a different layer, usually with dhpc. One thing you can try before you try the rest: mdbus2 -s org.freesmartphone.odeviced /org/freesmartphone/Resource/WiFi org.freesmartphone.Resource.Enable (long line may be broken). Does that work for you? >From the page http://wiki.openmoko.org/wiki/NWA#Installation echo "src/gz noko-testing-armv4t http://noko.sourceforge.net/testing/om2009/armv4t" >/etc/opkg/noko-feed.conf opkg update opkg install nwa I'm using this at a special AP running WEP. I let nwa bring up the interface, then I run a little script call wpa_supplicant with my params. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
