It's good to be back, I have nice memories about DSL and it is especially nice to see some familiar people around
![Smiley :)](https://forum.tinycorelinux.net/Smileys/default/smiley.gif)
In my first post let me share my successful activation of wifi with WEP. I've read bits and pieces here on the forum and elsewhere.
In a Terminal type:
sudo iwconfig wlan0 essid "MY ESSID"
sudo iwconfig wlan0 mode managed key "MY KEY"
sudo ifconfig wlan0 up
sudo udhcpc -i wlan0
To do this at every boot, add the above (without sudo) to /opt/bootlocal.sh
Please reply if there is a better way of doing this.
Edit: added how to make this run at every boot.