Skip to content
Ahmed Samara edited this page Jun 12, 2015 · 1 revision

To get the Wi-Fi to work properly from the stock image, these changes need to be made

#####In /etc/network/interfaces

| Change from   | Change to           |
|---------------|---------------------|
| auto wlan0    | allow-hotplug wlan0 |
| auto wlan1    | allow-hotplug wlan1 |

add after iface wlan0 inet static:   
   hostapd /etc/hostapd/hostapd.conf   

#####install dnsmasq and hostapd

run:   
   apt-get update    

   apt-get install hostapd dnsmasq 

when installing dnsmasq it will ask whether you want to keep the old config file or not, say you want to keep it (n)

Change Log
Date Author Description
2015-06-09 Jonathon Powell Created page
2015-06-09 Kenny Huang Edited formatting