下载地址: broadcom.com/support/?gid=1
2.解压无线网卡驱动压缩包
[root@test ~]#tar -xf ndiswrapper-1.52.tar.gz
3.命令cd进入ndiswrapper-1.52解压目录
[root@test ~]#cd ndiswrapper-1.52
4.编译安装驱动配置文件
[root@test ~]#./configure
[root@test ~]#make
5.安装无线网卡驱动
[root@test ~]#make install
6.查看驱动是否安装
[root@test ~]#ndiswrapper -l
#会输出当前已经安装过的驱动
7.加载无线网卡驱动
[root@test ~]#modprobe ndiswrapper
8.写入网卡配置文件
[root@test ~]#ndiswrapper -m
[root@test ~]#ndiswrapper -ma
[root@test ~]#ndiswrapper -mi
9.启动后模块自动加载无线网卡
[root@test ~]#modprobe ndiswrapper
10.重启下就成功驱动无线网卡了
[root@test ~]#reboot
linux网卡驱动得知道网卡是什么型号以及芯片型号!是USB网卡呢?还是PCI卡?运行命令:
# lsusb
or
# lspci
上面命令可以查找网卡或者芯片型号,有型号后才能找对应驱动! [注意:以上命令找到的不止网卡,要注意关键字]
安装很简单,根据帮助进行 *** 作就可以。
1、如果有一个windows系统装个硬件检测的软件检测一下这个网卡的芯片型号,或百度一下此网卡芯片,再找找这个芯片的linux驱动。2、上tp linnk官网查查支持。
3、把问题提得详细点。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)