Felix Baumann
Felix Baumann
from stock rom: ``` cat /proc/ubnthal/system.info cpu=MT7622_SOC cpuid=410fd034 flashSize=67108864 ramsize=536870911 vendorid=0777 systemid=a620 boardrevision=33 serialno=6022326a37d5 manufid=003d mfgweek=202235 qrid=a4PhfN eth0.macaddr=60:22:32:6a:37:d5 radio0.name=MT7622 radio1.name=MT7915 device.hashid=2a7d8f3210a2f9bf device.anonid=a6b3940a-40b5-4502-8a7d-8f3210a2f9bf ra0.macaddr=60:22:32:6a:37:d6 rai0.macaddr=60:22:32:6a:37:d7 bt0.macaddr=60:22:32:6a:37:d8 regdmn[]=0000ffffffffffffffffffffffffffff cpu_rev_id=00007622 ``` I suspect...
- Which MAC addresses are used for WLAN on plain Openwrt? still a todo I have to ask my friend to flash stock openwrt - Which on the stock firmware?...
a setting for `roaming` might be useful as well
I expected roaming to be a uci setting. It might be a setting on the sim card that needs to be executed with uqmi. yes, a separate issue makes sense....
maybe it's the last openwrt commit we added? nbd168 updated mt76 and actually updated firmware and stuff https://github.com/openwrt/openwrt/commit/76b1e564d202c09d0035315eb6e958a9b0dd4491 We should try building without this commit to see if it fixes...
Could be relevant maybe https://github.com/openwrt/mt76/issues/776 Debugging started with https://github.com/openwrt/mt76/issues/690 unless the timeout messages have a completely different cause
actually nbd168 updated mt76 and it's firmware in the 22 branch which caused this regression. yes, still an old driver version without some new additions but with new firmware, I...
maybe there needs to be a few seconds between the cat and unloading the kernelmodule? add "sleep", maybe that fixes it?
> how are tri-band (2.4 + 5 + 5) devices currently handled? Gluon does not support tri-band devices, yet. https://github.com/freifunk-gluon/gluon/issues/1661 It will choose the first 5GHz phy and ignore the...
Nice sheet from blocktrron! I'm going to leave some thoughts here (man this turned out to be quite some wall of text 😯) Specs for reference: [Enhanced Open certification](https://www.wi-fi.org/download.php?file=/sites/default/files/private/Opportunistic_Wireless_Encryption_Specification_v1.1.pdf) (read...