fullerms wrote: 
> This issue is over a Ethernet Wired connection too. No issues with the
> network, every other device is able to connect, and even the
> PiCoreplayer is able to access the repositories for extensions. Could it
> be a broken link hard coded somewhere?

Hi fullerms,

Have you somehow blocked 8.8.8.8?


Code:
--------------------
    pcp_internet_accessible() {
        ping -w5 -c3 8.8.8.8 >/dev/null 2>&1
        echo $?
  }
  
--------------------


regard
Greg


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=105997

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to