newracom / nrc7292_sw_pkg

NRC7292 Software Package for Host mode (Linux OS)
http://www.newracom.com/product
GNU General Public License v2.0
58 stars 27 forks source link

Mesh mode - how? #94

Closed magicone2571 closed 6 months ago

magicone2571 commented 7 months ago

I've been fighting trying to get this to work for a week. I've finnally gotten to the point where I can get a station and AP to work. But I'd really like to get MAP and MPP working. Not sure how to do the MAP correctly since the start script wants to use wlan0 as the 900mhz chip. Anyways, when I do ./start.py 4 0 US 0 I get the following errors:

[7] Start wpa_supplicant on wlan0 Successfully initialized wpa_supplicant Line 6: too large mode (value=5 max_value=4) Line 6: failed to parse mode '5'. Line 14: unknown network field 'dot11MeshRetryTimeout'. Line 15: unknown network field 'dot11MeshHoldingTimeout'. Line 16: unknown network field 'dot11MeshMaxRetries'. Line 17: unknown network field 'mesh_rssi_threshold'. Line 18: unknown network field 'mesh_basic_rates'. Line 20: failed to parse network block. Line 23: unknown global field 'mesh_max_inactivity=-1'. Line 23: Invalid configuration line 'mesh_max_inactivity=-1'. Failed to read or parse configurati

I'm guessing its something to do with the wpa supplicant. I tried following the mesh guide but I can't figure out what file exactly to modify. Then when i make the file it has a bunch of errors.

I have installed the latest pkg, updated, upgraded, latest pi image.

And how do I set it to start automatically on boot so if I reboot the device it comes back online wtih the 900mhz link? Thanks