- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
And does not open 192.168.2.15 and 170.34.55.90 (local Edison IP) when connected to WiFi.
systemctl start wpa_supplicant
ifconfig wlan0 down
ifconfig usb0 down
ifconfig wlan0 up
ifconfig usb0 up
ping intel.com - OK
ping 170.34.55.90 (local Edison IP) - OK
But when open this IP at computer/phone browser, see error message "Can not open this page".
What's wrong?
- Tags:
- WiFi
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
What are the version and image of Intel edison?
Try to update and restart Apache2 in Intel Edison.
root@edison:~# echo src/gz all http://repo.opkg.net/edison/repo/all http://repo.opkg.net/edison/repo/all > /etc/opkg/base-feeds.conf
root@edison:~# echo src/gz edison http://repo.opkg.net/edison/repo/edison http://repo.opkg.net/edison/repo/edison >> /etc/opkg/base-feeds.conf
root@edison:~# echo src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32 http://repo.opkg.net/edison/repo/core2-32 >> /etc/opkg/base-feeds.conf
root@edison:~# opkg update
root@edison:~# opkg install apache2
root@edison:~# systemctl reenable apache2
root@edison:~# systemctl restart apache2
root@edison:~# reboot
After reboot and login, check weather Apache2 is loaded, enabled and Running in your Intel Edison.
root@edison:~# systemctl status apache2
Restart your wifi.
After setting up your Wifi config (configure_edison --wifi) again, you should be able to see the webpage [It works!] in your web browser by using the IP address of the board.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi nvozniy,
Any updates on this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Nvozniy,
Did you try Yeong's recommendation? Did it work?
We will appreciate if you let us know your results.
Have a nice day.
Regards,
-Leonardo

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page