... | @@ -112,8 +112,9 @@ http://wiki.dji.com/en/index.php/Matrice_100-Linking_the_Remote_Controller (note |
... | @@ -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)
|
|
## 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.
|
|
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`
|
|
`sudo apt-get install hostapd isc-dhcp-server`
|
|
|
|
|
|
create `/etc/hostapd/hostapd.conf` with:
|
|
create `/etc/hostapd/hostapd.conf` with:
|
|
```
|
|
```
|
|
interface=wlan1
|
|
interface=wlan1
|
... | @@ -138,6 +139,7 @@ wpa_pairwise=TKIP |
... | @@ -138,6 +139,7 @@ wpa_pairwise=TKIP |
|
rsn_pairwise=CCMP
|
|
rsn_pairwise=CCMP
|
|
```
|
|
```
|
|
then in `/etc/default/hostapd` and `/etc/init.d/hostapd`: `DAEMON_CONF=/etc/hostapd/hostapd.conf`
|
|
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
|
|
In `/etc/dhcp/dhcpd.conf`, comment the lines that say
|
|
```
|
|
```
|
|
option domain-name "example.org";
|
|
option domain-name "example.org";
|
... | | ... | |