diff options
author | Srikant Patnaik | 2015-02-05 07:23:54 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-05 07:23:54 +0530 |
commit | 73a2e6508206d726432ce7aa2bea63d2bd9259a0 (patch) | |
tree | f4fbd314e190ac793f20d4acc90543fc6c38f9a3 | |
parent | 1b5f9e95a607f6a5ce06f350c3828bd87cf0467c (diff) | |
download | FOSSEE-netbook-developer-docs-73a2e6508206d726432ce7aa2bea63d2bd9259a0.tar.gz FOSSEE-netbook-developer-docs-73a2e6508206d726432ce7aa2bea63d2bd9259a0.tar.bz2 FOSSEE-netbook-developer-docs-73a2e6508206d726432ce7aa2bea63d2bd9259a0.zip |
[NOT IMP] modified missing network icon fix
-rw-r--r-- | known-issues.rst | 10 |
1 files 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:: |