MT7916E not properly working?

I have AsiaRF MT7916E / AW7916-NPD, after adding it to devices.txt in my iwinfo, finally got recognized in iwinfo.

I have problems with it on 2.4 Ghz, somehow it stuck on around 65 Mbps, also the 6 Ghz/ 5 Ghz is not working, after setting up the interface, somehow it doesn't show up in wifi 6 client. Only 2.4 Ghz is show up.

Does anyone have experiences with MT7916E, should I wait for the kernel module to be more mature?.

Dmesg :

[   21.752929] mt7915e 0000:05:00.0: enabling device (0000 -> 0002)
[   21.771128] mt7915e 0000:05:00.0: disabling ASPM L0s L1
[   21.881479] mt7915e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20221031154652a
[   21.917965] mt7915e 0000:05:00.0: WM Firmware Version: ____000000, Build Time: 20221031154713
[   21.973147] mt7915e 0000:05:00.0: WA Firmware Version: DEV_000000, Build Time: 20221031154757

/etc/config/wireless


config wifi-device 'radio0'
	option type 'mac80211'
	option path 'pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:07.0/0000:05:00.0'
	option band '2g'
	option htmode 'HE40'
	option cell_density '0'
	option channel '7'
	option txpower '17'
	option country 'CA'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option ssid 'Test'
	option encryption 'psk2+ccmp'
	option key 'password'
	option ieee80211w '1'
	option wpa_disable_eapol_key_retries '1'

config wifi-device 'radio1'
	option type 'mac80211'
	option path 'pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:07.0/0000:05:00.0+1'
	option cell_density '0'
	option htmode 'HE160'
	option band '5g'
	option channel '153'
	option country 'CA'

config wifi-iface 'wifinet1'
	option device 'radio1'
	option mode 'ap'
	option encryption 'sae'
	option key 'password'
	option wpa_disable_eapol_key_retries '1'
	option network 'lan'
	option ssid 'Test_5G'

iw phy log in here.

Currently fixed with this patch for newest meditek firmware files on mt76.

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