google 了一轮,基本思路是安装 ndiswrapper 然后再装驱动文件
下载了 ndiswrapper 的源码包,然后 make;make install 都遇到错误
查看了文档,小白不太懂内核的事情,请问如下的指示如何做?
Prerequisites
You need a recent kernel, at least 2.6.13, with header files for the
kernel. Make sure there is a link to the kernel source from the modules
directory. The command
ls /lib/modules/uname -r/build
should have at least 'include' directory and '.config' file.
敲了命令并没有 include 和.config