Changes
Page history
dasto created page: meetings presentation schedule
authored
Nov 02, 2016
by
David St-Onge
Show whitespace changes
Inline
Side-by-side
how-to-setup-dji-m100.md
View page @
2813d4bc
...
...
@@ -114,6 +114,7 @@ Since MistLab current dongles are Realtek rtl8188 a firmware need to be download
## To set up an AP with Intel7260 mini-PCI
`sudo apt-get install hostapd isc-dhcp-server`
create
`/etc/hostapd/hostapd.conf`
with:
```
interface=wlan1
...
...
@@ -138,6 +139,7 @@ wpa_pairwise=TKIP
rsn_pairwise=CCMP
```
then in
`/etc/default/hostapd`
and
`/etc/init.d/hostapd`
:
`DAEMON_CONF=/etc/hostapd/hostapd.conf`
In
`/etc/dhcp/dhcpd.conf`
, comment the lines that say
```
option domain-name "example.org";
...
...
...
...