Realtek RTL8723AE Driver not working in Linux Kernel 3.5.0-37-generic version

Solution 1:

I was just tweaking myself with my own risk, and came up with the solution. So I thought it would be wise for me to answer the question here. I am not a regular answer provider, but still I will try to be professional.

I must tell you that my system is a 32 Bit Ubuntu 12.04(Precise) LTS, Here is how you install the driver for Realtek RTL8723AE-BT Wireless Card. Open your terminal and type the following commands one by one.

sudo apt-get update
sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r`
wget -O- http://dl.dropbox.com/u/57056576/DRIVERS/REALTEK/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012.tar.gz | tar -xz
cd rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/

Give a pause here. and open your file explorer, and locate the file ~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012/base.c. Open the file with text editor, locate line number 320, turn the line to:

/* IEEE80211_HW_BEACON_FILTER | */

from

IEEE80211_HW_BEACON_FILTER |

in other words just comment it out. then go to the terminal again and continue.

make
make install
sudo modprobe rtl8723e

That is it, your Wireless Modem will work in your Linux Kernel Version 3.5.0-37-generic