Troubleshooting • Re: overlayfs not write protecting
I'm glad it works now. There must have been some error when you first tried to set it up. It's impossible to find out what that was now, but rebuilding was the safest option.Statistics: Posted by...
View ArticleGeneral discussion • Re: How to use gpiod library when I activate python3-venv
Python code relies on indentation (left-hand white space) for its syntax. The forum software provides [ Code ] tag markup to preserve indentation. You can - and should - retrospectively correct your...
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 ArticleTroubleshooting • Re: [Semi-Repaired] 'sudo apt install git-all' trashed my...
apt will always give you a list of packages that will be installed and packages that will be removed and ask for confirmation. It doesn't make a judgement call on whether you really meant to do that...
View ArticleRaspberry Pi OS • Re: RPI5 - Wayland - Rorate touchscreen [SOLVED]
After more playing around I got it working.One has to explicitely select the touchscreen, not just verify that is is already selected. After that ~/config/wayfire.gets the needed entries:Code:...
View ArticleGeneral discussion • Re: USB or M.2 prep
I use Disks, the Gnome disk utility, in any Linux to write a downloaded image to any bootable storage. The Raspberry Pi imagers also work and have some neat options but I prefer the Disks simplicity.I...
View ArticleTroubleshooting • Re: RPI5: 5V Power Supply leads to undervoltage errors and...
You need to set your PSU voltage to the reading at the Pi, not the reading at the PSU itself.So bump it up until it's about 5.1/5.2 at he Pi, with the losses you're seeing as the current increases it...
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 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 ArticleRaspberry Pi OS • Raspberry OS changed to Debian
I was playing around with some HATs and had to reinstall a few drivers. When I rebooted the usual Raspberry splash image was changed into a default Debian splash. I can't see anything really broken...
View ArticleRaspberry Pi OS • Re: Raspberry OS changed to Debian
Code: history | grep sudopost the output so we can see what you did. to effect the base you most have used sudo.Statistics: Posted by kerry_s — Thu May 30, 2024 6:32 am
View ArticlePython • Re: Motor Control RASP 3B
Python code relies on indentation (left-hand white space) for its syntax. The forum software provides [_Code_ ] tag markup to preserve indentation. You can - and should - retrospectively correct your...
View Article