friendlyarm / Actions-FriendlyWrt

Build FriendlyWrt using GitHub Actions
317 stars 134 forks source link

Support WN722N v1? #67

Open adibindrianto opened 2 months ago

adibindrianto commented 2 months ago

Why nanopi r2s when installing driver wn722n v1 (ath9k) connected to usb port with openwrt 21.02 or 23.03 for path often changes during reboot, every time after reboot there are also radio0, radio1, radio2 even though I have set automatic enable /etc/lib/mac802.sh, is there a solution?

friendlyarm commented 2 months ago

Use the lsmod command to see if the module is loaded, Create a conf file in the /etc/modules.d/ directory to automatically load the driver modules you want.

adibindrianto commented 2 months ago

what configuration commands should be included in /etc/modules.d/? can be more detailed