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

Linux Mint 18 Build Works, Cannot get modules to load. #117

Closed trevornc68 closed 7 years ago

trevornc68 commented 7 years ago

I have pulled the repo and used both the install.sh script and the manual approach to install these drivers. Everything appears to work successfully, however it would appear that the new modules are not being used. I have included some output below. I can certainly help by making a pull request to test fixes if needed.

Thank you, Trevor

uname -a Linux trevors-laptop 4.4.0-72-generic #93-Ubuntu SMP Fri Mar 31 14:07:41 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

lspci

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)

./am_i_using_this_driver.sh

[] Not running the new rtlwifi (running stock driver) [] Not running the new rtl8192c_common (running stock driver) [*] Not running the new rtl8192ce (running stock driver)

modinfo rtl8192ce filename: /lib/modules/4.4.0-72-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rtl8192ce.ko firmware: rtlwifi/rtl8192cfwU_B.bin firmware: rtlwifi/rtl8192cfwU.bin firmware: rtlwifi/rtl8192cfw.bin description: Realtek 8192C/8188C 802.11n PCI wireless license: GPL author: Larry Finger Larry.Finger@lwfinger.net author: Realtek WlanFAE wlanfae@realtek.com author: lizhaoming chaoming_li@realsil.com.cn srcversion: 12CB68DEC32F65409C1F94F alias: pci:v000010ECd00008176svsdbcsci alias: pci:v000010ECd00008177svsdbcsci alias: pci:v000010ECd00008178svsdbcsci alias: pci:v000010ECd00008191svsdbcsci depends: rtlwifi,rtl_pci,rtl8192c-common,mac80211 intree: Y vermagic: 4.4.0-72-generic SMP mod_unload modversions parm: swenc:Set to 1 for software crypto (default 0) (bool) parm: ips:Set to 0 to not use link power save (default 1) (bool) parm: swlps:Set to 1 to use SW control power save (default 0) (bool) parm: fwlps:Set to 1 to use FW control power save (default 1) (bool) parm: debug:Set debug level (0-5) (default 0) (int)

trevornc68 commented 7 years ago

So the problem appears to be the same one discussed https://github.com/FreedomBen/rtl8188ce-linux-driver/issues/104 . Basically I modified the Makefile so the MODDESTDIR line was changed to:

MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/realtek/rtlwifi

Once this change was made and I ran ./install.sh again it immediately installed and started using the new drivers.