User Tools

Site Tools


tutorials:ct1:installation:cb3_lubuntu-12.10-desktop_sd_card_installation

This is an old revision of the document!


Lubuntu-12.10 Desktop/Server wifi-connection configuration

About this Article

Abstract

  • As we all know,Cubietruck support Wifi wireless connection with antenna on-board.
  • This tutorial is about ct-lubuntu-nand-v1.00 wireless connection configuration.

Before configuration

  • Download ct-lubuntu-nand-v1.00 Desktop/Sever Click here
  • You can learn about Lubuntu-12.10-desktop Nand Installation Click here
  • TTL Serial Communication is suggested to connect Cubietruck Click here

Configuration

Sever

1.Please power on your CT with network cable first time to update,then ,install wifi-radar apt-get install wifi-radar 2.Reboot without net cable,it will take more than 2minutes Waiting DHCP timeout. 3.After boot ,insmod wifi driver <> modprobe bcmdhd root@cubietruck:~# lsmod Module Size Used by bcmdhd 497887 0 mali 110991 0 ump 52095 1 mali lcd 3786 0 sunxi_gmac 30795 0 pwm_sunxi 9251 0 </code> modprobe bcmdhd 4.scan wlan: iwlist wlan0 scan

3.slect wlan name : $iwconfig wlan0 essid "MyHome" if the wifi have a key : $iwconfig wlan0 essid "MyHome" key 0123-4567-89

4.set up you wlan ifconfig wlan0 up

6.Connect with DHCP : $dhclient wlan0

DeskTOP

1.insmod wifi driver : $modprobe bcmdhd

2.scan wlan: $iwlist wlan0 scan

3.slect wlan name : $iwconfig wlan0 essid "MyHome" if the wifi have a key : $iwconfig wlan0 essid "MyHome" key 0123-4567-89

4.set up you wlan ifconfig wlan0 up

6.Connect with DHCP : $dhclient wlan0

Extract

Write to SD Card

FAQs

tutorials/ct1/installation/cb3_lubuntu-12.10-desktop_sd_card_installation.1383381270.txt.gz · Last modified: 2013/12/23 14:50 (external edit)