Skip to content

Commit

Permalink
Update USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_driv…
Browse files Browse the repository at this point in the history
…ers.md
  • Loading branch information
morrownr authored Oct 29, 2023
1 parent c180031 commit 404af3f
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,18 @@ Note: The mt7921au driver must include the VID/PID that your adapter uses in ord

The driver (module) for the mt7921au chipset is called mt7921u.ko. You can check on the driver by going to the following location:

/usr/lib/modules/`<your kernel version>`/kernel/drivers/net/wireless/mediatek/mt76/mt7921/mt7921u.ko
```
cd /usr/lib/modules/$(uname -r)/kernel/drivers/net/wireless/mediatek/mt76/mt7921
```
Show the files:

```
ls -l
```

The file you are looking for is mt7921u.ko

Note about OpenWRT: There is an exception to the above for OpenWRT. MT7921u has been backported to the kernel (5.10) used in OpenWRT 22.03.x. Starting with OpenWRT 22.03.3, simply install the following package:

Expand Down

0 comments on commit 404af3f

Please sign in to comment.