我在如何修复“未找到的ndiswrapper?上尝试了所有的修复程序
在回答3修正建议#2上:当sudo make
Cannot find kernel build files in /usr/src/linux-headers-3.7.0-7-generic
Please give the path to kernel build directory with
the KBUILD=<path> argument to make我也尝试卸载所有的ndiswrapper文件并重新安装。我对Ubuntu相当陌生。我正在努力让我的网具WN311T正常工作。
sudo modprobe ndiswrapper给了我
WARNING: All config files need .conf: /etc/modprobe.d/blacklist,
it will be ignored in a future release.
FATAL: Module ndiswrapper not found.发布于 2013-11-20 14:03:59
您的问题是"make“失败了,因为您没有安装linux内核头。
安装它们时:
sudo apt-get install linux-headers-3.7.0-7-generichttps://askubuntu.com/questions/257340
复制相似问题