Description of problem: Wifi does not work with kernels 4.9.x using RTL8188CE chip set based wireless card Version-Release number of selected component (if applicable): kernel-4.9.4-100.fc24.x86_64 kernel-4.9.5-100.fc24.x86_64 How reproducible: 100% Steps to Reproduce: 1. boot one of the two kernels listed above 2. try to connect to wireless network Actual results: - sometimes no wifi connection is established - sometimes link comes up but no internet connection can be established Expected results: regular network connection over wifi Additional info: kernels 4.8.x work just fine. `lsmod | grep -i rtl` ```btrtl 16384 1 btusb bluetooth 524288 11 btrtl,btintel,bnep,btbcm,btusb rtl8192ce 57344 0 rtl_pci 28672 1 rtl8192ce rtl8192c_common 49152 1 rtl8192ce rtlwifi 73728 3 rtl_pci,rtl8192ce,rtl8192c_common mac80211 724992 3 rtl_pci,rtl8192ce,rtlwifi cfg80211 573440 2 mac80211,rtlwifi``` `lspci | grep -i wifi` ```03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)```
This seems to be duplicate of RHBZ#1415339 Closing... *** This bug has been marked as a duplicate of bug 1415339 ***