freifunk-berlin / firmware

DEPRECATED: Build system for Berlin firmware. Please user the pinned falter-repos instead
https://berlin.freifunk.net
GNU General Public License v3.0
73 stars 34 forks source link

Lede Build - 5Ghz not enabled #441

Closed pmelange closed 6 years ago

pmelange commented 7 years ago

After running the wizard on a fresh install, the 5Ghz radio is not enabled.

Target platform: wdr3600 Build: Freifunk Berlin Hedy 1.0.0-routing-master-alpha 403c57e r3205-59508e3

booo commented 7 years ago

I can confirm this problem.

I will try to take a look and maybe move the wifi specific code out of the wizards.

booo commented 7 years ago

Inspiration for reworking the wifi setup code:

https://github.com/freifunk-berlin/firmware-packages/blob/master/utils/freifunk-berlin-wizard-backend/files/usr/lib/ffwizard.d/15-wireless.sh

https://github.com/freifunk-berlin/firmware/issues/293

Maybe we should rework the upstream code so we can use it as library for our setup process:

https://github.com/lede-project/source/blob/079d57b0f290a79c9dbc013b6e9c83cebf8a2f99/package/kernel/mac80211/files/lib/wifi/mac80211.sh

booo commented 7 years ago

I suggest that we merge the referenced pull request and rework the wifi setup code another day.

booo commented 7 years ago

Actually this is caused by the freifunk config creation problem described in this ticket: https://github.com/freifunk-berlin/firmware/issues/438

booo commented 6 years ago

Should work again.