From 73a2e6508206d726432ce7aa2bea63d2bd9259a0 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Thu, 5 Feb 2015 07:23:54 +0530 Subject: [NOT IMP] modified missing network icon fix --- known-issues.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/known-issues.rst b/known-issues.rst index 53b361f..78db909 100644 --- a/known-issues.rst +++ b/known-issues.rst @@ -21,8 +21,14 @@ issues have been listed here. #. Wifi/Network icon at system tray is invisible(not missing) :: - Click on the empty space next to battery icon and select any available network - and attempt to connect. Once connected, the network icon will appear from next boots + In '/etc/network/interfaces' comment out all lines and add the following + + auto lo + iface lo inet loopback + + Save and exit. + + sudo service networking restart #. HDMI not working:: -- cgit