View Single Post
Old 01-02-2018, 03:43 PM   #49
baskerville
Evangelist
baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.
 
baskerville's Avatar
 
Posts: 443
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
Quote:
Originally Posted by tshering View Post
Code:
+ ifconfig eth0 up
ifconfig: SIOCGIFFLAGS: No such device
Does it work if you add:

Code:
while [ ! -e /sys/class/net/${INTERFACE} ] ; do
	sleep 0.1
done
before ifconfig eth0 up?
baskerville is offline   Reply With Quote