Fresh install on a Raspberry Pi 3 Model B+. Its connected to the
network via ethernet and I have DD-WRT give the player a static lease.
When I get to this part of pcp_startup.sh:
# Start the essential stuff for piCorePlayer.
echo -n "${YELLOW}Waiting for network."
CNT=1
until ifconfig | grep -q Bcast
do
if [ $((CNT++)) -gt 50 ]; then
echo -n "${RED} No network found!${NORMAL}"
break
else
echo -n "."
sleep 0.5
fi
done
echo "${GREEN} Done ($CNT).${NORMAL}"
I get "No network found" returned. Once startup finishes and jivelite
starts, I can then select the players icon, then select the player name
piCorePlayer (sometimes piCorePlayer is listed twice, one with the MAC
address and the other with no MAC address populated, just zeros.) After
that, the player connects to the network and LMS and then operates in a
normal fashion. Everything looks normal when I run ifconfig. Any
suggestions as to why network is not found in startup? Thanks.
------------------------------------------------------------------------
mrfreeze1320's Profile: http://forums.slimdevices.com/member.php?userid=44888
View this thread: http://forums.slimdevices.com/showthread.php?t=109404
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix