Thinkpad E470C ubuntu18.04 wireless driver-rtl8812ce

Thinkpad E470C ubuntu18.04 wireless driver-rtl8812c

If you have no time, please go to step 4 directly.
step1~step3 are my try road.

step 1(tried useless)

Install ubuntu 14.04 OS on Thinkpad E470C
Wireless couldn’t be used.
Try to install wireless adapter driver rtl8812ce
Refer to :
https://blog.csdn.net/fljhm/article/details/79281655
but
make failed
couldn’t find “#include

step2(tried useless)

Install ubuntu 18.04 OS instead
Refer to :
https://blog.csdn.net/fljhm/article/details/79281655
but still make fail
“incompatible pointer type in rtl8821ce/os_dep/linux/os_intfs.c”
.ndo_select_queue = rtw_select_queue,

step3(tried useless)

Refer to:
https://blog.51cto.com/3138583/2437252
"ubuntu 18.04.3 无线网卡8821ce 和设置 +ipsec"
but git failed

step4(success)

git clone https://github.com/tomaspinho/rtl8821ce (newest version !!!)

cd rtl8821ce
make
sudo make install
sudo modprobe -a 8821ce

你可能感兴趣的:(linux)