小藤连wifi问题求助
收藏回复举报
小藤连wifi问题求助
t('forum.solved') 已解决
发表于2023-06-18 08:14:33
0 查看

我买了RTL8822CE M2无线网卡:

cke_14640.jpeg

按照 https://www.hiascend.com/forum/thread-0260121075301055016-1-1.html

文档的方式,在ubuntu x86虚拟机上成功源码编译了内核:

cke_15366.png

并且将需要加入内核的文件准备好了,传到了200I DK A2上:

cke_10367.png

按照文档操作报以下错误:

(base) root@davinci-mini:~/core# ./insert_rtl8822ce.sh 

insmod: ERROR: could not load module cfg80211.ko: No such file or directory 

insmod: ERROR: could not insert module mac80211.ko: Unknown symbol in module 

insmod: ERROR: could not insert module rtlwifi.ko: Unknown symbol in module 

insmod: ERROR: could not insert module rtw88_pci.ko: Unknown symbol in module 

insmod: ERROR: could not insert module rtw88_core.ko: Unknown symbol in module 

insmod: ERROR: could not insert module rtw88_8822c.ko: Unknown symbol in module 

insmod: ERROR: could not insert module rtw88_8822ce.ko: Unknown symbol in module 

我有个疑问:

使用没有无线网卡驱动的系统,仅需要将编译内核后生成的ko文件和拷贝过来的bin文件传到A2上执行insmod命令就行了嘛?

具体的方式到底如何?这边操作有什么问题,还烦请官方告知。

谢谢~

我要发帖子