E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ath9k
Debian缺少无线网卡
ath9k
固件
1.查看硬件信息lspic-v01:00.0Networkcontroller:QualcommAtherosAR9485WirelessNetworkAdapter(rev01)Subsystem:QualcommAtherosAR9485WirelessNetworkAdapterFlags:busmaster,fastdevsel,latency0,IRQ16Memoryatf7100000
leeyaf
·
2023-09-21 17:18
ath9k
usb wifi 网卡驱动浅析
ieee80211802.11协议簇是国际电工电子工程学会(IEEE)为无线局域网络制定的标准。概述nl80211:用于对无线设备进行配置管理,它是一个基本Netlink的用户态协议(User态)cfg80211:用于对无线设备进行配置管理。与FullMAC,mac80211和nl80211一起工作。(Kernel态)mac80211:是一个driver开发者可用于为SoftMAC无线设备写驱动的
Linux学习之路
·
2022-02-13 14:26
USB
Linux
Kernel
usb
wi-fi
网卡
openwrt 学习总结二
0:11N基本数据速率21:5G加载ART分区地址问题32:ath10kfirmware相关问题33:BB版本中默认的ath10k、
ath9k
注册过程相反44:LED灯相关配置内容55:MAC地址读取方法
suiyuan0755
·
2020-08-20 01:02
openwrt
OpenWrt下TL-WN722N无线网卡驱动安装
前提:已经安装U盘挂载文档中的USB驱动无线网卡驱动:TL-WN722N网卡核心芯片为Atheros,对应驱动类型为
ath9k
步骤:1.查看依赖关系2.安装软件opkginstalllibnl-tinyopkginstallcrdaopkginstalliwopkginstallwireless-toolsopkginstallkmod-crypto-coreopkginstallkmod-cry
xingyuzhe
·
2020-08-09 03:25
IoT-OpenWRT
openwrt学习总结
其总结文档可以在这里下载:openwrt学习总结1:
ath9k
中的EEPROM中的数据...22:Atheros原厂中的EEPROM的中的数据...33:如何在openwrt添加自定义模块接口...43.1makemenuconfig
suiyuan0755
·
2020-08-08 21:16
openwrt
OpenWRT数据接收过程【Linux内核-OpenWRT】
OpenWRT数据接收过程这里使用的是
ath9k
网卡驱动,硬件平台是TP-linkTL-WR841NV7.1路由器1.ieee80211_tasklet_handler()Linux内核是通过中断来对接收到的数据进行响应的
UsSam
·
2020-08-08 13:21
Atheros CSI工具入门
Atheros-CSI-Tool建立在
ath9k
之上,这是一个支持Atheros802.11nPCI/PCI-E芯片的开源Linux内核驱动程序,因
凌晨两点半还不回家
·
2020-08-07 16:31
杂记
imx6 PCIE使能加载
ath9k
无线网卡
imx6q配置pcie无线网卡遇到如下问题:imx6q-pcie1ffc000.pcie:PCIhostbridgetobus0000:00pci_bus0000:00:rootbusresource[io0x1000-0x10000]pci_bus0000:00:rootbusresource[mem0x01000000-0x01efffff]pci_bus0000:00:rootbusreso
weixin_33796205
·
2020-08-04 20:01
ath9k
网卡驱动相关
因最近需要对
ath9k
的网卡驱动进行一些修改,但是网上资料比较少也比较零散,所以在这里整理一下并加上一些自己的理解,有助于自己的分析。
丶不断追寻
·
2020-07-13 21:08
ath9k
ath9k
驱动内的数据发送过程
这是usb接口的wifi驱动for(n=0;nnumber_of_packets;n++){len=urb->iso_frame_desc[n].length;if(lenmax)return-EMSGSIZE;urb->iso_frame_desc[n].status=-EXDEV;urb->iso_frame_desc[n].actual_length=0;}skb数据包到这就被发送了,博主不
叫我吴博士
·
2020-07-13 07:27
linux源码
MAC TDMA网络的实现
ath9k
是Atheros公司的开放源代码的驱动程序,因此可以根据需要在这一基础上做一定的修改,将传统的802.11协议修改成MACTDMA协议。
shenleiwhu
·
2020-07-10 02:25
TCP/IP详解学习
ath9k
bluetooth coexistence
ath9ksupportsBluetoothcoexistenceunderthe2-wireand3-wirescheme.Thissectiondocumentshowthisissupportedandunderwhatchipsets.Contentsath9kbluetoothcoexistenceGPIOpinsetupandconfigurationBluetoothcoexiste
myxmu
·
2020-07-05 00:16
WIFI
bt
callback
file
module
up
ubuntu 安装Qualcomm Atheros QCA9565 AR9565 无线网卡驱动并连接wifi网络
9565的无线网卡驱动需要加载的是
ath9k
,所以下载驱动包编译,之后加载
ath9k
模块就可以使用无线网卡了。
大头菜馅馒头
·
2020-07-04 19:08
linux
【Atheros】如何禁用载波侦听CSMA和BACKOFF
有时候我们为了观察网卡在全力发送数据包时的性能,要禁用CSMA和ACK,这一篇文章先来讨论怎么禁用CSMA,这里提供两种思路,一是通过设置几个寄存器来完成禁CSMA和退避,,在drivers/net/wireless/ath/
ath9k
·
2015-11-13 11:05
OS
【Atheros】
Ath9k
速率调整算法源码走读
上一篇文章介绍了驱动中minstrel_ht速率调整算法,atheros中提供了可选的的两种速率调整算法,分别是
ath9k
和minstrel,这两个算法分别位于: drivers\net\wireless
·
2015-11-13 10:06
算法
【Linux】OpenWRT的无线设置注意事项——从2.4G到5G,hwmode不简单
硬件说明: 操作系统:OpenWRT 网卡:AR9220R52Hn 网卡驱动:
ath9k
OpenWRT在刷机完成之后,并不会自动开启无线功能,需要手动修改配置文件,然后重启网络服务
·
2015-11-13 00:56
linux
OpenWrt下TL-WN722N无线网卡驱动安装
前提:已经安装U盘挂载文档中的USB驱动 无线网卡驱动: TL-WN722N网卡核心芯片为Atheros,对应驱动类型为
ath9k
步骤: 1.查看依赖关系 2.安装软件 opkginstall
caoxin4813
·
2015-11-08 14:00
openwrt
网卡驱动
ath9k
ubuntu 无线网速很慢
#执行如下命令 xyang@xyang-Latitude-E5440:~$ cat wifi sudo ifconfig wlan0 down sudo rmmod -f
ath9k
sudo modprobe
soueer
·
2015-11-06 23:00
linux
linux 配置 wlan 连接
我的是
ath9k
,linux 内核不自带,现编译成模块 然后安装上。具体步骤请自行搜索 linux 编译内核 第二步,起用模块 modprobe ath9k. 这里替换上你的模块。
·
2015-10-30 13:10
linux
OpenWrt下TL-WN722N无线网卡驱动安装
前提:已经安装U盘挂载文档中的USB驱动 无线网卡驱动: TL-WN722N网卡核心芯片为Atheros,对应驱动类型为
ath9k
步骤: 1.查看依赖关系 2.安装软件 opkginstall
xingyuzhe
·
2015-08-18 11:00
openwrt
网卡驱动
ath9k
往Atheros AR9280中烧写wifi模块过程
ubnt下将
ath9k
,mac80211,include\net中的代码替换,位置分别在:
ath9k
:backfire1—backfire—build_dir—linar71xx—compat—driver—net—wireless—ath—ath9kmac80211
kipdoudou
·
2014-12-19 12:00
wifi
烧写流程
9280
openwrt学习总结
其总结文档可以在这里下载: openwrt学习总结1:
ath9k
中的EEPROM中的数据...22:Atheros原厂中的EEPROM的中的数据...33:如何在openwrt添加自定义模块接口...43.1makemenuconfig
suiyuan19840208
·
2014-06-03 20:00
Ubuntu 14.04 快速创建无线接入点供移动设备连接上网
比如我的无线网卡是QualcommAtherosAR9485WirelessNetworkAdapter,Linux内核自带了驱动
ath9k
,支持创建AP无线热点。
eechen
·
2014-04-27 13:00
Ubuntu下共享Wifi给安卓
1)计算机:Acer4750G 2)系统:Acer4750G 3)无线网卡:QualcommAtherosAR9287WirelessNetworkAdapter 4)驱动程序:
ath9k
leaf5022
·
2014-03-08 21:00
ath9k
bluetooth coexistence
ath9ksupportsBluetoothcoexistenceunderthe2-wireand3-wirescheme.Thissectiondocumentshowthisissupportedandunderwhatchipsets.Contentsath9kbluetoothcoexistenceGPIOpinsetupandconfigurationBluetoothcoexiste
myxmu
·
2012-10-15 13:00
File
Module
UP
callback
BT
为Linux编译atheros ar1111(设备ID:168c:0037,AW-NB100H – AR5B225 Atheros half size)网卡驱动
买了个zotac h61itx-a-e wifi主板,从zotac官网下载的Linux驱动编译不过去,无奈自己做了个compat-wireless-3.5-rc5-1的补丁,实际上
ath9k
已经支持这款网卡
haohetao
·
2012-07-15 22:00
linux
compat
wireless
zotac
h61itx
为Linux编译atheros ar1111(设备ID:168c:0037,AW-NB100H – AR5B225 Atheros half size)网卡驱动
买了个zotac h61itx-a-e wifi主板,从zotac官网下载的Linux驱动编译不过去,无奈自己做了个compat-wireless-3.5-rc5-1的补丁,实际上
ath9k
已经支持这款网卡
haohetao
·
2012-07-15 22:00
linux
compat
wireless
zotac
h61itx
compat-wireless 交叉编译
2232662/788953内核需要选中Bussupport-> PCIsupport,否则编译会报错:compat-wireless-2012-02-22/drivers/net/wireless/ath/
ath9k
shaoyizhe2006
·
2012-05-03 20:00
buffer
Build
NetWork
triggers
networking
compat-wireless 交叉编译
内核需要选中Bussupport-> PCIsupport,否则编译会报错:compat-wireless-2012-02-22/drivers/net/wireless/ath/
ath9k
/pci.c
wb127
·
2012-02-24 22:41
职场
休闲
compat-wireless
compat-wireless 交叉编译
内核需要选中Bussupport->PCIsupport,否则编译会报错:compat-wireless-2012-02-22/drivers/net/wireless/ath/
ath9k
/pci.c:
wb127
·
2012-02-24 22:41
职场
休闲
compat-wireless
Linux
嵌入式linux和iphone实现无线网卡点对点通信
无线网卡是水星的WM54U,驱动是tiny6410下2.6.36内核自带的
ath9k
。 以下命令是实现创建无线网卡点对点通信的网络节点,网络节点名称为arm: sc
gfocean
·
2011-05-25 09:00
linux
网络
嵌入式
iPhone
语言
路由器
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他