Translations of this page:
This is an old revision of the document!
About this Article
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
4.Scan wlan:
iwlist wlan0 scan
5.Slect wlan name
iwconfig wlan0 essid "your ESSID"
If the wifi have a key
iwconfig wlan0 essid "your ESSID" key xxxx
6.Set up you wlan
ifconfig wlan0 up
7.Connect with DHCP
dhclient wlan0
8.Ifconfig for check
9.Ping test
The Lubuntu 12.10 Desktop is same as Lubuntu 12.10 Sever, "wifi-radar" was installed in default,so you can do it without network.
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