muratdemirtas / MT7601u

Ubuntu and Embedded Linux(Raspberry Pi, Banana Pi etc.) drivers for MediaTek MT7601u Wireless Chipset. Support Access Point(AP) and Station Mode(STA). Tested on 32-64 Bit Ubuntu and Raspberry Pi 2 with all kernels since v4.0.0+. You can use this driver for internet sharing(hotspot), robotic, file transfer or ssh.
Other
94 stars 44 forks source link

How to setup the STA mode with this driver? #5

Open hellochenwang opened 6 years ago

hellochenwang commented 6 years ago

The AP mode works fine. But I'm not sure how to enable the STA mode.. I have two mt7601 dongles plugged in, I'm trying to get one in AP mode, one in STA mode.

Thanks!!

TonyStark commented 6 years ago

Found solution just add below lines in etc/modprob/blacklist.conf

#blacklist mt7601u
blacklist mt7601Uap
blacklist rtnet7601Uap 
blacklist rtutil7601Uap 

then restart. OR

sudo modprobe -r rtnet7601Uap mt7601Uap rtutil7601Uap 
sudo modprobe mt7601u

No need to restart If you get error about module is in use then disable networking from network manager panel ;D