Using an MT100EOCG with an MTPCIE Bluetooth/Wi-Fi Device as Wi-Fi
To use the MT100EOCG with MTPCIE Bluetooth/Wi-Fi Device on the MTPCIE-DK1 as a Wi-Fi client:
- On MT100EOCG, copy the file wpa_supplicant.conf.example to /var/config folder.
cp /etc/wpa_supplicant.conf.example /var/config/wpa_supplicant.conf - Edit /var/config/wpa_mtechpc.conf and change AP_Name and AP_Password to values required by your Wi-Fi network.
- Edit /etc/network/interfaces and uncomment the lines pertaining to wlan0 as shown below.
- Reboot the MT100EOCG or type ifup wlan0 at the console. MT100EOCG communicates through your Wi-Fi network.
ctrl_interface=/var/run/wpa_supplicant network={ ssid=" AP_Name " scan_ssid=1 # key_mgmt=NONE key_mgmt=WPA-PSK psk=" AP_Password " priority=1 }
iface wlan0 inet dhcp wpa-conf /var/config/wpa_supplicant.conf wpa-driver nl80211