Ohhh, sorry! I can't give you the answer you expect.
The process is usually something like this, with a temporary working internet connection:
Code:
sudo apt-get install build-essential linux-headers-generic git
git clone https://github.com/hadess/rtl8723as.git
cd rtl8723as
make
sudo make install
sudo depmod -a
sudo modprobe 8723bs
It 'makes' with one warning but no errors on my 14.10 system. It doesn't call for firmware, so, assuming your device is covered, it ought to spring to life.
I await your report of success.