#88310
Roo
Participant

If it were me, I would get used to doing things without startx – adding lxde back in is going to cause you more problems than it solves.

sudo nano /etc/network/interfaces

your interfaces file should look like this

auto lo
iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
auto wlan0

iface wlan0 inet dhcp
   wpa-ssid "Your Network SSID"
   wpa-psk "Your Password"

How-To: Add WiFi to the Raspberry Pi