OpenWrt下TL-WN722N无线网卡驱动安装

   前提:已经安装U盘挂载文档中的USB驱动

   无线网卡驱动:

   TL-WN722N网卡核心芯片为Atheros,对应驱动类型为ath9k

   步骤:

   1.查看依赖关系

    OpenWrt下TL-WN722N无线网卡驱动安装_第1张图片

   2.安装软件

   opkg install libnl-tiny

   opkg install crda

   opkg install iw

   opkg install wireless-tools

   opkg install kmod-crypto-core

   opkg install kmod-crypto-arc4

   opkg install kmod-crypto-aes

    opkg install kmod-cfg80211

    opkg install hostapd-common

    opkg install kmod-mac80211

    opkg install kmod-ath

    opkg install kmod-ath9k-common

    opkg install kmod-ath9k-htc

   

   3.模块导入

   modprobe ath

   使用lsusb查看usb接口信息

   启用无线功能:ifconfig wlan0 up

   

   4.网卡默认功能

    使用wifi detect > /etc/config/wireless

     将默认配置导入wireless

     /etc/init.d/network restart重启网络服务


   5.Luci界面查看无线网络状况

   OpenWrt下TL-WN722N无线网卡驱动安装_第2张图片

     目前是单纯的上网卡功能,工作在客户端模式。

 


你可能感兴趣的:(IoT-OpenWRT)