Configure-wifi-v4

From LittleFe

Jump to: navigation, search

Here are the commands to setup the WiFi and associate it with a local network:

$ sudo su - root 
[your bccd password here]
$ ifconfig wlan0 up 
$ iwlist scan | grep -i essid
$ iwconfig wlan0 essid [name of the wifi network]
$ iwconfig wlan0
$ dhclient -v wlan0
Personal tools