View source for Neo FreeRunner Wifi

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Template used on this page:

Return to Neo FreeRunner Wifi.

Personal tools

To get wlan working with your NeoFreerunner, you can follow these steps:

1. create and edit a suitable /etc/wpa_supplicant/wpa_supplicant.conf (use your favourite search engine to get known the syntax) 2. execute `ifup eth0` 3. execute `wpa_supplicant -ieth0 -c/etc/wpa_supplicant/wpa_supplicant.conf` (you can add a & for running in background) 4. get a IP via dhcp: `udhcpc eth0`

that's it, your wlan should work