After updating OpenWRT on my Bananapi R4 with an AW7916-NPD wifi card a few days ago (which I generally do at least once every couple weeks) I no longer have my 5g/6g bands. The wireless config still all looks right, LuCi shows them broadcasting but shows 91dbm and "No client associated" for both bands and the bands aren't actually showing up on any device or wifi-scanning app. The blob from before and after updating only has two differences:
-
MT-7916e is gone (but the MT7916/MT7915 drivers/firmware still show
-
wpad-basic-mbedtls is gone (it was not actually installed, instead I use OpenSSL, it was just listed, it was a bug).
LSmod:
lsmod | grep mt7996
cfg80211 311296 5 mt7996e,mt7915e,mt76_connac_lib,mt76,mac80211
mac80211 602112 4 mt7996e,mt7915e,mt76_connac_lib,mt76
mt76 69632 3 mt7996e,mt7915e,mt76_connac_lib
mt76_connac_lib 49152 2 mt7996e,mt7915e
mt7996e 118784 0
The before blob:
owut blob
{
"client": "owut/2024.08.09~8a6becd8-r1",
"target": "mediatek/filogic",
"profile": "bananapi_bpi-r4",
"version": "SNAPSHOT",
"version_code": "r27334-a66f6c1bfb",
"filesystem": "squashfs",
"diff_packages": true,
"packages": [
"mkf2fs",
"wpad-basic-mbedtls",
"kmod-mt7916-firmware",
"kmod-mt7996e",
"busybox",
"kmod-hwmon-pwmfan",
"nano",
"openssl-util",
"kmod-phy-marvell",
"kmod-phy-aquantia",
"procd-ujail",
"base-files",
"libustream-mbedtls",
"fitblk",
"firewall4",
"pciutils",
"uboot-envtools",
"dnsmasq",
"procd",
"usbutils",
"hostapd-utils",
"kmod-rtc-pcf8563",
"kmod-usb3",
"kmod-phy-realtek",
"kmod-eeprom-at24",
"wpad-openssl",
"kmod-sky2",
"odhcp6c",
"ethtool",
"uci",
"luci-ssl",
"dropbear",
"mtd",
"odhcpd-ipv6only",
"procd-seccomp",
"kmod-crypto-hw-safexcel",
"kmod-mt7915e",
"kmod-i2c-mux-pca954x",
"urandom-seed",
"ppp",
"kmod-leds-gpio",
"kmod-gpio-button-hotplug",
"kmod-sfp",
"kmod-mt7996-firmware",
"logd",
"e2fsprogs",
"ca-certificates",
"f2fsck",
"ca-bundle",
"luci",
"owut",
"kmod-phy-marvell-10g",
"wireless-tools",
"urngd",
"ppp-mod-pppoe"
]
}
The new blob:
# owut blob
{
"client": "owut/2024.09.07~6564aa2a-r1",
"target": "mediatek/filogic",
"profile": "bananapi_bpi-r4",
"version": "SNAPSHOT",
"version_code": "r27346-c7ba5574f5",
"filesystem": "squashfs",
"diff_packages": true,
"packages": [
"mkf2fs",
"kmod-mt7916-firmware",
"busybox",
"kmod-hwmon-pwmfan",
"nano",
"openssl-util",
"kmod-phy-marvell",
"kmod-phy-aquantia",
"procd-ujail",
"base-files",
"libustream-mbedtls",
"fitblk",
"firewall4",
"pciutils",
"uboot-envtools",
"dnsmasq",
"procd",
"usbutils",
"hostapd-utils",
"kmod-rtc-pcf8563",
"kmod-usb3",
"kmod-phy-realtek",
"kmod-eeprom-at24",
"wpad-openssl",
"kmod-sky2",
"odhcp6c",
"ethtool",
"uci",
"luci-ssl",
"dropbear",
"mtd",
"odhcpd-ipv6only",
"procd-seccomp",
"kmod-crypto-hw-safexcel",
"kmod-mt7915e",
"kmod-i2c-mux-pca954x",
"urandom-seed",
"ppp",
"kmod-leds-gpio",
"kmod-gpio-button-hotplug",
"kmod-sfp",
"kmod-mt7996-firmware",
"logd",
"e2fsprogs",
"ca-certificates",
"f2fsck",
"ca-bundle",
"luci",
"owut",
"kmod-phy-marvell-10g",
"wireless-tools",
"urngd",
"ppp-mod-pppoe"
]
}
I'm not sure what else might be helpful/needed, but happy to provide anything needed to help troubleshoot this. I don't really want to start over and can't revert as soon I'm installing a new WiFi card (the BE14 WiFi 7 card) and need the latest (well 2nd latest now I believe) snapshot for the drivers but would like my 5/6g bands back until I can find the time to put the new card in and print the new case to fit it.