This shows you the differences between two versions of the page.
| 
    tutorials:common:lubuntu_wifi_configuration [2013/12/04 14:33] allen  | 
    
    tutorials:common:lubuntu_wifi_configuration [2014/03/28 21:33] (current) aaron  | 
    ||
|---|---|---|---|
| Line 88: | Line 88: | ||
| Quality=64/100  Signal level=-56 dBm  | Quality=64/100  Signal level=-56 dBm  | ||
| </code> | </code> | ||
| - | === 4.1 Add the network configuration===  | + | |
| - | <code> | + | ===4.1 Config CB1 and CB2 wlan0 essid=== | 
| - | root@cubieboard:~#vi /etc/network/interfaces | + | |
| - | auto lo eth0 | + | |
| - | iface lo inet loopback | + | |
| - | iface eth0 inet dhcp | + | |
| - | auto wlan0 | + | |
| - | iface wlan0 inet dhcp | + | |
| - | wpa-conf /etc/wpa_supplicant.conf | + | |
| - | </code> | + | |
| - | + | ||
| - | + | ||
| - | ===4.2 Config CB1 and CB2 wlan0 essid=== | + | |
| <code> | <code> | ||
| root@cubieboard:~# iwconfig wlan0 essid "cubietech_2.4GHz" | root@cubieboard:~# iwconfig wlan0 essid "cubietech_2.4GHz" | ||
| Line 112: | Line 101: | ||
| <7>wlan0: no IPv6 routers present | <7>wlan0: no IPv6 routers present | ||
| </code> | </code> | ||
| - | ===If the network is encrypted=== | + | |
| - | <code> | + | ===4.2 Config CT wlan0 essid=== | 
| - | iwconfig wlan0 essid "cubietech_2.4GHz" key 12345678 | + | |
| - | </code> | + | |
| - | ===4.3 Config CT wlan0 essid=== | + | |
| <code> | <code> | ||
| root@cubietruck:~# iwconfig wlan0 essid "cubietech_2.4GHz" | root@cubietruck:~# iwconfig wlan0 essid "cubietech_2.4GHz" | ||
| Line 126: | Line 112: | ||
| </code> | </code> | ||
| - | ===5.Geting your WLAN IP,if you can go on after "dhclient wlan0",please repeat the previous 1-4 steps=== | + | ===5.Geting your WLAN IP,if you can`t go on after "dhclient wlan0",please reboot and do the previous 1-4 steps again=== | 
| <code> | <code> | ||
| root@cubieboard:~# dhclient wlan0 | root@cubieboard:~# dhclient wlan0 | ||