Was looking for a while to swap out my Community Fibre ISP provided Linksys. Waited too long and the Netgear I had my eye on was out of stock. Got a TP-Link AX23 V1.2, this suggests Is tplink AX23 v1.2 the same as v1 support wise it should work. The router bit seems fine but some of my devices will not connect tot he WiFi. I know there are issues in some cases with mixed mode so I disabled all the WiFi 6 bits and they did fix a few items but a lot not. The devices not connection are
A Kindle paperwhite I think this is V10 about 2 years old.
Smartplugs and switches
An old Samsung tablet (2015)
Samsung washer and Samsung dryer
A new Chromecast connects but drops out
All are solid on the ISP router. The smartplugs and Kindle are 2.4 only, not sure about the washer and dryer, both the tablet and the Chromecast are 5G. Stupidly I did not check before flashing if the standard firmware works. I can try to revert but thought I'd check if maybe I am missing anything obvious. Quite possibly I am doing something silly.
config wifi-device 'radio0'
3 option type 'mac80211'
4 option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
5 option channel '13'
6 option band '2g'
7 option cell_density '0'
8 option legacy_rates '1'
9 option country 'GB'
10 option txpower '20'
11
12 config wifi-iface 'default_radio0'
13 option device 'radio0'
14 option network 'lan'
15 option mode 'ap'
16 option ssid 'house'
17 option encryption 'psk2+ccmp'
18 option key 'password'
19
20 config wifi-device 'radio1'
21 option type 'mac80211'
22 option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
23 option channel '44'
24 option band '5g'
25 option htmode 'HT40'
26 option cell_density '0'
27 option country 'GB'
28 option txpower '20'
29
30 config wifi-iface 'default_radio1'
31 option device 'radio1'
32 option network 'lan'
33 option mode 'ap'
34 option ssid 'house-5GHz'
35 option encryption 'psk2+ccmp'
36 option key 'password'
EDIT adding the devices appear in the radio list but no IP and the Kindle at least complains unable to conenct, so they see the signal.