Router WRT3200ACM and ad-hoc

I am a member of an Italian network community and we use a specific compilation.
The wireless ad-hoc does not work on the WRT3200ACM router.
we compiling with ansible playbook

In Luci/network i have " Error: Network device is not present"
Do you have any idea?

Thanks.

config wifi-iface 'wifi_ninux1'
	option ifname 'ninux'
	option encryption 'none'
	option network 'ninux'
	option ssid 'ninux.org'
	option device 'radio0'
	option mode 'adhoc'

config interface 'ninux'
	option ifname 'ninux'
	option proto 'static'
	option ipaddr '172.27.85.40'
	option netmask '255.255.0.0'

It looks like the chipset / driver does not support that mode.

Modern mesh networks almost all use 802.11s at the radio layer instead of adhoc. That doens't help if you have to connect to an existing network though. Possibly you could find a USB radio that works.

2 Likes