I've been using Linux for years but never a source-based distro. Going through the installation guide when I got to the step of
# addwifi -S wpa -K 'wifipassword' mywifinetwork
I received an error message as follows:
Traceback (most recent call last):
File "/usr/sbin/addwifi", line 164, in <module>
main()
File "/usr/sbin/addwifi:, line 144 in main
check_call(['rfkill','unblock','wlan','wifi'])
File "/usr/lib64/python3.3/subprocess.py", line 542, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib64/python3.3/subprocess.py", line 523, in call
with Popen(*popenargs, **k