Since there are many posts regarding this issue, here's the easy way to install. Thank
mltike for
figuring this out. I just built the package.
Make sure you have linux-kirkwood kernel (> 3.8.x, NOT 3.1.X). If you don't make sure you can run it and have the U-Boot that supports it.
Install all the needed components:
$this->bbcode_second_pass_code('', 'pacman -Sy dkms base-devel linux-kirkwood-headers')
Enable dkms service so that the module will get rebuilt when you upgrade the kernel:
$this->bbcode_second_pass_code('', 'systemctl enable dkms
systemctl start dkms')
Install the driver:
$this->bbcode_second_pass_code('', 'pacman -U https://dl.dropboxusercontent.com/u/15043728/ArchLinuxArm/kernels/dkms-8192cu-v3.4.4_4749-6-arm.pkg.tar.xz')