Rin Cat (鈴猫)
Rin Cat (鈴猫)
No built-in option, if you want to disable, try remove `#define CONFIG_RTW_LED` in `include/autoconf.h`.
Try add ``` hw_mode=g ieee80211n=1 ``` in the `hostapd.conf` in the tuya-convert. However I don't remember I needed to set this when I was using it.
What system you are using? It seems kernel issue that wireless module crashed. ``` [ 3.077524] ------------[ cut here ]------------ [ 3.077543] WARNING: CPU: 3 PID: 362 at net/wireless/core.c:867 wiphy_register+0x6d1/0x930...
> Even better would be a possibility to maintain the rules in different languages and users only see it in theirs. That would be better, but needs a lot of...
> If I remember correctly, rules are purposefully kept in plain text so they can easily be used in many contexts, as in the report modal, apps, e-mails… > >...
> > If I remember correctly, rules are purposefully kept in plain text so they can easily be used in many contexts, as in the report modal, apps, e-mails… >...
Maybe your system doesn't have a library like libunwind so backtracing is turned off. I do use clang + musl. This error actually common https://www.google.com/search?q=%27execinfo.h%27+file+not+found+musl
> If execinfo is required for backtracing in this case, how come we can just skip the include? Shouldn't some symbol from it be in use at runtime? execinfo is...
> > Shouldn't some symbol from it be in use at runtime? > > execinfo also appears in `numpy/linalg/umath_linalg.cpp` in debug mode, but the import is disabled. @RinCat What distro...