Falcosc
Falcosc
I would recommend a different name for a tool which replies ARP requests for foreign IP addresses. But how would this lower an electricity bill? I mean, if routers are...
I'm interested to read the reason for the request, maybe both of us are missing the point of this idea.
@ignaciovidalfranco We still want to know your thoughts about this topic. How could an ARP request without response lead into measurable more power consumption? Would be nice if you have...
@danielpgross thanks for sharing your blog post. But it doesn't make sense to me why going through all the hassle of avoiding wake on unicast issues instead of using wake...
Could we conclude that nobody would mix wake on unicast with wake on arp? Because if wake on unicast is the only reason, then it would be confusing to add...
Sounds like something in the netlink response is unexpected. Check what `ip route` does say to your setup, it uses netlink as well. Found this info here: https://olegkutkov.me/2019/03/24/getting-linux-routing-table-using-netlink/
Does not look unusual, my output is similar for eth0 pi@raspberrypi:~ $ ip route default via 192.168.1.1 dev eth0 src 192.168.1.10 metric 202 192.168.1.0/24 dev eth0 proto dhcp scope link...
Removing the netlink part has to be discussed with @nikp123 because this code is his favorite part of this project. I guess https://olegkutkov.me/2019/03/24/getting-linux-routing-table-using-netlink/ is a good source to get more...
Do you rebuild ryzenadj in your setup? Looks like it. It feels like your build configuration doesn't know that these methods are exposed interface endpoints, because your build did maybe...
I don't know workarounds for https://github.com/FlyGoat/RyzenAdj/wiki/Supported-Models#custom-value-range-for-zen3 The whole point of the invention of this new Zen3 hard lock was removing all workarounds. You can only try stuff and monitor the...