google 了一轮,基本思路是安装 ndiswrapper 然后再装驱动文件
下载了 ndiswrapper 的源码包,然后 make;make install 都遇到错误
查看了文档,小白不太懂内核的事情,请问如下的指示如何做?
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
1
fengyqf 2015-10-15 11:59:56 +08:00
如果没有编译经验,而且不想太折腾(毕竟刚开始,不要把精力放到这些硬骨头上),
严重推荐新买一个“ linux 默认支持的 usb 无线网卡”,某宝上有,通常也就二三十块钱的事情,为保险起见,先咨询下卖家。我上个月买过一个, centos 7 插上就能用。 通常 atheros , intel 芯片对 linux 良好支持 |
2
uxstone 2015-10-15 12:14:43 +08:00
是瑞昱的网卡吗?
linux 对网卡驱动这块,瑞昱支持不是很好! 除了用 google ,还可以试试 AOL,DuckDuckGo 搜索 |
3
Andiry 2015-10-15 12:15:08 +08:00
你确认你命令敲对了?应该是 ls /lib/modules/`uname -r`/build
|
4
oska874 2015-10-15 12:35:56 +08:00
瑞昱的二十块钱的无线网卡即插即用,不用自己装驱动,何必在这上费神,除非你想做相关事情
|
5
pkking 2015-10-15 14:13:16 +08:00
可能需要安装 linux-header 相应的包
而.config 通常和 /boot/config-`uname -r` 文件一直,如果没有复制一个就是了 |
6
HardyTim 2015-10-15 16:43:09 +08:00
自己折腾太麻烦了,还有 ubuntu 最好别更新,以后你会明白为什么的
|