Tutorial install driver tplink wr722n v1 di openwrt
Tutorial install driver tplink wr722n v1 di openwrt

Langkah-Langkah
·kmod-usb2
·kmod-usb-core
·kmod-nls-base
·kmod-ath9k-htc –> driver Atheros USB AR9271 and AR7010 family of chipsets (TL-WN722N).
·kmod-ath9k-common
·kmod-ath
Berikut langkah-langkahnya:
1. Update repositories OpenWrt
root@owrt-hg553:~# opkg update
2. Install kmod-usb2
root@owrt-hg553:~# opkg install kmod-usb2
3. Lakukan reboot router
root@owrt-hg553:~# reboot
4. Pasang USB TL-WN722N dan lakukan cek apakah sudah terdeteksi
root@owrt-hg553:~# dmesg | grep usb
5. Lakukan update repo lagi seperti pada langkah poin 1.
6. Install driver kmod-ath9k-htc
root@owrt-hg553:~# opkg install kmod-ath9k-htc
7. Lakukan reboot router seperti langkah poin 3
8. Cek apakah driver sudah ter-install dan mengenali USB WiFi
root@owrt-hg553:~# dmesg | grep usb
9. Deteksi Wifi jika driver sudah ter-install dan mengenali USB WiFi dengan baik
root@owrt-hg553:~# wifi detect
-device radio1
option type mac80211
option channel 11
option hwmode 11g
option path ‘platform/ehci-platform/usb1/1-1/1-1:1.0’
option htmode HT20
#REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1
config wifi-iface
option device radio1
option network lan
option mode ap
option ssid OpenWrt
option encryption none
root@owrt-hg553:~#