Adding OpenWrt support for Nokia Airscale AC400i

Not sure, if they would. A bunch of other devices also have it set (probably because of internal switches), but from what I can see, there really isn't a way around it, even in the OEM firmware it's broken.

This may explain why I could see no web interface with these, when using my ancient 100BASE-T USB Ethernet Adapter (the link is established successfully, but that just means talking to the PHY, not GMAC)...

So there might indeed be missing some wiring on the PCB if this never worked in OEM, similar to the microSD.

Just leave a short note about these in the PR, the rest should be fine :+1:

Now we wait.

1 Like

support have been added finaly! have someone done some further testing ?

I'm currently using the device.
It works about as well as I expected it to.
There are still some weird quirks, if you fiddle with the power for a bit too long,
but otherwise works very well.

What speed You have over 5GHz? 80 or 160MHz channel?

So, from what I tested around 300Mbps download, but if you use the NSS patchset you can probably get more.
Also 160Mhz doesn't work, but 80+80 should work.

to load image into ram is simple way

Transfer initramfs image to device
( nokia_ac400i-initramfs-fit-uImage.itb
Tested using TFTP and a FAT-formatted USB flash drive.
For USB run
usb start
fatload usb 0:1 0x44000000 nokia_ac400i-initramfs-fit-uImage.itb

after this type bootm and hit enter .

1 Like

"The QCA9984 also supports 160MHz and 80+80MHz channels to double capacity at close range" this is writen on qualcom support site, i'll check it when i get back home.

The chipset itself does support it, yes.
But the device is only rated for VHT80+80 (looking at the FCC data).
And yeah, you can select 160Mhz, but the radio stops working.

1 Like

Take a look at this
https://github.com/greearb/ath10k-ct/issues/85

And this

On lastest snapshot this ap are running nicely, it links at 1300Mbps or sometimes more, 160MHz width works good but speeds are rather poor like 300Mbps tcp on one client with firewall disabled and packet stearing enabled.

I got around 400Mbps.
And yeah, that's to be expected.
To get more out of it, we would need to make a NSS build.
I gave it a shot, but couldn't do it.
I only got 1 NIC to show up in the OS, but it refused to link up.
So, I gave up on it for now.