jake5253
jake5253
``` pi@raspberrypi:~/picberry $ uname -a Linux raspberrypi 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST 2020 aarch64 GNU/Linux pi@raspberrypi:~/picberry $ make rpi4b mkdir -p build/devices g++ -Wall -O2 -s...
You're calling a method that isn't supported. Check your routes. If you copy/paste your routes file here we can help more.
why not use https://multipoolminer.io/monitor ?
I used the Bookworm version from 12/31/23 that's available on https://dietpi.com/downloads/images/testing/ and from what I can tell it's working fine. Built-in ethernet works straight out of the gate, hdmi thus...
I agree that a systemd service to load the wifi module seems... excessive. But that's the way Armbian does it. F.W.I.W: the official orangepi-build uses a "more normal(?)" method of...
> `I was working on configuration.yaml changes and something came up ` > > * How do you edit configuration files? What did you use, where do you access those?...
I feel like i'm possibly still being unclear. When I accessed the dashboard, which at the time was stating I was in recovery mode, I was able to access configuration.yaml...
> Thank you for the clarification! Thank you! I looked at the proposed changes, and that's definitely better. I'm not sure what happened to my installation. I perhaps should have...
to fix apt, at least in ubuntu and debian, try this inside your chroot: `root@linux:-# echo "nameserver 1.1.1.1" | tee /etc/resolv.conf` `root@linux:-# addgroup --gid 3003 android_inet` `root@linux:-# usermod -g android_inet...
Thank you, @terjeio I will look at the STM32F3 codebase. That hadn't actually occurred to me since these chips are "drop-in replacements" for 'F1 chips. The reference manuals seem to...