带无线驱动的linux版本,Atheros AR9170芯片的linux网卡驱动(支持新版)

tl_wn322G+ 2.0版无线网卡采用的是Atheros 的AR9271方案,我尝试了用ndiswrapper-1.55在linux下安装该无线网卡的Windows驱动,安装windows版的驱动时,用ndiswrapper -l ,显示为错误的驱动,用ndiswrapper -i 命令安装了Vista下的驱动,显示安装了驱动,但用modproe ndiswrapper 启动时提示出错,不能驱动。

想请有相同设备的朋友一起试验下,看怎样才能让TP-LINK tl_wn322G+ 2.0版无线网卡在linux下驱动起来。

一、运行 lsusb

显示

Bus 001 Device 002: ID 0cf3:1006 Atheros Communications, Inc. 

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

二、只能安装TP_Link tl_wn322G+ 2.0 无线网卡的VISTA驱动 

运行 ndiswrapper -l

显示

netathur : driver installed

device (0CF3:1006) present

如果安装windowsXP驱动

运行 ndiswrapper –l

显示

netathuw : invalid driver!

三、运行以下指令都无错误提示

diswrapper -m

ndiswrapper -ma

ndiswrapper -mi 

运行modprobe ndiswrapper指令

显示

WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.

运行 vi /etc/modprobe.d/ndiswrapper

显示如下:

install usb:v0CF3p1006d*dc*dsc*dp*ic*isc*ip* /sbin/modprobe ndiswrapper

install usb:v0CF3p7010d*dc*dsc*dp*ic*isc*ip* /sbin/modprobe ndiswrapper

install usb:v0CF3p9271d*dc*dsc*dp*ic*isc*ip* /sbin/modprobe ndiswrapper

运行lsmod

显示 

Module Size Used by

ndiswrapper 193308 0 

这是在buntu 9.04下的安装情况

运行 dmesg | grep ndiswrapper 指令

显示

[ 6.464520] ndiswrapper version 1.55 loaded (smp=yes, preempt=no)

[ 7.327820] ndiswrapper (import:242): unknown symbol: ntoskrnl.exe:'RtlIsServicePackVersionInstalled'

[ 7.327832] ndiswrapper (import:242): unknown symbol: ntoskrnl.exe:'KeInitializeGuardedMutex'

[ 7.327837] ndiswrapper (import:242): unknown symbol: ntoskrnl.exe:'KeReleaseGuardedMutex'

[ 7.327842] ndiswrapper (import:242): unknown symbol: ntoskrnl.exe:'KeAcquireGuardedMutex'

[ 7.327890] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisAllocateMdl'

[ 7.327896] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisRetreatNetBufferDataStart'

[ 7.327901] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisAdvanceNetBufferDataStart'

[ 7.327907] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisFreeMdl'

[ 7.327918] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisOpenConfigurationEx'

[ 7.327924] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisMSetBusData'

[ 7.327931] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisAllocateNetBufferAndNetBufferList'

[ 7.327937] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisMAllocateNetBufferSGList'

请问问题出在哪?

要怎样才能在Linux下装好TP_Link tl_wn322G+ V2.0版 USB无线网卡的驱动?

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Atheros AR8131 网卡驱动下载地址:(包括windows 驱动Linux驱动) http://partner.atheros.com/Drivers.aspx Atheros AR9285无线网卡驱动,由开源项目MadWifi支持 在sourceforge搜索MadWifi可以找到: http://sourceforge.net/projects/madwifi/ 最新的Atheros无线网卡驱动主页: http://madwifi-project.org/ 对于新版本linux kernel 2.6.25之后(现在都是这个以上的内核),要用新的current版本。 http://snapshots.madwifi-project.org/madwifi-0.9.4-current.tar.gz In case you use kernel 2.6.25 or newer, you need to get this snapshot of the madwifi-0.9.4 branch instead of the v0.9.4 release! That snapshot is basically v0.9.4 plus compilation fixes for recent kernels. Atheros无线网卡驱动介绍: http://wireless.kernel.org/en/users/Drivers/Atheros AR9285无线网卡驱动 http://wireless.kernel.org/en/users/Drivers/ath9k Any distribution shipping a kernel >= 2.6.27 will have ath9k present but the ath9k driver on 2.6.32 is the oldest one recommended, anything older than that is completely unsupported. Below is a list of the minimal distribution requirements to either use ath9k from 2.6.27 or from compat-wireless, which lets you install newer drivers on older kernels. Ubuntu Intrepid (8.10) Fedora Core 10 openSUSE 11.1 Mandriva Linux 2009.0 (formally known as Mandrake Linux) ARCH Linux Gentoo Linux Red Flag Linux 7.0 (based on Fedora 10) RHEL5 2.6.18 kernel being tested When it went in ath9k was announced to have been merged into Linux-2.6.27-rc3 by Linus on Tue, 12 Aug 2008 19:33:16 -0700 (PDT), and consisted of 58.8% of the entire rc3 patch. Early distributions which picked it up OpenWrt became the first distribution to pick up ath9k and contribute to it.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值