sudomesh / sudowrt-firmware

Scripts to build the sudo mesh OpenWRT firmware.
Other
73 stars 19 forks source link

led stops working after running makenode #99

Closed miloh closed 6 years ago

miloh commented 7 years ago

updated firmware from builds.sudomesh.org on aug 02 2016, after running makenode (c648e084) on my debian jesse system, the router leds stopped lighting up. They look like they work because they light up after rebooting.

bennlich commented 6 years ago

After some poking around w/ @paidforby, I think this might be because of LED config missing from /etc/config/system. I'll look at the config of a factory default router and see if we're missing some sensical defaults. The config file is documented here: https://wiki.openwrt.org/doc/uci/system.

paidforby commented 6 years ago

Zeroconf branch addresses this issue. Otherwise this is a problem with makenode, not sudowrt. If y'all would still like support for leds after running makenode, please open an issue in the makenode repo, or manually add the led configs shown in this file zeroconf:/files/etc/config/system to /etc/config/system on your node.

bennlich commented 6 years ago

Woot! Awesome.