rspierz
February 18, 2025, 5:46pm
67
thanks for this @robimarko i had had .bin. fixed and complied correctly.
And also AP is showing wifi driver loaded! thank you :). Also huge thanks to @mrnuke for the contstant help with my first device towards openwrt!
Now i have no idea whats next?
rspierz
February 18, 2025, 7:47pm
69
yes i have done this now. I do think we are missing something still for 5G to work?
[ 11.159051] ath11k c000000.wifi: ipq6018 hw1.0
[ 11.159087] ath11k c000000.wifi: FW memory mode: 0
[ 12.396373] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
[ 12.399577] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 12.407161] ath11k c000000.wifi: fw_version 0x25008f8e fw_build_timestamp 2024-03-01 03:54 fw_build_id WLAN.HK.2.5.0.1-03982-QCAHKSWPL_SILICONZ-3
[ 12.638911] ath11k c000000.wifi: No regulatory rules available in the event info
[ 12.638974] ath11k c000000.wifi: failed to extract regulatory info
[ 12.647120] ath11k c000000.wifi: No regulatory rules available in the event info
[ 12.651408] ath11k c000000.wifi: failed to extract regulatory info
[ 12.721657] ath11k c000000.wifi: failed to receive default regd during init
[ 12.722560] ath11k c000000.wifi: failed to receive deault regd during init
mrnuke
February 18, 2025, 9:06pm
70
That sounds like the same issue I had on EAP610-outdoor. Might need to modify the BDF to add a new regdb. See https://github.com/openwrt/openwrt/pull/14922#issuecomment-2050606914
rspierz
February 19, 2025, 3:06pm
72
maybe some one can assist here:
the board was extracted with ath11k-bdencoder, to provide "bus=ahb,qmi-chip-id=0,qmi-board-id=255,variant=TP-Link-EAP620HD-v2.bin"
i had gotten the regdb.bin from ea610-outdoor and put it in with ath11k_bdf_tool.py
now the question i have is how to create a new board-2.bin based off of this updated "bus=ahb,qmi-chip-id=0,qmi-board-id=255,variant=TP-Link-EAP620HD-v2.bin"
rspierz
February 19, 2025, 3:49pm
73
@mrnuke did you have eth0 show up for the eap610-outdoor or just this?
root@OpenWrt:~# ifconfig -a
br-lan Link encap:Ethernet HWaddr 34:60:F9:E5:DA:D2
inet addr:192.168.107.71 Bcast:192.168.107.255 Mask:255.255.255.0
inet6 addr: fe80::3660:f9ff:fee5:dad2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:500573 errors:0 dropped:45859 overruns:0 frame:0
TX packets:2427 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:365078682 (348.1 MiB) TX bytes:614725 (600.3 KiB)
lan Link encap:Ethernet HWaddr 34:60:F9:E5:DA:D2
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:507198 errors:0 dropped:1513 overruns:0 frame:0
TX packets:2425 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:375903846 (358.4 MiB) TX bytes:629599 (614.8 KiB)
Base address:0x1800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:383 errors:0 dropped:0 overruns:0 frame:0
TX packets:383 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:56351 (55.0 KiB) TX bytes:56351 (55.0 KiB)
mrnuke
February 21, 2025, 11:15pm
74
The way I understand the regdb change is that one works on the raw BDF (board.bin), then repackages it with ath11k-bdencoder
. lan
instead of eth0
is normal.
All is working now 5g + 2g. Happy to push this up for review
one notice on looking at the radio's it seems the noise is almost too good? a neighboring ap (wifi ac non ax), shows about -90 for 5g. is this to be expected or might be a bug?
ed8
March 6, 2025, 5:01am
81
Possibly the device from your neighbor is Mediatek based?
Mediatek and Qualcomm tend to 'calculate' the noise floor differently.
See also SNR readings in OpenWRT 23.05.5 vary between devices in the same location
just an update after some time..
re-sumbitted a PR to add device support
on reboot of AP, MAC's are changed. Its annoying and im not exactly sure how i'd go about resolving it
Wifi clients (i.e thinkpad amd gen1) disconnect regularly
wifi roaming towards the AP is not working and results in a disconnect (ive tried with 802.11r and without)
if anyone has ideas to try for the issues im all ears