I recently did an dist-upgrade on my laptop and installed XBMC on it. Everything worked fine until a reboot where I found XBMC did not want to start. I did some digging around and found that XBMC requires a valid network configuration (loopback / wired / wireless). I did an ifconfig and it outputs the following
Code: Select all
eth0 Link encap:Ethernet HWaddr c8:0a:a9:ec:98:92
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:43
wlan0 Link encap:Ethernet HWaddr 5c:ac:4c:48:b0:7e
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:2308 errors:0 dropped:0 overruns:0 frame:0
TX packets:2571 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1578127 (1.5 MiB) TX bytes:636783 (621.8 KiB)
/etc/network/interfaces
Code: Select all
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0