Search results for query: raspberry-pi

  1. The following words were not included in your search because they are too short, too long, or too common: pi
  1. W

    Valuable News – 2026/01/26

    Guess the Zero 2W is the lowest end commodity hardware that runs FreeBSD. (Still you need a USB ethernet adapter, I got one that includes a USB hub, Berrybase Model 125148).
  2. vermaden

    Valuable News – 2026/01/26

    I have seen this pattern since late RPI 3 times ... with RPI 3/4/5 you get board only - with 'fixed' RAM and you still need case/fan/radiator/case/hat/... and not so recent - especially AMD Ryzen based - Mini PCs - are dirt cheap - offer 4-6/8 cores - RAM slots - native NVMe slots - case and...
  3. rbranco

    Valuable News – 2026/01/26

    https://www.jeffgeerling.com/blog/2026/raspberry-pi-cheaper-than-mini-pc/ It's on Amazon at €219 but I bought it directly from the manufacturer at €179 with the first-time buyer's discount of €20. I'm just waiting for the €51 custom fee refund. Intel N150 is a lot faster than the A76. I find...
  4. R

    Solved Boot order and dependencies - getting PPP to wait

    Agree. My setup is similar but much simpler: I have ONE server machine on my home network (which runs FreeBSD). If that machine is down, all networking is down: no routing, no DNS, no DHCP addresses, the WiFi is unreachable, and so on. That machine has a half-decent hardware clock (the typical...
  5. T

    Home Assistant

    It is still possible to install and run Home Assistant inside a python virtual environment, even if not supported. However, I don't recommend doing so unless you run on sufficiently powerful hardware. I run on a single-core ARM machine (similar to first gen Raspberry Pi), and every update takes...
  6. Alain De Vos

    Excitement and opportunity for the future of FBSD

    On FreeBSD install they can put a version of windows for me. I exit installer , go to shell and grab the base.txz & kernel.txz :)
  7. LibreQuest

    Excitement and opportunity for the future of FBSD

    If you don't run fw_update you won't get the drivers on OpenBSD I believe. So just don't run that so you don't get those things installed. Also, answering "no" when the OpenBSD installer asks if you want X installed will prevent having X installed. Installing X and drivers is also optional in...
  8. R

    Excitement and opportunity for the future of FBSD

    The "stated goals of the FreeBSD Foundation" to a large extent come from the donors. If one particularly large donor puts in a large 6-digit number of $$$ into the foundation to make desktop usage of FreeBSD work better, that becomes the goal of the foundation. So in some way, this is not a...
  9. H

    Home Assistant

    It's really not. It needs to be on because it's the entry way in a dark corner of the house. Around here the sun starts going down at like 3:30pm in the middle of the winter and darkness arrives even more quickly if it's an overcast day. I wouldn't necessarily know when the light needs to come...
  10. S

    Home Assistant

    You can run Homeassistant on FreeBSD, yes. But like many other linux-centric projects that nowadays only ship their "it runs on my laptop"-containers as official releases, because they have a shit-ton of outdated spaghetti-dependencies yet requiring the latest-and-buggiest versions of some other...
  11. S

    Solved Boot order and dependencies - getting PPP to wait

    That is correct - a Raspberry Pi 3B+ - no battery RTC.
  12. ruby R53

    Is the High Price of RAM a Good Opportunity to Promote FreeBSD?

    gotta agree with you here, zram support on FreeBSD would be great, or at least zswap no one seems to bother with it however, i'd guess it's because it's mainly used on servers and those already have enough ram that's what i've felt while using it as well to be honest, its performance is a lot...
  13. SirDice

    Solved pkg issue on fresh installed aarch64 system

    It's not so much the battery that's missing. Typical ARM boards don't have an RTC (Real-time clock) chip, a Raspberry Pi for example. But sure, an RTC without a battery certainly won't keep the time if the board is powered off.
  14. rbranco

    Is the High Price of RAM a Good Opportunity to Promote FreeBSD?

    When the system begins swapping, having too much swap makes it worse as the system becomes unresponsive. 2GB is the maximum for me. Wish FreeBSD supported Linux's zram to get away with swap partitions. I'm running Debian with OpenZFS on a Raspberry Pi with 8GB RAM using zram with no issues.
  15. MG

    Solved How to test a new dhcp server

    Did it with a Raspberry 0. As far as I remember, you need a world tree shared in TFTP and not visible from outside. since it assumes always-root like single-user mode. It was to be able to boot a price list display without SD-card because they die too often. (They are much better now, doing...
  16. bvdw78

    25 Gbps home internet service launching in Japan

    Define "server". Plenty of stuff opens listening ports to the outside, how are they even going to enforce anything like that? I had an ISP like that some years ago. They wouldn't facilitate things like running an SMTP server and they would enforce FuP on bandwidth use, but that's reasonable for...
  17. Snake

    Solved Qemu and Raspberry Pi

    Hello, I'm experimenting with Pi-Gen and it's working great. But having to rewrite the SD card every time after making changes isn't ideal. Does anyone have any experience with qemu and Raspberry Pi images? I've already tried something, but it always ends up in a boot loop. My OS: FreeBSD 15 p1...
  18. Alain De Vos

    GPIO to SNMP output...

    Google AI, Common Network Interface OIDs Standard OIDs for network traffic on Linux-based systems like Raspberry Pi follow the IF-MIB structure. Replace {index} with the specific interface ID (usually 2 for eth0 or 3 for wlan0 on a typical Pi). Metric OID (Numerical)OID Name...
  19. Phishfry

    GPIO to SNMP output...

    I thought I had it figured out but then I see this OID here from above: https://www.satsignal.eu/raspberry-pi/monitoring.html 1.3.6.1.2.1.25.1.7.0:public@raspi-3 That looks longer and then I see this OID that looks even longer in length: 1.3.6.1.2.1.25.2.3.1.6.1 I assume these octets are...
  20. Phishfry

    GPIO to SNMP output...

    https://raspberrypi.stackexchange.com/questions/113167/what-are-the-oids-for-raspberry-pi-cpu-memoria-interfaces I need to snmpwalk on RockPi and see what shows up. Is this OID only good on RaspberryPi is what I wonder. I have RockPI. Different OID's? 1.3.6.1.2.1.* seems to be RPi OID range...
Back
Top