Wifi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (redirect to WiFi support in Openmoko)
 
Line 1: Line 1:
#REDIRECT [[WiFi support in Openmoko]]
+
To get wireless networking working via the GUI, use the ASU software which includes the campwifi.py script. It will connect to any open (unencrypted) network.
 +
 
 +
To connect to a WEP encrypted network, you'll need to SSH into your phone and issue the following commands:
 +
 
 +
ifconfig eth0 up                                                                                                   
 +
iwconfig eth0 essid any                                                                                           
 +
iwconfig eth0 key 'mykey'                                                                                         
 +
iwconfig eth0 essid 'myssid'                                                                                       
 +
ifup eth0

Revision as of 08:52, 17 July 2008

To get wireless networking working via the GUI, use the ASU software which includes the campwifi.py script. It will connect to any open (unencrypted) network.

To connect to a WEP encrypted network, you'll need to SSH into your phone and issue the following commands:

ifconfig eth0 up iwconfig eth0 essid any iwconfig eth0 key 'mykey' iwconfig eth0 essid 'myssid' ifup eth0

Personal tools

To get wireless networking working via the GUI, use the ASU software which includes the campwifi.py script. It will connect to any open (unencrypted) network.

To connect to a WEP encrypted network, you'll need to SSH into your phone and issue the following commands:

ifconfig eth0 up iwconfig eth0 essid any iwconfig eth0 key 'mykey' iwconfig eth0 essid 'myssid' ifup eth0