12-01-2018, 05:07 PM
Hi,
In your first screen shot ping returns "ping: ODROIDXU4: Name or service not found" which suggests a network issue.
Normally if name resolution is functioning properly on the network and ping is not able to resolve a host it will return "No address associated with hostname" for example:
You could try pinging various hosts and ip addresses on your network from the Pi to try and isolate the issue.
I would start with
- Router host name
- 192.168.1.1
- the name or address of your laptop
- etc.
I would also examine the Router DHCP and WiFi logs to see if there is anything suspicious.
-Tim
In your first screen shot ping returns "ping: ODROIDXU4: Name or service not found" which suggests a network issue.
Normally if name resolution is functioning properly on the network and ping is not able to resolve a host it will return "No address associated with hostname" for example:
Code:
pi@moode:~ $ ping TIM
ping: TIM: No address associated with hostname
pi@moode:~ $
You could try pinging various hosts and ip addresses on your network from the Pi to try and isolate the issue.
I would start with
- Router host name
- 192.168.1.1
- the name or address of your laptop
- etc.
I would also examine the Router DHCP and WiFi logs to see if there is anything suspicious.
-Tim