Hi, any tips on getting a USB WiFi dongle to work? I have "ID 0e8d:7612 MediaTek Inc. MT7612U 802.11a/b/g/n/ac Wireless Adapter", which I think is on the Supported Hardware wiki page as mt76x2u (but untested).
The kmods get loaded:
mt76x2u 8812 0
mt76x2_common 8402 1 mt76x2u
mt76x02_usb 5027 1 mt76x2u
mt76_usb 8513 2 mt76x2u,mt76x02_usb
mt76x02_lib 33101 3 mt76x2u,mt76x02_usb,mt76x2_common
mt76 27023 5 mt76_usb,mt76x02_lib,mt76x2u,mt76x02_usb,mt76x2_common
mac80211 321802 5 mt76_usb,mt76,mt76x02_lib,mt76x2u,mt76x02_usb
libarc4 799 1 mac80211
cfg80211 184648 4 mt76,mac80211,mt76x02_lib,mt76x02_usb
but the interface doesn't show up (e.g., in iwconfig). And dmesg shows:
[ 7.379854] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 7.401849] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 7.698924] usb 1-1: reset high-speed USB device number 2 using xhci-hcd
[ 7.880223] mt76x2u 1-1:1.0: ASIC revision: 76120044
[ 7.951937] xhci-hcd xhci-hcd.0.auto: Ring expansion failed
[ 8.314630] rkcif-mipi-lvds: get_remote_sensor: remote pad is null
[ 8.314676] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[1] get remote sensor_sd failed!
[ 8.314687] stream_cif_mipi_id1: update sensor info failed -19
( similar rkcif-related errors repeated a few times )
[ 8.687113] mt76x2u: probe of 1-1:1.0 failed with error -12
[ 8.687249] usbcore: registered new interface driver mt76x2u
Error -12 is ENOMEM. Not enough memory? Seems like there should be enough early in the boot though.