ChinaUnix.net
相关文章推荐:

madwifi 传输速率

asf: module license 'Proprietary' taints kernel. ath_hal: 0.9.17.1 (AR5212, AR5416, AR9380, RF5111, RF5112, RF2413, RF5413, RF2316, RF2317, DEBUG, REGOPS_FUNC, WRITE_EEPROM) ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved ath_pci: 0.9.4.5 (Atheros/multi-bss) bus pci: add dri...

by songzhu1987 - 驱动开发 - 2011-05-10 10:57:58 阅读(2528) 回复(1)

atheros芯片驱动

相关讨论

偶的一台NB,插了一块PCMCIA的NetGear WG511T无线网卡,madwifi文档里说可以支持这款型号的网卡,于是下载了madwifi-ng-r1360-20051219 make的时候出现如下错误 The 'uudecode' tool was not found on your system. Please make sure it is installed in your PATH, then try again. make: *** [sanitycheck] 错误 1 请问这个 uudecode tool 该怎么安装配置?

by verseau - 网络与硬件 - 2005-12-19 22:27:07 阅读(771) 回复(2)

偶的一台NB,插了一块PCMCIA的NetGear WG511T无线网卡,madwifi文档里说可以支持这款型号的网卡,于是下载了madwifi-ng-r1360-20051219 make的时候出现如下错误 The 'uudecode' tool was not found on your system. Please make sure it is installed in your PATH, then try again. make: *** [sanitycheck] 错误 1 请问这个 uudecode tool 该怎么安装配置?

by verseau - Linux系统管理 - 2005-12-19 22:27:07 阅读(1298) 回复(2)

如果AP开的频道有DFS要求,madwifi会在VAP_UP之前设置一个DFS WAIT等待时间。用来侦测radar信号。 ath_chan_set() if (!(sc->sc_curchan.privFlags & CHANNEL_DFS_CLEAR)) { sc->sc_dfs->sc_dfswait=1; OS_SET_TIMER(&sc->sc_dfs->sc_dfswaittimer, ATH_DFS_WAIT_MS); } sc_dfswaittimer的处理函数是OS_TIMER_FUNC(ath_check_dfs_clear) 这个函数会清除dfswait的标志,然后把状态机切换到RUN状态。 ...

by hddnwpu - Linux文档专区 - 2008-12-01 10:10:11 阅读(943) 回复(1)

madwifi 就是Atheros无线卡片在Linux上的驱动。Google 上可以搜到很多关于它的资源,基本的我就不多说了。值得一提的是,它有两个版本,旧的叫madwifi,新版本改成了madwifi-ng,旧的madwifi是只有一个设备ath0,也没有wlanconfig;而madwifi-ng则有两个设备wifi0,ath0(普通STA模式下,其他模式下会多出来一些设备),wifi0是父设备,其他athX是使用wlanconfig创建的。 我用的是Linux Ubuntu 6.06,原始安装是旧的madwifi,通过更...

by snowweihua - 网络技术文档中心 - 2007-02-15 11:24:11 阅读(1464) 回复(0)

Installing madwifi using YUM and Livna In the past using the madwifi modules from the Livna repository was a no brainer. Requirements This assumes you have a working Fedora installation and that you have configured yum to use rpm.livna.org Doing the work Update your system su -c "yum update" If your kernel was among the items updated you will want to reboot.Ins...

by zyq26672607 - Linux文档专区 - 2007-07-17 14:42:04 阅读(945) 回复(0)

各位大虾,我在移植arm-linux事遇到一个问题,就是在加载madwifi的驱动时,系统会崩溃。 我用的是IXDP425的板子。通过2个PCI-PCI桥连接了7张Radio,在加载ath_pci.ko模块时系统就崩溃了 cpu: IXP425 kernel: 2.6.15 Radio是Atheros公司的卡,驱动由Atheros公司提供,只是他们提供的源码本来是给mips,我们做了移植工作,现在加载成功 一部分卡驱动后就崩溃了 信息如下: PCI: enabling device 0000:01:0d.0 (03...

by kyok520 - 嵌入式开发 - 2009-02-26 10:58:30 阅读(3977) 回复(4)

madwifi驱动之pci驱动注册 本文为原创,欢迎转载。转载时请务必注明原创地址! 原创地址: Cy158358.cublog.cn 所在模块:ath_pci Linux内核:2.6.21 用到的关键数据: static struct pci_driver ath_pci_drv_id = { .name = "ath_pci", .id_table = ath_pci_id_table, .probe = ath_pci_probe, .remove = ath_pci_remove, #ifdef CONFIG_PM .suspend...

by Cy158358 - Linux文档专区 - 2008-12-22 09:34:34 阅读(1016) 回复(0)

笔记本无线网卡芯片是Aethos的,Linux下这个芯片的驱动是madwifi,安装很简单,修改repositories,然后yum install madwifi就可以了...在安装的时候会自动安装另一个需要的package,dkms(Dynamic Kernel Module Support),当内核升级以后就不用重新编译安装这个驱动了... 如果网卡都不能用,那就麻烦了,需要从源码编译安装... PS:之所以有这个文章是因为我刚开始并不懂修改repositories来增加第三方的源... 下载madwifi0.9.4版...

by lostxanadu - Linux文档专区 - 2008-11-07 13:16:01 阅读(2446) 回复(0)

//hardware:wireless chip ar9132   // software: "LSDK-WLAN-ap81fus-7.1.2.32.tgz" supported by atheros   //20080303 init   一, 关键结构体变量   ath_ar_ops   net80211_ops   ar5416hal      (struct ath_softc_net80211)->sc_ops = ath_ar_ops (struct ath_ops)   (struct ath_softc)->sc_ieee_ops = net80211_ops (struct ieee80211_ops)   二, 关键的文件   if_ath_ahb.c   ath_linux.c  ...

by jinhaijun8106 - Linux文档专区 - 2008-04-17 09:24:46 阅读(1267) 回复(0)

为了驱动一块开发板上的无线网卡(Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC ), 我下载了madwifi驱动程序。通过交叉编译,生成了所需的各驱动模块。但是在模块加载,驱动程序的安装过程中却出现了问题。 具体信息如下: 当我通过命令: modprobe ath_pci,加载驱动模块时,出现信息如下: ath_hal: no version for "struct_module" found: kernel tainted. ath_hal: module license 'Proprietary'...

by Vince.Yellow - Linux新手园地 - 2008-01-14 12:24:11 阅读(2819) 回复(1)