TP-LINK TL-MR3020 + E3372 dongle

Hi,

for E3373 Hilink:

  1. install

opkg install usb-modeswitch

  1. change lan ip
    uci set network.lan.ipaddr=192.168.2.1
    uci commit network

  2. install CDC driver
    opkg install kmod-usb-net-cdc-ether

  3. WAN

uci set network.wan.ifname=eth2
uci set network.wan.proto=dhcp
uci commit network
reboot

that works for me: Linksys WRT1200AC + 3373 Hilink + lede David502 build.

1 Like