You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
hi, I have an orangepi one, armbian ubuntu kernel 4.14.70-sunxi with device
lsusb: 148f: 7601 Ralink Technology, Corp. MT7601U Wireless Adapter
I briefly describe what I did:
1 install headers
2 git clone https://github.com/THLIVSQAZ/MT7601U.git
3 cd MT7601u /
4 sudo cp -v / lib / modules / $ (uname -r) /build/Module.symvers src / os / linux
5 sudo make clean & & make all && make install
6 sudo rm -rvf src / os / linux / Module.symvers
7 sudo nano /etc/modprobe.d/blacklist
8 blacklist mt7601u
9 reboot
the result is that nothing has changed but continues to give
Supported interface modes:
* managed
* monitor
and not ap etc ...
and keep giving me the driver wlx00e1b0117ad1 and not vlan0 or ra0
The text was updated successfully, but these errors were encountered:
hi, I have an orangepi one, armbian ubuntu kernel 4.14.70-sunxi with device
lsusb: 148f: 7601 Ralink Technology, Corp. MT7601U Wireless Adapter
I briefly describe what I did:
1 install headers
2 git clone https://github.com/THLIVSQAZ/MT7601U.git
3 cd MT7601u /
4 sudo cp -v / lib / modules / $ (uname -r) /build/Module.symvers src / os / linux
5 sudo make clean & & make all && make install
6 sudo rm -rvf src / os / linux / Module.symvers
7 sudo nano /etc/modprobe.d/blacklist
8 blacklist mt7601u
9 reboot
the result is that nothing has changed but continues to give
Supported interface modes:
* managed
* monitor
and not ap etc ...
and keep giving me the driver wlx00e1b0117ad1 and not vlan0 or ra0
The text was updated successfully, but these errors were encountered: