
Depois de semanas tentando localizei uma solução parcial, pois a antena foi identificada mas algumas aplicações nao detectam a mesma como linset, pixiescript e geminis,etc. no terminal manualmente utilizando o ifconfig é possivel localizar a mesma como ra0.
segue solução caso alguem esteja com o mesmo problema, utilizei a sessão abaixo.
### Unofficial mt7601u driver
$ git clone
https://github.com/porjo/mt7601.git$ cd mt7601/src
$ make
$ mkdir -p /etc/Wireless/RT2870STA/
$ cp RT2870STA.dat /etc/Wireless/RT2870STA/
$ insmod os/linux/mt7601Usta.ko
```
If the module has loaded OK, you should see `mt7601Usta` listed in the output of `lsmod` and a new network interface `ra0` should be present in the output of `ip link`.
If all goes well, you can permanently install the driver with `make install`.