This shows you the differences between two versions of the page.
|
tutorials:common:lubuntu_wifi_configuration [2013/11/12 16:17] aaron [Cubieboard Lubuntu Desktop] |
tutorials:common:lubuntu_wifi_configuration [2014/03/28 21:33] (current) aaron |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lubuntu Wifi Configuration ====== | + | ====== Lubuntu Desktop/Sever Wifi Configuration====== |
| <WRAP noprint><WRAP left box 60%> | <WRAP noprint><WRAP left box 60%> | ||
| Line 12: | Line 12: | ||
| - Cubieboard1 and Cubieboard2 Lubuntu Desktop/sever USB WLAN card driver module:8188eu and 8192eu. | - Cubieboard1 and Cubieboard2 Lubuntu Desktop/sever USB WLAN card driver module:8188eu and 8192eu. | ||
| - Cubietruck support Wifi wireless connection with antenna on-board,driver module is bcmdhd. | - Cubietruck support Wifi wireless connection with antenna on-board,driver module is bcmdhd. | ||
| + | -" Mw150us + 8188eu" USB WLAN card was tested on CB1 and CB2 on Desktop/sever. | ||
| ===== Cubieboard Lubuntu Sever ===== | ===== Cubieboard Lubuntu Sever ===== | ||
| <note>Install wifi tool:apt-get install wifi-radar,then ,rebooting CB1 and CB2 only with USB WLAN card ,rebooting CT without network Cable,it will take a few minutes. | <note>Install wifi tool:apt-get install wifi-radar,then ,rebooting CB1 and CB2 only with USB WLAN card ,rebooting CT without network Cable,it will take a few minutes. | ||
| </note> | </note> | ||
| - | ===1.Install wifi-radar and reboot ,you can see that=== | + | ===1.Install wifi-radar === |
| + | <code> | ||
| + | apt-get install wifi-radar | ||
| + | </code> | ||
| + | |||
| + | ===Rebooting you can see this=== | ||
| <code> | <code> | ||
| root@cubieboard:~# ifconfig | root@cubieboard:~# ifconfig | ||
| Line 83: | Line 88: | ||
| Quality=64/100 Signal level=-56 dBm | Quality=64/100 Signal level=-56 dBm | ||
| </code> | </code> | ||
| + | |||
| + | |||
| ===4.1 Config CB1 and CB2 wlan0 essid=== | ===4.1 Config CB1 and CB2 wlan0 essid=== | ||
| <code> | <code> | ||
| Line 94: | Line 101: | ||
| <7>wlan0: no IPv6 routers present | <7>wlan0: no IPv6 routers present | ||
| </code> | </code> | ||
| - | ===If the network is encrypted=== | + | |
| - | <code> | + | |
| - | iwconfig wlan0 essid "cubietech_2.4GHz" key 12345678 | + | |
| - | </code> | + | |
| ===4.2 Config CT wlan0 essid=== | ===4.2 Config CT wlan0 essid=== | ||
| <code> | <code> | ||
| Line 108: | 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 | ||
| Line 178: | Line 182: | ||
| ===== Cubieboard Lubuntu Desktop ===== | ===== Cubieboard Lubuntu Desktop ===== | ||
| - | ===Lubuntu Desktop configuration is same with sever,but Desktop image have installed "wifi-radar"tool.=== | + | ===Lubuntu Desktop configuration is same with sever,but Desktop image have installed "wifi-radar"tool,you can start on step2 to get your Lubunut Desktop IP. === |
| - | === See Also === | ||
| <WRAP noprint> | <WRAP noprint> | ||
| {{tag>Cubieboard Cubietruck}} | {{tag>Cubieboard Cubietruck}} | ||
| </WRAP> | </WRAP> | ||