dasto created page: meetings presentation schedule authored by David St-Onge's avatar David St-Onge
......@@ -112,8 +112,9 @@ http://wiki.dji.com/en/index.php/Matrice_100-Linking_the_Remote_Controller (note
## To set up a rtl8188 dongle (wifi)
Since MistLab current dongles are Realtek rtl8188 a firmware need to be downloaded from: http://elinux.org/images/a/a8/Rtl8192cufw.bin.zip. Nevertheless hostapd (for Access Point configuration) doesn't seem to work with this dongle on Tegra.
##To set up an AP with Intel7260 mini-PCI
## 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";
......
......