I can't get wireless networking to work. I'm afraid I'm going to make a lot of people angry by saying this, but the vast majority of the help on the web is cryptic or downright useless. 95% of all Arch documentation refers to pre-systemd configurations, and while I've managed to cross reference a lot of it to at least get my wireless up and running, I can not figure out for the life of me how to get it to connect.
What I've managed to do:
- compile and install kernel modules for the Edimax EW-7811Un USB-Wifi adapter.
- replace network with networkmanager: this causes all the interfaces, eth0 and wlan0, to come up.
From here, I can't get it to connect to anything, nor can I figure out where to put the configuration files to do so. There are lots of references to /etc/rc.conf (doesn't exist), /etc/network.d (doesn't exist), and so on.
I've tried manually using iwconfig, but nothing connects.
I'm using X, but not a window manager (multiple xterms, it actually looks pretty cool). Again, ArchWiki assumes you will use a window manager and tools such as nm-applet or wifi-radar (wifi-radar didn't work btw). I need to configure from the command line. And there are two different wireless networks I'll need to connect to (home and work). Both use dhcp for addressing. One uses wpa, one uses wep. Dynamically choosing whichever network is in range would be ideal, but I'll manually switch if I have to.
So... how do I do it? Can someone either talk me through it, or point me to a decent website that actually has up to date instructions, without referring me to another website that, ta dah, doesn't?