@@ -694,17 +694,17 @@ You are now ready to copy the new firmware files to their destination folder/dir
694694Create the needed directory (if necessary):
695695
696696```
697- sudo mkdir /lib/firmware/mediatek
697+ sudo mkdir /lib/firmware/mediatek/mt76
698698```
699699
700700Copy the files to the following locations:
701701
702702```
703- sudo cp mt7662u.* /lib/firmware/mediatek
703+ sudo cp mt7662u.* /lib/firmware/mediatek/mt76
704704```
705705
706706```
707- sudo cp mt7662u_rom_patch.* /lib/firmware/mediatek
707+ sudo cp mt7662u_rom_patch.* /lib/firmware/mediatek/mt76
708708```
709709
710710Reboot:
@@ -794,13 +794,13 @@ You are now ready to copy the new firmware files to their destination folder/dir
794794Create the needed directory (if necessary):
795795
796796```
797- sudo mkdir /lib/firmware/mediatek
797+ sudo mkdir /lib/firmware/mediatek/mt76
798798```
799799
800800Copy the file to the following location:
801801
802802```
803- sudo cp mt7610u.* /lib/firmware/mediatek
803+ sudo cp mt7610u.* /lib/firmware/mediatek/mt76
804804```
805805
806806Reboot:
@@ -890,13 +890,13 @@ You are now ready to copy the new firmware files to their destination folder/dir
890890Create the needed directory (if necessary):
891891
892892```
893- sudo mkdir /lib/firmware
893+ sudo mkdir /lib/firmware/mediatek
894894```
895895
896896Copy the file to the following location:
897897
898898```
899- sudo cp mt7601u.* /lib/firmware
899+ sudo cp mt7601u.* /lib/firmware/mediatek
900900```
901901
902902Reboot:
0 commit comments