Remix.run Logo
privatelypublic 2 days ago

Well done. But note: you can grab an ATX control board, or configure the RPi as a USB Gadget to wake the machine via power button or keyboard.

bjackman 2 days ago | parent | next [-]

I did this recently as I was struggling to get WoL to work with my consumer PC. It seems like this ultra low-level stuff is a total crapshoot so if you can dodge it by just wiring up the power button, that's a good option.

In in the end I just went the whole hog and set up a PiKVM, so now if I mess up the machine's networking (or even completely break the OS) I can still recover it remotely even though it doesn't have a proper BMC or anything like that.

In general this approach seems ugly in principle but I really like it in practice. It lets you retrofit solid remote capabilities onto consumer hardware. That way you have such a broader market to buy from.

privatelypublic 2 days ago | parent [-]

I'm absolutely excited for the nanoKVM-PCIe. They were out of stock last I looked, but they've released the firmware source as promised.

bjackman 18 hours ago | parent [-]

I hadn't seen that before, seems neat as the physical inconvenience factor of the KVM approach is definitely real.

It's pretty funny that you have both the input and output physically installed in and powered by the chassis, but then you run cables to connect them!

It would seem reasonable to at least have the option to have it directly enumerate as a USB hub/display device on the PCIe bus it gets power from! But maybe that would add a lot of bulk/cost?

btschaegg 2 days ago | parent | prev | next [-]

Note: If you're going to use an SBC _only_ for wake up signals, you might want to look into alternatives for the RPi such as the Radxa RockPi S [1]. My home server, for example, runs continuously at 7W, which beats many RPi models. Of course, a Pi to wake things doesn't need that much power and could be an older model, but even then, you'd still be burning "empty Watts".

Of course, the RockPi doesn't give you any KVM like functionality, though.

[1]: https://wiki.radxa.com/RockpiS

fulafel 2 days ago | parent | next [-]

Apparently RPi Zero idles at 0.4 W: https://www.jeffgeerling.com/blogs/jeff-geerling/raspberry-p...

privatelypublic 2 days ago | parent | prev [-]

Yea, technically an esp32 board with ethernet would work for this job. They're typically limited to 10mbit, but if you have 10mbit/s of broadcast traffic you can afford something better.

spaceywilly 2 days ago | parent | prev [-]

This seems like a smart option, that would also allow power cycling the machine remotely I’m assuming, in case it goes totally out to lunch.