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 108 forks source link

Bug Report #109

Closed izeroo closed 7 years ago

izeroo commented 7 years ago

At first,I tired to install the driver,but the terminal said "You are not running the new ". Now I work it out. I found a wrong with " makefile ". In line 3 :"MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/rtlwifi",at first I haven't change it into: "MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/", then i build failed.but then it change it into,and the terminal said :"You are running the new ".

Sorry,my English isn't good,I'm Chinese.

izeroo commented 7 years ago

Maybe it just happened on my computer,but only so i can build success.

FreedomBen commented 7 years ago

Glad to hear it worked for you :+1: