[Share Experiences] Maxtang FP50的无线网卡问题
Tofloor
poster avatar
9***5@qq.com
deepin
2021-05-05 04:39
Author

大唐的Mini嵌入式电脑FP50,CPU是AMD3020e(12纳米,Ryzen代号Dali, GPU为Vega3),无线网卡Rtk8821ce,安装deepin 20.2(5.10.18内核)不能自动安装驱动并启用无线网络,需要手工处理。该网卡支持Wifi5双频,最高433Mbps,但有线网卡工作正常。具体安装无线网卡驱动的步骤如下:

sudo apt install bc module-assistant build-essential dkms
sudo m-a prepare

sudo apt-get install git

git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
make
sudo make install
sudo modprobe -a 8821ce

Reply Favorite View the author
All Replies
Barry-okx
Junior Packager
2021-05-05 05:33
#1

rtl8821ce-dkms/未知 5.5.2-1 amd64
  DKMS files to build and install rtl8821ce

 

我搜索到源里面有这么一个软件,不能用么?    还是没有试?

 

Reply View the author