FreedomBen / rtl8188ce-linux-driver

This modified version of the RealTek WiFi driver fixes some issues with RealTek cards on Linux.
GNU General Public License v2.0
491 stars 109 forks source link

modprobe: ERROR: could not insert 'rtl8192ce': Invalid argument #89

Closed Fruneng closed 8 years ago

Fruneng commented 8 years ago
# uname -a
Linux gentoo-cc 4.1.12-gentoo #1 SMP Tue Jan 19 01:36:07 CST 2016 x86_64 Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz GenuineIntel GNU/Linux
# lspci |grep Network
08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
# git branch
* generic-4.1.x
  master
# ./am_i_using_this_driver.sh 
[*] You are running the new rtlwifi
[*] You are running the new rtl8192c_common
[*] Not running any rtl8192ce
 # modprobe rtl8192ce
modprobe: ERROR: could not insert 'rtl8192ce': Invalid argument
Fruneng commented 8 years ago

I found the same problem. http://askubuntu.com/questions/260991/rtl8188ce-wifi-adapter-is-not-detected-after-installing-newest-realtek-driver

FreedomBen commented 8 years ago

Thanks @Fruneng . Was that file written by the packaged installer?

Fruneng commented 8 years ago

Yes.I installed the official driver, firstly. @FreedomBen

ravignelyf commented 5 years ago

delete modprobe folder from root and then repeat the same code it will work