急求Atheros AR928X的Linux驱动(Lzm格式的优先)

急求Atheros AR928X的Linux驱动(Lzm格式的优先),第1张

bt3内核不支持,需要升级LINUX的内核.

BT4 从PRE FINAL开始支持了.驱动

http://www.wlanbbs.com/thread-22632-1-1.html

atheros的ath5k,ath9k,ar9170usb也整合了进去。

同时编译打包了由老外根据rt2870官方驱动修改的源码,支持注入。

呵呵,这种问题以后去中国无线论坛问吧,这里没几个人研究这个的。

2010.2.25

看你要什么版本了。上述驱动只适用于PRE FINAL,BT4 FINAL版自身集成驱动了,而且用的SPOONWEP2是DEB包的,不是LZM的。

BT4 FINAL 英文原版:

http://www.wlanbbs.com/thread-90098-1-1.html

BT4正式版一揽子安装攻略<2009.11.30增加beini引导〉http://www.wlanbbs.com/thread-23954-1-1.html

ALLSPOON.DEB

http://www.wlanbbs.com/thread-27765-1-1.html

BT4 2010 中文骨头 II 版

http://www.wlanbbs.com/thread-91575-1-1.html

和你情况类似的:

《Athero AR9285 网卡 使用bt4-fina 研究学习成功〉

http://www.wlanbbs.com/thread-93150-1-1.html

来一个完全教程:

Intel(R) WiFi Link 5100 AGN 研究学习无线网络 BT4正式版U盘启动(整合+原创)

http://www.wlanbbs.com/thread-86085-1-1.html

差不多了。都在中国无线论坛里呢,自己有空去看看吧,东西挺多的。希望能够帮到你。

研究愉快!

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.重启下就成功驱动无线网卡了


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/8738048.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-20
下一篇2023-04-20

发表评论

登录后才能评论

评论列表(0条)

    保存