Setting Internet connection on Revo/XBMC Live
#1
The installer set up my internet connection during the xbmc live usb install process. However, I've since moved the USB stick to another Revo and it can't establish an internet connection on bootup. I can get a connection by typing 'dhclient eh1' but it doesn't stay connected after bootup so I have to do it again.

Is there anyway I can set the internet connection so it works on bootup?
Reply
#2
put this in /etc/network/interfaces

Code:
auto lo eth0 eth1 wlan0
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet dhcp
iface wlan0 inet dhcp
Reply
#3
It worked, thanks so much.
Spent a week trying to figure that out.
Reply

Logout Mark Read Team Forum Stats Members Help
Setting Internet connection on Revo/XBMC Live0