Networking and servers • Re: Raspberry PI Bulletin Board System (BBS).
That takes me back - How I miss the whine and buzz of a modem Do not miss being complained at when the 'phone bill came in though (no free local calls here in the UK)...Yes the chirping of the modems,...
View ArticleRaspberry Pi OS • Re: Help with new setup - moving off SD onto raid1 nvme
HiBought a new PI5 and a hat (?) that has dual nvme pi os is booting off the SD and i can see both nvme.Got a couple of choices here. I could leave the OS on the sd - its easy just load what I need...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C Bus stops after a few hours
I'm using the original sensor cables without any extensions. The temperature humidity cable is 1.5m, the lightsensor 1m, the ups is a hat und the chirp soil moisture 0.2m. I connected them with wagos,...
View ArticleCamera board • Re: pink color issue with RPI Hq cam on rpi5 board
The tuning tool can be found in our libcamera repo (https://github.com/raspberrypi/libcamer ... errypi/ctt). You can find instructions on how to drive the tool here.Statistics: Posted by naushir — Tue...
View ArticleNetworking and servers • Re: RPI NAS with 2x4TB storage: comments please
PCIe 4 SSDs use more power than PCIe 3 SSDs when running at full speed. I have not looked at the power requirement for PCIe 4 SSDs or PCIe 3 SSDs running at PCIe 2 speed. I have my Pi 5 jacked up to...
View ArticleGeneral discussion • Re: unable to have fixed IP adress working correctly
hi .The OS is raspbian Bullseye and i changed the network controll after i installed Network-Manager manually via raspi-config .Maybe i should desactivate ( or uninstall ) DHCPCD ?For example , in NM...
View ArticleCompute Module • Re: Issue flashing eMMC on RPi CM4: mass storage device not...
do you have another Pi available?Have to tested with another microUSB cable?Statistics: Posted by aBUGSworstnightmare — Tue May 28, 2024 7:49 am
View ArticleTroubleshooting • Re: tvheadend starting before tv hat driver loaded?
Code: pi@pitv:~ $ systemctl status tvheadend● tvheadend.service - Tvheadend - a TV streaming server and DVR Loaded: loaded (/lib/systemd/system/tvheadend.service; disabled; preset: enabled) Active:...
View ArticleBeginners • Re: Trying to get RPi4 to boot from USB Nvme M.2 SSD, Lot's of...
Sorry, can't provide additional support here as I don't see the problem you're facing.Make sure tethering is working/enabled on your phoneThe only thing you need to do is connecting the Pi to the...
View ArticleAdvanced users • Booting issue of EMMC of Raspberry pi CM4 Module after Flashing
Hello everyone,I have a Compute Module 4 Lite (CM4 Lite) hooked up to an external eMMC. I was able to flash the Raspberry Pi image onto the eMMC usingrpiboot to connect it as a USB slave. However,...
View ArticleTroubleshooting • Re: Ubuntu 24.04 LTS 64 bit won't run on a Raspberry Pi...
I've been trying to run Ubuntu 24.04 LTS Server on a Raspberry Pi Zero 2 W. It's in the menu for the device, so I assumed it has been tested. It turns out that it won't run - it flashes the LED a...
View ArticleTroubleshooting • Re: Imager is so slow it's borderline unusable
You rule it out by downloading the image you want, then writing that using custom images.That gets you the speed of the write/verify and ignores the download.It used to cache until a new version came...
View ArticleTroubleshooting • Re: RPI5: 5V Power Supply leads to undervoltage errors and...
Why not use the official Pi5 power supply?https://www.raspberrypi.com/products/27w-power-supply/We cannot use the official supply because we are using the Pi in a battery-operated robotics context....
View ArticlePython • Re: How to use gpiod library when I activate python3-venv
What error are you seeing?The gpiod installed by Raspberry Pi OS is v1.6.3, while the version you will get from pip is the latest, v2.1.3, unless you explicitly specify otherwise. The code you are...
View ArticleGeneral discussion • Re: Raspberry pi hardware simulation
For the Pi 4, the emulation could be any ARM v8. For the Pi 5, the GPU is a bigger difference than just the CPU speed and emulating the 55.9 billion variations of GPUs is difficult. Buy the biggest...
View ArticleBeginners • Re: pi zero 2 w constantly freezing
What do you start between boot and freeze?There is a Web browser I can run with one Web site open in Pi OS Desktop on my 0.5 GB Zero 2. I cannot run my preferred Web browser with multiple pages open...
View ArticleCompute Module • Re: Raspberry Pi Compute 5 Release Date?
I’ve also been wondering if once the cm5 comes out will there be a breakout board like the one for the cm4? Thanks! release date? When it is ready.Eben previously stated Q2 2024, so it should appear...
View ArticleAdvanced users • Three questions about fsck check on boot
I have RetroPie 4.8 (Raspbian Buster). I cloned it from 32Gb SD Card to 128Gb SD Card (using dd). Checked sha512sum of the partitions (original and cloned). Then I resized the retropie partition (main...
View ArticleBeginners • Re: raspberry pi zero 2 drops SSH and VNC session after a few...
Any help would be greatly appreciated. Is this the system that is 'freezing'? Ref: viewtopic.php?t=371499Maybe the network connection cannot be maintained reliably while the OS is in its 'frozen'...
View ArticlePython • Re: open meteo - extract sunrise time
Also running their example in a venv on a Pi4 running Bookworm fails "no module name openmeteo_sdk"https://github.com/open-meteo/open-meteo/issues/766Statistics: Posted by neilgl — Wed May 29, 2024...
View Article