Matthias Larisch
Matthias Larisch
``` root@OpenWrt:# ethtool -l lan1 Channel parameters for lan1: Cannot get device channel parameters: Not supported root@OpenWrt:# ethtool -l eth0 Channel parameters for eth0: Cannot get device channel parameters: Not...
``` 141: 12572 0 MT_SYSIRQ 224 Level 1b100000.ethernet 142: 46468 0 MT_SYSIRQ 225 Level 1b100000.ethernet 145: 0 0 dummy 0 Edge PCIe PME 146: 0 3 mt7530 1 Edge mt7530-0:01...
I did not run irqbalance.
I will not believe that the lockup happens because of some CPU load stuff. As I said, there have been not much traffic at my side, and the CPU was...
By the way, I think nickelmenu will be a bit harder to support again. The library import via imageformats doesn't look possible anymore.
Well, nickel does not have the imageformats plugin subfolder anymore.
Regarding dropbear: v5 firmware includes an updated libcrypt. Copying `libcrypt-2.11.1.so` from older device and running `ldconfig` makes it work. 3 options: * package libcrypt-2.11.1.so * compile dropbear statically (as done...
Ah, usbMS detects the wrong platform. ``` Aug 25 21:18:19 usbms[1177]: Battery status: Charging Aug 25 21:18:19 usbms[1177]: Device is now plugged in Aug 25 21:18:19 usbms[1177]: Checking charger type...
Ah, the missing syslog follows, but there is no more useful information. I really need to be doing something else right now, thanks for all your work, I'll follow up...
Can confirm USBMS working with that change. We might still want a workaround inside usbms? I notice that we have three more processes we might want to kill: ``` root...