It has always bugged me how the Aimesh nodes had to keep the same channels as the main router. I been playing with it for a while and I have concluded that the nvram methods posted all over the forum are useless. The way that Aimesh nodes work is whenever they are in this mode and the wireless service is restarted it will try to sync with the main router.
I found a way which gets it to work!
First set the Main Router to whatever you want as your main channel. Lets say 1.
SSH into each AImesh one by one.
Run the following command changing the channel to what you want.
Quickly after keep pasting the following command into the ssh console
Do this until you see your target channel stick. You will see how AImesh is fighting to switch the channel but with enough spams of the previous command it will stick!!
If you were unable to get it to stick with your channel, retry from step one.
Do this for each Aimesh node.
Hope this works for someone else and I have not had any issues so far and what is neat is you can even do it on stock firmware.
I found a way which gets it to work!
First set the Main Router to whatever you want as your main channel. Lets say 1.
SSH into each AImesh one by one.
Run the following command changing the channel to what you want.
Code:
service restart_wireless; wl -i wl0.1 channel 6; wl -i wl0.1 channel
Code:
wl -i wl0.1 channel 6; wl -i wl0.1 channel
If you were unable to get it to stick with your channel, retry from step one.
Do this for each Aimesh node.
Hope this works for someone else and I have not had any issues so far and what is neat is you can even do it on stock firmware.
Last edited: