ath9k_htc是一个支持Atheros 802.11n USB芯片组的Linux内核驱动程序,在Linux 2.6.35上推出。
ath9k_htc for ubuntu 10.10的驱动。这个是专门针对Ubuntu 10.10的,由于Ubuntu10.10中已经包含了ar9271驱动,所以安装包只会安装ar7010驱动。如果你的系统不是Ubuntu 10.10那就安装ath9k_htc的完整驱动吧,我的空间中也有。点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 ...
Screenshot-Install ath9k_htc Atheros Linux driver.png [ 15.46 KiB | 被浏览2272 次] 2.接下来,插上USB无线网卡,然后单击面板上网络指示图标(默认的network-manager-gnome或者wicd都行),就应该能看到搜索到的很多无线网络了,选择你能用的,有密码的输入密码就OK了。附件: Screenshot-Wicd Network Manager.png...
50 changes: 50 additions & 0 deletions 50 drivers/net/wireless/ath/ath9k/htc_drv_main.c Original file line numberDiff line numberDiff line change @@ -1659,6 +1659,55 @@ static void ath9k_htc_set_coverage_class(struct ieee80211_hw *hw,...
https://github.com/qca/open-ath9k-htc-firmware 这是为高通 创锐讯 Atheros AR7010 和 AR9271 USB 802.11n网卡弄的固件。 究竟是什么? 这是驻留在AR7010/AR9271网卡的RAM中的固件。它被ath9k(Linux)和 athn(OpenBSD)用来提供无线 服务。 这属于什么许可范围?
@@ -244,11 +244,11 @@ static inline void ath9k_skb_queue_complete(struct hif_device_usb *hif_dev, ath9k_htc_txcompletion_cb(hif_dev->htc_handle, skb, txok); if (txok) { TX_STAT_INC(skb_success); TX_STAT_ADD(skb_success_bytes, ln); TX_STAT_INC(hif_dev, skb_success); ...
kmod-ath9k-htc - 3.2.9+2012-02-27-1 # OpenWRT radio config follow: (equal on both nodes, and kept the same in infrastructure or adhoc mode) config 'wifi-device' 'radio1' option 'type' 'mac80211' option 'hwmode' '11ng'
cd compat-wireless scripts/driver-select ath9k_htc make&&make install 下载firmware http://wireless.kernel.org/download/htc_fw/ \cp -f htc_*.fw /lib/firmware 可以用lspci(内置)或lsusb(外置)来查看安装的网卡设备标识 如果有问题可以用dmesg来诊断...
extern struct ieee80211_ops ath9k_htc_ops; extern int htc_modparam_nohwcrypt; +extern int led_blink; enum htc_phymode { HTC_MODE_11NA = 0, diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_gpio.c b/drivers/net/wireless/ath/ath9k/htc_drv_gpio.c ...
Raspberry Pi 3作为WiFi AP托管2.4Ghz和5 5Ghz AP。关注AP是2.4Ghz网络。NIC是一个使用驱动程序WN722N的TP链接ath9k_htc适配器.