Skip to content

Commit 60179be

Browse files
authored
Update How_to_Install_Firmware_for_Mediatek_based_USB_WiFi_adapters.md
1 parent d19ba8f commit 60179be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

home/How_to_Install_Firmware_for_Mediatek_based_USB_WiFi_adapters.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -694,17 +694,17 @@ You are now ready to copy the new firmware files to their destination folder/dir
694694
Create the needed directory (if necessary):
695695

696696
```
697-
sudo mkdir /lib/firmware/mediatek
697+
sudo mkdir /lib/firmware/mediatek/mt76
698698
```
699699

700700
Copy 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

710710
Reboot:
@@ -794,13 +794,13 @@ You are now ready to copy the new firmware files to their destination folder/dir
794794
Create the needed directory (if necessary):
795795

796796
```
797-
sudo mkdir /lib/firmware/mediatek
797+
sudo mkdir /lib/firmware/mediatek/mt76
798798
```
799799

800800
Copy 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

806806
Reboot:
@@ -890,13 +890,13 @@ You are now ready to copy the new firmware files to their destination folder/dir
890890
Create the needed directory (if necessary):
891891

892892
```
893-
sudo mkdir /lib/firmware
893+
sudo mkdir /lib/firmware/mediatek
894894
```
895895

896896
Copy the file to the following location:
897897

898898
```
899-
sudo cp mt7601u.* /lib/firmware
899+
sudo cp mt7601u.* /lib/firmware/mediatek
900900
```
901901

902902
Reboot:

0 commit comments

Comments
 (0)