DrCWO
DrCWO
Great, thank you 👍 OK, set it to "Default" now and see this: The config file had disappeared but still no hint that it tried to get data from the...
`/var/lib/dhcp/dhclient.*.leases` does not exist on my system. But I use DHCP to get the IP for my Raspberry...
``` ls -al /var/lib/dhcp/ total 8 drwxr-xr-x 2 root root 4096 Nov 17 2022 . drwxr-xr-x 29 root root 4096 Feb 11 2023 .. ``` This is empty. But the...
Ok, `dhcpcd `is running 👎 So the question is how to get the IP number of the Router plus the name of the Pool in the file? This must be...
Right now I got a Pi5 and inserted my DietPi image v8.10.2, uname: Linux rooExtend 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64 GNU/Linux ``` The installed...
Oh sorry seems I got you wrong reading: "But as long as you do not rely on affected camera software and can in case configure display and overclocking following the...
Hi Julian, this is really great news for me. Would you please be so kind to mail me personally as I have some more questions regarding the use of your...
Hi Julian, just found time to enter all my questions here and hope for your reply: - How far can the controller be taken away from the receiving dongle before...
Hi Julian, thanks' for the quick reply. This is absolutely fantastic as it seems that your software is a complete implementation. :-) As I read there is also a sleep...
And here my solution for using "**require**" of good old Javascript instead of "**import**" 👍 ``` const { XencelabsQuickKeysManager} = require('@xencelabs-quick-keys/node'); var XencelabsQuickKeysManagerInstance = new (XencelabsQuickKeysManager); ``` this will replace...