

For that, see the steps for Semi-Automatic Installation (DKMS). You may wish to register the modules with DKMS for automatic rebuild when your kernel changes.
#Realtek rtl8188ce wireless driver driver#
This driver supports following RealTek PCIE Wireless LAN NICs: Other RealTek cards, kernel releases, and Linux flavors/releases are supported, but not tested by me (since I don't have them/use them). I try to fix the breakage quickly but this is not how I support my family -)

Not one of my favourite tasks.Arch is also supported, but tends to break each time the kernel is bumped up a minor version (like 3.13.x to 3.14.x).
#Realtek rtl8188ce wireless driver code#
So the current problem is to identify the code sections which cause the errors when attempting to build against the kernel-devel-2.6.32-220.4.2.el6.x86_64 package and then back-port a fix. $ for K in $(find -type f -name \*.ko) do modinfo -F alias $K done | sort | uniqįrom the above output we can see that it is the rtl8192ce module that will provide the WiFi support for your system. The sources from that tarball will build cleanly and without any error against the kernel-ml-devel-3.2.86_64 package. home/maksaraswat/Downloads/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/./base.h:143: warning: its scope is only this definition or declaration, which is probably not what you want Include/net/mac80211.h:2120: note: expected ?struct ieee80211_hw *? but argument is of type ?struct ieee80211_vif *? The weird part is inside the extracted folder it has sub-folders for rtl8192ce, rtl8192de and rtl8192de!!!! Yes, it does not have any folder for rtl8188ce! Navigated to rtl8192ce folder and ran "make" and it gives me following rtl8192ce]# make I downloaded the driver from Realtek's website and extracted. I bought a new Lenovo X120e and having issues in configuring wifi adapter in Centos 6.2 64-bit.
