无法编译 rt8188eu wifi 卡的驱动程序

无法编译 rt8188eu wifi 卡的驱动程序

我已经尝试编译并且还有我从其制造商处获得的一个。两者都给出了相同的错误..当我完成所有时......

make[2]: *** [/home/user/Downloads/rtl8188eu-4.1.8_9499/os_dep/ioctl_cfg80211.o] Error 1
make[1]: *** [_module_/home/user/Downloads/rtl8188eu-4.1.8_9499] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-53-generic'
make: *** [modules] Error 2

我的内核头(也是通用的)也是最新的。

答案1

你为你的内核编译了一个错误的分支。请执行以下操作

sudo apt-get install git
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install

相关内容