I have an issue with bodhi's rootfs installed on Pogo Mobile hope bodhi or somebody else can help. Everything works fine except if I unplug the ethernet cable then replug it in, the ethernet cannot reconnect. I need to reboot the box to get it back. My interfaces file is:
auto lo
iface lo inet loopback
# iface eth0 inet dhcp
auto ech0
allow-hotplug eth0
iface eth0 inet static
address 192.168.x.xx
gateway 192.168.x.1
network 192.168.x.0
netmask 255.255.255.0
I don't see anything wrong with it. Any input and/or suggestion will be appreciated. Thanks.
auto lo
iface lo inet loopback
# iface eth0 inet dhcp
auto ech0
allow-hotplug eth0
iface eth0 inet static
address 192.168.x.xx
gateway 192.168.x.1
network 192.168.x.0
netmask 255.255.255.0
I don't see anything wrong with it. Any input and/or suggestion will be appreciated. Thanks.