No wireless interface on x86 hardware

I build a mini-pc and installed OpenWRT on it. I can not see wireless interface. Mini-pc has MT7915 wireless card on it. How should I install drivers etc?

The card I have: https://www.aliexpress.com/item/1005004992184544.html?spm=a2g0o.order_list.order_list_main.5.21ef3d12evCvNQ&gatewayAdapt=glo2tur

you need kmod-cfg80211 kmod-mac80211 kmod-mt7915-firmware kmod-mt7915e

opkg update
opkg install  kmod-cfg80211 kmod-mac80211 kmod-mt7915-firmware kmod-mt7915e
1 Like

Thank you very much. It worked!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.