My ultimate goal is to install MythTV backend - but it's been a bear getting there. For the moment, let me focus on one issue at a time.
I have an EdiMax EW-7811Un wifi adapter. I have been unable to get it to connect to my access point (whose WPA2 password has a space in it, if that matters.)
In fact, my problem seems to be identical to the problem at
viewtopic.php?f=60&t=8419&p=45010&hilit=dkms#p45010
*but*
a) I can't install dkms-8192cu for some reason.
$this->bbcode_second_pass_code('', 'DKMS: add completed.
Error! echo
Your kernel headers for kernel 3.18.9-2-ARCH cannot be found at
/usr/lib/modules/3.18.9-2-ARCH/build or /usr/lib/modules/3.18.9-2-ARCH/source.
error: command failed to execute correctly
')
I tried to resolve this by
$this->bbcode_second_pass_code('', 'pacman -U http://os.archlinuxarm.org/armv7h/core/linux-raspberrypi-3.18.9-2-armv7h.pkg.tar.xz
sync
shutdown -r now
')
to no avail. I don't know if this is part of my problem or not, though - the wifi adapter can see the various networks in the area via iwlist wlan0 scan.
b) his solution was using network manager. So i installed network manager and started it
$this->bbcode_second_pass_code('', 'pacman -S networkmanager
systemctl start NetworkManager
nmcli d wifi list
nmcli -a d wifi connect diamond2
')
results in
Error: Connection activation failed: (5) IP configuration could not be reserved (no available address, timeout, etc.).
(which is bogus, because the same adapter works with Raspbian.)
Any suggestions? Thanks!