在 Kali Linux 2.0 滚动中安装 WiFi 驱动程序时遇到问题

在 Kali Linux 2.0 滚动中安装 WiFi 驱动程序时遇到问题

我在安装驱动程序时遇到问题https://github.com/pvaret/rtl8192cu-fixes对于 tp-link wn823n 300Mpbs 无线适配器(该适配器仅支持内核版本 2.10,而我的内核版本为 4.3.0-kali1-amd64)。

当我执行来自驱动程序指令的以下命令时

sudo apt-get install git linux-headers-generic build-essential dkms

它给了我以下错误:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package linux-headers-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linux-headers-generic' has no installation candidate

请帮助我解决问题,非常感谢任何帮助。

答案1

我认为这个 wificard 的驱动程序可以通过添加 hanipouspilot ppa 来安装,这对我有用,你可以复制粘贴这些命令。

sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt update
sudo apt install rtl8192eu-dkms

您还可以尝试将 linux 标头更新到最新内核

安装新的头文件到kali linux

相关内容