No0ne
No0ne
Please check if this would autorestart the CPU in case of a WAN connection loss and subsequent new delegated prefix, thanks! ```C #include #include char buf[64]; byte len; EtherSia_ENC28J60 ether;...
I'm currently implementing this: https://github.com/pikvm/pikvm/issues/476 At the moment only keyboard passthru works. The GPIOs used are 26=data and 27=clock. @mdevaev please try it out, if you are happy I'll continue...
From one moment to the next my unifying receiver stopped working. Also the logitech software under windows can't pair anymore, the receiver keeps disconnecting from usb while powercycling a keyboard...
At the moment, the behaviour is: 1. If I want it to work, I have to set the KVM switch to make the input devices visible before I power on...
I'm still implementing this: https://github.com/pikvm/pikvm/issues/476 keyboard and mouse passthru should work :) keyboard GPIOs are 26=data and 27=clock mouse GPIOs are 16=data and 17=clock
Launching GRUB from a USB stick was useful for fixing broken bootloaders. I used to boot the kernel and initramfs from the installed system using the GRUB commandline from the...