Mieczyslaw Nalewaj
Mieczyslaw Nalewaj
Check the remaining led subaddresses (reg = to reg = )
Lines 126, 131 and 136
The TLC59108 chip has 8 pins for connecting LEDs. MR52 has three diodes, so you need to check which pins these are. e.g. for a test: ``` tlc591xx@4c { #address-cells...
What exact command caused the "leds red:user: Setting an LED's brightness failed (-6)" error?
Try: ``` uci add system led uci set system.@led[-1].sysfs='green:user' uci set system.@led[-1].trigger='heartbeat' uci commit system ```
I think it would be worth testing whether controlling these diodes works on MT42.
@appleeimac https://downloads.openwrt.org/snapshots/targets/ipq806x/generic/openwrt-ipq806x-generic-meraki_mr42-squashfs-sysupgrade.bin
Please try to ask a question/report a bug according to https://wireless.wiki.kernel.org/en/users/drivers/ath10k - https://wireless.wiki.kernel.org/en/users/documentation/reporting_bugs The warning applies to the lines: ``` memcpy(tim->virtual_map, arvif->u.ap.tim_bitmap, pvm_len); ``` I wonder if the warning would...
PR to wrong branch, should be openwrt:openwrt-24.10.
Check kernel 6.6.57 (https://github.com/openwrt/openwrt/commit/51bbc8114be18d3c00ae047d297609c1dfd63855), the problem should be solved.