Kali安装无线网卡驱动


安装内核头文件

sudo apt update && dist-upgrade
sudo apt install linux-headers-`uname -r`

 

安装驱动

指令 lspci可以确定自己的无线网卡型号

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

安装依赖

sudo apt install bc module-assistant build-essential dkms

  

下载驱动代码

git clone https://github.com/tomaspinho/rtl8821ce

  

编译和安装

cd rtl8821ce

sudo ./dkms-install.sh

  

重新启动  

 

 

参考资料

http://blog.sina.com.cn/s/blog_5d9de9950102x8ah.html

https://www.freebuf.com/sectool/247665.html


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM