############################################################### # PsychOS 02/18/2016 - Fixed WiFi, Ethernet, and Sound Issues # ############################################################### * Install Network-Manager * Make sure xfce4-indicator-plugin is installed * Install GNOME-Network-Manager -> will auto add itself to Session & Startup * Make sure that 'sudo gedit /etc/network/interfaces' says: +--------------------------+ | auto lo | | iface lo inet loopback | | auto eth0 | | auto wlan0 | +--------------------------+ * Restart the system Missing sound issue fixed from scratch (XFCE) --------------------------------------------- + sudo apt-get remove --purge alsa-base pulseaudio + sudo apt-get install alsa-base pulseaudio + sudo alsa force-reload + Restart the system [2/19/2016 Edit] Missing volume indicator fix for XFCE ------------------------------------- * sudo apt-get install indicator-sound-gtk2 Applications Installed ---------------------- * Peerguardian - Had to run ./configure --systemconfdir=/etc to get it to run properly (Linux issues) - Designed to protect against malicious IPs, especially while torrent downloading