怎么在linux 下装网卡驱动。ar9285无线网卡在linux下有驱动吗?
发布网友
发布时间:2022-04-24 06:27
我来回答
共4个回答
热心网友
时间:2023-10-08 20:50
1.Linux下驱动无线网卡需要先安装网卡驱动,这里以BCM4310无线网卡为例
下载地址:http://www.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.重启下就成功驱动无线网卡了
热心网友
时间:2023-10-08 20:51
这种类型芯片的网卡,一般是发行版那里自带了。可以用命令看看有没有对应的mole
$ sudo lsmod |grep ath
如果有对应的设备和驱动,
$ ifconfig wlan0
是可以获取到结果的
热心网友
时间:2023-10-08 20:51
插入网卡,自动加载,或者去官网下载驱动追问找不到驱动呀,你能帮我下一个吗?
热心网友
时间:2023-10-08 20:52
有吧
你到linux 论坛上去找找