This shows you the differences between two versions of the page.
iot:res:tipsandtricks [2015/06/16 10:50] alexandru.radovici created |
iot:res:tipsandtricks [2015/06/22 17:35] (current) madalina.tanea [WiFi Connection Error] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Tips & Tricks ====== | ====== Tips & Tricks ====== | ||
+ | ===== WiFi Connection Error ===== | ||
+ | Edit the fie /etc/wpa_supplicant/wpa_supplicant.conf and write the content | ||
+ | <code> | ||
+ | ctrl_interface=/var/run/wpa_supplicant | ||
+ | ctrl_interface_group=0 | ||
+ | config_methods=virtual_push_button virtual_display push_button keypad | ||
+ | update_config=1 | ||
+ | fast_reauth=1 | ||
+ | device_name=Edison | ||
+ | manufacturer=Intel | ||
+ | model_name=Edison | ||
+ | </code> | ||
+ | |||
+ | Run | ||
+ | <code bash> | ||
+ | systemctl restart wpa_supplicant.service | ||
+ | </code> |