Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Startx no longer works? › Reply To: Startx no longer works?
02/20/2015 at 16:41
#88310
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"